/*---------------------------------------------------
 UPDATING BOOTSTRAP STYLES FOR ADA COMPLIANCE TO v5.1 
 ----------------------------------------------------*/
.mini-hp-ns .movie-play .modal-body {
  padding: 0;
}
.mini-hp-ns .close-button {
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -13px;
  z-index: 1;
  text-align: center;
}
.mini-hp-ns .close-button button.close {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
  font-size: 26px;
  font-weight: normal;
  color: #353535;
  text-shadow: none;
  padding-left: 1px;
}
.mini-hp-ns .close-button button.close:focus {
  outline: none;
}
@media screen and (max-height: 590px) {
  .mini-hp-ns .modal-body {
    overflow-y: visible !important;
    height: auto !important;
    max-height: inherit !important;
  }
}
.mini-hp-ns #contentTop {
  background-color: white;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mini-hp-ns #body-container {
  padding: 2px 15px 0px 15px;
  background: #FFF;
}
.mini-hp-ns .NoGutter {
  padding-left: 0;
  padding-right: 0;
}
.mini-hp-ns #programNav .header-img-txt {
  display: flex;
  align-items: stretch;
}
.mini-hp-ns #programNav .header-img-txt hr {
  margin: 8px 0px;
}
.mini-hp-ns #programNav .header-img-txt .header-txt {
  position: absolute;
  height: 100%;
  background: rgba(22, 43, 207, 0.75);
}
.mini-hp-ns #programNav .header-img-txt .header-txt .header-title {
  color: #ffffff;
  background: #465AF2;
  padding: 35px 20px;
  height: 40%;
}
.mini-hp-ns #programNav .header-img-txt .header-txt .header-title h1 {
  font-size: 50px;
}
.mini-hp-ns #programNav .header-img-txt .header-txt .header-anchors {
  padding: 20px;
}
.mini-hp-ns #programNav .header-img-txt .header-txt .header-anchors a {
  color: #ffffff;
}
.mini-hp-ns #programNav .header-img-txt .header-txt .header-anchors h2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mini-hp-ns #programNav .vr {
  width: 2px;
  height: 30px;
  background: #000000;
}
.mini-hp-ns #programNav nav {
  z-index: 100;
}
.mini-hp-ns #programNav .nav-pills li a {
  padding: 3px 0px;
  margin: 10px 10px 10px 5px;
}
.mini-hp-ns #programNav .nav-pills li + li {
  margin-left: 0px;
}
.mini-hp-ns #programNav .nav > li > a:focus {
  background: transparent !important;
}
.mini-hp-ns #programNav .nav-primary {
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  z-index: 100;
  width: 1000px;
  margin-left: 0px;
}
.mini-hp-ns #programNav .nav-primary .nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-hp-ns #programNav .nav-primary li.nav-left {
  border-radius: 0px;
  background: transparent;
}
.mini-hp-ns #programNav .nav-primary li.nav-left a,
.mini-hp-ns #programNav .nav-primary li.nav-left a:focus {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  background: transparent !important;
  border-bottom: 2px solid transparent;
}
.mini-hp-ns #programNav .nav-primary li.nav-left a .fa-home,
.mini-hp-ns #programNav .nav-primary li.nav-left a:focus .fa-home {
  font-size: 16px !important;
}
.mini-hp-ns #programNav .nav-primary li.nav-left a:hover,
.mini-hp-ns #programNav .nav-primary li.nav-left a:focus:hover {
  color: #465AF2;
  border-radius: 0px;
}
.mini-hp-ns #programNav .nav-primary li.nav-left.active a,
.mini-hp-ns #programNav .nav-primary li.pull-right.active a,
.mini-hp-ns #programNav .nav-primary li.active-nav a {
  background: transparent !important;
  border-radius: 0px;
  border-bottom: 2px solid #465AF2;
}
.mini-hp-ns #programNav .nav-primary li.nav-logo a {
  border-bottom: transparent !important;
}
.mini-hp-ns #programNav .nav-primary li.pull-right {
  margin-left: 5px;
  margin-top: 5px;
  font-size: 13px;
}
.mini-hp-ns #programNav .nav-primary li.pull-right a,
.mini-hp-ns #programNav .nav-primary li.pull-right a:active,
.mini-hp-ns #programNav .nav-primary li.pull-right a:focus {
  color: #ffffff;
  margin: 0px;
  border: 1px solid #ADADAD;
  border-radius: 5px !important;
}
.mini-hp-ns #programNav .nav-primary li.pull-right a:hover,
.mini-hp-ns #programNav .nav-primary li.pull-right a:active:hover,
.mini-hp-ns #programNav .nav-primary li.pull-right a:focus:hover {
  background: #FFFFFF;
  color: #04a1dd;
  border-radius: 5px;
}
.mini-hp-ns #programNav .nav-secondary {
  background: linear-gradient(90deg, #04a1dd 0%, #202443 34%, #371f38 68%, #72161c 100%);
  color: #ffffff;
  width: 1000px;
  height: 67px;
  z-index: 10;
  border-bottom: 4px solid #04a1dd;
}
.mini-hp-ns #programNav .nav-secondary li a {
  font-size: 12px;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0px;
  border-radius: 0px;
  background: transparent;
  margin: 22px 10px;
  transition: all 0.3s ease;
}
.mini-hp-ns #programNav .nav-secondary li a:hover {
  background: transparent !important;
  border-radius: 0px;
  color: #465AF2;
}
.mini-hp-ns #programNav .nav-secondary li.top-link {
  opacity: 0;
  font-weight: normal;
  position: absolute;
  left: -50px;
  transition: all 0.3s ease;
  color: #ffffff;
}
.mini-hp-ns #programNav .nav-secondary li.top-link a {
  margin: 18px 10px;
}
.mini-hp-ns #programNav .nav-secondary li.top-link a:hover {
  border-bottom: 2px solid transparent;
}
.mini-hp-ns #programNav .nav-secondary li.top-link.active a {
  border: 2px solid transparent !important;
}
.mini-hp-ns #programNav .nav-secondary li.top-link-img img {
  margin-right: 10px;
}
.mini-hp-ns #programNav .nav-secondary li.top-link-img a {
  margin: 12px 10px ;
}
.mini-hp-ns #programNav .nav-secondary li.top-link-img a:hover {
  border-bottom: 2px solid transparent;
}
.mini-hp-ns #programNav .nav-secondary li.top-link-img.active a {
  border: 2px solid transparent !important;
}
.mini-hp-ns #programNav .nav-secondary li.nav-btn a {
  border: 1px solid #ffffff;
  padding: 10px 12px;
  margin: 12px 10px;
}
.mini-hp-ns #programNav .nav-secondary li.up-arrow {
  font-size: 25px !important;
  opacity: 0;
  font-weight: normal;
  position: absolute;
  right: -50px;
  bottom: 10px;
  transition: all 0.3s ease;
  color: #ffffff;
}
.mini-hp-ns #programNav .nav-secondary li.up-arrow a {
  color: #465AF2 !important;
  border: 2px solid transparent !important;
  font-size: 25px !important;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.mini-hp-ns #programNav .nav-secondary li.up-arrow a h6 {
  margin: 0px;
}
.mini-hp-ns #programNav .nav-secondary li.up-arrow a:hover {
  color: #465AF2;
}
.mini-hp-ns #programNav .nav-secondary li.vr {
  height: 45px;
  margin-top: 10px;
}
.mini-hp-ns #programNav .nav-secondary li.nav-left.active a,
.mini-hp-ns #programNav .nav-secondary li.active-nav a {
  border-bottom: 2px solid #465AF2;
  transition: all 0.3s ease;
}
.mini-hp-ns #programNav .nav-holder {
  width: 1000px;
  height: 74px;
  margin-top: 80px;
  display: none;
}
.mini-hp-ns #programNav .affix ~ .nav-holder {
  display: block;
}
.mini-hp-ns #programNav .affix .nav-secondary {
  margin-top: 0;
}
.mini-hp-ns #programNav .affix .nav-secondary li.top-link {
  opacity: 1;
  position: relative;
  left: 0px;
  transition: all 0.3s ease;
}
.mini-hp-ns #programNav .affix .nav-secondary li.up-arrow {
  opacity: 1;
  position: relative;
  right: 0px;
  bottom: 5px;
  transition: all 0.3s ease;
}
.mini-hp-ns .hp-footer {
  background-color: #465af2;
  padding: 60px;
  margin-top: 1px;
}
.mini-hp-ns #body-container {
  background-color: #ffffff;
  padding-bottom: 40px;
}
.mini-hp-ns #programNav .nav-primary {
  position: absolute;
}
.mini-hp-ns #programNav .header-img-txt {
  align-items: center;
}
.mini-hp-ns #programNav .header-img-txt img {
  margin-top: 70px;
  margin-left: 480px;
  margin-bottom: 40px;
}
.mini-hp-ns #programNav .header-txt {
  position: absolute;
  top: 150px;
  left: 40px;
  background: transparent !important;
}
.mini-hp-ns #programNav h1 {
  font-size: 40px;
}
.mini-hp-ns #programNav .nav:after {
  border-bottom: 2px solid #000000;
  margin-left: 1%;
  padding-top: 15px;
  position: absolute;
  margin-top: 60px;
  width: 97%;
}
.mini-hp-ns hr {
  width: 60%;
  border-top: 2px solid #000000;
  margin-bottom: 50px;
}
.mini-hp-ns h2 {
  font-size: 40px;
}
.mini-hp-ns .why {
  background-color: white;
}
.mini-hp-ns .why .top .h4 {
  margin-top: 50px;
  margin-bottom: 70px;
}
.mini-hp-ns .why .devices {
  margin: 40px 10px 25px 10px;
}
.mini-hp-ns .why .devices h2 {
  margin-bottom: 30px;
}
.mini-hp-ns .why .devices img {
  width: 100%;
  margin-left: 10px;
}
.mini-hp-ns .why .devices .divider {
  height: 300px;
  width: 2px;
  background: #a6a6a6;
  margin-right: -20px;
  float: left;
  margin-left: 50px;
}
.mini-hp-ns .why .devices .left {
  margin-left: 55px;
}
.mini-hp-ns .why .devices .right {
  margin-left: 50px;
}
.mini-hp-ns #workstations {
  padding: 20px 40px 40px 40px;
  background-color: #f6f6f9;
}
.mini-hp-ns #workstations h2 {
  margin-bottom: 40px;
}
.mini-hp-ns #workstations .devices {
  margin-top: 60px;
  margin-left: 70px;
}
.mini-hp-ns #workstations .devices .col-xs-4 {
  margin-left: -15px;
  margin-right: -15px;
}
.mini-hp-ns #workstations .devices img {
  width: 80%;
  background: white;
  padding: 15px;
  border-radius: 10px;
}
.mini-hp-ns #workstations .devices .divider {
  height: 250px;
  width: 2px;
  background: #a6a6a6;
  margin-right: -8px;
  float: left;
}
.mini-hp-ns #workstations .btn {
  margin-top: 40px;
}
.mini-hp-ns #notebooks {
  padding: 20px 40px 40px 40px;
}
.mini-hp-ns #notebooks .txt {
  margin-top: 25px;
}
.mini-hp-ns #notebooks .devices {
  margin-top: 60px;
}
.mini-hp-ns #notebooks .devices .last {
  margin-left: -15px;
}
.mini-hp-ns #notebooks .devices img {
  width: 100%;
  background: white;
  padding: 15px;
}
.mini-hp-ns #notebooks .devices .divider {
  height: 250px;
  width: 2px;
  background: #a6a6a6;
  float: left;
}
.mini-hp-ns #notebooks .btn {
  margin-top: 40px;
}
.mini-hp-ns #collab {
  padding: 20px 40px 40px 40px;
  background-color: #f6f6f9;
}
.mini-hp-ns #collab .h3 {
  margin-bottom: 25px;
}
.mini-hp-ns #collab .devices {
  margin-top: 60px;
  margin-left: 70px;
}
.mini-hp-ns #collab .devices .col-xs-4 {
  margin-left: -15px;
  margin-right: -15px;
}
.mini-hp-ns #collab .devices .bottom {
  margin-left: 120px;
}
.mini-hp-ns #collab .devices img {
  width: 80%;
  background: white;
  padding: 15px;
  border-radius: 10px;
}
.mini-hp-ns #collab .devices .divider {
  height: 250px;
  width: 2px;
  background: #a6a6a6;
  margin-right: -8px;
  float: left;
}
.mini-hp-ns #collab .btn {
  margin-top: 40px;
}
.mini-hp-ns #expand {
  margin-top: 40px;
  background-color: white;
}
.mini-hp-ns #expand .top .h4 {
  margin-top: 50px;
  margin-bottom: 70px;
}
.mini-hp-ns #expand h3 {
  margin-bottom: 30px;
}
.mini-hp-ns #expand .devices {
  margin: 40px 10px 25px 10px;
}
.mini-hp-ns #expand .devices h2 {
  margin-bottom: 30px;
}
.mini-hp-ns #expand .devices img {
  width: 95%;
}
.mini-hp-ns #expand .devices .col-xs-3 .h4 {
  margin-left: 35px;
}
.mini-hp-ns #expand .devices .divider {
  height: 250px;
  width: 2px;
  background: #a6a6a6;
  margin-right: -8px;
  float: left;
  margin-left: -10px;
}
.mini-hp-ns #expand .btn {
  margin-left: 660px;
  margin-top: -40px;
}
.mini-hp-ns #expand .series {
  margin-left: 65px !important;
}
.mini-hp-ns #expand .bottom {
  margin-left: 180px;
  margin-bottom: 40px;
}
.mini-hp-ns #peripherals {
  padding: 20px 40px 40px 40px;
  background-color: #f6f6f9;
}
.mini-hp-ns #peripherals .h3 {
  margin-bottom: 25px;
}
.mini-hp-ns #peripherals .devices {
  margin-top: 60px;
}
.mini-hp-ns #peripherals .devices .last {
  margin-left: -8px;
}
.mini-hp-ns #peripherals .devices img {
  width: 100%;
  background: white;
  padding: 15px;
  border-radius: 10px;
}
.mini-hp-ns #peripherals .devices .divider {
  height: 250px;
  width: 2px;
  background: #a6a6a6;
  float: left;
}
.mini-hp-ns #peripherals .devices .right {
  position: relative;
  left: -4px;
}
.mini-hp-ns #peripherals .btn {
  margin-top: 20px;
}
.mini-hp-ns #complete {
  position: relative;
  margin-top: -70px;
  margin-bottom: -40px;
}
.mini-hp-ns #complete h2 {
  margin-bottom: 30px;
  margin-top: -10px;
}
.mini-hp-ns #complete .img-txt {
  align-items: center;
  position: relative;
  z-index: 1;
}
.mini-hp-ns #complete .img-txt img {
  pointer-events: none;
  margin-top: 70px;
  margin-left: 480px;
  margin-bottom: 40px;
}
.mini-hp-ns #complete .txt {
  position: absolute;
  z-index: 2;
  top: 150px;
  left: 40px;
  background: transparent !important;
}
.mini-hp-ns #complete .btn {
  position: relative;
  z-index: 3;
  margin-left: 40px;
}
.mini-hp-ns #complete .top {
  position: relative;
  margin-top: -200px;
}
.mini-hp-ns #complete .bottom {
  position: relative;
  margin-top: -125px;
}
