/* Fix */
.breadcrumbs {
  border-bottom: none;
}
.nkn-resp-mobile-page-title {
  display: none;
}
.nkn-footer-full-width {
  margin-top: 0;
}
/* Global */
@-webkit-keyframes load {
  0% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes load {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.btn-new,
a.btn-new {
  border: 1px solid transparent;
  border-radius: 90px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  min-width: 140px;
  padding: 10px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: background 150ms ease-out, border-color 150ms ease-out;
  transition: background 150ms ease-out, border-color 150ms ease-out;
  vertical-align: middle;
}
.btn-new-yellow,
a.btn-new-yellow {
  background: #ffdd00;
  border-color: #ffdd00;
  color: #000;
}
html.no-touch .btn-new-yellow:hover,
html.no-touch a.btn-new-yellow:hover,
html.no-touch .btn-new-yellow:focus,
html.no-touch a.btn-new-yellow:focus {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #000;
}
html.touch .btn-new-yellow:active,
html.touch a.btn-new-yellow:active {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #000;
}
.btn-new-black,
a.btn-new-black {
  background: #000;
  border-color: #404040;
  color: #fff;
}
html.no-touch .btn-new-black:hover,
html.no-touch a.btn-new-black:hover,
html.no-touch .btn-new-black:focus,
html.no-touch a.btn-new-black:focus {
  background: #404040;
  border-color: #404040;
  color: #fff;
}
html.touch .btn-new-black:active,
html.touch a.btn-new-black:active {
  background: #404040;
  border-color: #404040;
  color: #fff;
}
.btn-new-white,
a.btn-new-white {
  background: #fff;
  border-color: #d8d8d8;
  color: #000;
}
html.no-touch .btn-new-white:hover,
html.no-touch a.btn-new-white:hover,
html.no-touch .btn-new-white:focus,
html.no-touch a.btn-new-white:focus {
  background: #efefef;
  border-color: #d8d8d8;
  color: #000;
}
html.touch .btn-new-white:active,
html.touch a.btn-new-white:active {
  background: #efefef;
  border-color: #d8d8d8;
  color: #000;
}
.btn-new-loading .text,
a.btn-new-loading .text {
  opacity: 1;
}
.btn-new-loading .load-icon,
a.btn-new-loading .load-icon {
  display: none;
  height: 12px;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
}
.btn-new-loading.btn-new-yellow .load-icon path,
a.btn-new-loading.btn-new-yellow .load-icon path {
  fill: #000;
}
.btn-new-loading.btn-new-black .load-icon path,
a.btn-new-loading.btn-new-black .load-icon path {
  fill: #fff;
}
.btn-new-loading.btn-new-white .load-icon path,
a.btn-new-loading.btn-new-white .load-icon path {
  fill: #000;
}
.btn-new-loading.loading .text,
a.btn-new-loading.loading .text {
  opacity: 0;
}
.btn-new-loading.loading .load-icon,
a.btn-new-loading.loading .load-icon {
  -webkit-animation: load 1s linear infinite;
  animation: load 1s linear infinite;
  display: block;
}
.btn-new.disabled,
a.btn-new.disabled,
.btn-new[disabled],
a.btn-new[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.btn-stack,
.btn-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn-stack .btn-new,
.btn-inline .btn-new {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-stack .btn-new + .btn-new,
.btn-inline .btn-new + .btn-new {
  margin-top: 15px;
}
/* Tablet & Up (768px & up) */
@media (min-width: 768px) {
  .btn-new:not(.btn-new-sm),
  a.btn-new:not(.btn-new-sm) {
    font-size: 14px;
    padding: 15px 52px;
  }
  .btn-new-loading .load-icon,
  a.btn-new-loading .load-icon {
    height: 14px;
    width: 14px;
  }
  .btn-inline {
    display: block;
  }
  .btn-inline .btn-new {
    align-self: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .btn-inline .btn-new + .btn-new {
    margin-left: 15px;
    margin-top: 0;
  }
}
.page-wrap {
  font-size: 12px;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.page-wrap .open-sans,
.page-wrap .h1,
.page-wrap .h2,
.page-wrap .h3,
.page-wrap .h4,
.page-wrap .h5,
.page-wrap .h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.page-wrap .open-sans.strong,
.page-wrap .open-sans .strong,
.page-wrap .h1.strong,
.page-wrap .h1 .strong,
.page-wrap .h2.strong,
.page-wrap .h2 .strong,
.page-wrap .h3.strong,
.page-wrap .h3 .strong,
.page-wrap .h4.strong,
.page-wrap .h4 .strong,
.page-wrap .h5.strong,
.page-wrap .h5 .strong,
.page-wrap .h6.strong,
.page-wrap .h6 .strong {
  font-weight: 400;
}
.page-wrap .h1 sup,
.page-wrap .h2 sup,
.page-wrap .h3 sup,
.page-wrap .h4 sup,
.page-wrap .h5 sup,
.page-wrap .h6 sup {
  font-size: 0.5em;
  top: -1em;
}
.page-wrap .row {
  border-bottom: none;
  margin-left: 0;
  margin-right: 0;
}
.page-wrap .fix-margin {
  margin-left: -15px;
  margin-right: -15px;
}
.page-wrap .h1 {
  font-size: 3.000em;
  /* 36px */
}
.page-wrap .h2 {
  font-size: 2.667em;
  /* 32px */
}
.page-wrap .h2-adjust {
  font-size: 2.500em;
  /* 30px */
}
.page-wrap .h3 {
  font-size: 2.333em;
  /* 28px */
}
.page-wrap .h3-adjust {
  font-size: 1.833em;
  /* 22px */
}
.page-wrap .h4 {
  font-size: 1.833em;
  /* 22px */
}
.page-wrap .h5 {
  font-size: 1.833em;
  /* 22px */
}
.page-wrap .h5-adjust {
  font-size: 1.500em;
  /* 18px */
}
.page-wrap .h6 {
  font-size: 1.500em;
  /* 18px */
}
.page-wrap .h6-adjust {
  font-size: 1.167em;
  /* 16px */
}
.page-wrap .copy-xl {
  font-size: 1.500em;
  /* 18px */
}
.page-wrap .copy-lg {
  font-size: 1.333em;
  /* 16px */
}
.page-wrap .copy {
  font-size: 1.167em;
  /* 14px */
}
.page-wrap .small {
  font-size: 0.833em;
  /* 10px */
}
.page-wrap .copy:last-child {
  margin-bottom: 0;
}
.page-wrap img,
.page-wrap .full-width {
  width: 100%;
}
.page-wrap .video-inline {
  display: none;
}
.page-wrap .video-replace {
  display: block;
}
.page-wrap.video-playsinline .video-inline {
  display: block;
}
.page-wrap.video-playsinline .video-replace {
  display: none;
}
.page-wrap .nkn-resp-video-single {
  background: #000;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.page-wrap .nkn-resp-video-single:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.page-wrap .video-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-wrap .youtube-embed {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.page-wrap .circle {
  border-radius: 50%;
}
.page-wrap .no-break {
  white-space: nowrap;
}
.page-wrap .reverse-text {
  background: #404040;
  color: #fff;
}
.page-wrap .max-1300 {
  max-width: 1000px;
}
.page-wrap.retailer .max-1300 {
  max-width: 1300px;
}
.page-wrap .max-1500 {
  max-width: 1500px;
}
.page-wrap .img-row {
  height: 350px;
}
.page-wrap .content-row {
  padding: 40px 0;
}
.page-wrap .heading {
  margin-bottom: 15px;
}
.page-wrap .subhead {
  margin-bottom: 35px !important;
}
.page-wrap .btn-custom {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.page-wrap .btn-custom .ss-icon {
  color: #ffdd00;
  font-size: 10px;
  margin-left: 5px;
}
.page-wrap .btn-custom:hover,
.page-wrap .btn-custom:focus {
  background: #000000;
}
.page-wrap .slick-arrow {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  width: 35px;
}
.page-wrap .slick-arrow:hover,
.page-wrap #creative-control #picture-control-carousel .slick-arrow:focus {
  opacity: 0.75;
}
.page-wrap .slick-arrow button {
  background: none;
  border: none;
  padding: 0;
}
.page-wrap .slick-arrow button img {
  height: 65px;
  width: 35px;
}
.page-wrap .slick-dots {
  line-height: 1;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.page-wrap .slick-dots li {
  display: inline-block;
}
.page-wrap .slick-dots li button {
  background: #d8d8d8;
  border: none;
  display: block;
  padding: 0;
  text-indent: -999999px;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.page-wrap .slick-dots li button:hover,
.page-wrap .slick-dots li button:focus {
  background: #666;
}
.page-wrap .slick-dots li.slick-active button {
  background: #ffdd00;
}
.page-wrap .feature-row + .feature-row {
  margin-top: 40px;
}
.page-wrap .feature-row .feature-wrap .feature {
  margin-bottom: 30px;
}
.page-wrap .carousel-dashed .carousel-dots-dashed {
  left: 50%;
  padding-top: 10px;
  position: absolute;
  top: -50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li + li {
  margin-left: 15px;
}
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li {
  height: 40px;
  position: relative;
  width: 80px;
}
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li:after {
  font-size: 10px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li button {
  background: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li:hover button:after,
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li button:focus:after {
  background: #666;
}
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li:before,
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li button:after {
  background: #d8d8d8;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  width: 100%;
}
.page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li.slick-active button:after {
  background: #ffdd00;
}
.page-wrap .carousel-dashed .carousel-content,
.page-wrap .carousel-dashed .carousel-img {
  margin-bottom: 0;
  padding: 0;
}
.page-wrap .carousel-dashed .slick-slide img {
  margin-bottom: 100px;
}
.page-wrap .notification {
  background: #ffdd00;
}
/* Live Stream Embed */
.page-wrap .live-stream-wrap {
  padding-bottom: 56.25%;
  position: relative;
}
.page-wrap .live-stream-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* Belly Band */
.page-wrap .nkn-resp-pdp-overview-belly-band {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4) 75%);
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  bottom: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}
.page-wrap .nkn-resp-pdp-overview-belly-band:before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 75%);
  width: 60px;
}
.page-wrap .nkn-resp-pdp-overview-belly-band:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 75%);
}
.page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features {
  padding: 15px 0;
}
.page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li {
  border-left: none;
  line-height: 1;
  max-width: none;
  padding: 0 15px;
}
.page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li:first-child {
  border-left: none;
}
.page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li span.nkn-resp-pdp-overview-feature-label {
  font-size: 28px;
}
.page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li span.nkn-resp-pdp-overview-feature-detail {
  font-size: 14px;
}
.page-wrap .nkn-resp-pdp-overview-belly-band.scroll-indicator-wrap .indicator-image {
  margin-top: -37.5px !important;
  top: 50% !important;
}
/* Back to Top */
.page-wrap #back-to-top {
  background: rgba(216, 216, 216, 0.8);
  border: none;
  bottom: 17px;
  opacity: 0;
  padding: 15px 12px;
  position: fixed;
  right: 23px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  visibility: hidden;
}
.page-wrap #back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.page-wrap #back-to-top:hover,
.page-wrap #back-to-top:focus {
  background: #d8d8d8;
}
.page-wrap #back-to-top img {
  height: 26px;
  width: 15px;
}
/* Header */
.page-wrap #header-wrap {
  height: 73px;
}
.page-wrap #header-wrap #header {
  background: #fff;
  padding: 15px 0;
  -webkit-transition: padding 150ms ease-in-out;
  transition: padding 150ms ease-in-out;
  width: 100%;
  z-index: 9;
}
.page-wrap #header-wrap #header .content {
  -webkit-transition: max-width 150ms ease-in-out;
  transition: max-width 150ms ease-in-out;
}
.page-wrap #header-wrap #header .content .logo-wrap .retailer-logo {
  display: block;
  max-height: 45px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.page-wrap.retailer #header-wrap #header .content .logo-wrap .retailer-logo {
  display: block;
}
.page-wrap #header-wrap #header .content .logo-wrap .camera-logo {
  height: 20px;
  width: auto;
}
.page-wrap #header-wrap #header .content .cta-wrap .btn-primary {
  display: inline-block;
}
.page-wrap #header-wrap #header .content .cta-wrap .btn-custom {
  display: none;
}
.page-wrap.retailer #header-wrap #header .content .cta-wrap .btn-primary {
  display: none;
}
.page-wrap.retailer #header-wrap #header .content .cta-wrap .btn-custom {
  display: inline-block;
}
/* Live Stream */
.page-wrap #live-stream .logo-wrap {
  margin: 0 auto 30px auto;
  max-width: 350px;
  width: 100%;
}
.page-wrap #live-stream .logo-wrap img {
  height: auto;
  width: 100%;
  max-width: 485px;
}
/* Notification Bar */
.page-wrap #notification-bar {
  display: none;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #000;
}
.page-wrap.retailer.has-event #notification-bar {
  display: block;
}
.page-wrap #notification-bar .date-row {
  line-height: 1;
}
.page-wrap #notification-bar .address-section {
  border-left: 1px dashed #404040;
}
.page-wrap #notification-bar .address-section .display-table > * {
  vertical-align: top;
}
.page-wrap #notification-bar .address-section .pin-wrap {
  width: 71px;
}
.page-wrap #notification-bar .address-section .pin-wrap .ss-icon {
  font-size: 52px;
}
/* Hero */
.page-wrap #hero {
  height: 440px;
  position: relative;
}
.page-wrap #hero .heading {
  margin-bottom: 0;
  margin-top: 60px;
}
.page-wrap #hero .heading .hero-logo {
  margin-bottom: 15px;
  max-width: 350px;
  width: 100%;
}
.page-wrap.holding #hero {
  color: #fff;
  height: auto;
  min-height: 350px;
  position: relative;
}
.page-wrap.holding #hero:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: -5px;
  content: '';
  height: 50%;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}
.page-wrap.holding #hero .hero-content {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.page-wrap.holding #hero .hero-content .logo-lockup {
  margin: 0 auto -5% auto;
  max-width: 920px;
  min-width: 290px;
  position: relative;
  width: 80%;
}
.page-wrap.holding #hero .hero-content .logo-lockup .hero-logo {
  width: 100%;
  z-index: -1;
}
.page-wrap.holding #hero .hero-content .logo-lockup .hero-logo img {
  width: 100%;
}
.page-wrap.holding #hero .hero-content .logo-lockup .coming-soon {
  font-size: calc(14.28571429px);
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 45px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.page-wrap.holding #hero .hero-content .subhead {
  margin-bottom: 0 !important;
}
/* Live Stream Ended */
.page-wrap #live-stream-ended .live-stream-launch {
  display: inline-block;
  position: relative;
}
.page-wrap #live-stream-ended .live-stream-launch .play-btn {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  box-shadow: 0px 0px 5px;
  color: #fff;
  height: 76px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  width: 76px;
}
.page-wrap #live-stream-ended .live-stream-launch:hover .play-btn,
.page-wrap #live-stream-ended .live-stream-launch:focus .play-btn {
  background: rgba(0, 0, 0, 0.75);
}
.page-wrap #live-stream-ended .live-stream-launch .play-btn .ss-icon {
  font-size: 30px;
  left: 50%;
  line-height: 1;
  padding: 8px 0 0 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Meet the Cameras */
#overachievers .table * {
  border: none;
  vertical-align: middle;
}
#overachievers .table .h3 {
  line-height: 1.5;
}
#overachievers .table th,
#overachievers .table td {
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 15px;
}
#overachievers .table th {
  font-weight: normal;
  text-align: center;
}
#overachievers .table tr > *:nth-child(odd) {
  width: 40%;
}
#overachievers .table tr > *:nth-child(even) {
  background: #f6f6f6;
}
#overachievers .table tr:last-child th,
#overachievers .table tr:last-child td {
  background: none;
  border-bottom: none;
  padding: 40px 15px;
}
#overachievers .table > thead > tr > *:nth-child(odd) {
  vertical-align: top;
}
#overachievers .table > thead > tr > *:nth-child(even) {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #f6f6f6 100%);
  vertical-align: bottom;
}
#overachievers .camera {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}
#overachievers .logo {
  max-width: 105px;
  margin: 0 auto;
  width: 50%;
}
.si-global .btn-toggle {
  background: #e6e6e6;
  border-radius: 90px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  position: relative;
}
.si-global .btn-toggle .toggle-checkbox {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.si-global .btn-toggle .toggle-group {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.si-global .btn-toggle .toggle-group .toggle-handle {
  background: #ffdd00;
  border-radius: 90px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: left 150ms ease-out;
  transition: left 150ms ease-out;
  width: 50%;
  z-index: 0;
}
.si-global .btn-toggle .toggle-group .toggle-left,
.si-global .btn-toggle .toggle-group .toggle-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  margin: 0;
  padding: 7px 16px;
  -webkit-transition: color 150ms ease-out 75ms;
  transition: color 150ms ease-out 75ms;
  width: 50%;
  z-index: 1;
}
.si-global .btn-toggle .toggle-group .toggle-left {
  color: #000;
}
.si-global .toggle-left-content,
.si-global .toggle-right-content {
  overflow: hidden;
  -webkit-transition: opacity 250ms ease-out, visibility 250ms ease-out;
  transition: max-height 0ms linear 250ms, opacity 250ms ease-out, visibility 250ms ease-out;
}
.si-global .toggle-left-content {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.si-global .toggle-right-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.si-global .toggle-checked .btn-toggle .toggle-group .toggle-handle {
  left: 50%;
}
.si-global .toggle-checked .btn-toggle .toggle-group .toggle-left {
  color: #666;
}
.si-global .toggle-checked .btn-toggle .toggle-group .toggle-right {
  color: #000;
}
.si-global .toggle-checked .toggle-left-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.si-global .toggle-checked .toggle-right-content {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
/* Awards */
.page-wrap #awards #awards-carousel .award {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.page-wrap #awards #awards-carousel .award .display-table + p {
  margin-top: 15px !important;
}
.page-wrap #awards #awards-carousel .award .display-table .img-wrap {
  height: 100px;
}
.page-wrap #awards #awards-carousel .award .display-table .img-wrap img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
  max-width: 100%;
  width: auto;
}
.page-wrap #awards #awards-carousel .slick-arrow {
  width: auto;
  z-index: 1;
}
.page-wrap #awards #awards-carousel .slick-arrow.slick-prev {
  left: -50%;
}
.page-wrap #awards #awards-carousel .slick-arrow.slick-next {
  right: -50%;
}
.page-wrap #awards #awards-carousel .slick-arrow .btn-arrow .ss-icon {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #404040;
  display: block;
  font-size: 1.16667em;
  height: 51px;
  padding: 16px 0;
  text-align: center;
  -webkit-transition: background .2s;
  transition: background .2s;
  width: 51px;
}
.page-wrap #awards #awards-carousel .slick-arrow .btn-arrow:focus .ss-icon,
.page-wrap #awards #awards-carousel .slick-arrow .btn-arrow:hover .ss-icon {
  background: #e6e6e6;
}
.page-wrap #awards #awards-carousel .slick-arrow.slick-disabled {
  display: none !important;
}
/* Clarity */
.page-wrap #clarity #zoom-wrap {
  margin: 0 auto;
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.page-wrap #clarity #zoom-wrap .zoomContainer {
  display: none !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.page-wrap #clarity #zoom-wrap .zoomContainer .zoomLens {
  border: 3px solid #fff !important;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
  height: 120px !important;
  width: 120px !important;
}
.page-wrap #clarity .zoom-caption,
html.touch .page-wrap #clarity .zoom-caption {
  display: none;
}
.page-wrap #clarity .cam-row {
  position: relative;
}
.page-wrap #clarity .cam-row .cam-wrap {
  left: 0;
  margin-top: 40px;
  max-width: 500px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30%;
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket {
  height: 100%;
  left: 25%;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket * {
  background: #d8d8d8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket .circle {
  height: 15px;
  margin-top: 0;
  right: 90%;
  width: 15px;
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket .line-h {
  height: 1px;
  right: 0;
  width: 90%;
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket .line-v {
  height: 100%;
  left: 100%;
  width: 1px;
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket .line-v:before,
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket .line-v:after {
  background: #d8d8d8;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket .line-v:before {
  top: 0;
}
.page-wrap #clarity .cam-row .cam-wrap .cam-bracket .line-v:after {
  bottom: 0;
}
.page-wrap #clarity .circle {
  height: 186px;
  margin-top: 40px;
  width: 186px;
}
/* Precision at Every Turn */
.page-wrap #precision-at-every-turn {
  padding-bottom: 0;
}
.page-wrap #precision-at-every-turn .hero {
  margin-bottom: 40px;
}
.page-wrap #precision-at-every-turn .line-wrap {
  margin: 15px auto 0 auto;
  max-width: 175px;
  position: relative;
  width: 100%;
}
.page-wrap #precision-at-every-turn .line-wrap:before,
.page-wrap #precision-at-every-turn .line-wrap:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
.page-wrap #precision-at-every-turn .line-wrap:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 75%);
  left: 0;
}
.page-wrap #precision-at-every-turn .line-wrap:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
  right: 0;
}
.page-wrap #precision-at-every-turn .line-wrap .line-h {
  height: 1px;
  width: 100%;
}
.page-wrap #precision-at-every-turn .line-wrap .line-v {
  height: 25px;
  margin: 0 auto;
  width: 2px;
}
.page-wrap #precision-at-every-turn .blue .line-wrap .line {
  background: #008c95;
}
.page-wrap #precision-at-every-turn .blue .headline {
  color: #008c95;
}
.page-wrap #precision-at-every-turn .red .line-wrap .line {
  background: #871704;
}
.page-wrap #precision-at-every-turn .red .headline {
  color: #871704;
}
.page-wrap #precision-at-every-turn .split-panel-wrap {
  margin-top: 55px;
}
.page-wrap #precision-at-every-turn .split-panel-wrap .split-panel > div {
  height: 250px;
}
.page-wrap #precision-at-every-turn .split-panel-wrap .split-panel > div .display-table {
  height: 100%;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
}
.page-wrap #precision-at-every-turn .split-panel-wrap .split-panel > div:nth-child(1) {
  background: url('/Images/CPCAssets/retailer-pdp/d850/img/153-point-af-mobile.jpg') no-repeat center center;
  background-size: cover;
}
.page-wrap #precision-at-every-turn .split-panel-wrap .split-panel > div:nth-child(2) {
  background: url('/Images/CPCAssets/retailer-pdp/d850/img/4ev-mobile.jpg') no-repeat center center;
  background-size: cover;
}
/* Multimedia Powerhouse */
.page-wrap #a-multimedia-powerhouse .hero-wrap {
  margin-bottom: 75px;
}
.page-wrap #a-multimedia-powerhouse .hero-wrap .hero {
  margin-bottom: 40px;
}
.page-wrap #a-multimedia-powerhouse .circle-row {
  margin-top: 40px;
}
.page-wrap #a-multimedia-powerhouse .circle-row .circle {
  height: 186px;
  margin-top: 40px;
  width: 186px;
}
/* Inspired by Feedback */
.page-wrap #inspired-by-photographer-feedback .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(1):after {
  content: 'Touch Monitor';
}
.page-wrap #inspired-by-photographer-feedback .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(2):after {
  content: 'Focus Stacking';
}
.page-wrap #inspired-by-photographer-feedback .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(3):after {
  content: 'Silent Live View';
}
/* Light it Up */
.page-wrap #light-it-up .item-row .item-wrap + .item-wrap {
  margin-top: 30px;
}
.page-wrap #light-it-up .item-row .item-wrap .img {
  margin: 0 auto 15px auto;
  width: 200px;
}
/* Define Your Style */
.page-wrap #define-your-style .content-wrap {
  background: #f2f2f2;
  padding: 25px 15px;
}
.page-wrap #define-your-style .content-wrap .content {
  height: 100%;
  margin: 0 auto;
  max-width: 350px;
}
.page-wrap #define-your-style .content-wrap .content .picture-control-logo {
  height: 45px;
  margin-bottom: 20px;
  width: auto;
}
.page-wrap #define-your-style .content-wrap .content #picture-control-dots .slick-dots {
  margin-top: 20px;
}
.page-wrap #define-your-style .content-wrap .content #picture-control-dots .slick-dots li + li {
  margin-left: 10px;
}
.page-wrap #define-your-style .content-wrap .content #picture-control-dots .slick-dots li button {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.page-wrap #define-your-style #picture-control-carousel {
  margin-bottom: 0;
  padding: 0;
}
.page-wrap #define-your-style #picture-control-carousel .slick-list {
  padding: 0 15% 0 0 !important;
}
.page-wrap #define-your-style #picture-control-carousel .slick-slide {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.page-wrap #define-your-style #picture-control-carousel .slick-slide img {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.page-wrap #define-your-style #picture-control-carousel .slick-slide span {
  color: #fff;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-wrap #define-your-style #picture-control-carousel .slick-slide.slick-current + .slick-slide:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-wrap #define-your-style #picture-control-carousel .slick-arrow {
  display: none !important;
}
.page-wrap #define-your-style #picture-control-carousel .slick-arrow.slick-prev {
  left: 30px;
}
.page-wrap #define-your-style #picture-control-carousel .slick-arrow.slick-next {
  right: 30px;
}
/* Workflow Enhances */
.page-wrap #workflow-enhances {
  padding-bottom: 0;
}
.page-wrap #workflow-enhances .bluetooth-wifi-logo {
  width: 180px;
}
/* Designed to Outperform */
.page-wrap #designed-to-outperform .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(1):after {
  content: 'Battery Life';
}
.page-wrap #designed-to-outperform .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(2):after {
  content: 'Body Design';
}
.page-wrap #designed-to-outperform .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(3):after {
  content: 'Weather Sealing';
}
/* Accordions */
.page-wrap #accordions .panel {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.page-wrap #accordions .panel-heading {
  border-bottom: none;
  padding: 0;
}
.page-wrap #accordions .panel-heading .nkn-resp-pdp-collapse-title > a {
  background: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  padding: 20px 15px;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.page-wrap #accordions .panel-heading .nkn-resp-pdp-collapse-title > a:hover,
.page-wrap #accordions .panel-heading .nkn-resp-pdp-collapse-title > a:focus {
  background: #e6e6e6;
  text-decoration: none;
}
.page-wrap #accordions .nkn-resp-pdp-collapse-title > a.collapsed > .ss-navigatedown {
  display: block;
}
.page-wrap #accordions .nkn-resp-pdp-collapse-title > a > .ss-navigatedown {
  display: none;
}
.page-wrap #accordions .nkn-resp-pdp-collapse-title > a.collapsed > .ss-navigateup {
  display: none;
}
.page-wrap #accordions .tech-specs .at-a-glance {
  background: none;
}
.page-wrap #accordions .tech-specs .full-specs .spec-content {
  border-bottom: none;
}
.page-wrap #accordions .tech-specs .tech-spec-selector {
  position: relative;
}
.page-wrap #accordions .tech-specs .tech-spec-selector .spec-group-title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding-left: 0;
}
.page-wrap #accordions .tech-specs .ss-plus {
  display: none;
}
.page-wrap #accordions .tech-specs .ss-hyphen {
  display: none;
}
.page-wrap #accordions .tech-specs .ss-plus,
.page-wrap #accordions .tech-specs .ss-hyphen {
  cursor: pointer;
  font-size: 1em;
  position: absolute;
  right: 0;
}
.page-wrap #accordions .tech-specs .expand-collapse-all {
  margin-bottom: 15px;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.page-wrap #accordions .tech-specs .expand-collapse-all:hover,
.page-wrap #accordions .tech-specs .expand-collapse-all:focus {
  background-color: #e6e6e6;
  border-color: #d8d8d8;
}
.page-wrap #accordions .footnotes-wrap {
  padding: 30px 15px;
}
.page-wrap #accordions .footnotes-wrap .footnotes-list {
  list-style: none;
  padding-left: 8px;
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li {
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li:before {
  font-size: 0.833em;
  left: -8px;
  position: relative;
  top: -3px;
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-1:before {
  content: '1';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-2:before {
  content: '2';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-3:before {
  content: '3';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-4:before {
  content: '4';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-5:before {
  content: '5';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-6:before {
  content: '6';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-7:before {
  content: '7';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-8:before {
  content: '8';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-9:before {
  content: '9';
}
.page-wrap #accordions .footnotes-wrap .footnotes-list li.footnote-10:before {
  content: '10';
}
.page-wrap #accordions .footnotes-wrap p {
  line-height: 1.2;
}
/* Footer */
.page-wrap #footer {
  background: #e6e6e6;
  display: none;
  text-align: center;
}
.page-wrap.retailer #footer,
.page-wrap.holding #footer {
  display: block;
}
.page-wrap #footer .nikon-logo {
  height: 60px;
  margin-bottom: 15px;
  width: auto;
}
.page-wrap #footer p {
  font-size: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  /* Global */
  .page-wrap .max-450-xs {
    margin: 0 auto;
    max-width: 450px;
  }
  /* Belly Band */
  .page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li:first-child {
    padding-left: 60px;
  }
  .page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li:last-child {
    padding-right: 60px;
  }
  /* Notification Bar */
  .page-wrap #notification-bar .address-section {
    border: none;
    margin-top: 30px;
  }
  /* Live Stream Ended */
  .page-wrap #live-stream-ended .live-stream-launch {
    margin-bottom: 30px;
    max-width: 450px;
  }
  /* Define Your Style */
  .page-wrap #define-your-style #picture-control-carousel .slick-slide img {
    width: 100%;
  }
  /* Meet the Cameras */
  #overachievers .table-wrap {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #overachievers .table th,
  #overachievers .table td {
    padding: 40px 5px 10px 5px;
  }
  #overachievers .table tr > *:nth-child(odd) {
    width: 50%;
  }
  #overachievers .table tr > *:nth-child(even) {
    background: none;
    border-bottom: none;
    left: 50%;
    line-height: 1.2;
    padding: 15px 5px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #overachievers .table > thead > tr > *:nth-child(odd) {
    position: relative;
  }
  #overachievers .table > thead > tr > *:nth-child(even) {
    background: none;
    left: 0;
    padding: 0;
    position: relative;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  #overachievers .table > tbody tr:last-child th {
    position: relative;
  }
  #overachievers .table > tbody tr:last-child th .btn-new {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  #overachievers .camera {
    width: 140%;
  }
  #overachievers .camera.z7 {
    float: left;
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
  #overachievers .camera.z6 {
    float: right;
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
  }
  #overachievers .logo {
    display: inline-block;
    max-width: 75px;
  }
  #overachievers .btn-toggle {
    bottom: 15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  /* Global */
  .page-wrap .h1 {
    font-size: 6.000em;
    /* 72px */
  }
  .page-wrap .h2 {
    font-size: 4.000em;
    /* 48px */
  }
  .page-wrap .h2-adjust {
    font-size: 4.667em;
    /* 56px */
  }
  .page-wrap .h3 {
    font-size: 3.000em;
    /* 36px */
  }
  .page-wrap .h4 {
    font-size: 2.500em;
    /* 30px */
  }
  .page-wrap .h4-adjust {
    font-size: 2.667em;
    /* 32px */
  }
  .page-wrap .h5 {
    font-size: 2.000em;
    /* 24px */
  }
  .page-wrap .copy-adjust {
    font-size: 1.5em;
    /* 18px */
  }
  .page-wrap .small {
    font-size: 1.000em;
    /* 12px */
  }
  .page-wrap .img-row {
    height: 500px;
  }
  .page-wrap .content-row {
    padding: 70px 0;
  }
  .page-wrap .subhead {
    margin-bottom: 80px !important;
  }
  .page-wrap .feature-row {
    text-align: left;
  }
  .page-wrap .feature-row + .feature-row {
    margin-top: 0;
  }
  .page-wrap .feature-row:nth-of-type(odd) .feature-wrap {
    padding-right: 0;
  }
  .page-wrap .feature-row:nth-of-type(odd) .feature-wrap:after {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #e6e6e6;
    border-top: 25px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: -35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
  }
  .page-wrap .feature-row:nth-of-type(even) .feature-wrap {
    padding-left: 0;
  }
  .page-wrap .feature-row:nth-of-type(even) .feature-wrap:after {
    border-bottom: 25px solid transparent;
    border-right: 25px solid #e6e6e6;
    border-top: 25px solid transparent;
    content: '';
    height: 0;
    left: -35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
  }
  .page-wrap .feature-row .feature-wrap .feature {
    margin-bottom: 0;
  }
  .page-wrap .feature-row .content-wrap {
    padding: 0 50px;
  }
  .page-wrap .feature-row .content-wrap .content {
    margin: 0 auto;
    max-width: 450px;
  }
  .page-wrap .carousel-dashed .carousel-dots-dashed {
    left: 40px;
    top: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
  }
  .page-wrap .carousel-dashed .slick-slide img {
    height: 100%;
    margin-bottom: 0;
    width: auto;
  }
  .page-wrap .carousel-dashed .carousel-content .content-wrap {
    height: 100%;
    text-align: left;
  }
  .page-wrap .carousel-dashed .carousel-content .content-wrap .content {
    padding: 0 25px;
    vertical-align: bottom;
  }
  /* Belly Band */
  .page-wrap .nkn-resp-pdp-overview-belly-band {
    white-space: nowrap;
  }
  .page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-container-standard {
    max-width: none;
  }
  .page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features {
    padding: 25px 0;
  }
  .page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li {
    max-width: none;
  }
  .page-wrap .nkn-resp-pdp-overview-belly-band .nkn-resp-pdp-overview-features > li span.nkn-resp-pdp-overview-feature-label {
    font-size: 36px;
  }
  /* Back to Top */
  .page-wrap #back-to-top {
    right: 33px;
  }
  /* Header */
  .page-wrap #header-wrap {
    height: 93px;
    padding-top: 7px;
  }
  .page-wrap #header-wrap #header {
    padding: 10px 0;
  }
  .page-wrap #header-wrap #header.fixed {
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
    padding: 10px 0;
    position: fixed;
    top: 0;
  }
  .page-wrap #header-wrap #header.fixed .content {
    max-width: 1170px;
  }
  .page-wrap #header-wrap #header .content .logo-wrap .retailer-logo {
    max-width: none;
    padding-right: 0;
    max-height: 60px;
    display: block;
  }
  .page-wrap #header-wrap #header .content .logo-wrap .camera-logo {
    height: 35px;
  }
  /* Live Stream */
  .page-wrap #live-stream .logo-wrap {
    margin-bottom: 60px;
    max-width: 600px;
  }
  /* Notification Bar */
  .page-wrap #notification-bar .address-section .pin-wrap {
    width: 91px;
  }
  .page-wrap #notification-bar .address-section .pin-wrap .ss-icon {
    margin-left: 20px;
  }
  /* Hero */
  .page-wrap #hero {
    height: 660px;
  }
  .page-wrap.holding #hero {
    height: auto;
    min-height: 770px;
  }
  /* Awards */
  .page-wrap #awards #awards-carousel .slick-arrow.slick-prev {
    left: -8.33333%;
  }
  .page-wrap #awards #awards-carousel .slick-arrow.slick-next {
    right: -8.33333%;
  }
  /* Clarity */
  .page-wrap #clarity #zoom-wrap {
    max-height: 500px;
  }
  .page-wrap #clarity #zoom-wrap .zoomContainer {
    display: block !important;
  }
  .page-wrap #clarity #zoom-wrap .zoomContainer .zoomLens {
    background-size: 2000px auto !important;
    border-radius: 50% !important;
    height: 250px !important;
    width: 250px !important;
  }
  .page-wrap #clarity .zoom-caption {
    display: block;
    margin-bottom: 40px;
  }
  .page-wrap #clarity .circle.circle-lg {
    border-radius: 0;
    height: 246px;
    width: 246px;
  }
  /* Precision at Every Turn */
  .page-wrap #precision-at-every-turn .split-panel-wrap {
    margin-top: 110px;
  }
  .page-wrap #precision-at-every-turn .split-panel-wrap .split-panel > div {
    height: 380px;
  }
  .page-wrap #precision-at-every-turn .split-panel-wrap .split-panel > div:nth-child(1) {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/153-point-af-desktop.jpg') no-repeat 30% center;
    background-size: cover;
  }
  .page-wrap #precision-at-every-turn .split-panel-wrap .split-panel > div:nth-child(2) {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/4ev-desktop.jpg') no-repeat center center;
    background-size: cover;
  }
  /* Multimedia Powerhouse */
  .page-wrap #a-multimedia-powerhouse .hero-wrap {
    margin-bottom: 0;
  }
  .page-wrap #a-multimedia-powerhouse .hero-wrap .hero {
    margin-bottom: 80px;
  }
  .page-wrap #a-multimedia-powerhouse .hero-wrap .content {
    color: #fff;
    left: 50%;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 600px;
  }
  .page-wrap #a-multimedia-powerhouse .circle-row .circle {
    height: 200px;
    width: 200px;
  }
  /* Inspired by Feedback */
  .page-wrap #inspired-by-photographer-feedback .carousel-dashed .slick-slide {
    height: 320px;
  }
  /* Light it Up */
  .page-wrap #light-it-up .item-row {
    height: 500px;
  }
  .page-wrap #light-it-up .item-row .item-wrap {
    text-align: left;
  }
  .page-wrap #light-it-up .item-row .item-wrap + .item-wrap {
    margin-top: 0;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img {
    height: 350px;
    margin-bottom: 15px;
    width: auto;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera {
    height: auto;
    left: 100%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-20%, -25%);
    transform: translate(-20%, -25%);
    width: 110%;
    z-index: -1;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera .line-wrap {
    position: absolute;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera .line-wrap * {
    background: #d8d8d8;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera .line-wrap .circle {
    height: 15px;
    margin-top: 0;
    width: 15px;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera .line-wrap .line-h {
    height: 1px;
    left: 0;
    width: 100%;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera .line-wrap.flash {
    right: 55%;
    top: 15%;
    width: 25%;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera .line-wrap.flash .circle {
    right: 0;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.camera .line-wrap.speedlight {
    bottom: 25%;
    left: 90%;
    width: 20%;
  }
  .page-wrap #light-it-up .item-row .item-wrap .img.speedlight {
    height: auto;
    left: -35%;
    margin-bottom: 0;
    position: relative;
    width: 95%;
    z-index: -2;
  }
  /* Define Your Style */
  .page-wrap #define-your-style .content-wrap {
    height: 390px;
  }
  .page-wrap #define-your-style #picture-control-carousel .slick-slide {
    height: 390px;
  }
  .page-wrap #define-your-style #picture-control-carousel .slick-arrow {
    display: block !important;
  }
  /* Workflow Enhances */
  .page-wrap #workflow-enhances .content {
    margin-bottom: 0;
  }
  /* Designed to Outperform */
  .page-wrap #designed-to-outperform .carousel-dashed .slick-slide {
    height: 350px;
  }
  /* Accordions */
  .page-wrap #accordions .panel-heading .nkn-resp-pdp-collapse-title > a {
    font-size: 30px;
  }
  .page-wrap #accordions .tech-specs .tech-spec-selector .spec-group-title {
    font-size: 24px;
  }
  .page-wrap #accordions .tech-specs .at-a-glance.inactive .ss-plus,
  .page-wrap #accordions .tech-specs .spec-group.inactive .ss-plus {
    display: inline-block;
  }
  .page-wrap #accordions .tech-specs .at-a-glance.inactive .ss-hyphen,
  .page-wrap #accordions .tech-specs .spec-group.inactive .ss-hyphen {
    display: none;
  }
  .page-wrap #accordions .tech-specs .ss-hyphen {
    display: inline-block;
  }
  /* Footer */
  .page-wrap #footer .display-table > * {
    vertical-align: bottom;
  }
  .page-wrap #footer .logo-wrap {
    text-align: left;
  }
  .page-wrap #footer .nikon-logo {
    height: 80px;
    margin-bottom: 0;
  }
  .page-wrap #footer .copyright-wrap {
    text-align: right;
  }
  .page-wrap #footer p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Global */
  .page-wrap .carousel-dashed .slick-slide img {
    position: absolute;
    top: 0;
  }
  /* Inspired by Feedback */
  .page-wrap #inspired-by-photographer-feedback .carousel-dashed .slick-slide img.touch {
    right: 0;
  }
}
@media (min-width: 992px) {
  /* Global */
  .page-wrap .display-table-md {
    display: table;
    width: 100%;
  }
  .page-wrap .display-table-md > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .page-wrap .carousel-dashed .carousel-dots-dashed {
    left: 65px;
    top: 10px;
  }
  .page-wrap .carousel-dashed .carousel-content .content-wrap .content {
    padding: 0 50px;
    vertical-align: middle;
  }
  /* Hero */
  .page-wrap #follow-your-passion .hero-cam {
    max-width: 1000px;
  }
  .page-wrap.holding #hero .hero-content .logo-lockup .coming-soon {
    font-size: 78px;
    letter-spacing: 0.175em;
  }
  /* Clarity */
  .page-wrap #clarity .cam-row .cam-wrap {
    width: 25%;
  }
  /* Inspired by Feedback */
  .page-wrap #inspired-by-photographer-feedback .carousel-dashed .slick-slide {
    height: 425px;
  }
  /* Light it Up */
  .page-wrap #light-it-up .item-row .item-wrap .img.camera {
    width: 150%;
  }
  /* Define Your Style */
  .page-wrap #define-your-style .content-wrap {
    height: 500px;
  }
  .page-wrap #define-your-style .content-wrap .content .picture-control-logo {
    height: 90px;
    margin-bottom: 40px;
  }
  .page-wrap #define-your-style .content-wrap .content #picture-control-dots .slick-dots {
    margin-top: 60px;
  }
  .page-wrap #define-your-style .content-wrap .content #picture-control-dots .slick-dots li + li {
    margin-left: 20px;
  }
  .page-wrap #define-your-style .content-wrap .content #picture-control-dots .slick-dots li button {
    height: 20px;
    width: 20px;
  }
  .page-wrap #define-your-style #picture-control-carousel .slick-slide {
    height: 500px;
  }
}
@media (min-width: 1250px) {
  .page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li + li {
    margin-left: 20px;
  }
  .page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li {
    width: 120px;
  }
  .page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li:after {
    font-size: 12px;
  }
}
/* Mobile Small (500px & down) - Serve small hero images */
@media only screen and (max-width: 500px) {
  .page-wrap #hero {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/hero-bg-sm.jpg') no-repeat center bottom #000;
    background-size: 150% auto;
  }
  .page-wrap.holding #hero {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/livestream-bg-sm.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #live-stream-ended {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/livestream-bg-sm.jpg') no-repeat center bottom #000;
    background-size: cover;
  }
  .page-wrap #gold-standard {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/nikkor-bg-sm.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #veil {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/veil-bg-sm.jpg') no-repeat 10% center #000;
    background-size: cover;
  }
  .page-wrap #basketball {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-sm.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #ocean {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-sm.jpg') no-repeat center center #000;
    background-size: cover;
  }
}
/* Mobile Large, Tablet, Desktop (501px & up) - Serve large hero images */
@media (min-width: 501px) {
  .page-wrap #hero {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/hero-bg-lg.jpg') no-repeat center top #000;
    background-size: cover;
  }
  .page-wrap #gold-standard {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/nikkor-bg-lg.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #veil {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/veil-bg-lg.jpg') no-repeat left center #000;
    background-size: cover;
  }
  .page-wrap #basketball {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-lg.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #ocean {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-lg.jpg') no-repeat center center #000;
    background-size: cover;
  }
}
/* Desktop Retina - (992px & up + pixel density) - Serve xl hero images */
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-resolution: 1.5dppx), only screen and (min-width: 992px) and (min-resolution: 144dpi), (min-width: 1400px) {
  .page-wrap #live-stream {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/livestream-bg-xl.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #hero {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/hero-bg-xl.jpg') no-repeat center top #000;
    background-size: cover;
  }
  .page-wrap.holding #hero {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/livestream-bg-xl.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #live-stream-ended {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/livestream-bg-xl.jpg') no-repeat center 75% #000;
    background-size: cover;
  }
  .page-wrap #gold-standard {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/nikkor-bg-xl.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #veil {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/veil-bg-xl.jpg') no-repeat left center #000;
    background-size: cover;
  }
  .page-wrap #basketball {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-xl.jpg') no-repeat center center #000;
    background-size: cover;
  }
  .page-wrap #ocean {
    background: url('/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-xl.jpg') no-repeat center center #000;
    background-size: cover;
  }
}
/* Global Modal */
body.global-modal .modal-backdrop.in {
  opacity: 1;
}
.si-global #global-modal-wrap {
  height: 0;
  overflow: hidden;
  width: 0;
}
.si-global #global-modal {
  background: #000;
  z-index: 10001;
}
.si-global #global-modal .modal-dialog {
  height: 100%;
  margin: 0;
  width: 100%;
}
.si-global #global-modal .modal-dialog .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  height: 100%;
  margin: 0 !important;
  opacity: 0;
  padding: 0;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.si-global #global-modal.modal-shown .modal-dialog .modal-content {
  opacity: 1;
}
.si-global #global-modal .modal-dialog .modal-content .modal-control {
  background: transparent;
  border: none;
  border-radius: 0;
  opacity: 0.75;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.si-global #global-modal .modal-dialog .modal-content .modal-control:hover,
.si-global #global-modal .modal-dialog .modal-content .modal-control:focus {
  opacity: 1;
}
.si-global #global-modal .modal-dialog .modal-content .modal-header {
  height: 65px;
  padding: 0;
}
.si-global #global-modal .modal-dialog .modal-content .modal-header .modal-control {
  font-size: 1.5em;
  height: 44px;
  top: 14px;
  width: 44px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-header .modal-control.modal-close {
  right: 8px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-header .modal-control.modal-fullscreen {
  display: none;
  /* Display none until functionality is set */
  right: 52px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body {
  height: calc(-30%);
  width: 100%;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list {
  height: 100%;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list .slick-list {
  height: 100%;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list .slick-list .slick-track {
  height: 100%;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list .slick-slide {
  position: relative;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list .slick-slide > * {
  display: none;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list .slick-slide.slick-current > * {
  display: block;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list .slick-slide .asset-img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .asset-list .slick-slide .nkn-resp-video-single {
  max-height: 100%;
  max-width: 1170px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .carousel-indicator {
  display: none;
  font-size: 14px;
  left: 0;
  opacity: 0.75;
  padding: 22px;
  position: absolute;
  top: -65px;
}
.si-global #global-modal.modal-carousel .modal-dialog .modal-content .modal-body .carousel-indicator {
  display: block;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2000;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow.prev {
  left: 10px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow.next {
  right: 10px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow .btn-arrow {
  background: #000;
  border: 1px solid #fff;
  border-radius: 2px;
  height: 40px;
  padding: 3px 0 0 0;
  width: 40px;
}
.si-global #global-modal.modal-single .modal-dialog .modal-content .slick-list .slick-track {
  transform: none !important;
  width: 100% !important;
}
.si-global #global-modal.modal-single .modal-dialog .modal-content .slick-list .slick-track .slick-slide {
  width: 100% !important;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  max-height: 65px;
  min-height: 65px;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer .modal-caption-wrap {
  height: 100%;
  margin: 0 auto;
  max-width: 800px;
  min-width: 320px;
  padding-right: 35px;
  position: relative;
  width: 100%;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer .modal-caption-wrap .modal-caption {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer .modal-caption-wrap .caption-toggle {
  border: 1px solid #fff;
  border-radius: 3px;
  display: none;
  height: 20px;
  right: 0;
  top: 0;
  width: 20px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer .modal-caption-wrap .caption-toggle > span {
  font-size: 0.8em;
  height: 100%;
  padding-top: 3px;
  width: 100%;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer .modal-caption-wrap .caption-toggle .parent-collapsed {
  display: block;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer .modal-caption-wrap .caption-toggle .parent-expanded {
  display: none;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer.show-toggle .modal-caption-wrap .caption-toggle {
  display: block;
  overflow: hidden;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer.expanded {
  max-height: 500px;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer.expanded .modal-caption-wrap .modal-caption {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer.expanded .modal-caption-wrap .caption-toggle .parent-collapsed {
  display: none;
}
.si-global #global-modal .modal-dialog .modal-content .modal-footer.expanded .modal-caption-wrap .caption-toggle .parent-expanded {
  display: block;
}
@media (max-width: 767px) {
  .si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow {
    top: -50px;
    -webkit-transform: none;
    transform: none;
  }
  .si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow.prev {
    left: 70px;
  }
  .si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow.next {
    left: 112px;
    right: auto;
  }
  .si-global #global-modal .modal-dialog .modal-content .modal-body .slick-arrow .btn-arrow {
    height: 35px;
    width: 35px;
  }
}
/* Global */
.si-global {
  padding-top: 60px;
}
.si-global .img-wrap img {
  width: 100%;
}
.si-global .video-inline {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
}
.si-global .replicant-row.full-width .video-inline {
  position: absolute;
}
.si-global.video-playsinline .video-inline {
  display: block;
}
.si-global.video-playsinline .video-inline-replace {
  display: none;
}
.si-global .text-shadow {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.si-global .center-both {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.si-global .play-btn-wrap .play-btn {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
.si-global .play-btn-wrap .play-btn:after {
  content: '\0025B6';
  font-family: 'SSStandard';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.si-global .play-btn-wrap:hover .play-btn,
.si-global .play-btn-wrap:focus .play-btn {
  background: rgba(0, 0, 0, 0.75);
}
.si-global .photo-attr {
  background: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  color: #fff;
  line-height: 1;
  opacity: 1;
  padding: 8px 10px;
  position: absolute !important;
  right: 10px;
  text-align: right;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.si-global .photo-attr:hover,
.si-global .photo-attr:focus {
  background: #000000;
}
.si-global .slick-arrow {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  width: 35px;
}
.si-global .slick-arrow:hover,
.si-global .slick-arrow:focus {
  opacity: 0.75;
}
.si-global .slick-arrow button {
  background: none;
  border: none;
  padding: 0;
}
.si-global .slick-arrow button img {
  height: 65px;
  width: 35px;
}
.si-global .slick-dots {
  line-height: 1;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.si-global .slick-dots li {
  display: inline-block;
}
.si-global .slick-dots li button {
  background: #d8d8d8;
  border: none;
  display: block;
  padding: 0;
  text-indent: -999999px;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.si-global .slick-dots li button:hover,
.si-global .slick-dots li button:focus {
  background: #666;
}
.si-global .slick-dots li.slick-active button {
  background: #ffdd00;
}
.si-global .styled-link {
  white-space: nowrap;
}
.si-global .styled-link + .styled-link {
  margin-left: 15px;
}
.si-global .styled-link.text-white .styled-link-text {
  color: #fff;
}
.si-global .replicant-row {
  margin-bottom: 60px;
  overflow: hidden;
}
.si-global .replicant-row .replicant-wrap {
  position: relative;
}
.si-global .times {
  font-family: 'Times', serif;
}
/* Screen */
.si-global .replicant-row.screen .replicant-wrap:before {
  background: rgba(0, 0, 0, 0.35);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.si-global .replicant-row.screen .replicant-wrap .content-wrap {
  position: relative;
  z-index: 2;
}
/* Full Width */
.si-global .replicant-row.full-width .replicant-wrap {
  background-size: cover !important;
  height: 350px;
  min-height: 350px;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
}
/* Full Width Quote */
.si-global .replicant-row.full-width.quote-row .replicant-wrap .quote,
.si-global .replicant-row.full-width.quote-row .replicant-wrap .quote-attribution {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}
.si-global .replicant-row.full-width.quote-row .replicant-wrap .quote {
  border: none;
  margin: 0 auto;
  padding: 70px 0 20px 0;
}
.si-global .replicant-row.full-width.quote-row .replicant-wrap .quote:before {
  background: #d8d8d8;
  border-radius: 50px;
  color: #666;
  content: '\201C';
  font-family: 'Times', sans-serif;
  font-size: 54px;
  font-weight: bold;
  height: 50px;
  left: 50%;
  line-height: 0;
  padding-top: 38px;
  position: absolute;
  text-shadow: none;
  top: 25px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}
.si-global .replicant-row.full-width.quote-row .replicant-wrap .quote-attribution ~ .btn,
.si-global .replicant-row.full-width.quote-row .replicant-wrap .quote-attribution ~ .btn-new,
.si-global .replicant-row.full-width.quote-row .replicant-wrap .quote-attribution ~ .btn-inline {
  margin-top: 30px;
}
/* Features */
.si-global .replicant-row.features .features-item .img-wrap {
  margin: 0 auto 15px auto;
}
.si-global .replicant-row.features.features-50-50 .features-item {
  background-size: cover !important;
  height: 250px;
}
.si-global .replicant-row.features.features-50-50 .features-item:before {
  background: rgba(0, 0, 0, 0.35);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.si-global .replicant-row.features.features-50-50 .features-item .display-table {
  height: 100%;
  margin: 0 auto;
  max-width: 450px;
  position: relative;
  z-index: 2;
}
/* Zoom Slider */
.si-global .replicant-row.features.features-slider .slider-img {
  margin-bottom: 80px;
  position: relative;
}
.si-global .replicant-row.features.features-slider .slider-img .zoom-image {
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.si-global .replicant-row.features.features-slider .slider-img .zoom-image:first-child {
  opacity: 1;
}
.si-global .replicant-row.features.features-slider .slider-wrap {
  bottom: -65px;
  height: 45px;
  left: 0;
  position: absolute;
  width: 100%;
}
.si-global .replicant-row.features.features-slider .slider-wrap .slider .slider-selection {
  height: 100%;
  position: absolute;
}
.si-global .replicant-row.features.features-slider .slider-wrap .slider .slider-handle {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 4px 5px;
}
.si-global .replicant-row.features.features-slider .slider-wrap .slider .slider-handle:before,
.si-global .replicant-row.features.features-slider .slider-wrap .slider .slider-handle:after {
  height: 8px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.si-global .replicant-row.features.features-slider .slider-wrap .slider .slider-handle:before {
  border-right: 1px solid #d8d8d8;
  content: '\0025C5';
  font-family: 'SSStandard';
  left: 10%;
  padding-right: 5px;
}
.si-global .replicant-row.features.features-slider .slider-wrap .slider .slider-handle:after {
  content: '\0025BB';
  font-family: 'SSStandard';
  right: 10%;
}
.si-global .replicant-row.features.features-slider .slider-wrap .slider .slider-tick-label-container .slider-tick-label {
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* Gallery Grid */
.si-global .replicant-row.gallery-grid {
  padding-left: 0;
  padding-right: 0;
}
.si-global .replicant-row.gallery-grid img {
  width: 100%;
}
.si-global .replicant-row.gallery-grid .row {
  background: #000;
  padding: 7.5px 7.5px 0px 7.5px;
}
.si-global .replicant-row.gallery-grid .row .photo-attr {
  bottom: 17px;
  right: 17px;
}
.si-global .replicant-row.gallery-grid .row + .row {
  padding-bottom: 7.5px;
  padding-top: 0;
}
.si-global .replicant-row.gallery-grid .row .tall,
.si-global .replicant-row.gallery-grid .row .wide {
  padding: 7.5px;
  position: relative;
}
.si-global .replicant-row.gallery-grid .row .tall {
  float: left;
  width: 50%;
  z-index: 1;
}
.si-global .replicant-row.gallery-grid .row .padding-fix {
  padding-top: 7.5px;
}
.si-global .replicant-row.gallery-grid .video-wrap .modal-launch-js {
  display: inline-block;
  position: relative;
}
.si-global .replicant-row.gallery-grid .video-wrap .modal-launch-js:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0;
  content: '';
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.si-global .replicant-row.gallery-grid .video-wrap .play-btn {
  height: 85px;
  width: 85px;
}
.si-global .replicant-row.gallery-grid .video-wrap .play-btn:after {
  font-size: 36px;
  line-height: 26px;
  padding-left: 5px;
  padding-top: 10px;
}
/* Panel Carousel */
.si-global .replicant-row.panel-carousel .content-wrap {
  background: #f2f2f2;
  padding: 25px 15px;
}
.si-global .replicant-row.panel-carousel .content-wrap .content {
  height: 100%;
  margin: 0 auto;
  max-width: 350px;
}
.si-global .replicant-row.panel-carousel .content-wrap .content .logo {
  height: 45px;
  margin-bottom: 20px;
  width: auto;
}
.si-global .replicant-row.panel-carousel .content-wrap .content .panel-carousel-dots .slick-dots {
  margin-top: 20px;
}
.si-global .replicant-row.panel-carousel .content-wrap .content .panel-carousel-dots .slick-dots li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.si-global .replicant-row.panel-carousel .content-wrap .content .panel-carousel-dots .slick-dots li button {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list {
  margin-bottom: 0;
  padding: 0;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-list {
  padding: 0 15% 0 0 !important;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-slide {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-slide img {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-slide span {
  color: #fff;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-slide.slick-current + .slick-slide:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-arrow {
  display: none !important;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-arrow.slick-prev {
  left: 30px;
}
.si-global .replicant-row.panel-carousel .panel-carousel-list .slick-arrow.slick-next {
  right: 30px;
}
/* Key Features */
.si-global .replicant-row.key-features .nkn-resp-pdp-overview-archived-block-row + .nkn-resp-pdp-overview-archived-block-row {
  margin-top: 60px;
}
.si-global .replicant-row.key-features.mosaic .nkn-resp-pdp-overview-archived-wrap {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
.si-global .replicant-row.key-features.mosaic .nkn-resp-pdp-overview-archived-wrap .nkn-resp-pdp-overview-archived-block {
  padding-left: 15px;
  padding-right: 15px;
}
.si-global .replicant-row.key-features.mosaic .nkn-resp-pdp-overview-archived-wrap .nkn-resp-pdp-overview-archived-block + .nkn-resp-pdp-overview-archived-block {
  margin-top: 30px;
}
.si-global .replicant-row.key-features.two-col .nkn-resp-pdp-overview-archived-wrap .nkn-resp-pdp-overview-archived-block {
  padding-left: 15px;
  padding-right: 15px;
}
.si-global .replicant-row.key-features.two-col .nkn-resp-pdp-overview-archived-wrap .nkn-resp-pdp-overview-archived-block + .nkn-resp-pdp-overview-archived-block {
  margin-top: 30px;
}
/* Awards */
.si-global .replicant-row.awards .replicant-wrap {
  background: #000;
  padding-top: 30px;
}
.si-global .replicant-row.awards .quote-row {
  padding-bottom: 30px;
  position: relative;
}
.si-global .replicant-row.awards.one-award .quote-row {
  width: 1170px;
}
.si-global .replicant-row.awards .quote-row:before {
  background: -moz-radial-gradient(bottom, ellipse cover, rgba(102, 102, 102, 0.75) 0%, rgba(102, 102, 102, 0) 75%);
  background: -webkit-radial-gradient(bottom, ellipse cover, rgba(102, 102, 102, 0.75) 0%, rgba(102, 102, 102, 0) 75%);
  background: radial-gradient(ellipse at bottom, rgba(102, 102, 102, 0.75) 0%, rgba(102, 102, 102, 0) 75%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 125% 80%;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0.6;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}
.si-global .replicant-row.awards .quote-row img {
  width: 100%;
}
.si-global .replicant-row.awards .quote-row .quote-wrap {
  z-index: 1;
}
.si-global .replicant-row.awards .quote-row .quote-wrap .logo {
  margin-bottom: 30px;
  max-width: 260px;
}
.si-global .replicant-row.awards .quote-row .quote-wrap .award {
  margin: 0 auto 30px auto;
  width: 130px;
}
.si-global .replicant-row.awards .quote-row .quote-wrap .award a {
  display: inline-block;
}
.si-global .replicant-row.awards .quote-row .quote-wrap .award a img {
  max-height: 130px;
  max-width: 100%;
  width: auto;
}
.si-global .replicant-row.awards .quote-row .quote-wrap .quote {
  border: none;
  margin: 0 auto;
  padding: 70px 0 20px 0;
  position: relative;
}
.si-global .replicant-row.awards .quote-row .quote-wrap .quote:before,
.si-global .replicant-row.awards .quote-row .quote-wrap .quote:after {
  color: #666;
  content: '\201C';
  font-family: 'Times', sans-serif;
  font-size: 100px;
  font-weight: bold;
  height: 50px;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-shadow: none;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
}
.si-global .replicant-row.awards .quote-row .quote-wrap .quote:after {
  left: auto;
  right: 0;
  -webkit-transform: translate(25%, -25%) scaleX(-1);
  transform: translate(25%, -25%) scaleX(-1);
}
.si-global .replicant-row.awards .awards-wrap {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.si-global .replicant-row.awards .awards-wrap .awards-list {
  padding: 15px 0;
}
.si-global .replicant-row.awards .awards-wrap .awards-list::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}
.si-global .replicant-row.awards .awards-wrap .awards-list .award {
  display: inline-block;
  padding: 0 15px;
  width: 100px;
}
.si-global .replicant-row.awards .awards-wrap .awards-list .award a {
  display: inline-block;
}
.si-global .replicant-row.awards .awards-wrap .awards-list .award a img {
  max-height: 70px;
  max-width: 100%;
}
/* Mobile (767px & down) */
@media (max-width: 767px) {
  /* Global */
  .si-global .text-center-xs {
    text-align: center;
  }
  .si-global .replicant-row.full-width .video-inline {
    left: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
  }
  /* Features */
  .si-global .replicant-row.features .features-item .img-wrap {
    max-width: 450px;
  }
  .si-global .replicant-row.features .features-item + .features-item {
    margin-top: 60px;
  }
  .si-global .replicant-row.features.features-50-50 .features-item + .features-item {
    margin-top: 0;
  }
  /* Panel Carousel */
  .si-global .replicant-row.panel-carousel .panel-carousel-list .slick-slide img {
    width: 100%;
  }
  /* Key Features */
  .si-global .replicant-row.key-features .nkn-resp-pdp-overview-archived-block-row + .nkn-resp-pdp-overview-archived-block-row {
    margin-top: 30px;
  }
  .si-global .replicant-row.key-features .nkn-resp-pdp-overview-archived-block-row .nkn-resp-pdp-overview-archived-block + .nkn-resp-pdp-overview-archived-block {
    margin-top: 30px;
  }
  /* Awards */
  .si-global .replicant-row.awards .replicant-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .si-global .replicant-row.awards.one-award .quote-row {
    padding-bottom: 30px;
  }
  .si-global .replicant-row.awards .quote-row .quote-wrap .quote:after {
    display: none;
  }
  .si-global .replicant-row.awards .awards-wrap:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000 75%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 1;
  }
  .si-global .replicant-row.awards .awards-wrap > .scroll-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .si-global .replicant-row.awards .awards-wrap .awards-list {
    padding-right: 100px;
  }
  .si-global .replicant-row.awards .awards-wrap .awards-list .award {
    float: left;
    padding: 0 7.5px;
  }
}
/* Tablet only - (768px - 991px) */
@media (min-width: 768px) and (max-width: 992px) {
  /* Global */
  .si-global .replicant-row.full-width .video-inline {
    left: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: auto;
  }
}
/* Tablet & Desktop (768px & up) */
@media (min-width: 768px) {
  /* Global */
  .si-global .styled-link + .styled-link {
    margin-left: 30px;
  }
  /* Full Width */
  .si-global .replicant-row.full-width .replicant-wrap {
    min-height: 640px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  /* Features */
  .si-global .replicant-row.features.features-split .img-wrap {
    margin: 0 auto;
  }
  .si-global .replicant-row.features.features-50-50 .features-item {
    height: 380px;
  }
  /* Zoom Slider */
  .si-global .replicant-row.features.features-slider .slider-img {
    margin-bottom: 95px;
  }
  /* Gallery Grid */
  .si-global .replicant-row.gallery-grid .row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .si-global .replicant-row.gallery-grid .row .tall {
    -ms-flex: 0.6662;
    -webkit-flex: 0.6662;
    flex: 0.6662;
    z-index: 0;
  }
  .si-global .replicant-row.gallery-grid .row .wide {
    -ms-flex: 1.5;
    -webkit-flex: 1.5;
    flex: 1.5;
  }
  .si-global .replicant-row.gallery-grid .row .padding-fix {
    padding-top: 0;
  }
  /* Panel Carousel */
  .si-global .replicant-row.panel-carousel .content-wrap {
    height: 380px;
  }
  .si-global .replicant-row.panel-carousel .content-wrap .content .panel-carousel-dots .slick-dots {
    bottom: 15px;
    position: absolute;
  }
  .si-global .replicant-row.panel-carousel .panel-carousel-list .slick-slide {
    height: 380px;
  }
  .si-global .replicant-row.panel-carousel .panel-carousel-list .slick-arrow {
    display: block !important;
  }
  /* Key Features */
  .si-global .replicant-row.key-features.mosaic .nkn-resp-pdp-overview-archived-wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .si-global .replicant-row.key-features.mosaic .nkn-resp-pdp-overview-archived-wrap .nkn-resp-pdp-overview-archived-block + .nkn-resp-pdp-overview-archived-block {
    margin-top: 60px;
  }
  .si-global .replicant-row.key-features.two-col .nkn-resp-pdp-overview-archived-wrap .nkn-resp-pdp-overview-archived-block + .nkn-resp-pdp-overview-archived-block {
    margin-top: 60px;
  }
  /* Awards */
  .si-global .replicant-row.awards .quote-row:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 0.75) 0%, rgba(102, 102, 102, 0) 75%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 0.75) 0%, rgba(102, 102, 102, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(102, 102, 102, 0.75) 0%, rgba(102, 102, 102, 0) 75%);
    background-position: center center;
    background-size: 100% 100%;
    bottom: -50%;
    left: 60%;
    width: 60%;
  }
  .si-global .replicant-row.awards .quote-row .quote-wrap .logo {
    margin-bottom: 60px;
  }
  .si-global .replicant-row.awards .quote-row .quote-wrap .quote {
    padding: 0 50px 20px 50px;
  }
  .si-global .replicant-row.awards .quote-row .quote-wrap .quote:before {
    left: 0;
    -webkit-transform: translate(-25%, -25%);
    transform: translate(-25%, -25%);
  }
  .si-global .replicant-row.awards .awards-wrap .awards-list {
    width: 100% !important;
  }
  .si-global .replicant-row.awards .awards-wrap .awards-list .award {
    width: 165px;
  }
  .si-global .replicant-row.awards .awards-wrap .awards-list .award a img {
    max-height: 130px;
  }
}
/* Desktop - (992px & up) */
@media (min-width: 992px) {
  /* Global */
  .si-global .copy-wrap {
    padding: 0 30px;
  }
  .si-global .display-table-md {
    display: table;
    width: 100%;
  }
  .si-global .display-table-md > * {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  /* Panel Carousel */
  .si-global .replicant-row.panel-carousel .content-wrap {
    height: 500px;
  }
  .si-global .replicant-row.panel-carousel .content-wrap .content .logo {
    height: 90px;
    margin-bottom: 40px;
  }
  .si-global .replicant-row.panel-carousel .content-wrap .content .panel-carousel-dots .slick-dots {
    margin-top: 60px;
  }
  .si-global .replicant-row.panel-carousel .panel-carousel-list .slick-slide {
    height: 500px;
  }
  /* Key Features */
  .si-global .replicant-row.key-features.mosaic .nkn-resp-pdp-overview-archived-wrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /* Awards */
  .si-global .replicant-row.awards .awards-wrap .awards-list .award {
    width: 200px;
  }
}
/* Mobile Small (500px & down) - Serve small hero images */
@media only screen and (max-width: 500px) {
  /* Full Width: Image */
  .si-global #full-width-img.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-sm.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-vid.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/veil-bg-sm.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-headline.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-sm.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-text-left.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/img/creativity-sm.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-text-right.replicant-row .replicant-wrap {
    background: url('../img/j5.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-quote.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/dslr-rethink/img/dx/dx-quote-sm.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-quote-btn.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/dslr-rethink/img/fx/fx-quote-sm.jpg') no-repeat center center #404040;
  }
  .si-global #img-50-50.replicant-row .features-item {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-sm.jpg') no-repeat center center #404040;
  }
  .si-global #img-50-50.replicant-row .features-item + .features-item {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-sm.jpg') no-repeat center center #404040;
  }
}
/* Mobile Large, Tablet, Desktop (501px & up) - Serve large hero images */
@media (min-width: 501px) {
  /* Full Width: Image */
  .si-global #full-width-img.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-lg.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-vid.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/veil-bg-lg.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-headline.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-lg.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-text-left.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/img/creativity-lg.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-text-right.replicant-row .replicant-wrap {
    background: url('../img/j5.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-quote.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/dslr-rethink/img/dx/dx-quote-lg.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-quote-btn.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/dslr-rethink/img/fx/fx-quote-lg.jpg') no-repeat center center #404040;
  }
  .si-global #img-50-50.replicant-row .features-item {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-lg.jpg') no-repeat center center #404040;
  }
  .si-global #img-50-50.replicant-row .features-item + .features-item {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-lg.jpg') no-repeat center center #404040;
  }
}
/* Desktop Retina - (992px & up + pixel density) - Serve xl hero images */
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-resolution: 1.5dppx), only screen and (min-width: 992px) and (min-resolution: 144dpi) {
  /* Full Width: Image */
  .si-global #full-width-img.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-xl.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-vid.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/veil-bg-xl.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-headline.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-xl.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-text-left.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/img/creativity-xl.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-img-text-right.replicant-row .replicant-wrap {
    background: url('../img/j5.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-quote.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/dslr-rethink/img/dx/dx-quote-xl.jpg') no-repeat center center #404040;
  }
  .si-global #full-width-quote-btn.replicant-row .replicant-wrap {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/dslr-rethink/img/fx/fx-quote-xl.jpg') no-repeat center center #404040;
  }
  .si-global #img-50-50.replicant-row .features-item {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/ocean-bg-xl.jpg') no-repeat center center #404040;
  }
  .si-global #img-50-50.replicant-row .features-item + .features-item {
    background: url('https://cdn-7.nikon-cdn.com/Images/CPCAssets/retailer-pdp/d850/img/basketball-bg-xl.jpg') no-repeat center center #404040;
  }
}
@-webkit-keyframes load {
  0% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes load {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.btn-new,
a.btn-new {
  border: 1px solid transparent;
  border-radius: 90px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  min-width: 140px;
  padding: 10px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: background 150ms ease-out, border-color 150ms ease-out;
  transition: background 150ms ease-out, border-color 150ms ease-out;
  vertical-align: middle;
}
.btn-new-yellow,
a.btn-new-yellow {
  background: #ffdd00;
  border-color: #ffdd00;
  color: #000;
}
html.no-touch .btn-new-yellow:hover,
html.no-touch a.btn-new-yellow:hover,
html.no-touch .btn-new-yellow:focus,
html.no-touch a.btn-new-yellow:focus {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #000;
}
html.touch .btn-new-yellow:active,
html.touch a.btn-new-yellow:active {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #000;
}
.btn-new-black,
a.btn-new-black {
  background: #000;
  border-color: #404040;
  color: #fff;
}
html.no-touch .btn-new-black:hover,
html.no-touch a.btn-new-black:hover,
html.no-touch .btn-new-black:focus,
html.no-touch a.btn-new-black:focus {
  background: #404040;
  border-color: #404040;
  color: #fff;
}
html.touch .btn-new-black:active,
html.touch a.btn-new-black:active {
  background: #404040;
  border-color: #404040;
  color: #fff;
}
.btn-new-white,
a.btn-new-white {
  background: #fff;
  border-color: #d8d8d8;
  color: #000;
}
html.no-touch .btn-new-white:hover,
html.no-touch a.btn-new-white:hover,
html.no-touch .btn-new-white:focus,
html.no-touch a.btn-new-white:focus {
  background: #efefef;
  border-color: #d8d8d8;
  color: #000;
}
html.touch .btn-new-white:active,
html.touch a.btn-new-white:active {
  background: #efefef;
  border-color: #d8d8d8;
  color: #000;
}
.btn-new-loading .text,
a.btn-new-loading .text {
  opacity: 1;
}
.btn-new-loading .load-icon,
a.btn-new-loading .load-icon {
  display: none;
  height: 12px;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
}
.btn-new-loading.btn-new-yellow .load-icon path,
a.btn-new-loading.btn-new-yellow .load-icon path {
  fill: #000;
}
.btn-new-loading.btn-new-black .load-icon path,
a.btn-new-loading.btn-new-black .load-icon path {
  fill: #fff;
}
.btn-new-loading.btn-new-white .load-icon path,
a.btn-new-loading.btn-new-white .load-icon path {
  fill: #000;
}
.btn-new-loading.loading .text,
a.btn-new-loading.loading .text {
  opacity: 0;
}
.btn-new-loading.loading .load-icon,
a.btn-new-loading.loading .load-icon {
  -webkit-animation: load 1s linear infinite;
  animation: load 1s linear infinite;
  display: block;
}
.btn-new.disabled,
a.btn-new.disabled,
.btn-new[disabled],
a.btn-new[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.btn-stack,
.btn-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn-stack .btn-new,
.btn-inline .btn-new {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-stack .btn-new + .btn-new,
.btn-inline .btn-new + .btn-new {
  margin-top: 15px;
}
/* Tablet & Up (768px & up) */
@media (min-width: 768px) {
  .btn-new:not(.btn-new-sm),
  a.btn-new:not(.btn-new-sm) {
    font-size: 14px;
    padding: 15px 52px;
  }
  .btn-new-loading .load-icon,
  a.btn-new-loading .load-icon {
    height: 14px;
    width: 14px;
  }
  .btn-inline {
    display: block;
  }
  .btn-inline .btn-new {
    align-self: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .btn-inline .btn-new + .btn-new {
    margin-left: 15px;
    margin-top: 0;
  }
}
html.ie9 .si-global select.select {
  padding-right: 10px !important;
}
html.ie9 .si-global .select-caret {
  display: none;
}
.si-global a:focus,
.si-global button:focus,
.si-global input:focus,
.si-global select:focus,
.si-global a:active,
.si-global button:active,
.si-global input:active,
.si-global select:active {
  outline: 3px solid #5b9dd9;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.si-global .p {
  font-size: 1em;
}
.si-global a.btn {
  text-decoration: none;
}
.si-global input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
}
.si-global .radio label,
.si-global .checkbox label {
  font-size: 12px;
}
.si-global input,
.si-global textarea {
  border: 1px solid #d8d8d8;
}
.si-global textarea {
  resize: none;
}
.si-global select.form-control {
  width: auto;
}
.si-global .form-control {
  height: 35px;
}
.si-global form label {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}
.si-global label + .popover-icon {
  position: relative;
  top: 1px;
}
.si-global h1,
.si-global .h1,
.si-global h2,
.si-global .h2,
.si-global h3,
.si-global .h3,
.si-global h4,
.si-global .h4,
.si-global h5,
.si-global .h5,
.si-global h6,
.si-global .h6 {
  margin-top: 0;
}
.si-global .max-1170 {
  max-width: 1170px;
}
.si-global .max-970 {
  max-width: 970px;
}
.si-global .max-750 {
  max-width: 750px;
}
.si-global .remove-focus,
.si-global.remove-focus {
  box-shadow: none;
  outline: none;
}
.si-global .link-clear,
.si-global .link-clear:hover,
.si-global .link-clear:focus {
  color: #404040;
  text-decoration: none;
}
.si-global .no-margin {
  margin: 0 !important;
}
.si-global .no-margin-top {
  margin-top: 0 !important;
}
.si-global .no-padding {
  padding: 0;
}
.si-global .padding-xs {
  padding: 5px;
}
.si-global .padding-sm {
  padding: 15px;
}
.si-global .padding-md {
  padding: 20px;
}
.si-global .padding-lg {
  padding: 30px;
}
.si-global .no-border {
  border: none;
  box-shadow: none;
}
.si-global .skip-link-container {
  height: 0;
  z-index: 9;
}
.si-global .skip-link {
  display: inline-block;
  padding: 10px 20px;
}
.si-global .popover-icon {
  color: #404040;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: none;
  vertical-align: top;
}
.si-global .popover-icon:focus,
.si-global .popover-icon:hover {
  color: #666666;
}
.si-global .popover ul,
.si-global .tooltip ul {
  padding-left: 15px;
}
.si-global .ss-icon {
  vertical-align: middle;
}
.si-global .btn-icon {
  margin-right: 5px;
}
.si-global .spacer {
  margin-bottom: 15px !important;
}
.si-global .spacer-xs {
  margin-bottom: 5px !important;
}
.si-global .spacer-sm {
  margin-bottom: 10px !important;
}
.si-global .spacer-lg {
  margin-bottom: 20px !important;
}
.si-global .spacer-xl-adjust {
  margin-bottom: 15px !important;
}
.si-global .spacer-xl {
  margin-bottom: 30px !important;
}
.si-global .spacer-xxl {
  margin-bottom: 30px !important;
}
.si-global .strong {
  font-weight: bold;
}
.si-global .italic {
  font-style: italic;
}
.si-global .strike-through {
  text-decoration: line-through;
}
.si-global .text-success {
  color: #2e6f4a;
}
.si-global .text-info {
  color: #cc420c;
}
.si-global .text-danger {
  color: #c10000;
}
.si-global .text-white {
  color: #ffffff;
}
.si-global .text-large {
  font-size: 36px;
}
.si-global .text-gray {
  color: #666666 !important;
}
.si-global .text-gray-dark {
  color: #404040 !important;
}
.si-global .bg-gray-darker {
  background-color: #000;
  color: #ffffff;
}
.si-global .bg-gray-dark {
  background-color: #404040;
  color: #ffffff;
}
.si-global .bg-gray {
  background-color: #666666;
  color: #ffffff;
}
.si-global .bg-gray a {
  color: #ffffff;
}
.si-global .bg-gray .popover-icon {
  color: #ffffff;
}
.si-global .bg-gray .popover-icon:hover,
.si-global .bg-gray .popover-icon:focus {
  color: #d8d8d8;
}
.si-global .bg-gray-light {
  background-color: #d8d8d8;
}
.si-global .bg-gray-lighter {
  background-color: #e6e6e6;
}
.si-global .display-table {
  display: table;
  width: 100%;
}
.si-global .display-table > * {
  display: table-cell;
  vertical-align: middle;
}
.si-global .control-label .required,
.si-global .control-label .optional {
  color: #666666;
  font-size: 10px;
}
.si-global .bg-gray .control-label .required {
  color: #ffffff;
}
.si-global .styled-link {
  color: #404040 !important;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.si-global .styled-link .ss-icon {
  color: #cbb000;
  font-size: 10px;
  vertical-align: baseline;
}
.si-global .styled-link .ss-icon.icon-before {
  margin-left: 0;
  margin-right: 5px;
}
.si-global .styled-link .ss-icon.icon-after {
  margin-left: 5px;
  margin-right: 0;
}
.si-global .styled-link:hover {
  text-decoration: none;
}
.si-global .styled-link:hover .styled-link-text {
  color: #404040;
  text-decoration: underline;
}
.si-global .has-feedback .control-label:before {
  font-family: 'SSStandard';
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.si-global .has-success .control-label:before {
  content: '\002713';
}
.si-global .has-info .control-label:before {
  content: '\002139';
}
.si-global .has-warning .control-label:before {
  content: '\0026A0';
}
.si-global .has-danger .control-label:before {
  content: '\002421';
  position: relative;
  top: 1px;
}
.si-global .btn-sm,
.si-global .btn-group-sm > .btn {
  height: 27px;
}
.si-global .alert.alert-lg,
.si-global .panel.panel-lg > .panel-heading,
.si-global .panel.panel-lg > .panel-body {
  padding: 30px;
}
.si-global .alert.alert-lg.alert-dismissable {
  padding-right: 35px;
}
.si-global .alert.alert-lg.alert-dismissable .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.si-global .well {
  background-color: #e6e6e6;
  border: 1px solid #d8d8d8;
}
.si-global .navbar-nav .ss-icon {
  font-size: 14px;
  position: relative;
  top: 3px;
}
.si-global .nav > li.disabled > a {
  color: #d8d8d8;
}
.si-global .nav-pills > li {
  margin: 0 10px 10px 0;
}
.si-global .nav-pills > li.active > a,
.si-global .nav-pills > li.active > a:focus,
.si-global .nav-pills > li.active > a:hover {
  color: #404040;
}
.si-global .nav-pills > li > a {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #404040;
  padding: 3px 6px 2px 6px;
  text-decoration: none;
}
.si-global .list-hidden {
  list-style: none;
  padding-left: 0;
}
.si-global .list-inline-border li {
  border-right: 1px solid transparent;
  line-height: 1;
  margin-right: 5px;
  padding-right: 10px;
}
.si-global .list-inline-border li:last-of-type {
  border: none;
  margin-right: 0;
  padding-right: 5px;
}
.si-global .badge {
  color: #404040;
}
.si-global .progress {
  background-color: #d8d8d8;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(105, 105, 105, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(105, 105, 105, 0.5);
  height: 8px;
  margin-bottom: 15px;
}
.si-global .progress-bar {
  box-shadow: inset 0 1px 1px rgba(105, 105, 105, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(105, 105, 105, 0.5);
  line-height: 15px;
}
@media (min-width: 768px) {
  .si-global .list-inline-border li {
    border-color: #666666;
  }
  .si-global .display-table > * {
    float: none;
  }
}
/* Buttons */
.si-global .btn {
  font-weight: bold;
  line-height: 1.45;
  padding: 8px 40px;
}
.si-global .btn-default {
  font-size: 12px;
}
.si-global .btn-primary:hover,
.si-global .btn-primary:focus,
.si-global .btn-primary.focus,
.si-global .btn-primary:active,
.si-global .btn-primary.active,
.si-global .open > .btn-primary.dropdown-toggle {
  background-color: #f0d000;
  border-color: #cbb000;
}
.si-global a.btn-primary,
.si-global a.btn-default {
  color: #404040;
}
.si-global .btn-default:hover,
.si-global .btn-default:focus,
.si-global .btn-default.focus,
.si-global .btn-default:active,
.si-global .btn-default.active,
.si-global .open > .btn-default.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: #d8d8d8;
}
.si-global .input-group-btn .btn {
  padding: 8px 12px;
}
/* Panels */
.si-global .panel-default {
  border-color: #d8d8d8;
}
/* Bootstrap Labels */
.si-global .label {
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 12px;
  padding: 3px 5px;
}
.si-global .label-default {
  background-color: #d8d8d8;
  border-color: #666666;
  color: #404040;
}
.si-global .label-default[href]:hover,
.si-global .label-default[href]:focus {
  background-color: #d8d8d8;
  color: #404040;
}
.si-global .label-primary {
  background-color: #ffdd00;
  border-color: #cbb000;
  color: #404040;
}
.si-global .label-primary[href]:hover,
.si-global .label-primary[href]:focus {
  background-color: #ffdd00;
  color: #404040;
}
.si-global .label-success {
  background-color: #2e6f4a;
  border-color: #1f4b32;
}
.si-global .label-success[href]:hover,
.si-global .label-success[href]:focus {
  background-color: #2e6f4a;
}
.si-global .label-info {
  background-color: #cc420c;
  border-color: #9c3209;
}
.si-global .label-info[href]:hover,
.si-global .label-info[href]:focus {
  background-color: #cc420c;
}
.si-global .label-warning {
  background-color: #666666;
  border-color: #404040;
}
.si-global .label-warning[href]:hover,
.si-global .label-warning[href]:focus {
  background-color: #666666;
}
.si-global .label-danger {
  background-color: #c10000;
  border-color: #8e0000;
}
.si-global .label-danger[href]:hover,
.si-global .label-danger[href]:focus {
  background-color: #c10000;
}
/* Alerts */
.si-global .alert {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  position: relative;
}
.si-global .alert .control-label {
  color: inherit;
}
.si-global .alert a {
  color: #1d3994;
}
.si-global .alert ul,
.si-global .alert ol {
  margin-bottom: 0;
}
.si-global .alert-default {
  border: 1px solid #d8d8d8;
}
.si-global .alert-default .close:hover {
  color: #404040;
}
.si-global .alert-dismissable .close {
  border: 0;
  font-size: 12px;
  opacity: 0.5;
  padding: 2px 0 0 0;
  position: relative;
  right: -25px;
  text-shadow: none;
  top: -5px;
}
.si-global .alert-dismissable .close:hover,
.si-global .alert-dismissable .close:focus {
  color: inherit;
}
.si-global .alert-success {
  background-color: #eaf0ed;
  border-color: #2e6f4a;
  color: #2e6f4a;
}
.si-global .alert-success hr {
  border-top-color: #d8d8d8;
}
.si-global .alert-success .alert-link {
  color: #1d3994;
}
.si-global .alert-info {
  background-color: #fff;
  border-color: #d8d8d8;
  color: #cc420c;
}
.si-global .alert-info hr {
  border-top-color: #d8d8d8;
}
.si-global .alert-info .alert-link {
  color: #1d3994;
}
.si-global .alert-warning {
  background-color: #e6e6e6;
  border-color: #d8d8d8;
  color: #666;
}
.si-global .alert-warning hr {
  border-top-color: #d8d8d8;
}
.si-global .alert-warning .alert-link {
  color: #1d3994;
}
.si-global .alert-danger {
  background-color: #fcf1f1;
  border-color: #c10000;
  color: #c10000;
}
.si-global .alert-danger hr {
  border-top-color: #d8d8d8;
}
.si-global .alert-danger .alert-link {
  color: #1d3994;
}
.si-global .close:hover,
.si-global .close:focus {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.si-global .alert-dismissable .close {
  border: 0;
  font-size: 12px;
  opacity: 0.5;
  padding: 2px 0 0 0;
  position: relative;
  right: -25px;
  text-shadow: none;
  top: -5px;
}
.si-global .alert-dismissable .close:hover,
.si-global .alert-dismissable .close:focus {
  color: inherit;
}
/* Forms */
.si-global .form-control {
  border-radius: 0;
}
.si-global .input-lg,
.si-global .input-group-lg > .form-control,
.si-global .input-group-lg > .input-group-addon,
.si-global .input-group-lg > .input-group-btn > .btn {
  height: 50px;
}
.si-global .input-sm,
.si-global .input-group-sm > .form-control,
.si-global .input-group-sm > .input-group-addon,
.si-global .input-group-sm > .input-group-btn > .btn {
  height: 27px;
}
.si-global .has-warning .checkbox,
.si-global .has-warning .checkbox-inline,
.si-global .has-warning .control-label,
.si-global .has-warning .form-control-feedback,
.si-global .has-warning .help-block,
.si-global .has-warning .radio,
.si-global .has-warning .radio-inline,
.si-global .has-warning.checkbox label,
.si-global .has-warning.checkbox-inline label,
.si-global .has-warning.radio label,
.si-global .has-warning.radio-inline label {
  color: #666666;
}
.si-global .input-sm,
.si-global .input-group-sm > .form-control,
.si-global .input-group-sm > .input-group-addon,
.si-global .input-group-sm > .input-group-btn > .btn {
  border-radius: 0;
  padding: 5px 10px;
}
.si-global .input-group-sm > .input-group-btn > .btn {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.si-global .form-group-sm .form-control {
  border-radius: 0;
  padding: 5px 10px;
}
.si-global .form-group-sm .form-control-static {
  padding: 5px 10px;
}
.si-global .input-lg,
.si-global .input-group-lg > .form-control,
.si-global .input-group-lg > .input-group-addon,
.si-global .input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
  padding: 10px 16px;
}
.si-global .input-group-lg > .input-group-btn > .btn {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.si-global .form-group-lg .form-control {
  border-radius: 0;
  padding: 10px 16px;
}
.si-global .form-group-lg .form-control-static {
  padding: 10px 16px;
}
.si-global .has-error .help-block,
.si-global .has-error .control-label,
.si-global .has-error .radio,
.si-global .has-error .checkbox,
.si-global .has-error .radio-inline,
.si-global .has-error .checkbox-inline,
.si-global .has-error.radio label,
.si-global .has-error.checkbox label,
.si-global .has-error.radio-inline label,
.si-global .has-error.checkbox-inline label {
  color: #c10000;
}
.si-global .has-feedback .form-control,
.si-global .has-feedback .form-control:focus {
  border-color: #d8d8d8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Cross browser select */
.si-global select.select {
  appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
  border-radius: 2px !important;
  border: 1px solid #d8d8d8 !important;
  padding-right: 30px !important;
  position: relative;
  width: 100%;
  z-index: 1;
}
.si-global select.select::-ms-expand {
  display: none !important;
}
.si-global .select-wrap {
  background: #ffffff;
  border-radius: 2px;
  display: table;
  position: relative;
  width: 100%;
}
.si-global .select-wrap[disabled] {
  background: #e6e6e6;
}
.si-global .select-wrap .select-caret {
  font-size: 10px;
  left: 100%;
  padding: 3px 10px 0 10px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  -webkit-transform: translate(-30px, -50%);
  z-index: 0;
}
/* Filters */
.si-global .list-group {
  margin-bottom: 0;
}
.si-global .list-group.filter-group .list-group-item {
  padding: 10px 10px 10px 30px;
}
/* Pagination */
.si-global .pagination > li:first-child > a,
.si-global .pagination > li:first-child > span,
.si-global .pagination > li:last-child > a,
.si-global .pagination > li:last-child > span {
  padding: 12px 9px 7px 9px;
}
.si-global .pagination.pagination-lg > li:first-child > a > span,
.si-global .pagination.pagination-lg > li:last-child > a > span {
  font-size: 32px;
}
.si-global .pagination > li:first-child > a > span,
.si-global .pagination > li:last-child > a > span {
  font-size: 14px;
}
.si-global .pagination.pagination-sm > li:first-child > a > span,
.si-global .pagination.pagination-sm > li:last-child > a > span {
  font-size: 12px;
}
.si-global .pagination > li > a,
.si-global .pagination > li > span {
  border-radius: 2px;
  font-weight: bold;
  line-height: 1;
  margin-left: 3px;
  padding: 12px 13px 9px 13px;
}
.si-global .pagination > .active > a,
.si-global .pagination > .active > a:hover,
.si-global .pagination > .active > a:focus,
.si-global .pagination > .active > span,
.si-global .pagination > .active > span:hover,
.si-global .pagination > .active > span:focus {
  background-color: #e6e6e6;
  border-color: #d8d8d8;
  color: #404040;
}
/* Specific input overrides */
.si-global .promo-code .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-left: 10px;
}
.si-global .search-lg .btn span {
  display: table-cell;
  font-size: 18px;
  padding-top: 5px;
}
.si-global .list-group-item {
  display: table;
  width: 100%;
}
.si-global .list-group-item .filter-title {
  padding-right: 10px;
}
.si-global .list-group-item .filter-title,
.si-global .list-group-item .filter-number {
  display: table-cell;
  vertical-align: top;
}
.si-global .list-group-item .radio,
.si-global .list-group-item .checkbox {
  display: inline-block;
  margin: 0 0 0 -20px;
}
/* Modals */
.si-global .modal .modal-header {
  border-bottom: none;
  padding-bottom: 10px;
  text-align: center;
}
.si-global .modal .nkn-resp-ic-close {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 2px #666;
  color: #666;
  display: block;
  height: 35px;
  position: absolute;
  right: -16px;
  text-decoration: none;
  top: -20px;
  width: 35px;
  z-index: 11;
}
.si-global .modal .nkn-resp-ic-close:before {
  font-size: 1.5em;
  left: 25%;
  position: absolute;
  top: 16%;
}
.si-global .modal .modal-footer {
  border-top: none;
  padding: 10px 0 0 0;
  text-align: center;
}
.si-global .modal .modal-footer .btn {
  border-radius: 0 0 2px 2px;
  padding: 16px 12px;
  width: 100%;
}
/* Rethink Fix */
.nkn-footer-full-width {
  margin-top: 0;
}
.nkn-resp-mobile-page-title {
  display: none;
}
.nkn-resp-category-blurbs .row {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.nkn-resp-rethink-rows:before {
  display: none;
}
.nkn-resp-rethink-rows .nkn-resp-rethink-cards-bg {
  background: #fff;
  padding: 0;
}
.nkn-resp-rethink-rows .nkn-resp-rethink-cards-bg:after,
.nkn-resp-rethink-rows .nkn-resp-rethink-cards-bg:before {
  display: none;
}
/* Global */
.si-global {
  font-size: 12px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.si-global .img-wrap {
  position: relative;
}
.si-global .no-break {
  white-space: nowrap;
}
.si-global .nkn-resp-video-single {
  background: #000;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.si-global .nkn-resp-video-single:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.si-global .video-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.si-global .youtube-embed {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.si-global .open-sans,
.si-global .h1,
.si-global .h2,
.si-global .h3,
.si-global .h4,
.si-global .h5,
.si-global .h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.si-global .open-sans.strong,
.si-global .open-sans .strong,
.si-global .h1.strong,
.si-global .h1 .strong,
.si-global .h2.strong,
.si-global .h2 .strong,
.si-global .h3.strong,
.si-global .h3 .strong,
.si-global .h4.strong,
.si-global .h4 .strong,
.si-global .h5.strong,
.si-global .h5 .strong,
.si-global .h6.strong,
.si-global .h6 .strong {
  font-weight: 400;
}
.si-global .row {
  margin-left: 0;
  margin-right: 0;
}
.si-global .row.fix-margin {
  margin-left: -15px;
  margin-right: -15px;
}
.si-global .h1 {
  font-size: 3.000em;
  /* 36px */
}
.si-global .h1.h1-sm {
  font-size: 2.667em;
  /* 32px */
}
.si-global .h2 {
  font-size: 2.667em;
  /* 32px */
}
.si-global .h3 {
  font-size: 2.333em;
  /* 28px */
}
.si-global .h4 {
  font-size: 1.833em;
  /* 22px */
}
.si-global .h5 {
  font-size: 1.833em;
  /* 22px */
}
.si-global .h6 {
  font-size: 1.500em;
  /* 18px */
}
.si-global .copy-xl {
  font-size: 1.500em;
  /* 18px */
}
.si-global .copy-lg {
  font-size: 1.333em;
  /* 16px */
}
.si-global .copy {
  font-size: 1.167em;
  /* 14px */
}
.si-global .small {
  font-size: 0.833em;
  /* 10px */
}
.si-global .upper-bold {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.si-global .times-italic {
  font-family: 'Times', serif;
  font-style: italic;
  letter-spacing: 2px;
}
.si-global .photo-attr {
  bottom: 15px;
  color: #fff;
  line-height: 1;
  opacity: 0.6;
  position: absolute !important;
  right: 15px;
  text-align: right;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media print, screen and (min-width: 768px) {
  .si-global .modal .modal-footer {
    display: none;
  }
}
/* Hero Carousel */
@media (max-width: 767px) {
  .si-global .nkn-resp-rotating-hero.hero-1-2-height {
    height: 170px;
    padding-bottom: 35px;
  }
  .si-global .nkn-resp-rotating-hero .carousel-inner > li .image {
    background-size: auto 100%;
  }
  .si-global .nkn-resp-rotating-hero .controls-inner {
    bottom: -30px;
    right: 50%;
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@media (min-width: 768px) {
  /* Global */
  .si-global .h1 {
    font-size: 6.000em;
    /* 72px */
  }
  .si-global .h1.h1-sm {
    font-size: 5.000em;
    /* 60px */
  }
  .si-global .h2 {
    font-size: 4.000em;
    /* 48px */
  }
  .si-global .h3 {
    font-size: 3.000em;
    /* 36px */
  }
  .si-global .h4 {
    font-size: 2.500em;
    /* 30px */
  }
  .si-global .h5 {
    font-size: 2.000em;
    /* 24px */
  }
  .si-global .h6 {
    font-size: 1.500em;
    /* 18px */
  }
  .si-global .copy {
    font-size: 1.167em;
    /* 14px */
  }
  .si-global .small {
    font-size: 1.000em;
    /* 12px */
  }
  .si-global .photo-attr:hover,
  .si-global .photo-attr:focus {
    opacity: 1;
  }
  .si-global .spacer-xl-adjust {
    margin-bottom: 30px !important;
  }
  .si-global .spacer-xxl {
    margin-bottom: 60px !important;
  }
}
.nkn-resp-pdp-overview-custom br {
  display: block;
}
.nkn-resp-pdp-overview-media {
  padding: 0;
}
#section-hotspots {
  margin-bottom: 60px;
}
#section-hotspots img {
  width: 100%;
}
#section-hotspots {
  padding-bottom: 0;
}
#section-hotspots .hotspot-wrap {
  display: table;
  position: relative;
  margin: 0 auto;
}
#section-hotspots .hotspot-wrap .hotspot-camera {
  margin: 0 auto;
  width: 260px;
}
#section-hotspots .hotspot-wrap .hotspot {
  background: #d8d8d8;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  width: 40px;
}
#section-hotspots .hotspot-wrap .hotspot:after {
  color: #404040;
  content: '\002B';
  font-family: 'SSStandard';
  font-size: 18px;
  height: 18px;
  left: 50%;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#section-hotspots .hotspot-wrap .hotspot .hotspot-launch {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#section-hotspots .hotspot-wrap #hotspot-viewfinder.hotspot {
  left: -2px;
  top: 52px;
}
#section-hotspots .hotspot-wrap #hotspot-design.hotspot {
  left: 100px;
  top: 78px;
}
#section-hotspots .hotspot-wrap #hotspot-lens.hotspot {
  left: 132px;
  top: 128px;
}
#section-hotspots .hotspot-wrap #hotspot-battery.hotspot {
  left: 100px;
  top: 196px;
}
/* Tablet (768px & up) */
@media (min-width: 768px) {
  /* Global */
  #section-hotspots {
    padding-bottom: 100px;
  }
  #section-hotspots .hotspot-wrap .hotspot-camera {
    width: 380px;
  }
  #section-hotspots .hotspot-wrap .hotspot:hover,
  #section-hotspots .hotspot-wrap .hotspot:focus,
  #section-hotspots .hotspot-wrap .hotspot.active {
    background: #ffdd00;
  }
  #section-hotspots .hotspot-wrap #hotspot-viewfinder.hotspot {
    left: 4px;
    top: 76px;
  }
  #section-hotspots .hotspot-wrap #hotspot-design.hotspot {
    left: 150px;
    top: 115px;
  }
  #section-hotspots .hotspot-wrap #hotspot-lens.hotspot {
    left: 192px;
    top: 180px;
  }
  #section-hotspots .hotspot-wrap #hotspot-battery.hotspot {
    left: 150px;
    top: 288px;
  }
}
/* Desktop - (992px & up) */
@media (min-width: 992px) {
  #section-hotspots .hotspot-wrap .hotspot-camera {
    width: 550px;
  }
  #section-hotspots .hotspot-wrap .hotspot {
    height: 50px;
    width: 50px;
  }
  #section-hotspots .hotspot-wrap #hotspot-viewfinder.hotspot {
    left: 6px;
    top: 110px;
  }
  #section-hotspots .hotspot-wrap #hotspot-design.hotspot {
    left: 210px;
    top: 165px;
  }
  #section-hotspots .hotspot-wrap #hotspot-lens.hotspot {
    left: 278px;
    top: 250px;
  }
  #section-hotspots .hotspot-wrap #hotspot-battery.hotspot {
    left: 210px;
    top: 420px;
  }
}
#designed-for-performance-01 {
  padding: 40px 0;
}
#designed-for-style {
  padding: 40px 0;
}
.carousel-dashed .carousel-dots-dashed {
  left: 50%;
  padding-top: 10px;
  position: absolute;
  top: -50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.carousel-dashed .carousel-dots-dashed .slick-dots li + li {
  margin-left: 15px;
}
.carousel-dashed .carousel-dots-dashed .slick-dots li {
  height: 40px;
  position: relative;
  width: 80px;
}
.carousel-dashed .carousel-dots-dashed .slick-dots li:after {
  font-size: 10px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.carousel-dashed .carousel-dots-dashed .slick-dots li button {
  background: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.carousel-dashed .carousel-dots-dashed .slick-dots li:hover button:after,
.carousel-dashed .carousel-dots-dashed .slick-dots li button:focus:after {
  background: #666;
}
.carousel-dashed .carousel-dots-dashed .slick-dots li:before,
.carousel-dashed .carousel-dots-dashed .slick-dots li button:after {
  background: #d8d8d8;
  content: '';
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  width: 100%;
}
.carousel-dashed .carousel-dots-dashed .slick-dots li.slick-active button:after {
  background: #ffdd00;
}
.carousel-dashed .carousel-content,
.carousel-dashed .carousel-img {
  margin-bottom: 0;
  padding: 0;
}
.carousel-dashed .slick-slide img {
  margin-bottom: 100px;
}
/* Designed for Performance */
#designed-for-performance-01 .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(1):after {
  content: 'Viewfinder';
}
#designed-for-performance-01 .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(2):after {
  content: 'LCD Display';
}
#designed-for-performance-01 .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(3):after {
  content: 'OLED Panel';
}
#designed-for-style .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(1):after {
  content: 'Touchscreen';
}
#designed-for-style .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(2):after {
  content: 'Body';
}
#designed-for-style .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(3):after {
  content: 'Weight';
}
#designed-for-style .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(4):after {
  content: 'Interface';
}
/* Built to Last */
#built-to-last .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(1):after {
  content: 'Body Design';
}
#built-to-last .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(2):after {
  content: 'Battery Life';
}
#built-to-last .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(3):after {
  content: 'Shutter';
}
#designed-for-performance-01 .h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#designed-for-performance-01 .h2.strong,
#designed-for-performance-01 .h2 .strong {
  font-weight: 400;
}
#designed-for-performance-01 .h2 sup {
  font-size: 0.5em;
  top: -1em;
}
#designed-for-performance-01 .h2 {
  font-size: 2.667em;
  /* 32px */
}
#designed-for-performance-01 .h2-adjust {
  font-size: 2.500em;
  /* 30px */
}
#designed-for-style .h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#designed-for-style .h2.strong,
#designed-for-performance-01 .h2 .strong {
  font-weight: 400;
}
#designed-for-style .h2 sup {
  font-size: 0.5em;
  top: -1em;
}
#designed-for-style .h2 {
  font-size: 2.667em;
  /* 32px */
}
#designed-for-style .h2-adjust {
  font-size: 2.500em;
  /* 30px */
}
@media (min-width: 768px) {
  #designed-for-performance-01 {
    padding: 70px 0;
  }
  #designed-for-style {
    padding: 70px 0;
  }
  .carousel-dashed .carousel-dots-dashed {
    left: 40px;
    top: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
  }
  .carousel-dashed .slick-slide img {
    height: 100%;
    margin-bottom: 0;
    width: auto;
  }
  .carousel-dashed .carousel-content .content-wrap {
    height: 100%;
    text-align: left;
  }
  .carousel-dashed .carousel-content .content-wrap .content {
    padding: 0 25px;
    vertical-align: bottom;
  }
  #designed-for-performance-01 .carousel-dashed .slick-slide {
    height: 320px;
  }
  #designed-for-style .carousel-dashed .slick-slide {
    height: 320px;
  }
  /* Built to Last */
  #built-to-last .carousel-dashed .slick-slide {
    height: 350px;
  }
  #designed-for-performance-01 .h2 {
    font-size: 4.000em;
    /* 48px */
  }
  #designed-for-performance-01 .h2-adjust {
    font-size: 4.667em;
    /* 56px */
  }
  #designed-for-style .h2 {
    font-size: 4.000em;
    /* 48px */
  }
  #designed-for-style .h2-adjust {
    font-size: 4.667em;
    /* 56px */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-dashed .slick-slide img {
    position: absolute;
    top: 0;
  }
  /* Designed for Performance */
  #designed-for-performance-01 .carousel-dashed .slick-slide img.monitor {
    right: 0;
  }
  #designed-for-performance-01 .carousel-dashed .slick-slide img.viewfinder {
    left: 0;
  }
  #designed-for-performance-01 .carousel-dashed .slick-slide img.grip {
    right: 0;
  }
  /* Designed for Style */
  #designed-for-style .carousel-dashed .slick-slide img.monitor {
    right: 0;
  }
  #designed-for-style .carousel-dashed .slick-slide img.viewfinder {
    left: 0;
  }
  #designed-for-style .carousel-dashed .slick-slide img.grip {
    right: 0;
  }
}
@media (min-width: 992px) {
  .carousel-dashed .carousel-dots-dashed {
    left: 65px;
    top: 10px;
  }
  .carousel-dashed .carousel-dots-dashed .slick-dots li + li {
    margin-left: 20px;
  }
  .carousel-dashed .carousel-dots-dashed .slick-dots li {
    width: 120px;
  }
  .carousel-dashed .carousel-dots-dashed .slick-dots li:after {
    font-size: 12px;
  }
  .carousel-dashed .carousel-content .content-wrap .content {
    padding: 0 50px;
    vertical-align: middle;
  }
  /* Designed for Performance */
  #designed-for-performance-01 .carousel-dashed .slick-slide {
    height: 425px;
  }
  /* Designed for Style */
  #designed-for-style .carousel-dashed .slick-slide {
    height: 425px;
  }
}
@media (min-width: 768px) {
  .carousel-dashed .carousel-dots-dashed {
    left: 40px;
    top: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1;
  }
  .carousel-dashed .slick-slide img {
    height: 100%;
    margin-bottom: 0;
    width: auto;
  }
  .carousel-dashed .carousel-content .content-wrap {
    height: 100%;
    text-align: left;
  }
  .carousel-dashed .carousel-content .content-wrap .content {
    padding: 0 25px;
    vertical-align: bottom;
  }
  .carousel-dashed .carousel-content .content-wrap .content .copy {
    max-width: 490px;
  }
  #designed-for-performance-01 .carousel-dashed .slick-slide {
    height: 320px;
  }
  #designed-for-style .carousel-dashed .slick-slide {
    height: 320px;
  }
  #built-to-last .carousel-dashed .slick-slide {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-dashed .slick-slide img {
    position: absolute;
    top: 0;
  }
  /* Designed for Performance */
  #designed-for-performance-01 .carousel-dashed .slick-slide img.monitor {
    right: 0;
  }
  #designed-for-performance-01 .carousel-dashed .slick-slide img.viewfinder {
    left: 0;
  }
  #designed-for-performance-01 .carousel-dashed .slick-slide img.grip {
    right: 0;
  }
  /* Designed for Style */
  #designed-for-style .carousel-dashed .slick-slide img.monitor {
    right: 0;
  }
  #designed-for-style .carousel-dashed .slick-slide img.viewfinder {
    left: 0;
  }
  #designed-for-style .carousel-dashed .slick-slide img.grip {
    right: 0;
  }
}
@media (min-width: 992px) {
  .carousel-dashed .carousel-dots-dashed {
    left: 65px;
    top: 10px;
  }
  .carousel-dashed .carousel-dots-dashed .slick-dots li + li {
    margin-left: 20px;
  }
  .carousel-dashed .carousel-dots-dashed .slick-dots li {
    width: 120px;
  }
  .carousel-dashed .carousel-dots-dashed .slick-dots li:after {
    font-size: 12px;
  }
  .carousel-dashed .carousel-content .content-wrap .content {
    padding: 0 50px;
    vertical-align: middle;
  }
  /* Designed for Performance */
  #designed-for-performance-01 .carousel-dashed .slick-slide {
    height: 425px;
  }
  /* Designed for Performance */
  #designed-for-style .carousel-dashed .slick-slide {
    height: 425px;
  }
}
.si-global {
  padding-top: 0;
}
.si-global .center-table {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.si-global .small {
  clear: both;
  display: block;
  font-style: italic;
  font-size: 11px;
}
.si-global .features-triple .copy-wrap {
  padding: 0;
}
.si-global .font-italic {
  font-style: italic;
}
.si-global .replicant-row {
  position: relative;
}
.si-global #img-text-right .copy,
.si-global #img-text-left .copy {
  padding: 0 22px !important;
}
.text-shadow .btn-primary {
  text-shadow: none;
}
.tabpanel-title.container.overview {
  display: none;
}
.eyebrow {
  font-size: 1em;
  color: #404040;
  font-weight: bold;
}
.eyebrow.text-white {
  color: #fff;
}
.hero-01 {
  overflow: hidden;
}
.hero-01 .image {
  width: 100%;
  height: auto;
}
.hero-01 .image.image-sm {
  display: block;
}
.hero-01 .image.image-lg {
  display: none;
}
.hero-01 .image.image-xl {
  display: none;
}
@media (min-width: 768px) {
  .hero-01 .image {
    width: 100%;
    height: auto;
  }
  .hero-01 .image.image-sm {
    display: none;
  }
  .hero-01 .image.image-lg {
    display: block;
  }
  .hero-01 .image.image-xl {
    display: none;
  }
}
@media (min-width: 1400px) {
  .hero-01 {
    background: #000;
  }
  .hero-01 .image.image-sm {
    display: none;
  }
  .hero-01 .image.image-lg {
    display: none;
  }
  .hero-01 .image.image-xl {
    display: block;
  }
  .hero-01 .image-container {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  .hero-01 .image-container:before,
  .hero-01 .image-container:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    background: pink;
    display: block;
  }
  .hero-01 .image-container:before {
    left: 0;
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  }
  .hero-01 .image-container:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 99%, #000000 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 99%, #000000 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 99%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  }
}
.product-carousel .carousel-inner {
  margin: 0;
  padding: 0;
}
.product-carousel .carousel-controls {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product-carousel .carousel-control {
  background: transparent;
  border: 0;
  opacity: .3;
  transition: opacity .35s linear;
}
.product-carousel .carousel-control:hover {
  opacity: .6;
}
.product-carousel .carousel-control.left {
  transform-origin: center center;
  transform: rotate(180deg);
}
.product-carousel .carousel-control .symbol-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 35px;
  height: 65px;
  background: url(/col/UIimages/nikon-z6/assets/img/product-carousel-arrow.png) center center / contain no-repeat;
}
@media (max-width: 690px) {
  .product-carousel .carousel-control .symbol-link {
    right: 0;
    width: 100%;
    height: 30px;
  }
}
.product-carousel .thumbnail > img {
  max-width: 700px;
  width: 70%;
  height: auto;
}
.belly-band {
  position: relative;
}
.belly-band .overflow-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.belly-band:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  width: 15px;
  background: linear-gradient(to right, #f8f8f8, rgba(255, 255, 255, 0));
}
.belly-band:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  right: 0;
  width: 60px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
}
.belly-band .features {
  list-style-type: none;
  margin: 0 auto;
  padding: 20px 0;
  display: table;
  width: 915px;
}
.belly-band .features .feature {
  position: relative;
  float: left;
  max-width: 250px;
  padding: 8px 30px;
  border-left: 1px solid #cbb000;
  height: 77px;
}
.belly-band .features .feature:first-child {
  border-left: 0;
  padding-left: 15px;
}
.belly-band .features .feature .label {
  display: block;
  text-align: center;
  font-size: 2.5em;
  line-height: 1;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
}
.belly-band .features .feature .details {
  display: block;
  text-align: center;
  font-size: .9166666667em;
  line-height: 1;
  box-sizing: border-box;
}
@media (min-width: 915px) {
  .belly-band .features {
    width: auto;
  }
  .belly-band .features .feature .details {
    font-size: 1.16666667em;
  }
}
.tech-badges .badges {
  display: table;
  margin: 0 auto;
  padding: 0;
}
.tech-badges .badges .badge {
  background: transparent;
  padding: 0 8px;
  display: table;
  float: left;
}
.tech-badges .badges .badge.badge-wifi {
  width: 90px;
  padding-top: 0px;
}
.tech-badges .badges .badge.badge-bluetooth {
  width: 90px;
  padding-top: 0px;
}
.tech-badges .badges .badge.badge-4k {
  width: 45px;
}
.tech-badges .badges .badge.badge-8k {
  width: 45px;
}
.tech-badges .badges .badge img {
  width: 100%;
  height: auto;
}
@media (min-width: 550px) {
  .tech-badges .badges {
    display: table;
    margin: 0 auto;
  }
  .tech-badges .badges .badge {
    background: transparent;
    padding: 0 16px;
  }
  .tech-badges .badges .badge.badge-wifi {
    width: auto;
    padding-top: 0px;
  }
  .tech-badges .badges .badge.badge-bluetooth {
    width: auto;
    padding-top: 0px;
  }
  .tech-badges .badges .badge.badge-4k {
    width: auto;
  }
  .tech-badges .badges .badge.badge-8k {
    width: auto;
  }
  .tech-badges .badges .badge.badge-8k {
    width: auto;
  }
}
#section-hotspots .hotspot-wrap #hotspot-viewfinder.hotspot {
  left: 85px;
  top: 126px;
}
#section-hotspots .hotspot-wrap #hotspot-design.hotspot {
  left: 168px;
  top: 140px;
}
#section-hotspots .hotspot-wrap #hotspot-lens.hotspot {
  left: 146px;
  top: 82px;
}
@media (min-width: 768px) {
  #section-hotspots .hotspot-wrap #hotspot-viewfinder.hotspot {
    left: 162px;
    top: 148px;
  }
  #section-hotspots .hotspot-wrap #hotspot-design.hotspot {
    left: 251px;
    top: 185px;
  }
  #section-hotspots .hotspot-wrap #hotspot-lens.hotspot {
    left: 218px;
    top: 139px;
  }
}
@media (min-width: 992px) {
  #section-hotspots .hotspot-wrap #hotspot-viewfinder.hotspot {
    left: 232px;
    top: 225px;
  }
  #section-hotspots .hotspot-wrap #hotspot-design.hotspot {
    left: 361px;
    top: 270px;
  }
  #section-hotspots .hotspot-wrap #hotspot-lens.hotspot {
    left: 314px;
    top: 195px;
  }
}
.image-carousel {
  margin-bottom: 30px;
}
.image-carousel .carousel-inner {
  margin: 0;
  padding: 0;
}
.image-carousel .carousel-control {
  background: transparent;
  border: 0;
  opacity: .8;
  transition: opacity .35s linear;
}
.image-carousel .carousel-control:hover {
  opacity: 1;
}
.image-carousel .carousel-control.right {
  height: 92%;
}
.image-carousel .carousel-control.right .symbol-link {
  top: 54%;
}
.image-carousel .carousel-control.left {
  transform-origin: center center;
  transform: rotate(180deg);
}
.image-carousel .carousel-control .symbol-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 35px;
  height: 65px;
  background: url(/col/UIimages/nikon-z6/assets/img/product-carousel-arrow-white.png) center center / contain no-repeat;
}
@media (max-width: 690px) {
  .image-carousel .carousel-control .symbol-link {
    right: 0;
    width: 100%;
    height: 30px;
  }
}
.image-carousel .item {
  background-size: cover !important;
  height: 350px;
  min-height: 350px;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 30px;
  background-position: center center;
}
@media (min-width: 691px) {
  .image-carousel .item {
    min-height: 640px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.image-carousel .photo-attr {
  z-index: 10;
}
@media (min-width: 691px) {
  .image-carousel {
    margin-bottom: 60px;
  }
}
.image-carousel .image-01 {
  background: url(/col/UIimages/nikon-z6/assets/img/gallery1-sm.jpg) center center / cover no-repeat;
}
.image-carousel .image-02 {
  background: url(/col/UIimages/nikon-z6/assets/img/gallery2-sm.jpg) center center / cover no-repeat;
}
.image-carousel .image-03 {
  background: url(/col/UIimages/nikon-z6/assets/img/gallery3-sm.jpg) center center / cover no-repeat;
}
@media (min-width: 768px) {
  .image-carousel .image-01 {
    background: url(/col/UIimages/nikon-z6/assets/img/gallery1-lg.jpg) center center / cover no-repeat;
  }
  .image-carousel .image-02 {
    background: url(/col/UIimages/nikon-z6/assets/img/gallery2-lg.jpg) center center / cover no-repeat;
  }
  .image-carousel .image-03 {
    background: url(/col/UIimages/nikon-z6/assets/img/gallery3-lg.jpg) center center / cover no-repeat;
  }
}
@media (min-width: 1200px) {
  .image-carousel .image-01 {
    background: url(/col/UIimages/nikon-z6/assets/img/gallery1-xl.jpg) center center / cover no-repeat;
  }
  .image-carousel .image-02 {
    background: url(/col/UIimages/nikon-z6/assets/img/gallery2-xl.jpg) center center / cover no-repeat;
  }
  .image-carousel .image-03 {
    background: url(/col/UIimages/nikon-z6/assets/img/gallery3-xl.jpg) center center / cover no-repeat;
  }
}
.course-row .course-list-wrap {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.course-row .course-list-wrap .course {
  position: relative;
}
.course-row .course-list-wrap .content {
  position: absolute;
  bottom: 0;
  width: 300px;
  box-sizing: border-box;
  padding: 0 15px 40px;
}
.course-row .course-list-wrap .headline {
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 8px;
}
.course-row .course-list-wrap .cta {
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.16666667em;
}
.course-row .course-list-wrap .cta:after {
  content: '▻';
  font-family: SSStandard;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #cbb000;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 5px;
  text-decoration: none;
}
.course-row .course-list-wrap .cta:hover {
  text-decoration: underline;
}
.course-row .course-list-wrap .cta:hover:after {
  text-decoration: none;
}
.course-row .course-list-wrap a:hover .cta:after {
  text-decoration: none;
}
@media (min-width: 691px) {
  .course-row .course-list-wrap .headline {
    font-size: 2em;
  }
}
.course-row .course-list-wrap.has-overflow .course-list {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.course-row .course-list-wrap .course-list .course {
  -ms-flex: 0 0 316px;
  flex: 0 0 calc(40%);
  min-width: 316px;
  max-width: 316px;
  opacity: 1;
}
.course-row .course-list-wrap .course-list .course .content-wrap {
  padding: 0 8px;
}
.course-row .course-list-wrap .course-list .course .content-wrap .link {
  height: 320px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.course-row .course-list-wrap .course-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  padding: 0 0 15px 0;
}
@media (max-width: 690px) {
  .course-row .course-list-wrap .course-list .course {
    -ms-flex: 0 0 180px;
    flex: 0 0 calc(40%);
    min-width: 266px;
    max-width: 266px;
    opacity: 1;
  }
  .course-row .course-list-wrap .course-list .course .content-wrap {
    padding: 0 8px;
  }
  .course-row .course-list-wrap .course-list .course .content-wrap .link {
    height: 250px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .course-row .course-list-wrap .course-list .course .content-wrap .content {
    width: 250px;
  }
}
.course-row .course-list-wrap .course-list .course .content-wrap a {
  color: #404040;
  display: inline-block;
  text-decoration: none;
}
.course-row .course-list-wrap .course-list .course .content-wrap a .img-wrap img {
  width: 100%;
}
.course-row .course-list-wrap .course-list .course .content-wrap a .img-wrap .new {
  background: #ffdd00;
  color: #000;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding: 6px 8px;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
}
.course-row .course-list-wrap .course-list .course .content-wrap a .content {
  white-space: normal;
}
.course-row .course-list-wrap .arrow {
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  height: 125px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background 250ms ease-out, opacity 250ms ease-out;
  transition: background 250ms ease-out, opacity 250ms ease-out;
  width: 60px;
  z-index: 1;
}
.course-row .course-list-wrap.has-overflow.has-overflow-left .arrow.prev {
  opacity: 1;
}
.course-row .course-list-wrap.has-overflow.has-overflow-right .arrow.next {
  opacity: 1;
}
html.no-touch .course-row .course-list-wrap .arrow:hover,
html.no-touch .course-row .course-list-wrap .arrow:focus {
  background: rgba(0, 0, 0, 0.35);
}
html.touch .course-row .course-list-wrap .arrow:active {
  background: rgba(0, 0, 0, 0.35);
}
.course-row .course-list-wrap .arrow.prev {
  left: 15px;
}
.course-row .course-list-wrap .arrow.next {
  right: 15px;
}
.course-row .course-list-wrap .arrow img {
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 690px) {
  .course-row .course-list-wrap .arrow {
    display: none;
  }
}
@media (min-width: 691px) {
  .course-row .course-list-wrap .course-list .course {
    -ms-flex: 0 0 316px;
    flex: 0 0 316px;
    min-width: 316px;
    width: 316px;
  }
  .course-row .course-list-wrap.has-overflow .course-list .course:first-child {
    margin-left: 15px;
  }
  .course-row .course-list-wrap.has-overflow .course-list .course:last-child .content-wrap a {
    margin-right: 30px;
  }
  .course-row .course-list-wrap .course-list .course .content-wrap a .img-wrap {
    width: 260px;
  }
  .course-row .course-list-wrap .course-list .course .content-wrap a .img-wrap .new {
    font-size: 1.167em;
    /* 14px */
    padding: 8px 10px;
  }
}
@media (min-width: 1200px) {
  .course-row .course-list-wrap.has-overflow .course-list .course:first-child {
    margin-left: 105px;
  }
  .course-row .course-list-wrap.has-overflow .course-list .course:last-child .content-wrap a {
    margin-right: 120px;
  }
}
#features-double-01 .copy-wrap {
  padding: 0 28px;
}
#features-double-01 .copy-wrap .copy {
  max-width: 430px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#full-width-img-01 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/climber-sm.jpg) no-repeat center center #404040;
}
@media (min-width: 768px) {
  #full-width-img-01 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/climber-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-01 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/climber-xl.jpg) no-repeat center center #404040;
  }
}
#full-width-img-02 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/focus-row-sm.jpg) no-repeat center center #404040;
}
@media (min-width: 768px) {
  #full-width-img-02 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/focus-row-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-02 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/focus-row-xl.jpg) no-repeat center center #404040;
  }
}
#full-width-img-03 {
  margin-top: 60px;
}
#full-width-img-03 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/viewfinder-row-sm.jpg) no-repeat center center / contain #fff !important;
}
@media (min-width: 768px) {
  #full-width-img-03 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/viewfinder-row-lg.jpg) no-repeat center center / contain #fff !important;
  }
}
@media (min-width: 1200px) {
  #full-width-img-03 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/viewfinder-row-xl.jpg) no-repeat center center / contain #fff !important;
  }
}
@media (min-width: 768px) {
  #full-width-img-03 {
    margin-top: 120px;
  }
}
#full-width-img-04 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/full-width-product-top-sm.jpg) no-repeat center center #404040;
}
@media (min-width: 768px) {
  #full-width-img-04 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/full-width-product-top-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-04 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/full-width-product-top-xl.jpg) no-repeat center center #404040;
  }
}
#full-width-img-05 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/trees-sm.jpg) no-repeat center center #404040;
}
@media (min-width: 768px) {
  #full-width-img-05 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/trees-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-05 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/trees-xl.jpg) no-repeat center center #404040;
  }
}
#full-width-img-06 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/cityscape-sm.jpg) no-repeat center center #404040;
}
@media (min-width: 768px) {
  #full-width-img-06 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/cityscape-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-06 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/cityscape-xl.jpg) no-repeat center center #404040;
  }
}
#full-width-img-headline-01 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/full-width-product-side-sm.jpg) no-repeat center center #404040;
}
@media (min-width: 768px) {
  #full-width-img-headline-01 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/full-width-product-side-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-headline-01 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/full-width-product-side-xl.jpg) no-repeat center center #404040;
  }
}
#full-width-img-text-left-01 .replicant-wrap {
  background: #000;
}
@media (min-width: 768px) {
  #full-width-img-text-left-01 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/adaptor-row-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-text-left-01 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/adaptor-row-xl.jpg) no-repeat center center #404040;
  }
}
#full-width-img-text-left-02 .replicant-wrap {
  background: url(/col/UIimages/nikon-z6/assets/img/night-trees-sm.jpg) no-repeat center center #404040;
}
@media (min-width: 768px) {
  #full-width-img-text-left-02 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/night-trees-lg.jpg) no-repeat center center #404040;
  }
}
@media (min-width: 1200px) {
  #full-width-img-text-left-02 .replicant-wrap {
    background: url(/col/UIimages/nikon-z6/assets/img/night-trees-xl.jpg) no-repeat center center #404040;
  }
}
#features-triple-circles-01.replicant-row.features .features-item .img-wrap,
#features-triple-circles-02.replicant-row.features .features-item .img-wrap {
  max-width: 220px;
  margin: 0 auto 38px;
  display: block;
}
#full-width-vid-01 {
  margin-bottom: 40px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  #full-width-vid-01 {
    margin-bottom: 100px;
  }
}
#designed-for-performance-02 .panel-carousel .content-wrap .content#performance-carousel-content {
  max-width: 350px;
}
#designed-for-performance-02 .panel-carousel .content-wrap {
  background: #f2f2f2;
  padding: 0 15px;
}
#features-single-04 .img-wrap {
  margin-bottom: 70px;
  position: relative;
  max-width: 738px;
  padding-top: 60px;
  padding-left: 25%;
}
#features-single-04 .max-750 {
  max-width: 805px;
}
#features-single-04 .speedlight {
  position: absolute;
  left: 0%;
  top: 39px;
  height: 92%;
  width: auto;
}
@media (min-width: 768px) {
  #features-single-04 .img-wrap {
    max-width: 800px;
    padding-left: 220px;
    margin-bottom: 120px;
  }
  #features-single-04 .speedlight {
    position: absolute;
    left: 0;
    top: 0;
    height: 109%;
    width: auto;
  }
}
#img-50-50-01.replicant-row .features-item {
  background: url(/col/UIimages/nikon-z6/assets/img/ring.jpg) no-repeat center center #404040;
}
#img-50-50-01.replicant-row .features-item + .features-item {
  background: url(/col/UIimages/nikon-z6/assets/img/memory.jpg) no-repeat center center #404040;
}
#features-double-03 {
  margin-bottom: 0;
}
#features-double-03 .carousel {
  padding: 0;
  height: auto;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots {
  text-align: center;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li {
  width: 50px;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li + li {
  margin-left: 32px;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(1):after {
  content: 'Front';
  top: 10px;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li:nth-of-type(2):after {
  content: 'Back';
  top: 10px;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li:before {
  height: 5px;
  top: auto;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: width 0.35s ease-out, background 0.35s ease-out;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li.slick-active:before,
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li:hover:before {
  width: 100%;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots li.slick-active:before {
  background: #ffdd00;
}
#features-double-03 .carousel-dashed .carousel-dots-dashed .slick-dots button:after {
  content: none;
}
#features-double-03 .carousel-dashed .slick-slide img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  position: relative;
  max-width: 525px;
  margin: 0 auto;
  display: block;
}
#features-double-03 .carousel-left {
  margin-top: -25px;
}
#features-double-03 .carousel-left .logo {
  max-width: 65px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
#features-double-03 .carousel-right {
  margin-top: -25px;
}
#features-double-03 .carousel-right .logo {
  max-width: 112px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 500px) {
  #features-double-03 .carousel-left,
  #features-double-03 .carousel-right {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  #features-double-03 .carousel-dashed .carousel-dots-dashed {
    margin-bottom: 35px;
  }
  #features-double-03 .logo {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .carousel-dashed .carousel-dots-dashed .slick-dots li {
    width: 90px;
  }
}
@media (min-width: 1260px) {
  .carousel-dashed .carousel-dots-dashed .slick-dots li {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .carousel-dashed .slick-slide img {
    width: 100%;
  }
}
/* Panel Carousel */
#designed-for-performance-02.replicant-row.panel-carousel .content-wrap {
  background: #f2f2f2;
  padding: 25px 15px;
}
#designed-for-performance-02.replicant-row.panel-carousel .content-wrap .content {
  height: 100%;
  margin: 0 auto;
  max-width: 350px;
}
#designed-for-performance-02.replicant-row.panel-carousel .content-wrap .content .logo {
  height: 45px;
  margin-bottom: 20px;
  width: auto;
}
#designed-for-performance-02.replicant-row.panel-carousel .slick-dots {
  margin-top: 0px;
  position: relative;
  left: 15px;
}
#designed-for-performance-02.replicant-row.panel-carousel .slick-dots li {
  margin-bottom: 10px;
  margin-right: 10px;
}
#designed-for-performance-02.replicant-row.panel-carousel .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list {
  margin-bottom: 0;
  padding: 0;
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-list {
  padding: 0 15% 0 0 !important;
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-slide {
  height: auto;
  overflow: hidden;
  position: relative;
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-slide img {
  left: auto;
  min-height: 0;
  min-width: 0;
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  height: auto;
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-slide span {
  color: #fff;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-slide.slick-current + .slick-slide:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-arrow {
    display: none !important;
  }
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-arrow.slick-prev {
  left: 30px;
}
#designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-arrow.slick-next {
  right: 30px;
}
@media (max-width: 991px) {
  #designed-for-performance-02.replicant-row.panel-carousel {
    margin-bottom: 100px;
  }
  #designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-slide img {
    width: 100%;
  }
}
@media (max-width: 1147px) {
  #designed-for-performance-02.replicant-row.panel-carousel .col-xs-12 {
    width: 100% !important;
    left: 0 !important;
  }
}
@media (min-width: 1148px) {
  #designed-for-performance-02.replicant-row.panel-carousel .content-wrap {
    height: 35.480769vw;
    margin-bottom: 0;
  }
  #designed-for-performance-02.replicant-row.panel-carousel .content-wrap .content .logo {
    height: 90px;
    margin-bottom: 40px;
  }
  #designed-for-performance-02.replicant-row.panel-carousel .content-wrap .content .content .panel-carousel-dots .slick-dots {
    margin-top: 60px;
  }
  #designed-for-performance-02.replicant-row.panel-carousel .panel-carousel-list .slick-slide {
    height: auto;
  }
  #designed-for-performance-02.replicant-row.panel-carousel .slick-dots {
    bottom: 75px;
    left: 15px;
  }
  #designed-for-performance-02.replicant-row.panel-carousel .slick-dots li {
    margin-right: 17px;
  }
  #designed-for-performance-02.replicant-row.panel-carousel .slick-dots li button {
    height: 20px;
    width: 20px;
    border-radius: 50%;
  }
}
.si-global .replicant-row.features.features-50-50 .features-item .display-table {
  max-width: 455px;
}
.hero-01 {
  overflow: hidden;
  background: #000;
}
.hero-01 > .row {
  background: url(/col/UIimages/nikon-z6/assets/img/hero-sm.jpg) #000 center bottom / cover no-repeat;
  padding: 36px 0 60vw;
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.hero-01 .copy-container .img {
  width: 30%;
  max-width: 166px;
  height: auto;
  margin: 0 auto 5px;
}
@media (min-width: 768px) {
  .hero-01 > .row {
    background: url(/col/UIimages/nikon-z6/assets/img/hero-lg.jpg) #000 center center / cover no-repeat;
    padding: 36px 0 470px;
    height: 640px;
  }
}
@media (min-width: 1200px) {
  .hero-01 > .row {
    background: url(/col/UIimages/nikon-z6/assets/img/hero-xl.jpg) #000 center center / cover no-repeat;
    padding: 36px 0 470px;
  }
  .hero-01 > .row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: block;
    opacity: 0;
    transition: opacity 0.45s ease-out;
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  }
  .hero-01 > .row:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: block;
    opacity: 0;
    transition: opacity 0.45s ease-out;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  }
}
@media (min-width: 1400px) {
  .hero-01 > .row {
    background: url(/col/UIimages/nikon-z6/assets/img/hero-xl.jpg) #000 center center / cover no-repeat;
    padding: 36px 0 470px;
  }
  .hero-01 > .row:after,
  .hero-01 > .row:before {
    opacity: 1;
  }
}
#live-stream {
  background: #000;
}
#live-stream > .max-1400 {
  background: url(/col/UIimages/nikon-z6/assets/img/bckgrd-sm.jpg) #000 center center / cover no-repeat;
  width: 100%;
  max-width: 1400px;
  position: relative;
}
#live-stream > .max-1400 .live-stream-wrap {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #live-stream > .max-1400 {
    background: url(/col/UIimages/nikon-z6/assets/img/bckgrd-lg.jpg) #000 center center / cover no-repeat;
  }
}
@media (min-width: 1200px) {
  #live-stream > .max-1400 {
    background: url(/col/UIimages/nikon-z6/assets/img/bckgrd-lg.jpg) #000 center center / cover no-repeat;
  }
  #live-stream > .max-1400:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: block;
    opacity: 0;
    transition: opacity 0.45s ease-out;
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  }
  #live-stream > .max-1400:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: block;
    opacity: 0;
    transition: opacity 0.45s ease-out;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  }
}
@media (min-width: 1400px) {
  #live-stream > .max-1400 {
    background: url(/col/UIimages/nikon-z6/assets/img/bckgrd-xl.jpg) #000 center center / cover no-repeat;
  }
  #live-stream > .max-1400:after,
  #live-stream > .max-1400:before {
    opacity: 1;
  }
}
.copy-title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  /* 12px */
}
#overachievers {
  padding-top: 40px;
}
#overachievers .heading-wrap .copy {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#overachievers .intro-copy .copy {
  max-width: 250px;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  #overachievers {
    padding-top: 60px;
  }
}
#overachievers .table tr:last-child th,
#overachievers .table tr:last-child td {
  padding-bottom: 20px;
}
#full-width-img-headline-03 {
  background: url(/col/UIimages/nikon-z6/assets/img/handling-sm.jpg) #000 center center / cover no-repeat;
}
@media (min-width: 768px) {
  #full-width-img-headline-03 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/handling-lg.jpg);
  }
}
@media (min-width: 1200px) {
  #full-width-img-headline-03 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/handling-xl.jpg);
  }
}
#full-width-img-headline-02 {
  background: url(/col/UIimages/nikon-z6/assets/img/communication-sm.jpg) #000 center center / cover no-repeat;
}
@media (min-width: 768px) {
  #full-width-img-headline-02 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/communication-lg.jpg);
  }
}
@media (min-width: 1200px) {
  #full-width-img-headline-02 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/communication-xl.jpg);
  }
}
#full-width-img-07 {
  background: url(/col/UIimages/nikon-z6/assets/img/mountains-sm.jpg) #000 center center / cover no-repeat;
}
@media (min-width: 768px) {
  #full-width-img-07 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/mountains-lg.jpg);
  }
}
@media (min-width: 1200px) {
  #full-width-img-07 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/mountains-xl.jpg);
  }
}
#full-width-img-text-left-03 {
  background: url(/col/UIimages/nikon-z6/assets/img/accessories-sm.jpg) #000 top center / cover no-repeat;
}
#full-width-img-text-left-03 .replicant-wrap:before {
  content: none;
}
@media (min-width: 768px) {
  #full-width-img-text-left-03 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/accessories-lg.jpg);
  }
}
@media (min-width: 1200px) {
  #full-width-img-text-left-03 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/accessories-xl.jpg);
  }
}
#full-width-img-08 {
  background: url(/col/UIimages/nikon-z6/assets/img/sunrise-sm.jpg) #000 center center / cover no-repeat;
}
@media (min-width: 768px) {
  #full-width-img-08 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/sunrise-lg.jpg);
  }
}
@media (min-width: 1200px) {
  #full-width-img-08 {
    background-image: url(/col/UIimages/nikon-z6/assets/img/sunrise-xl.jpg);
  }
}
#img-text-right-01 .copy,
#img-text-left-01 .copy,
#img-text-right-02 .copy,
#img-text-right-03 .copy,
#img-text-left-02 .copy {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 450px;
}
.max-900 {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max-800 {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max-600 {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max-400 {
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-wrap #a-multimedia-powerhouse .hero-wrap .content {
  max-width: 500px;
}
#live-stream-ended {
  background: #000 !important;
}
@media (max-width: 450px) {
  .page-wrap .carousel-dashed .carousel-dots-dashed .slick-dots li {
    width: 60px;
  }
}
