@charset "UTF-8";
a.btn, a.btn:hover, a.btn:link, a.btn:visited {
  color: #333333;
}
.reige-bg {
  background: #e6e0dc;
}
.red-txt {
  color: #cf122c;
}
.btn {
  margin-top: 10px;
}
.row {
  margin-right: 0px;
}

.about-sharp #hero-banner .header {
  width: 100%;
}

.about-sharp #hero-banner h1 {
  font-size: 38px;
/*  margin-bottom: 0px;*/
}
.about-sharp #hero-banner .subtitle {
  font-size: 25px;
}
.about-sharp #hero-banner h1, .about-sharp #hero-banner .subtitle {
  color: #ffffff;
}
.new-normal-vid {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  position: relative;
  cursor: pointer;
  border: thin solid gray;
}
.resource-item {
  padding: 0px;
  position: relative;
  cursor: pointer;
}
.new-normal-vid .play-span, .resource-item .play-span {
  border-radius: 10px;
  position: absolute;
  background: url(/portals/0/assets/images/playVid-blk.png) no-repeat;
  background-size: contain;
  top: 40px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
  margin: 0 auto;
  width: 75%
}
.new-normal-vid .play-span:hover, .resource-item .play-span:hover {
  opacity: 1;
}
#top_links_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.about-sharp #hero-banner #about-sharp-nav {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: -1px;
  /*    width: 100%;
    padding: 10px;
    background-color: #0000009c;
    display: block;
    margin-top: 40px;*/
}
.about-sharp #hero-banner #about-sharp-nav #top_links_container ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.about-sharp #hero-banner #about-sharp-nav #top_links_container li {
  list-style: none;
  float: left;
  text-align: center;
  border-left: 1px solid #fff;
  /*border-right: 1px solid #ccc;*/
  width: 33.3%; /* fallback for non-calc() browsers */
  width: calc(100% / 3);
  box-sizing: border-box;
}
.about-sharp #hero-banner #about-sharp-nav #top_links_container li:first-child {
  border-left: none;
}
.about-sharp #hero-banner #about-sharp-nav #top_links_container li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 16px;
}
.about-sharp #hero-banner #about-sharp-nav #top_links_container li a:hover {
  display: block;
  text-decoration: none;
  color: #cf122c;
  padding: 10px 0;
  font-size: 16px;
  background-color: #ffffff;
}
.about-sharp #hero-banner {
min-height: 190px;
    background-color: #cf112d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.about-sharp #cyberattack-banner {
  padding-top: 20px;
  background-image: url("/portals/0/images/red-bg.jpg");
}
.about-sharp #history, .about-sharp #help-desk-banner, .about-sharp #protect {
  padding: 20px;
  background-color: #ECECEC;
}
.about-sharp #cyberattack-banner h2 {
  margin-top: 0px;
}
.about-sharp #about-sharp-overview, .about-sharp #customers, .about-sharp #history {
  padding: 20px 0 20px 0;
}
.about-sharp #about-sharp-overview #video {
  padding-top: 20px;
}
.about-sharp #about-sharp-overview IMG {
/*  margin-top: 30px;*/
}
.about-sharp #about-sharp-overview .vidyard-lightbox-thumbnail {
  height: auto;
}
.about-sharp #protect #ml-protection, .about-sharp #unified-comm img, .about-sharp #bdr-section img, .about-sharp #help-desk-banner img {
  width: 100%;
  margin: 20px auto;
  display: block;
}
.about-sharp .security-row {
  padding: 0;
}
.about-sharp #about-sharp-overview #overview-icons {
  margin: 0 0 30px 0;
}
.about-sharp #about-sharp-overview #overview-icons DIV {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-sharp #about-sharp-overview #overview-icons img {
  max-width: 60%;
  margin: 20px 0;
  flex-shrink: 0;
}
.about-sharp #about-sharp-overview #overview-icons p {
  font-weight: bold;
  text-align: center;
  /* width: 100%;*/
}
.about-sharp #pc-logos {
  display: block;
}
.about-sharp #mobile-logos {
  display: none;
}
.about-sharp #pc-logos DIV {
  margin: 20px 0;
}
.about-sharp #mobile-logos IMG {
  width: 100%;
  margin: 20px 0;
}
.about-sharp h2 {
  font-size: 24px;
}
.about-sharp h3 {
  font-size: 18px;
}
.resource-vid {
  padding-top: 50px;
}
.about-sharp #resources-section {
  padding: 20px 0;
  background-image: url(/portals/1/images/Red-Background.jpg);
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}

/*#resources-section a {
  color:#ffffff;
}
*/




.about-sharp #resources-section img {
  margin: 20px 0 5px 0;
  flex-shrink: 0;
}
.about-sharp .resource-container {
  display: flex;
  justify-content: flex-start;
  min-width: min-content;
  min-height: 1px;
  width: 100%;
}
.about-sharp .resource-container .resource-item {
  flex: 1 0 0;
  text-align: center;
  min-height: 1px;
  cursor: pointer;
  max-width: 300px;
  margin: 10px 25px;
}



#item-1-title, #item-2-title, #item-3-title {
/*  color: #ffffff;*/
  font-weight: bold;
  padding: 5px;
}
#item-1:hover, #item-2:hover, #item-3:hover {
  -webkit-box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 65%);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 5px 9px 1px rgb(0 0 0 / 65%);
  background-color: #ffffff;
}
/*#item-1:hover #item-1-title, #item-2:hover #item-2-title, #item-3:hover #item-3-title {
  color: #cf122c;
}*/

.about-sharp .resource-container .resource-item A {
  text-align: center;
  text-decoration: none;
}
.resource-item a,  .resource-item a:link,  .resource-item a:visited,  .resource-item a:hover, .resource-item a:active {
  color:#ffffff;
}

.resource-item:hover a, .resource-item a:hover {
  color:#e12229;
}


.about-sharp .resource-container .resource-item img {
  border: #000000 solid 1px;
}


@media handheld, only screen and (min-width:768px){
 .about-sharp #hero-banner {
/*  padding-top: 30px;*/
  background-color: #cc0033;
  background-image: url(/portals/0/images/why-sharp-header.jpg);
  background-repeat: no-repeat;
 /* background-position: center;*/
  background-size: cover;
  position: relative;
  height: 250px;
  margin-bottom: 25px;
   background-position:  0% 25%;
   }
  
  .about-sharp #hero-banner .header {
  width: 65%;
    text-align: left;
	padding-left: 15px;
}

}


@media handheld, only screen and (max-width:768px) {
  .about-sharp #protect #ml-protection {
    width: 80%;
  }
  /*	.about-sharp #resources .col-sm-4 hr { width: 80%; }*/
  .about-sharp #hero-banner {
    height: 300px;
  }
  #content .row {
    margin-right: 0;
  }
  .about-sharp #pc-logos {
    display: none;
  }
  .about-sharp #mobile-logos {
    display: block;
  }
  .about-sharp .resource-container {
    display: block;
  }
  .about-sharp .resource-container .resource-item {
    max-width: 100%;
  }
 
  
  
  
@media handheld, only screen and (min-width:992px) {
  /*.about-sharp #about-sharp-overview #video { padding-top: 80px; }*/
  /*       .about-sharp #help-desk-banner IMG, .about-sharp #customers IMG {
    max-width: 450px;
} */
  .about-sharp .pdf-portrait {
    max-height: 150px;
  }
  
   .about-sharp #hero-banner {
  padding-top: 30px;
  background-color: #cc0033;
  background-image: url(/portals/0/images/why-sharp-header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 220px;
  margin-bottom: 25px;
}
    
  
}
@media handheld, only screen and (max-width:992px) {
  .about-sharp #hero-banner #about-sharp-nav {
    display: none;
  }
  .about-sharp #hero-banner {
    padding-top: 0px;
    height: auto;
  }
  .manged-it .row {
    margin-right: 0px;
  }
  .about-sharp #about-sharp-overview #overview-icons {
    margin: 0 0 30px 0;
    min-height: 400px;
  }
  .about-sharp #hero-banner {
    background-position-x: 100px;
  }
}
@media handheld, only screen and (min-width:1200px) {
  .about-sharp #about-sharp-overview #video {
    padding-top: 28px;
  }
}
@media handheld, only screen and (min-width:1366px) {}