@font-face {
  font-family: 'SST-Heavy';
  src: url("fonts/SST-Heavy.woff") format("woff"), url("fonts/SST-Heavy.otf") format("open-type"), url("fonts/SST-Heavy.eot") format("embedded-opentype"); }
/* colours */
/* Vars */
/* Min. responsive heights */
/* colours */
/* mixins */
* {
  box-sizing: border-box; }

html,
body {
  font-family: 'SST', Arial, sans-serif;
  position: relative; }

main {
  overflow: hidden; }

.m-section {
  padding: 3em 0; }
  .m-section h1 {
    font-size: 2.25em; }
  .m-section h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
    text-align: center; }
    @media (min-width: 768px) {
      .m-section h2 {
        font-size: 3em; } }
  .m-section h3 {
    line-height: 1.25em; }

a {
  text-decoration: none; }
  a:focus {
    outline: 3px solid #005fcc; }

.button {
  display: inline-block;
  padding: 1em 1.5em;
  background-color: #dc3a1a;
  color: #fff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  min-width: 150px;
  font-family: 'SST', Arial, sans-serif;
  margin-top: 1em;
  border-radius: 2px;
  font-weight: bold; }

ul.notes {
  list-style: none;
  padding-left: 0;
  font-size: 0.85em; }
  ul.notes li {
    padding: 0; }

.note {
  font-size: 0.85em; }

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.container {
  width: 92.76316%;
  max-width: 1190px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative; }

.container img {
  max-width: 100%; }

video {
  display: block; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.icon-button-play {
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.3s ease;
  margin: 0 auto; }
  .icon-button-play:hover {
    opacity: 1;
    transition: all 0.3s ease; }

/* common layout styles */
.container {
  width: 92.76316%;
  max-width: 1190px;
  margin: 0 auto;
  display: block;
  overflow: hidden; }

.m-col-wrapper {
  position: relative;
  overflow: hidden; }

.m-col {
  float: left; }

.m-col5 {
  width: 20%;
  float: left; }
  @media (max-width: 767px) {
    .m-col5 {
      width: 100%;
      clear: both;
      margin: 0 auto;
      float: none; }
      .m-col5 img {
        width: 100%; } }

.m-col4 {
  width: 25%;
  float: left; }
  @media (max-width: 767px) {
    .m-col4 {
      width: 100%;
      clear: both;
      margin: 0 auto;
      float: none; } }

.m-col4.span3 {
  width: 75%;
  float: left; }
  @media (max-width: 767px) and (orientation: portrait) {
    .m-col4.span3 {
      width: 100%; } }
  @media (max-width: 576px) and (orientation: portrait) {
    .m-col4.span3 {
      width: 100%; } }

.m-col3 {
  width: 33.33%;
  float: left; }
  @media (max-width: 767px) and (orientation: portrait) {
    .m-col3 {
      width: 100%; } }
  @media (max-width: 576px) and (orientation: portrait) {
    .m-col3 {
      width: 100%; } }

.m-col3.span2 {
  width: 66.66%;
  float: left; }
  @media (max-width: 767px) and (orientation: portrait) {
    .m-col3.span2 {
      width: 100%; } }
  @media (max-width: 576px) and (orientation: portrait) {
    .m-col3.span2 {
      width: 100%; } }

.m-col2 {
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .m-col2 {
      width: 100%; } }

.m-col1 {
  width: 100%; }

/* MODULES */
/* Hero Banner */
.hero-banner {
  position: relative;
  padding: 0;
  height: 60vh;
  min-height: 400px;
  background-color: #000; }
  .hero-banner .banner-container {
    height: 100%;
    position: relative; }
    .hero-banner .banner-container .caption {
      text-align: center; }
  @media (min-width: 768px) {
    .hero-banner {
      min-height: 500px; } }
  @media (min-width: 992px) {
    .hero-banner {
      min-height: 600px; } }

/* Text Intro */
.text-only {
  position: relative;
  padding: 3em 0;
  text-align: center; }
  .text-only h2 {
    margin: 0 0 0.25em 0; }
  .text-only p {
    font-size: 1em; }
  .text-only p:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .text-only {
      padding: 5em 0; }
      .text-only p {
        font-size: 1.25em; } }

/* Full width video */
.full-video {
  padding: 0 !important; }
  .full-video .video-heading {
    font-size: 1.5em; }
  @media (min-width: 768px) {
    .full-video {
      font-size: 1.5em; } }

.feature-highlights .section-heading {
  padding-bottom: 3em; }
  .feature-highlights .section-heading h2 {
    margin: 0; }
.feature-highlights .feature-content .feature-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  margin-top: 0; }
  .feature-highlights .feature-content .feature-wrapper .feature-container {
    width: 92.76316%;
    max-width: 1190px;
    margin: 0 auto;
    display: block; }
  .feature-highlights .feature-content .feature-wrapper .feature-copy {
    width: 100%;
    text-align: left;
    padding: 0 0 3em 0; }
    .feature-highlights .feature-content .feature-wrapper .feature-copy h3 {
      margin: 1em 0; }
  .feature-highlights .feature-content .feature-wrapper .feature-image {
    position: relative;
    min-height: 600px;
    width: 100%; }
  @media (min-width: 992px) {
    .feature-highlights .feature-content .feature-wrapper {
      margin-top: 3em; }
      .feature-highlights .feature-content .feature-wrapper:first-child {
        margin-top: 0; }
      .feature-highlights .feature-content .feature-wrapper .feature-copy {
        width: 47.5%;
        text-align: left;
        padding: 0 5em 0 0; }
      .feature-highlights .feature-content .feature-wrapper .feature-image {
        position: absolute;
        right: 0;
        top: 0;
        min-height: 600px;
        width: 52.5%; }
      .feature-highlights .feature-content .feature-wrapper:nth-child(even) .feature-copy {
        width: 47.5%;
        text-align: left;
        float: right;
        padding: 0 0 0 5em; }
      .feature-highlights .feature-content .feature-wrapper:nth-child(even) .feature-image {
        position: absolute;
        left: 0;
        top: 0;
        min-height: 600px;
        width: 52.5%; } }

.feature-highlights-standard-columns .feature-wrapper {
  padding: 3em 0; }
.feature-highlights-standard-columns .feature-image img {
  width: 100%; }
.feature-highlights-standard-columns .feature-copy h3 {
  font-size: 1.5em;
  margin: 1em 0; }
@media (min-width: 768px) {
  .feature-highlights-standard-columns .feature-wrapper {
    display: flex;
    align-items: center; }
    .feature-highlights-standard-columns .feature-wrapper:nth-child(odd) {
      display: flex;
      flex-direction: row-reverse; }
  .feature-highlights-standard-columns .feature-copy .inner {
    padding: 0 2em; } }

/* side by side comparison */
.side-comparison {
  padding: 3em 0; }
  .side-comparison .heading {
    margin-bottom: 2em; }
    .side-comparison .heading h2 {
      text-align: left;
      margin-bottom: 0; }
  .side-comparison .m-col-wrapper {
    position: relative; }
  .side-comparison .m-col img {
    width: 100%; }
  .side-comparison .m-col .inner {
    padding: 2em;
    background: #191919; }
    .side-comparison .m-col .inner table {
      margin-bottom: 1.5em;
      text-align: left;
      width: 100%; }
      .side-comparison .m-col .inner table tr {
        border-bottom: 0; }
      .side-comparison .m-col .inner table th {
        font-size: 1.25em;
        color: #fff;
        padding: 0.5em;
        font-weight: bold; }
      .side-comparison .m-col .inner table td {
        color: #83838f;
        padding: 0.5em;
        font-weight: bold; }
      .side-comparison .m-col .inner table td:first-child {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        width: 25%; }
      .side-comparison .m-col .inner table td:nth-child(2) {
        width: 75%; }
  @media (min-width: 768px) {
    .side-comparison .m-col-wrapper {
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
    .side-comparison .m-col {
      width: 48%; } }
  @media (min-width: 992px) {
    .side-comparison .heading {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      .side-comparison .heading h2 {
        display: inline-block; }
      .side-comparison .heading p {
        display: inline-block;
        max-width: 50%;
        margin: 0; } }

/* product video with title */
.inline-video-w-title h2 {
  text-align: left; }
.inline-video-w-title .video-caption {
  overflow: hidden;
  display: block;
  clear: both;
  padding-top: 1.5em; }
  .inline-video-w-title .video-caption h3 {
    margin-top: 0;
    margin-bottom: 0.5em; }

/* Accessories with Toggles */
.productWithToggles {
  background: #191919;
  color: #fff; }
  .productWithToggles .m-col-wrapper {
    padding: 2em 0; }
  .productWithToggles .m-col .inner {
    padding: 0; }
  .productWithToggles h2 {
    text-align: left;
    color: #fff; }
  .productWithToggles h3 {
    font-size: 1.5em;
    margin-top: 0;
    color: #fff; }
  .productWithToggles p {
    color: #83838f;
    margin: 1em 0; }
  .productWithToggles ul.item-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0; }
    .productWithToggles ul.item-list > li {
      border-bottom: solid 1px #ccc; }
  .productWithToggles a.heading-expand {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25em;
    padding: 1em 0;
    position: relative;
    text-decoration: none; }
    .productWithToggles a.heading-expand .thumb {
      width: 100px;
      margin-right: 1em; }
    .productWithToggles a.heading-expand span {
      display: inline-block;
      max-width: 50%;
      line-height: 1.25em; }
    .productWithToggles a.heading-expand.show .thumb {
      display: none; }
    .productWithToggles a.heading-expand .expand-icon {
      display: inline-block;
      position: absolute;
      right: 12px;
      width: 32px;
      height: auto; }
      .productWithToggles a.heading-expand .expand-icon .icon-wrap {
        position: relative; }
      .productWithToggles a.heading-expand .expand-icon .icon-wrap .horizontal {
        position: absolute;
        background-color: #fff;
        width: 30px;
        height: 5px;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -2.5px; }
      .productWithToggles a.heading-expand .expand-icon .icon-wrap .vertical {
        position: absolute;
        background-color: #fff;
        width: 5px;
        height: 30px;
        left: 50%;
        margin-left: -2.5px;
        top: 50%;
        margin-top: -15px; }
      .productWithToggles a.heading-expand .expand-icon .vertical {
        transition: all 0.3s ease-in-out;
        transform: rotate(-90deg); }
      .productWithToggles a.heading-expand .expand-icon .horizontal {
        transition: all 0.3s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1; }
      .productWithToggles a.heading-expand .expand-icon.opened {
        opacity: 1; }
        .productWithToggles a.heading-expand .expand-icon.opened .vertical {
          transition: all 0.3s ease-in-out;
          transform: rotate(90deg); }
        .productWithToggles a.heading-expand .expand-icon.opened .horizontal {
          transition: all 0.3s ease-in-out;
          transform: rotate(90deg);
          opacity: 0; }
    .productWithToggles a.heading-expand:focus {
      outline: dotted 1px #fff; }
    @media (min-width: 992px) {
      .productWithToggles a.heading-expand {
        font-size: 1.5em; } }
  .productWithToggles .item-details {
    padding-bottom: 1em;
    display: none; }
    .productWithToggles .item-details a.learn-more {
      font-family: 'SST-Heavy', Arial, sans-serif;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.85em;
      padding: 1em 0; }
    .productWithToggles .item-details ul {
      margin: 1em 0;
      list-style: disc; }
      .productWithToggles .item-details ul li {
        padding: 0.5em 0; }
    .productWithToggles .item-details.show {
      display: block; }
  .productWithToggles.slick-feature-module .slick .slide {
    opacity: 0 !important; }
    .productWithToggles.slick-feature-module .slick .slide.slick-active {
      opacity: 1 !important; }
  .productWithToggles .slider-col {
    padding: 1em; }
  .productWithToggles .slider-container {
    overflow: hidden;
    position: relative;
    padding: 0; }
  .productWithToggles .slick-button-container {
    height: 50px;
    position: relative;
    display: block; }
    .productWithToggles .slick-button-container .slick-dots {
      bottom: 0; }
      .productWithToggles .slick-button-container .slick-dots li button:before {
        color: #fff; }
  .productWithToggles.slick-feature-module {
    position: relative; }
    .productWithToggles.slick-feature-module .slick .slide .slide-inner {
      padding-right: 0; }
    .productWithToggles.slick-feature-module .slick-dotted.slick-slider {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .productWithToggles .m-col .inner {
      padding: 0 1em; } }

/* Accessories with Toggles */
.accessoriesWithToggles {
  background: #191919;
  color: #fff; }
  .accessoriesWithToggles .m-col-wrapper {
    padding: 2em 0; }
  .accessoriesWithToggles .m-col .inner {
    padding: 0; }
  .accessoriesWithToggles h2 {
    text-align: left;
    color: #fff; }
  .accessoriesWithToggles h3 {
    font-size: 1.5em;
    margin-top: 0;
    color: #fff; }
  .accessoriesWithToggles p {
    color: #83838f;
    margin: 1em 0; }
  .accessoriesWithToggles ul.item-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0; }
    .accessoriesWithToggles ul.item-list > li {
      border-bottom: solid 1px #ccc; }
  .accessoriesWithToggles a.heading-expand {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25em;
    padding: 1em 0;
    position: relative;
    text-decoration: none; }
    .accessoriesWithToggles a.heading-expand .thumb {
      width: 100px;
      margin-right: 1em; }
    .accessoriesWithToggles a.heading-expand span {
      display: inline-block;
      max-width: 50%;
      line-height: 1.25em; }
    .accessoriesWithToggles a.heading-expand.show .thumb {
      display: none; }
    .accessoriesWithToggles a.heading-expand .expand-icon {
      display: inline-block;
      position: absolute;
      right: 12px;
      width: 32px;
      height: auto; }
      .accessoriesWithToggles a.heading-expand .expand-icon .icon-wrap {
        position: relative; }
      .accessoriesWithToggles a.heading-expand .expand-icon .icon-wrap .horizontal {
        position: absolute;
        background-color: #fff;
        width: 30px;
        height: 5px;
        left: 50%;
        margin-left: -15px;
        top: 50%;
        margin-top: -2.5px; }
      .accessoriesWithToggles a.heading-expand .expand-icon .icon-wrap .vertical {
        position: absolute;
        background-color: #fff;
        width: 5px;
        height: 30px;
        left: 50%;
        margin-left: -2.5px;
        top: 50%;
        margin-top: -15px; }
      .accessoriesWithToggles a.heading-expand .expand-icon .vertical {
        transition: all 0.3s ease-in-out;
        transform: rotate(-90deg); }
      .accessoriesWithToggles a.heading-expand .expand-icon .horizontal {
        transition: all 0.3s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1; }
      .accessoriesWithToggles a.heading-expand .expand-icon.opened {
        opacity: 1; }
        .accessoriesWithToggles a.heading-expand .expand-icon.opened .vertical {
          transition: all 0.3s ease-in-out;
          transform: rotate(90deg); }
        .accessoriesWithToggles a.heading-expand .expand-icon.opened .horizontal {
          transition: all 0.3s ease-in-out;
          transform: rotate(90deg);
          opacity: 0; }
    .accessoriesWithToggles a.heading-expand:focus {
      outline: dotted 1px #fff; }
    @media (min-width: 992px) {
      .accessoriesWithToggles a.heading-expand {
        font-size: 1.5em; } }
  .accessoriesWithToggles .item-details {
    padding-bottom: 1em;
    display: none; }
    .accessoriesWithToggles .item-details a.learn-more {
      font-family: 'SST-Heavy', Arial, sans-serif;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.85em;
      padding: 1em 0; }
    .accessoriesWithToggles .item-details ul {
      margin: 1em 0;
      list-style: disc; }
      .accessoriesWithToggles .item-details ul li {
        padding: 0.5em 0; }
    .accessoriesWithToggles .item-details.show {
      display: block; }
  @media (min-width: 768px) {
    .accessoriesWithToggles .m-col .inner {
      padding: 0 1em; } }

/* Accessories without Toggles */
.accessoriesWithoutToggles {
  background: #191919;
  color: #fff;
  /* responsive table styles */
    /* Table column sizing
================================== */ }
  .accessoriesWithoutToggles .col-wrapper {
    padding: 2em 0; }
  .accessoriesWithoutToggles .col .inner {
    padding: 0; }
  .accessoriesWithoutToggles h2 {
    text-align: left; }
  .accessoriesWithoutToggles h3 {
    font-size: 1.5em;
    margin-top: 0; }
  .accessoriesWithoutToggles p {
    color: #83838f; }
  .accessoriesWithoutToggles ul.item-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .accessoriesWithoutToggles ul.item-list > li {
      padding: 0.5em 0;
      width: 50%;
      float: left; }
  .accessoriesWithoutToggles .acc-table {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center; }
  .accessoriesWithoutToggles .acc-table-cell {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none; }
  .accessoriesWithoutToggles .acc-table-cell--head {
    padding: 1.5em; }
    .accessoriesWithoutToggles .acc-table-cell--head h3 {
      font-weight: bold;
      font-family: 'SST', Arial, sans-serif; }
  .accessoriesWithoutToggles .acc-table--2cols > .acc-table-cell {
    width: 50%; }
  .accessoriesWithoutToggles .acc-table--3cols > .acc-table-cell {
    width: 33.33%; }
  .accessoriesWithoutToggles .acc-table--4cols > .acc-table-cell {
    width: 25%; }
  @media all and (max-width: 500px) and (orientation: portrait) {
    .accessoriesWithoutToggles .acc-table--collapse {
      display: block; }
      .accessoriesWithoutToggles .acc-table--collapse img {
        max-width: 100%; }
      .accessoriesWithoutToggles .acc-table--collapse > .acc-table-cell {
        width: 100% !important; }
      .accessoriesWithoutToggles .acc-table--collapse > .acc-table-cell--foot {
        margin-bottom: 0; } }
  @media all and (max-height: 600px) and (orientation: landscape) {
    .accessoriesWithoutToggles .acc-table--collapse {
      display: block; }
      .accessoriesWithoutToggles .acc-table--collapse img {
        max-width: 50%; }
      .accessoriesWithoutToggles .acc-table--collapse > .acc-table-cell {
        width: 100% !important; }
      .accessoriesWithoutToggles .acc-table--collapse > .acc-table-cell--foot {
        margin-bottom: 0; } }
  .accessoriesWithoutToggles .no-flexbox .acc-table {
    display: block; }
    .accessoriesWithoutToggles .no-flexbox .acc-table > .acc-table-cell {
      width: 100%; }
    .accessoriesWithoutToggles .no-flexbox .acc-table > .acc-table-cell--foot {
      margin-bottom: 1em; }
  @media (min-width: 500px) {
    .accessoriesWithoutToggles ul.item-list {
      display: block; }
      .accessoriesWithoutToggles ul.item-list li {
        width: 100%; } }

.product-gallery {
  background-color: #191919;
  color: #fff; }
  .product-gallery h2 {
    text-align: left;
    color: #fff; }

.product-retailers {
  padding: 3em 0 5em 0;
  background-color: #42433E; }
  .product-retailers h2 {
    text-align: left;
    margin-top: 0; }
  .product-retailers .product-logo {
    max-width: 150px;
    padding: 1em 0 2em 0; }
  .product-retailers .dots-and-buttons {
    text-align: center; }
    .product-retailers .dots-and-buttons .shop-buttons {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: inline-block; }
      .product-retailers .dots-and-buttons .shop-buttons li {
        display: inline-block;
        margin-right: 10px; }
        .product-retailers .dots-and-buttons .shop-buttons li:last-child {
          margin-right: 0; }
  @media (min-width: 768px) {
    .product-retailers .product-logo {
      max-width: 200px;
      padding: 2em 0; }
    .product-retailers .dots-and-buttons {
      display: flex;
      flex-direction: row-reverse;
      text-align: left; }
      .product-retailers .dots-and-buttons .slick-button-container {
        text-align: right; }
      .product-retailers .dots-and-buttons .slick-dots {
        display: inline-block;
        width: auto; } }

/* 2 col version, slider on right */
.product-retailers-b {
  padding: 3em 0 5em 0;
  color: #fff;
  background-color: #42433E; }
  .product-retailers-b h2 {
    text-align: left;
    margin-top: 0; }
  .product-retailers-b h3 {
    font-size: 2em; }
  .product-retailers-b p {
    color: #fff; }
  .product-retailers-b ul li {
    padding: 0.5em 0; }
  .product-retailers-b .product-logo {
    max-width: 150px;
    padding: 1em 0 2em 0; }
  .product-retailers-b.slick-feature-module .slick .slide {
    opacity: 0 !important; }
    .product-retailers-b.slick-feature-module .slick .slide.slick-active {
      opacity: 1 !important; }
  .product-retailers-b .slider-col {
    padding: 1em; }
  .product-retailers-b .slider-container {
    overflow: hidden;
    position: relative;
    padding: 0; }
  .product-retailers-b .slick-button-container {
    height: 50px;
    position: relative;
    display: block; }
    .product-retailers-b .slick-button-container .slick-dots {
      bottom: 0; }
      .product-retailers-b .slick-button-container .slick-dots li button:before {
        color: #fff; }
  .product-retailers-b.slick-feature-module .slick .slide .slide-inner {
    padding-right: 0; }
  .product-retailers-b.slick-feature-module .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .product-retailers-b .shop-buttons {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block;
    text-align: center; }
    .product-retailers-b .shop-buttons li {
      display: inline-block;
      margin-right: 10px; }
  @media (min-width: 500px) {
    .product-retailers-b .shop-buttons {
      display: inline-block; } }
  @media (min-width: 768px) {
    .product-retailers-b .m-col-wrapper {
      display: flex;
      flex-direction: row-reverse; }
    .product-retailers-b .m-col2 {
      width: 50%;
      float: left; }
    .product-retailers-b .product-logo {
      max-width: 200px;
      padding: 2em 0; }
    .product-retailers-b .dots-and-buttons {
      display: flex;
      flex-direction: row-reverse;
      text-align: left; }
      .product-retailers-b .dots-and-buttons .slick-button-container {
        text-align: right; }
      .product-retailers-b .dots-and-buttons .slick-dots {
        display: inline-block;
        width: auto; } }

/* version od product-retailers with centered slider and key features */
.product-features {
  padding: 3em 0 5em 0;
  background-color: #191919; }
  .product-features h2 {
    text-align: left;
    margin-top: 0; }
  .product-features .product-logo {
    max-width: 150px;
    padding: 1em 0 2em 0; }
  .product-features .feature-tiles {
    padding-top: 2em; }
    .product-features .feature-tiles .m-col-wrapper {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap; }
    .product-features .feature-tiles .m-col3 {
      width: 50%; }
      .product-features .feature-tiles .m-col3 .inner {
        padding: 1em; }
        .product-features .feature-tiles .m-col3 .inner a {
          color: #fff;
          text-align: center;
          display: block; }
          .product-features .feature-tiles .m-col3 .inner a img {
            width: 100%;
            max-width: 300px;
            margin: 0 auto; }
          .product-features .feature-tiles .m-col3 .inner a span {
            display: block;
            margin-top: 1em; }
          .product-features .feature-tiles .m-col3 .inner a:hover span {
            text-decoration: underline; }
  .product-features .button-row {
    padding: 1em 0 0 0;
    text-align: center; }
    .product-features .button-row a {
      display: block;
      width: 100%;
      max-width: 300px;
      margin: 1.5em auto; }
  @media (min-width: 768px) {
    .product-features .product-logo {
      max-width: 200px;
      padding: 2em 0; }
    .product-features .feature-tiles .m-col-wrapper {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap; }
    .product-features .feature-tiles .m-col3 {
      width: 33.33%; }
    .product-features .button-row {
      padding: 2em 0 0 0;
      text-align: center; }
      .product-features .button-row a {
        display: inline-block;
        width: auto;
        min-width: 200px;
        margin: 1.5em 1em;
        font-size: 1.25em; } }

/* CAOURSELS */
/* Slick Carousel module */
.slick-feature-module {
  /* slick custom arrows style */
  /* text in section version */
  /* product and retailers */ }
  .slick-feature-module .container {
    overflow: visible; }
  .slick-feature-module h2 {
    text-align: left; }
  .slick-feature-module.darkbg .slick .slick-dots li button:before {
    color: #fff; }
  .slick-feature-module.darkbg .custom-arrows {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff; }
  .slick-feature-module.lightbg .slick .slick-dots li button:before {
    color: #000; }
  .slick-feature-module .slider-container {
    position: relative; }
    .slick-feature-module .slider-container:hover > .slick ~ .custom-arrows {
      opacity: 1;
      transition: all 0.3s ease; }
  .slick-feature-module .slick {
    /* slick dots styles */ }
    .slick-feature-module .slick .slick-list {
      overflow: visible;
      cursor: grab;
      padding-bottom: 1em; }
    .slick-feature-module .slick .slide {
      opacity: 0.5;
      transition: all 0.3s ease; }
      .slick-feature-module .slick .slide .slide-inner {
        position: relative;
        padding-right: 2em; }
      .slick-feature-module .slick .slide img {
        width: 100%; }
      .slick-feature-module .slick .slide .desc {
        opacity: 0;
        transition: all 0.3s ease;
        padding-top: 1.5em; }
      .slick-feature-module .slick .slide .heading h3 {
        margin: 0; }
      .slick-feature-module .slick .slide.slick-active {
        opacity: 1;
        transition: all 0.3s ease; }
        .slick-feature-module .slick .slide.slick-active .desc {
          opacity: 1;
          transition: all 0.3s ease; }
      .slick-feature-module .slick .slide:focus, .slick-feature-module .slick .slide:active {
        outline: none; }
    .slick-feature-module .slick .slick-dots li button:before {
      font-size: 12px; }
  .slick-feature-module .custom-arrows {
    border: none;
    padding: 1em 0.5em;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s ease;
    opacity: 0;
    transition: all 0.3s ease; }
    .slick-feature-module .custom-arrows .icon {
      display: block;
      vertical-align: middle; }
    .slick-feature-module .custom-arrows.slick-disabled {
      display: none !important; }
  .slick-feature-module .custom-prev {
    font-size: 1em;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%; }
  .slick-feature-module .custom-next {
    font-size: 1em;
    position: absolute;
    right: 0;
    top: 50%; }
  .slick-feature-module.text-in-section h3 {
    margin: 1rem 0 0 0; }
  .slick-feature-module.text-in-section .desc {
    padding-top: 1.5em; }
  .slick-feature-module.text-in-section .heading h3 {
    margin: 0 0 0.5em 0; }
  .slick-feature-module.product-retailers .slick-dots {
    position: relative;
    bottom: 0; }
    .slick-feature-module.product-retailers .slick-dots li button:before {
      font-size: 12px;
      color: #fff; }

/* INLINE VIDEO styles */
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000; }
  .videoWrapper + .stop-video {
    border: none;
    background-color: #000;
    color: #fff;
    display: none;
    align-items: center;
    float: right;
    cursor: pointer; }
    .videoWrapper + .stop-video .icon {
      display: inline-block;
      margin-right: 0.5em; }

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s; }
  .videoPoster.noHeading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms; }
  .videoPoster.noHeading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -24px 0 0 -12px;
    border-left: 40px solid rgba(255, 255, 255, 0.8);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms; }
  .videoPoster:hover:before, .videoPoster:focus:before {
    border-color: white; }
  .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: white; }
  .videoPoster.withHeading {
    text-indent: 0; }
    .videoPoster.withHeading::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 0; }
    .videoPoster.withHeading .video-heading {
      font-size: 1.5em;
      color: #fff;
      display: inline-block;
      position: relative;
      top: -40px; }
    .videoPoster.withHeading .button-icon {
      transform: scale(0.75); }
      .videoPoster.withHeading .button-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
        border: 5px solid rgba(255, 255, 255, 0.8);
        border-radius: 100%;
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        transition: border-color 300ms; }
      .videoPoster.withHeading .button-icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        margin: -24px 0 0 -12px;
        border-left: 40px solid rgba(255, 255, 255, 0.8);
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        transition: border-color 300ms; }
      .videoPoster.withHeading .button-icon:hover:before, .videoPoster.withHeading .button-icon:focus:before {
        border-color: white; }
      .videoPoster.withHeading .button-icon:hover:after, .videoPoster.withHeading .button-icon:focus:after {
        border-left-color: white; }
    @media (min-width: 768px) {
      .videoPoster.withHeading .video-heading {
        font-size: 2.5em;
        top: -80px; }
      .videoPoster.withHeading .button-icon {
        transform: scale(1.5); } }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms; }

/* modal styles */
.modal {
  position: fixed;
  height: 100vh;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .modal article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 3em; }
    .modal article .close-row {
      text-align: right; }
      .modal article .close-row a {
        color: #000; }
        .modal article .close-row a:focus {
          outline: dotted 1px #ccc; }
    .modal article .container {
      background-color: #fff;
      color: #000;
      padding: 3em;
      border-radius: 2em; }

.modal.retailer-modal .retailer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
.modal.retailer-modal .store {
  padding: 1.5em 1em;
  text-align: center;
  margin-bottom: 1em; }
  .modal.retailer-modal .store .title {
    font-size: 1em;
    font-weight: normal;
    margin: 1em 0 0.25em 0;
    min-height: 48px; }
  .modal.retailer-modal .store .description {
    font-size: 0.85em;
    margin-bottom: 1em; }
  .modal.retailer-modal .store .button {
    width: 100%;
    min-width: 0; }
@media (max-width: 767px) {
  .modal.retailer-modal .m-col4.store {
    margin: 0; } }
@media (max-width: 767px) and (orientation: portrait) {
  .modal.retailer-modal .container {
    padding: 1.5em; }
  .modal.retailer-modal .store {
    width: 50%; }
    .modal.retailer-modal .store a.button {
      min-width: 0; } }
@media (max-width: 767px) and (orientation: landscape) {
  .modal.retailer-modal .container {
    padding: 1.5em; }
  .modal.retailer-modal .store {
    width: 33.33%; }
    .modal.retailer-modal .store a.button {
      min-width: 0; } }
@media (min-width: 992px) {
  .modal.retailer-modal .store {
    padding: 1.5em; }
    .modal.retailer-modal .store .title {
      font-size: 1.25em;
      min-height: 60px; } }
@media (min-width: 1240px) {
  .modal.retailer-modal .store .title {
    font-size: 1.25em;
    min-height: 0; } }

/* static 2 col */
.static-two-col {
  position: relative;
  padding: 0; }
  .static-two-col .feature-wrapper {
    padding: 3em 0; }
    .static-two-col .feature-wrapper h3 {
      margin-top: 0;
      margin-bottom: 0.5em; }
  .static-two-col .feature-image {
    position: relative;
    display: block;
    min-height: 500px; }
    .static-two-col .feature-image img {
      width: 100%; }
  .static-two-col .feature-copy {
    padding: 0 1.5em;
    width: 100%; }
  @media (min-width: 768px) {
    .static-two-col {
      display: flex;
      align-items: center;
      min-height: 600px; }
      .static-two-col .feature-image {
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        height: 100%;
        min-height: 0; }
        .static-two-col .feature-image img {
          width: 100%; }
      .static-two-col .feature-copy {
        padding: 0 3em 0 0;
        width: 50%; }
        .static-two-col .feature-copy p {
          font-size: 1.25em; } }

/* explore more microsites */
#explore-more {
  padding: 0 !important; }
  #explore-more h2 {
    color: #fff !important;
    font-family: 'SST', Arial, sans-serif !important;
    text-transform: none !important;
    font-size: 2rem; }
    @media (min-width: 768px) {
      #explore-more h2 {
        font-size: 3rem; } }
  #explore-more .explore-sites {
    background-color: #191919 !important; }
    #explore-more .explore-sites .m-col .inner {
      padding: 1em;
      overflow: hidden;
      text-align: left !important; }
      #explore-more .explore-sites .m-col .inner a {
        overflow: hidden;
        width: 100%;
        color: #fff; }
        #explore-more .explore-sites .m-col .inner a .img-container {
          position: relative;
          width: 100%;
          overflow: hidden;
          transition: all 0.3s ease; }
        #explore-more .explore-sites .m-col .inner a:hover {
          text-decoration: none !important;
          color: #fff; }
          #explore-more .explore-sites .m-col .inner a:hover img {
            transform: scale(1.1);
            transition: all 0.3s ease; }
      #explore-more .explore-sites .m-col .inner img {
        display: block; }
      #explore-more .explore-sites .m-col .inner .title {
        display: block;
        background-color: #212530;
        padding: 1.5em 1.5em 2em 1.5em;
        color: #fff; }
        #explore-more .explore-sites .m-col .inner .title span {
          display: block;
          font-family: 'SST', Arial, sans-serif;
          line-height: 1.5em; }
          #explore-more .explore-sites .m-col .inner .title span.brow {
            text-transform: uppercase; }
          #explore-more .explore-sites .m-col .inner .title span.heading {
            font-size: 1.5em; }
  #explore-more .explore-articles {
    background-color: #191919 !important; }
    #explore-more .explore-articles .m-col .inner {
      padding: 1em;
      overflow: hidden; }
      #explore-more .explore-articles .m-col .inner a {
        overflow: hidden;
        width: 100%; }
        #explore-more .explore-articles .m-col .inner a .img-container {
          position: relative;
          width: 100%;
          overflow: hidden;
          transition: all 0.3s ease; }
        #explore-more .explore-articles .m-col .inner a:hover {
          text-decoration: none !important;
          color: #fff !important; }
          #explore-more .explore-articles .m-col .inner a:hover img {
            transform: scale(1.1);
            transition: all 0.3s ease; }
      #explore-more .explore-articles .m-col .inner img {
        display: block; }
      #explore-more .explore-articles .m-col .inner .title {
        display: block;
        background-color: #212530;
        padding: 1.5em 1.5em 2em 1.5em; }
        #explore-more .explore-articles .m-col .inner .title span {
          display: block;
          font-family: 'SST', Arial, sans-serif;
          line-height: 1.5em; }
          #explore-more .explore-articles .m-col .inner .title span.brow {
            text-transform: uppercase; }
          #explore-more .explore-articles .m-col .inner .title span.heading {
            font-size: 1.5em; }

/* back to top */
#backtotop {
  position: fixed;
  right: 1em;
  bottom: 1em; }
  #backtotop a {
    color: #fff;
    display: block;
    padding: 0.25em 1em;
    background-color: rgba(33, 37, 48, 0.5);
    border-radius: 3px;
    display: inline-block; }

.no-js {
  /* Accessories with Toggles */
  /* show all modals */ }
  .no-js .accessoriesWithToggles .item-details {
    display: block !important; }
  .no-js .modal {
    display: block;
    position: relative; }

 

/*Sony.com.au colors */
.hero-banner, .m-section, body, html {
    background-color: #fff;
    
}
.m-section h1, .m-section h2, .m-section h3 {
    
    color: #000;
}

p {
    color: #000;
    line-height: 1.5em;
}

.m-site-nav, .m-site-nav.sticky {
    background-color: rgba(0,0,0,.95);
}

.m-site-nav, .m-site-nav.sticky {
    background-color: rgba(255,255,255,.95);
    border-bottom: 1px solid;
    font-weight: 500;
}

.c-outline-tabs__panel.is-active {
    display: flex;
    background: #000;
}
.c-outline-tabs__toggle {
    background-color: #000 !important;
    
	}
.c-outline-tabs__toggle.is-active {
    pointer-events: none;
    border-color: #f35429 #f35429 #fff;
    background-color: #f35429 !important;
}	
	.container-tight {
    max-width: 768px;
    margin: 28px auto;
    width: 100%;
}
a.button {
    background-color: #2d75c7;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
}
a.button:hover {
    background-color: #34568e;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
}
.m-section a.button:hover {
     
    background-color: #34568e;
    
}