html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #39a5eb;
  text-decoration: none;
}
button {
  cursor: pointer;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
sup {
  font-size: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p Â  {
  font-weight: normal;
}
.owc-button,
.owc-button-inverted,
.owc-button-full-width,
.owc-button-half-width,
.owc-button-inverted-full-width,
.owc-button-inverted-half-width {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #39a5eb;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  height: 48px;
  border: none;
  border-radius: 2px;
  border: 1px solid #39a5eb;
  padding: 0px 24px;
  transition: background-color 0.2s, color 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}
.owc-button-full-width,
.owc-button-inverted-full-width {
  width: 100%;
}
.owc-button-half-width,
.owc-button-inverted-half-width {
  width: 50%;
}
.owc-button__height_32 {
  height: 32px;
}
.owc-button__height_40 {
  height: 40px;
}
.owc-button:hover,
.owc-button-full-width:hover {
  background-color: #3290ce;
  color: #fff;
}
.owc-button-inverted,
.owc-button-inverted-full-width {
  background-color: #fff;
  color: #39a5eb;
  border: 1px solid #39a5eb;
}
.owc-button-inverted:hover,
.owc-button-inverted-full-width:hover {
  background-color: #f4f4f4;
  color: #39a5eb;
}
.owc-button__white {
  border: none;
  background-color: #fff;
  color: #39a5eb;
}
.owc-button__white:hover {
  background-color: #f4f4f4;
  color: #39a5eb;
}
.owc-button__orange {
  border: none;
  background-color: #f39800;
}
.owc-button__orange:hover {
  background-color: #c07800;
}
.owc-button__disabled,
.owc-button__disabled:hover {
  border: none;
  background-color: #ddd;
  color: #fff;
  cursor: default;
}
.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 0.125rem;
  position: relative;
  display: inline-block;
  outline: 0;
  font-style: normal;
  text-align: center;
  cursor: pointer;
}
.btn-primary {
  background-color: #39a5eb;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
.btn-primary:hover {
  background-color: #1a8ed7;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
.btn-primary-white {
  background-color: #fff;
  color: #39a5eb;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
.btn-primary-white:hover {
  background-color: #f7f7f7;
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
.btn-hero {
  font-family: 'Roboto';
  font-weight: 500;
  padding: 0rem 2.625rem;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.btn-full-width {
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  width: 100%;
  height: 40px;
}
.btn-banner {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 13px;
  padding: 0px 24px;
  height: 40px;
  line-height: 40px;
}
.btn-small {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0 1rem;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}
.container {
  max-width: 1152px;
  padding: 0 16px;
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1152px;
  }
}
.searchspring-slider {
  max-width: 1152px;
  padding: 0 16px;
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .searchspring-slider {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .searchspring-slider {
    max-width: 768px;
  }
}
@media (min-width: 990px) {
  .searchspring-slider {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .searchspring-slider {
    max-width: 1152px;
  }
}
.searchspring-slider p {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #6d6d6d;
}
.searchspring-slider h3 {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: 0px;
  text-align: left;
  color: #222222;
}
.searchspring-slider h3 a {
  font-size: 1rem;
  text-decoration: none;
  color: #222222;
}
.searchspring-slider__pricing-container {
  position: absolute;
  bottom: 65px;
}
.searchspring-slider__description {
  height: 110px;
}
.searchspring-slider__pricing_height {
  height: 45px;
}
.searchspring-slider__btn {
  margin-top: 20px;
  padding: 0;
}
.searchspring-slider__btn_mobile {
  display: none;
}
.searchspring-slider__savings {
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #39a5eb;
  margin-bottom: 0px;
}
.searchspring-slider__price {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #222222;
  margin-bottom: 2px;
}
.searchspring-slider__price a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
}
.searchspring-slider__msrp {
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6d6d6d;
}
.searchspring-slider__img-container {
  display: block;
}
.product-rating {
  margin-bottom: 0px;
}
.searchspring-slider__img_arrow-right {
  position: absolute;
  top: 40%;
  right: -34px;
  z-index: 9;
  cursor: pointer;
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.searchspring-slider__img_arrow-left {
  position: absolute;
  top: 40%;
  left: -34px;
  z-index: 9;
  cursor: pointer;
}
.searchspring-slider button {
  text-transform: none;
  display: none !important;
}
@media (max-width: 1199px) {
  .searchspring-slider__description {
    height: 129px;
  }
}
@media (max-width: 1198px) {
  .searchspring-slider__description {
    height: 80px;
  }
}
@media (max-width: 837px) {
  .searchspring-slider__img_arrow-right {
    position: absolute;
    top: 40%;
    right: -7px;
    z-index: 999;
  }
  .searchspring-slider__img_arrow-left {
    position: absolute;
    top: 40%;
    left: -7px;
    z-index: 999;
  }
}
@media (max-width: 989px) {
  .searchspring-slider__description {
    height: 110px;
  }
}
@media (max-width: 699px) {
  .searchspring-slider__container .slick-dots button {
    width: 3px;
    height: 8px;
    margin: 1em auto;
    border-radius: 500px;
    background-color: #eeeeee;
    color: transparent;
    border: none;
    outline: 0;
  }
  .searchspring-slider__container .slick-dots li {
    display: inline-block;
    margin: 0 3px 0 0;
  }
  .searchspring-slider__container .slick-dots {
    top: -50px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .searchspring-slider__container {
    background-color: #fff;
    padding: 0;
  }
  .searchspring-slider__container {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.searchspring-slider__product-item {
  background-color: #fff;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 16px 16px 16px;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 32px;
}
.searchspring-slider__img {
  margin: auto;
  padding: 0px 22px 16px 22px;
}
@media (max-width: 767px) {
  .searchspring-slider__img {
    height: auto !important;
  }
  .not-active {
    pointer-events: visible;
    cursor: progress;
    text-decoration: none;
  }
  .searchspring-slider__pricing-container {
    position: absolute;
    bottom: 12px;
    left: 138px;
  }
  .searchspring-slider__description {
    height: 45px;
  }
  .searchspring-slider h3 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #222222;
  }
  .searchspring-slider__price a {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .searchspring-slider h3 a {
    font-size: 14px;
    text-decoration: none;
    color: #222222;
  }
  .searchspring-slider__container .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .searchspring-slider__product-item {
    margin-bottom: 0px;
    border: 0px solid #ddd;
  }
  .searchspring-slider__img {
    margin: auto;
    padding: 0px 0px 0px 0px;
    float: left;
    margin-right: 26px;
    width: 112px;
  }
  .searchspring-slider p {
    display: none;
  }
  .searchspring-slider__btn {
    display: none;
  }
  .searchspring-slider__savings {
    margin-bottom: 0px;
  }
  .searchspring-slider__product-item {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 0px 16px 0px;
  }
  .searchspring-slider__pricing_height {
    height: 56px;
    padding-left: 0px;
  }
}
.slider-header {
  margin-bottom: 4px;
}
.slider-header h2 {
  font-family: 'Roboto';
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #222222;
  margin-bottom: 3px;
}
.slider-header h3 {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #222222;
}
.slider-header__link a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #39a5eb;
  float: right;
}
@media (max-width: 767px) {
  .slider-header__link {
    display: none;
  }
  .slider-header {
    padding-bottom: 5px;
  }
  .slider-header h2 {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #222222;
    margin-bottom: 1px;
  }
  .slider-header h3 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #222222;
  }
  .searchspring-slider__btn_mobile {
    margin-top: 20px;
    display: block;
    visibility: visible !important;
    margin-right: 16px;
    margin-left: 16px;
  }
}
.product-rating {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
.rating-reviews {
  font-size: 11px;
  float: left;
  display: inline;
  padding-top: 3px;
  padding-left: 5px;
}
.rating-reviews a {
  font-size: 11px;
}
.stars-5 {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 0;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-4half {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 -24px;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-4 {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 19.877%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-3half {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 29.918%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-3 {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 39.959%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-2half {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 50%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-2 {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 60.041%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-1half {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 70.082%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-1 {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 80.123%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-half {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 90.164%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.stars-empty {
  background: url('//res.cloudinary.com/macsales/image/upload/rating-star-sprite.png')
    no-repeat 0 100%;
  background-size: 84px 261px;
  width: 84px;
  height: 17px;
  float: left;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
}
.searchspring-slider__img {
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.wrap-box-sizing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.no-gutters {
  padding-left: 0px;
  padding-right: 0px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.install-videos__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 32px;
  grid-row-gap: 32px;
}
.links-available-upgrades-block-min {
  width: 100% !important;
}
.nav-primary__search-input {
  height: 40px !important;
  font-size: 14px !important;
}
.image-wide {
  display: block;
  max-width: 100%;
  height: auto;
}
#content-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 32px;
  grid-row-gap: 32px;
}
#left-container {
  width: auto;
  grid-column: 1 / span 3;
}
#right-container {
  grid-column: 4 / span 9;
}
#video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
#video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.links-available-upgrades-block-min {
  width: 100% !important;
}
.iv_vid_title h2 {
  font-size: 25px;
  color: #000000;
  margin: 20px 0 10px 0;
  line-height: 25px;
}
.product-items-unit__name {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  margin: 16px 0 0;
  overflow: hidden;
  line-height: 19px;
}
#product-image img {
  width: 100%;
}
.links-available-upgrades-block-min {
  width: 240px;
  border: 1px solid #ddd;
  margin-right: auto;
  margin-bottom: 4px;
  padding-left: 4px;
}
.links-available-upgrades-block-min-text {
  padding-top: 20px;
  padding-left: 15px;
  font-size: 12px;
}
.links-available-upgrades-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.product-items-unit__ul {
  font-size: 12px;
  color: #6d6d6d;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.product-items-unit__li {
  font-size: 12px;
}
.product-items-unit__model-header {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 13px;
  color: #6d6d6d;
  border-top: solid 1px #dddddd;
  margin-top: 16px;
  padding-top: 8px;
}
#video-product-card-container {
  display: flex;
  flex-wrap: wrap;
}
.video-product-card {
  border: #ddd solid thin;
  width: 270px;
  margin: 6px;
  flex-shrink: 0;
  display: flex;
  height: 94%;
}
.video-product-card img {
  display: block;
  margin: 5px;
}
.video-product-card-anchor {
  text-decoration: none;
  color: black;
  text-decoration: none;
}
.video-product-card-anchor:hover {
  color: black;
  text-decoration: none;
}
.video-product-card-top {
  border: blue solid thin;
  height: 87%;
  padding: 5px;
}
.video-product-card-bottom {
  padding: 5px;
  height: 13%;
}
.video-product-card-special {
  padding-bottom: 5px;
}
h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1px;
}
.searchspring-slider {
  padding: 0px !important;
}
#container_recommendedItems {
  padding: 0px !important;
}
.slider-lane-view-more {
  font-size: 14px;
}
.col-md-12 h1 {
  font-weight: 500;
  margin: 8px 0 12px 0;
  letter-spacing: -1px;
}
@media (max-width: 989px) {
  .iv_systems li {
    width: 50% !important;
  }
  #left-container {
    grid-column: 1 / span 4;
  }
  #right-container {
    grid-column: 5 / span 8;
  }
  .install-videos__grid {
    display: block;
  }
  .iv_sys_vid_section_info {
    width: auto;
  }
  #videocopyright {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  #product-image img {
    width: 250px !important;
    margin: auto;
    display: block;
  }
  .iv_side_content_sub {
    display: block;
    margin: auto;
    width: 225px;
  }
  .iv_sys_vid_section_high {
    margin-left: 0px !important;
  }
  .iv_sys_vid_section_info {
    margin-left: 0px !important;
  }
  .iv_breadcrumbs ol {
    display: block !important;
  }
  .iv_breadcrumbs li {
    padding-top: 5px !important;
  }
  #container_recommendedItems .container {
    padding: 0px;
  }
  .iv_index_links {
    width: 100% !important;
  }
  .iv_index_item {
    width: 100% !important;
  }
  .iv_systems li {
    float: unset !important;
    margin: 0 auto 0 auto !important;
    width: 100% !important;
  }
  #right-container {
    order: 1;
    grid-column: 1 / span 12;
  }
  #left-container {
    order: 2;
    grid-column: 1 / span 12;
    padding-right: 16px;
  }
}
.lander__breadcrumb {
  font-family: 'Roboto';
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 48px;
  color: #6d6d6d;
}
.lander__breadcrumb a {
  color: #6d6d6d;
  text-decoration: underline;
}
.lander__breadcrumb-white {
  color: #fff;
}
.lander__breadcrumb-white a {
  color: #fff;
  text-decoration: underline;
}
.hero-lander-full__breadcrumb {
  font-family: 'Roboto';
  font-size: 12px;
  position: absolute;
  top: 16px;
}
@media (max-width: 767px) {
  .lander__breadcrumb {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
div {
  font-family: Arial, Helvetica, sans-serif;
}
.iv_header {
  background: url('/tech_center/Video/imgs/bkg_header3.jpg') repeat-x left
    bottom;
  height: auto;
  min-height: 115px;
  padding: 18px 0 0 25px;
}
.iv_support_home {
  position: absolute;
  margin-top: 18px;
  margin-left: 25px;
}
.iv_title {
  margin: 30px 0 0 0;
  display: block;
  float: left;
  width: 414px;
  clear: left;
}
.iv_main_content {
  grid-column: 4 / span 9;
  line-height: 160%;
}
.iv_main_content_index {
  line-height: 160%;
}
.iv_side_content {
  width: 245px;
  float: left;
  border-left: 1px solid #d3d2d2;
  margin: 25px 0px 25px 10px;
  padding-left: 10px;
}
.iv_intro_title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #323232;
}
.iv_intro_txt {
  font-size: 14px;
  line-height: 145%;
  color: #000000;
}
.iv_intro_txt a {
  display: normal;
  color: #3489c5;
  text-decoration: underline;
}
.iv_intro_txt a:hover {
  display: normal;
  color: #3489c5;
  text-decoration: underline;
}
.iv_view_options {
  list-style: none;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
}
.iv_view_options li {
  float: left;
  height: 20px;
}
.iv_c_modelid_locate {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  color: #4d4d4d;
}
.iv_c_heading {
  margin-top: 60px;
  font-size: 20px;
  border-bottom: 1px solid #d3d2d2;
  margin-bottom: 15px;
  padding-bottom: 4px;
  text-align: left;
  font-weight: bold;
  color: #323232;
}
.iv_new {
  color: #ff0000;
  font-size: 80%;
  line-height: 80%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.iv_index_item {
  width: 205px;
  text-align: center;
  margin-left: 20px;
}
.iv_index_item_title {
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 5px;
  color: #000000;
}
.iv_index_item_subtitle {
  font-size: 12px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 3px;
  color: #000000;
}
.iv_index_item_modelid {
  font-size: 11px;
  line-height: 120%;
  font-weight: normal;
  margin-bottom: 3px;
  color: #333333;
}
.iv_index_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
.iv_index_item a:hover {
  text-decoration: none;
  color: #000000;
}
.iv_index_links {
  width: 195px;
  font-size: 11px;
  font-weight: normal;
  margin-top: 2px;
  line-height: 15px;
  text-align: center;
  margin-left: 24px;
}
.iv_index_links a {
  display: normal;
  text-decoration: underline;
  color: #3489c5;
}
.iv_index_links a:hover {
  text-decoration: underline;
  color: #3489c5;
}
.iv_systems {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.iv_systems li {
  width: 25%;
  height: 230px;
  margin-top: 15px;
  margin-bottom: 5px;
  float: left;
  line-height: 0%;
}
.iv_systems_accel {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.iv_systems_accel li {
  width: 222px;
  height: 75px;
  float: left;
}
.iv_separator {
  clear: both;
}
.iv_systems_side {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.iv_systems_side li {
  width: 110px;
  height: 140px;
  float: left;
}
.iv_index_side_item {
  width: 110px;
  text-align: center;
  margin-left: 0px;
}
.iv_index_side_item_title {
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.iv_index_side_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
.iv_index_side_item a:hover {
  text-decoration: none;
  color: #000000;
}
.iv_accel_links {
  margin-bottom: 6px;
  font-size: 11px;
  text-align: left;
}
.iv_side_content_sub {
  grid-column: 1 / span 7;
  grid-column: 1 / span 3;
}
.iv_breadcrumbs {
  font-size: 11px;
  margin-bottom: 8px;
}
.iv_breadcrumbs a {
  display: normal;
  text-decoration: none;
  color: #3489c5;
}
.iv_breadcrumbs a:hover {
  text-decoration: underline;
  color: #3489c5;
}
.iv_sys_subtitle {
  font-size: 60%;
  color: #000000;
}
.iv_sys_title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #000000;
}
.iv_vid_image {
  border: 1px solid #000000;
}
.iv_breadcrumbs ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.iv_breadcrumbs li + li:before {
  padding: 3px;
  content: ' /';
  white-space: pre;
}
.iv_sys_vid_section {
  margin-top: 20px;
}
.iv_sys_vid_section_info {
  float: left;
  width: 410px;
  margin-left: 20px;
}
.iv_sys_vid_section_title {
  font-size: 21px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 4px;
}
.iv_sys_vid_section_titlesubs {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 140%;
}
.iv_sys_vid_section_high {
  float: left;
  width: 160px;
  text-align: center;
  margin-left: 15px;
}
.iv_sys_vid_section_medium {
  float: left;
  width: 130px;
  text-align: center;
  margin-left: 10px;
}
.iv_sys_vid_section_low {
  float: left;
  width: 100px;
  text-align: center;
  margin-left: 10px;
}
.iv_sys_vid_section_selection_label {
  margin-top: 0px;
  font-size: 11px;
  line-height: 13px;
}
.iv_separator_hl {
  clear: both;
  height: 1px;
  padding-top: 2px;
  padding-bottom: 10px;
}
.iv_separator_xc {
  clear: both;
  border-bottom: 1px solid #d3d2d2;
  height: 1px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.iv_sys_vid_section a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
.iv_sys_vid_section a:hover {
  text-decoration: none;
  color: #000000;
}
.iv_vid_head_content {
  min-height: 100px;
  float: left;
  width: 750px;
}
.iv_head_xc_row {
  width: 180px;
  float: left;
  margin-top: 3px;
  margin-left: 10px;
}
.iv_xc_icon {
  float: left;
  margin-right: 8px;
}
.iv_head_xc_row_ipod {
  width: 110px;
  float: left;
  margin-top: 3px;
  margin-left: 10px;
}
.iv_vid_head_xsell_ipod {
  width: 185px;
  height: 106px;
  margin-top: 3px;
  float: left;
  border-left: 1px solid #d3d2d2;
  font-weight: bold;
  padding-left: 10px;
  margin-left: 10px;
}
.iv_head_xsell_ipod {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
}
.iv_vid_head_ipod_title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
}
.iv_head_xsell_ipod a {
  display: normal;
  text-decoration: none;
  color: #000000;
}
.iv_head_xsell_ipod a:hover {
  text-decoration: underline;
  color: #000000;
}
.iv_vid_head_xsell_ipod a {
  display: normal;
  text-decoration: none;
  color: #000000;
}
.iv_vid_head_xsell_ipod a:hover {
  text-decoration: underline;
  color: #000000;
}
.iv_video_container {
  margin: 20px 25px 0px 25px;
}
.iv_vid_head {
  margin-top: 0px;
}
.iv_vid_head_image {
  width: 160px;
  height: 100px;
  float: left;
}
.iv_vid_head_share {
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
}
.iv_vid_head_xsell {
  width: 150px;
  height: 106px;
  margin-top: 3px;
  float: left;
  border-left: 1px solid #d3d2d2;
}
.iv_vid_head_xsell_dd {
  width: 150px;
  height: 150px;
  margin-top: 3px;
  float: left;
  border-left: 1px solid #d3d2d2;
}
.iv_vid_title {
  font-size: 25px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom: #6d6d6d solid thin;
}
.iv_vid_title_location {
  font-size: 140%;
  line-height: 140%;
  color: #000000;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
}
.iv_vid_intro_txt {
  font-size: 13px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 10px;
}
.iv_vid {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.iv_vid_size {
  font-size: 11px;
  margin-bottom: 0px;
}
.iv_vid_size a {
  display: normal;
  text-decoration: underline;
  color: #3489c5;
}
.iv_vid_size a:hover {
  text-decoration: underline;
  color: #3489c5;
}
.iv_xsell_content {
  font-size: 11px;
  margin: 0px 0px 8px 10px;
}
.iv_xsell_content a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
.iv_xsell_content a:hover {
  text-decoration: underline;
  color: #000000;
}
.iv_head_xsell {
  font-size: 11px;
  font-weight: bold;
}
.iv_head_xsell a {
  display: normal;
  text-decoration: none;
  color: #000000;
}
.iv_head_xsell a:hover {
  text-decoration: underline;
  color: #000000;
}
.iv_head_xsell_content {
  padding-top: 4px;
  font-size: 11px;
}
.iv_xc_comp {
  font-size: 12px;
  font-weight: bold;
}
.iv_xc_title {
  font-size: 12px;
}
.iv_xc_price {
  font-size: 11px;
  font-weight: bold;
}
.iv_xc_price_c {
  color: #ff0000;
  font-weight: bold;
}
.iv_xc_image {
  margin-bottom: 8px;
}
.iv_xc_icon_ipod {
  text-aling: center;
  margin: 15px;
}
.modelidbutton {
  font-size: 10px;
  text-decoration: none;
  color: #0065cc;
}
#quote {
  float: right;
  width: 300px;
  display: block;
  font-size: 12px;
  margin: 10px 30px 0 0;
  line-height: 140%;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  text-indent: -6px;
  color: #666;
}
#quote .author {
  font-size: 10px;
  text-align: right;
  line-height: 120%;
  margin-top: 4px;
  font-style: normal;
}
#quote .tick {
  margin-bottom: 3px;
}
.advanced {
  color: #ff0000;
  font-weight: bold;
}
.iv_sys_vid_section .advanced a,
.iv_sys_vid_section_titlesubs .advanced a {
  color: #ff0000;
  display: inline;
  text-decoration: underline;
}
.iv_sys_vid_section .advanced a:hover,
.iv_sys_vid_section_titlesubs .advanced a:hover {
  text-decoration: none;
}
.profinstall {
  color: #666;
  margin-left: 8px;
}
.vid_xsell_container {
  width: 365px;
  float: right;
}
.vid_xsell_content_lt {
  width: 174px;
  float: left;
  margin-top: 3px;
  margin-left: 10px;
}
.vid_xsell_content_lt_top {
  padding: 4px 0px 0px 5px;
}
.vid_xsell_content_lt_bot {
  padding: 8px 0px 0px 5px;
}
.vid_xsell_content_lt_img {
  background: url('/tech_center/Video/imgs/owc_superslim_sm.jpg') no-repeat 95px
    45px;
  padding-bottom: 13px;
}
.vid_xsell_content_rt {
  width: 180px;
  height: 150px;
  margin-top: 3px;
  float: right;
  border-left: 1px solid #d3d2d2;
}
.vid_xsell_sep_xc {
  clear: both;
  border-bottom: 1px solid #d3d2d2;
  height: 1px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.vid_xsell_sep_xc2 {
  border-bottom: 1px solid #d3d2d2;
  height: 1px;
}
.vid_xsell_head {
  font-size: 12px;
  font-weight: bold;
  height: 45px;
  padding-left: 15px;
}
.vid_xsell_head a {
  display: normal;
  text-decoration: none;
  color: #000000;
}
.vid_xsell_head a:hover {
  text-decoration: underline;
  color: #000000;
}
.vid_xsell_head_content {
  padding-top: 4px;
  font-size: 12px;
}
.vid_xsell_xc_icon {
  float: left;
  margin-right: 8px;
}
.vid_xsell_xc_price_c {
  color: #ff0000;
  font-weight: bold;
}
.vid_xsell_comp {
  font-size: 12px;
  font-weight: bold;
}
.vid_xsell_title {
  font-size: 12px;
}
.vid_xsell_price {
  font-size: 12px;
  font-weight: bold;
}
.vid_xsell_content {
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}
.vid_xsell_content a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
.vid_xsell_content a:hover {
  text-decoration: underline;
  color: #000000;
}
.vid_xsell_content2_lt_top {
  padding: 13px 0px 0px 5px;
}
.vid_xsell_content2_lt_bot {
  padding: 13px 0px 0px 5px;
}
.vid_xsell_content2_lt_img {
  background: url('/tech_center/Video/imgs/owc_superslim_sm.jpg') no-repeat 95px
    45px;
  padding-bottom: 18px;
}
.vid_xsell_content2_rt {
  width: 180px;
  height: 175px;
  margin-top: 3px;
  float: right;
  border-left: 1px solid #d3d2d2;
}
.vid_xsell_head2 {
  font-size: 12px;
  font-weight: bold;
  height: 43px;
  padding-left: 15px;
}
.vid_xsell_head2 a {
  display: normal;
  text-decoration: none;
  color: #000000;
}
.vid_xsell_head2 a:hover {
  text-decoration: underline;
  color: #000000;
}
.vid_xsell_content_lt_sdimg {
  background: url('/tech_center/Video/imgs/owc_superdrive_sm.jpg') no-repeat
    106px 30px;
  padding-bottom: 5px;
}
.vid_xsell_content3_lt_bot {
  padding: 5px 0px 0px 5px;
}
.pad_top_eight {
  padding-top: 8px;
}
.pad_top_six {
  padding-top: 6px;
}
.pad_top_five {
  padding-top: 5px;
}
.pad_top_four {
  padding-top: 4px;
}
.pad_top_two {
  padding-top: 2px;
}
.mar_top_neg_six {
  margin-top: -6px;
}
.mar_top_neg_eight {
  margin-top: -8px;
}
.iv_sys_vid_section_1080p {
  float: left;
  width: 159px;
  text-align: center;
  margin-left: 15px;
}
.iv_sys_vid_section_high_rev {
  float: left;
  width: 126px;
  text-align: center;
  margin-left: 15px;
}
.iv_sys_vid_section_medium_rev {
  float: left;
  width: 91px;
  text-align: center;
  margin-left: 15px;
}
.iv_sys_vid_section_low_rev {
  float: left;
  width: 73px;
  text-align: center;
  margin-left: 0px;
}
.iv_sys_vid_section_info_rev {
  float: left;
  width: 160px;
  margin-left: 20px;
}
.transcript_wrapper {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',
    Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 16px;
}
.transcript_header_black {
  font-size: 16px;
  line-height: 120%;
  padding: 2px;
  padding-top: 8px;
  padding-right: 2px;
  padding-bottom: 8px;
  padding-left: 10px;
  background: #333333;
  color: #ffffff;
  margin: 50px 0px 40px 0px;
  width: 100%;
  display: block;
}
.transcript_step_container {
  width: 50%;
  float: left;
}
.transcript_pic_container {
  width: 48%;
  margin-left: 2%;
  float: left;
}
#transcript_intro_text_column {
  width: 50%;
  float: left;
  display: block;
}
.transcript_pic_container img {
  display: block;
}
.transcript_img {
  height: 217px;
  width: 400px;
  padding-top: 5%;
  padding-bottom: 1%;
}
.transcript_img_caption_title,
.transcript_img_caption_desc {
  font-size: 14px;
  padding-top: 5%;
  display: inline;
}
.transcript_img_caption_title {
  font-weight: bold;
}
.transcript_step_list dt {
  font-size: 14px;
  text-align: center;
  background-color: #333;
  color: white;
  font-weight: bold;
  font-color: #fefefe;
  padding: 4px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  float: left;
  clear: left;
  margin-top: 0px;
}
.transcript_step_list dd {
  padding-bottom: 20px;
  line-height: 170%;
  font-size: 14px;
}
.transcript_row {
  display: table;
  width: 100%;
}
.transcript_hr {
  height: 1px;
  border: none;
  background-color: #000;
  max-width: 100%;
  margin: 50px 0 50px 0;
}
.transcript_invisible_hr {
  height: 1px;
  border: none;
  max-width: 100%;
  margin: 25px 0 25px 0;
}
.transcript_wrapper {
  display: block;
  margin: 20px 90px 20px 90px;
}
.transcript_intro_text {
  font-size: 14px;
  line-height: 140%;
}
.transcript_intro_title {
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 20px;
  line-height: 140%;
  font-weight: bold;
  display: block;
}
.transcript_closer {
  font-weight: bold;
}
.transcript_intro_hero_image {
  width: 48%;
  float: right;
  display: block;
  position: relative;
  height: 100%;
  width: 40%;
  display: table;
}
.transcript_intro_warning_column {
  width: 48%;
  float: right;
  display: block;
  border: solid black 3px;
  position: relative;
  height: 100%;
  width: 40%;
  display: table;
}
.transcript_warning_left_box {
  width: 39%;
  float: left;
  display: block;
  border-right: solid black 3px;
  text-align: center;
  position: relative;
  height: 100%;
  display: table-cell;
}
.transcript_warning_left_box img {
  width: 100%;
  display: block;
  padding-bottom: 30px;
  padding-top: 10px;
}
.transcript_warning_black_box {
  background-color: #000;
  position: relative;
  bottom: 0;
  left: 0;
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
}
.transcript_warning_right_box {
  width: 60%;
  float: right;
  display: block;
  line-height: 140%;
  font-size: 14px;
  display: table-cell;
}
#videocopyright {
  margin-top: 10px;
  width: 670px;
  line-height: 1.2em;
}
.videocopyrightlink {
  color: #999;
  font-size: 11px;
  text-decoration: none;
}
.videocopyrightlink2 {
  color: #0066ff;
  font-size: 11px;
  text-decoration: underline;
}
.installvids_legal_note {
  display: block;
  font-size: 11px;
  color: #a2a2a2;
  padding: 0 16px;
  margin-top: 32px;
  line-height: 120%;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ms_iv_vwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
.ms_iv_vwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videonotelink {
  color: #ff6600;
  text-decoration: none;
  font-size: 11px;
}
.iv_view_options2 li {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
}
.iv_c_modelid_locate a {
  text-decoration: underline;
  color: #1095e4;
}
#helpfultipswrap {
  font-size: 12px;
  background-color: #eaf9fa;
  width: 940px;
  margin-bottom: 25px;
  font-weight: normal;
}
#helpfultipswrap p {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
#helpfultipstitle {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding: 5px;
  margin-top: 10px;
  margin-left: 5px;
  float: left;
}
#helpfultipstips {
  font-size: 11px;
  color: #666;
  width: 930px;
  padding: 8px;
}
#helpfultipstips li {
  padding-bottom: 5px;
}
#helpfultipstips a {
  color: #666;
  font-size: 11px;
  text-decoration: underline;
}
#tip-container {
  padding: 5px;
}
.nav-float__links {
  font-size: 15px !important;
}