/* colors */
/* mixins */
html,
body {
  background-color: #000;
  font-family: 'SST-Light', 'SST-Roman', Arial, sans-serif;
  position: relative;
  color: #fff; }

header {
  height: auto;
  background-color: black;
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }
  header .brand {
    padding: 10px 0; }
  @media (max-width: 479px) {
    header {
      height: 48px; }
      header .brand {
        text-align: center;
        margin-right: 0; }
        header .brand img {
          width: 20%; } }

h1,
h2 {
  font-family: 'SST-Light', 'SST-Roman', Arial, sans-serif; }

h1 {
  font-weight: normal; }

h2 {
  font-size: 2.25em; }

h3 {
  color: #fff; }

p {
  color: #fff;
  line-height: 1.5em;
  font-family: 'SST-Light', 'SST-Roman', Arial, sans-serif; }

a {
  text-decoration: none; }

a.button {
  color: #fff;
  background-color: transparent;
  display: inline-block;
  padding: 1em 1.5em;
  transition: all 0.3s ease;
  margin-top: 1em;
  border: solid 1px #fff; }
  a.button:hover {
    background-color: #5865f5;
    color: #fff; }

a.button.blue {
  color: #ffffff;
  background-color: #4279B8;
  display: inline-block;
  padding: 1em 1.5em;
  transition: all 0.3s ease;
  margin-top: 1em;
  border: 0; }

a.button.blue:hover,
a.button.blue:focus {
  background-color: #37659A;
  transition: all 0.3s ease; }

a.button.orange {
  color: #ffffff;
  background-color: #dc3a1a;
  display: inline-block;
  padding: 1em 1.5em;
  transition: all 0.3s ease; }

a.button.orange:hover {
  background-color: #be3216;
  transition: all 0.3s ease; }

a.button.inverse {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 1.5em;
  transition: all 0.3s ease;
  margin-top: 1em;
  border: 0;
  border-radius: 0;
  border: solid 2px #fff;
  text-transform: uppercase;
  font-weight: bold; }
  a.button.inverse:hover {
    background-color: rgba(66, 121, 184, 0.8);
    transition: all 0.3s ease; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

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; }

#backtotop {
  text-align: right;
  width: 100%;
  bottom: 2em;
  z-index: 12;
  position: fixed;
  display: none; }
  #backtotop.sticky {
    position: absolute;
    bottom: 1em; }
  #backtotop .container {
    overflow: visible; }
  #backtotop a {
    display: inline-block;
    color: #fff;
    background-color: rgba(66, 121, 184, 0.5);
    padding: 0 12px;
    transition: all 0.3s ease;
    margin-right: 1em; }
    #backtotop a:hover {
      background-color: rgba(55, 101, 154, 0.8);
      transition: all 0.3s ease; }

/* animations */
/* bounce */
@-webkit-keyframes bounce {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-5px); } }
@keyframes bounce {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-5px); } }
#retailers {
  padding: 3em 0; }
  #retailers .product-wheretobuy {
    font-size: 1rem;
    color: #fff;
    font-family: 'SST-Light', 'SST-Roman', Arial, sans-serif; }
  @media (min-width: 768px) and (max-width: 1280px) {
    #retailers .product-wheretobuy {
      font-size: 1rem; } }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy {
      padding-top: 15px;
      font-size: 1.4rem; } }
  #retailers .product-wheretobuy .btn {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-family: 'SST-Roman', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400; }
  #retailers .product-wheretobuy .wheretobuy-close {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background: #83838f;
    color: #ffffff;
    padding: 0;
    display: table;
    vertical-align: middle;
    cursor: pointer; }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .wheretobuy-close {
      width: 50px;
      height: 50px;
      line-height: 50px;
      right: -10px; } }
  #retailers .product-wheretobuy .wheretobuy-close .close {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
  #retailers .product-wheretobuy .wheretobuy-close i {
    font-size: 1.8rem;
    line-height: 1;
    vertical-align: middle; }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .wheretobuy-close span {
      display: none; } }
  #retailers .product-wheretobuy .wheretobuy-title {
    font-size: 2rem;
    padding-top: 64px;
    margin-bottom: 50px;
    text-align: center; }
  @media (min-width: 768px) and (max-width: 1280px) {
    #retailers .product-wheretobuy .wheretobuy-title {
      padding-top: 25px; } }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .wheretobuy-title {
      padding-top: 0;
      margin-bottom: 33px; } }
  #retailers .product-wheretobuy .content-wheretobuy {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  #retailers .product-wheretobuy .content-wheretobuy::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #3c3c42;
    z-index: 1;
    left: 0; }
  #retailers .product-wheretobuy .content-wheretobuy::after {
    bottom: 0; }
  #retailers .product-wheretobuy .content-wheretobuy .store {
    text-align: center;
    width: 25%;
    border: 1px solid #3c3c42;
    margin-left: -1px;
    margin-top: -1px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; }
  @media (min-width: 768px) and (max-width: 1280px) {
    #retailers .product-wheretobuy .content-wheretobuy .store {
      padding: 40px 20px; } }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .content-wheretobuy .store {
      width: 50%;
      padding: 20px 10px; } }
  #retailers .product-wheretobuy .content-wheretobuy .store:nth-child(1n) {
    border-left: 0; }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .content-wheretobuy .store:nth-child(1n) {
      border-left: 1px solid #3c3c42; } }
  #retailers .product-wheretobuy .content-wheretobuy .store:nth-child(4n) {
    border-right: 0; }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .content-wheretobuy .store:nth-child(4n) {
      border-right: 1px solid #3c3c42; } }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .content-wheretobuy .store:nth-child(odd) {
      border-left: 0; } }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .content-wheretobuy .store:nth-child(even) {
      border-right: 0; } }
  #retailers .product-wheretobuy .content-wheretobuy .store .store-img {
    position: relative;
    width: 100%; }
  #retailers .product-wheretobuy .content-wheretobuy .store .store-img img {
    position: relative;
    width: 100%; }
  #retailers .product-wheretobuy .content-wheretobuy .store img {
    max-height: 165px; }
  #retailers .product-wheretobuy .content-wheretobuy .store .title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 72px;
    overflow: hidden; }
  #retailers .product-wheretobuy .content-wheretobuy .store .description {
    font-size: 1rem;
    min-height: 2rem; }
  @media (min-width: 768px) and (max-width: 1280px) {
    #retailers .product-wheretobuy .content-wheretobuy .store .title {
      font-size: 1.2rem;
      margin-top: 20px;
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .content-wheretobuy .store .title {
      font-size: 1.2rem;
      margin-top: 20px;
      margin-bottom: 20px;
      height: 50px; }
    #retailers .product-wheretobuy .content-wheretobuy .store .description {
      font-size: 0.8rem;
      min-height: 2rem; } }
  #retailers .product-wheretobuy .content-wheretobuy .store .btn {
    font-family: "SST-Roman", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    background-color: #dc3a1a;
    color: #fff;
    height: 45px;
    line-height: 43px;
    min-width: 205px;
    margin-top: 30px;
    text-shadow: none;
    display: inline-block;
    transition: all 0.3s ease; }
  #retailers .product-wheretobuy .content-wheretobuy .store .btn:hover {
    background-color: #be3216;
    transition: all 0.3s ease; }
  @media (min-width: 768px) and (max-width: 979px) {
    #retailers .product-wheretobuy .content-wheretobuy .store .btn {
      min-width: 100%; } }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .content-wheretobuy .store .btn {
      min-width: 100%;
      height: 35px;
      line-height: 33px; } }
  #retailers .product-wheretobuy .btn-view {
    margin-top: 40px; }
  #retailers .product-wheretobuy .btn-view a {
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #83838f;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    display: inline-block; }
  @media (max-width: 767px) {
    #retailers .product-wheretobuy .btn-view a {
      height: 45px;
      line-height: 45px; } }
  #retailers .product-wheretobuy .btn-view .btn-less {
    display: none; }
  #retailers .product-wheretobuy .btn-view.btn-show-all .btn-more {
    display: none; }
  #retailers .product-wheretobuy .btn-view.btn-show-all .btn-less {
    display: inline-block; }
  #retailers .list-product-wheretobuy {
    position: relative; }
  #retailers .list-product-wheretobuy .product-wheretobuy .wheretobuy-title {
    margin-bottom: 35px;
    text-align: left; }
  #retailers .list-product-wheretobuy .product-wheretobuy .content-wheretobuy .store {
    width: 16.6667%;
    padding: 20px 40px; }
  @media (min-width: 1281px) and (max-width: 1366px) {
    #retailers .list-product-wheretobuy .product-wheretobuy .content-wheretobuy .store {
      width: 25%;
      padding: 20px; } }
  @media (min-width: 768px) and (max-width: 1280px) {
    #retailers .list-product-wheretobuy .product-wheretobuy .content-wheretobuy .store {
      width: 25%;
      padding: 20px; } }
  @media (max-width: 767px) {
    #retailers .list-product-wheretobuy .product-wheretobuy .content-wheretobuy .store {
      width: 50%;
      padding: 20px 10px; } }
  #retailers .list-product-wheretobuy .product-wheretobuy .content-wheretobuy .store .store-img {
    padding-bottom: 80%; }
  #retailers .list-product-wheretobuy .product-wheretobuy .content-wheretobuy .store .btn {
    min-width: 100%; }

/* banner styles */
#banner {
  position: relative; }
  #banner .banner-inner {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    height: calc(100vh - 48px);
    min-height: 500px;
    background: url("../images/about-benn4.jpg") center center no-repeat;
    background-size: cover; }
  #banner button {
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: auto;
    height: auto;
    display: block;
    z-index: 2;
    background-color: transparent;
    border: none;
    -webkit-appearance: none; }
    #banner button #pause-icon {
      display: block;
      width: 32px;
      height: 32px;
      background-color: #4279B8;
      border-radius: 50%;
      opacity: 0.8;
      padding: 5px; }
    #banner button #play-icon {
      display: none;
      width: 32px;
      height: 32px;
      background-color: #4279B8;
      border-radius: 50%;
      opacity: 0.8;
      padding: 5px; }
    #banner button .icon {
      width: 24px;
      height: 24px;
      display: block; }
  #banner .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
    #banner .caption h1 {
      color: #fff;
      font-size: 4em;
      font-weight: 600;
      margin-top: 0;
      letter-spacing: -1px; }
    #banner .caption h1,
    #banner .caption p,
    #banner .caption a {
      color: #fff; }
    #banner .caption .caption-inner {
      position: relative;
      width: 100%;
      float: none;
      text-align: center; }
      #banner .caption .caption-inner .alphaS {
        width: 132px;
        height: 48px;
        background: url("../images/logo-sprite-alpha2.png") -48px -7px no-repeat;
        background-size: 307px 49px;
        margin: 0 auto; }
  @media (min-width: 768px) {
    #banner .banner-inner {
      position: relative;
      overflow: hidden;
      height: calc(100vh - 60px); }
    #banner #coverVideo {
      min-width: 200%;
      min-height: 200%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); } }

/* main section styles */
main {
  position: relative;
  overflow: hidden; }
  main section {
    text-align: center; }
    main section .container h2 {
      margin-bottom: 0.5em; }
    main section .container > p {
      font-size: 1.5em;
      margin-top: 0;
      margin-bottom: 1.5em; }
  main img {
    display: block;
    max-width: 100%;
    margin: auto; }
  main .col-wrapper {
    position: relative;
    overflow: hidden; }
  main .col {
    text-align: left;
    float: left; }
  main .col5 {
    width: 20%;
    float: left; }
    @media (max-width: 768px) {
      main .col5 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        float: none; }
        main .col5 img {
          width: 100%; } }
  main .col4 {
    width: 25%;
    float: left; }
    @media (max-width: 768px) {
      main .col4 {
        width: 100%;
        clear: both;
        margin: 0 auto;
        float: none; }
        main .col4 img {
          width: 100%; } }
  main .col3 {
    width: 33.33%;
    float: left; }
    @media (max-width: 768px) and (orientation: portrait) {
      main .col3 {
        width: 100%; } }
    @media (max-width: 576px) and (orientation: portrait) {
      main .col3 {
        width: 100%; } }
  main .col3.span2 {
    width: 66.66%;
    float: left; }
    @media (max-width: 768px) and (orientation: portrait) {
      main .col3.span2 {
        width: 100%; } }
    @media (max-width: 576px) and (orientation: portrait) {
      main .col3.span2 {
        width: 100%; } }
  main .col2 {
    width: 50%;
    float: left; }
    @media (max-width: 768px) {
      main .col2 {
        width: 100%; } }
  main .col1 {
    width: 100%; }
  @media (max-width: 767px) {
    main {
      font-size: 75%; } }

/* NAV STYLES */
nav {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.9); }
  nav .container {
    display: table;
    width: 100%;
    overflow: visible; }
    nav .container > ul {
      margin: 0;
      padding: 0;
      display: table-row;
      color: #fff; }
      nav .container > ul li {
        display: table-cell;
        width: 25%;
        text-align: center;
        position: relative;
        padding: 1em;
        border-right: solid 1px #333;
        vertical-align: middle;
        border-bottom: solid 5px transparent; }
        nav .container > ul li.current {
          border-bottom: solid 5px #4279B8; }
        nav .container > ul li:last-child {
          border-right: none; }
        nav .container > ul li.has-submenu a {
          display: inline-block; }
          nav .container > ul li.has-submenu a:hover {
            text-decoration: underline; }
        nav .container > ul li.has-submenu button {
          display: inline-block;
          -webkit-appearance: none;
          background-color: transparent;
          color: #fff;
          border: none;
          cursor: pointer;
          float: right;
          padding: 0; }
          nav .container > ul li.has-submenu button span.icon {
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            overflow: hidden; }
        @media (min-width: 768px) {
          nav .container > ul li.has-submenu:hover > ul {
            display: block;
            left: 0;
            right: 0;
            top: 100%;
            padding: 0;
            margin: 5px 0 0 0;
            min-width: 200px;
            overflow: visible;
            background-color: rgba(0, 0, 0, 0.8); }
            nav .container > ul li.has-submenu:hover > ul > li:hover {
              background-color: rgba(0, 0, 0, 0.9); }
          nav .container > ul li.has-submenu:hover button .icon {
            transform: rotate(180deg); } }
        nav .container > ul li a {
          color: #fff;
          text-transform: uppercase;
          display: block;
          letter-spacing: 0.5px; }
        nav .container > ul li ul {
          display: none;
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          padding: 0;
          margin: 0; }
          nav .container > ul li ul li {
            display: block;
            width: 100%; }
        nav .container > ul li.open ul {
          display: block;
          left: 0;
          right: 0;
          top: 100%;
          padding: 0;
          margin: 5px 0 0 0;
          min-width: 200px;
          overflow: visible;
          background-color: rgba(0, 0, 0, 0.8); }
          nav .container > ul li.open ul > li:hover {
            background-color: rgba(0, 0, 0, 0.9); }
        nav .container > ul li.open button .icon {
          transform: rotate(180deg); }
  nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #000; }
  nav #menu-controls {
    display: none;
    width: 100%; }
    nav #menu-controls #menu-toggle {
      color: #fff;
      padding: 5px;
      position: relative; }
      nav #menu-controls #menu-toggle .icon {
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px; }
        nav #menu-controls #menu-toggle .icon svg {
          display: block; }
  @media (max-width: 767px) {
    nav {
      /* menu overlay */ }
      nav #menu-controls {
        display: block;
        padding: 0.5em; }
      nav ul li:not(:first-child) {
        display: none; }
      nav ul.show-responsive li {
        display: block;
        width: 100%;
        border-bottom: solid 1px #3c3c42; }
        nav ul.show-responsive li#menu-controls {
          background-color: #4279B8; }
        nav ul.show-responsive li > ul {
          position: relative; }
          nav ul.show-responsive li > ul li {
            border: none;
            background-color: transparent; }
        nav ul.show-responsive li.current {
          border-bottom: solid 1px #3c3c42; }
        nav ul.show-responsive li.open > ul {
          background-color: transparent;
          padding-top: 1em; }
      nav .show-responsive::before {
        content: "";
        display: block;
        position: fixed;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100vh;
        width: 100%;
        pointer-events: none; } }

/* MODAL STYLES */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 12;
  display: none;
  overflow: auto;
  align-items: center; }
  .modal .container {
    background-color: transparent; }
    .modal .container .close-row {
      text-align: right; }
    .modal .container a.close {
      display: inline-block;
      z-index: 3;
      text-align: right; }
      .modal .container a.close svg {
        stroke: #fff; }
      .modal .container a.close:focus {
        border: dotted 0.5px #fff; }
    .modal .container ul {
      text-align: left;
      line-height: 1.5em; }
      .modal .container ul li {
        margin: 0.5em 0; }

/* SECTION STYLES */
.stagger {
  top: 50px;
  opacity: 0; }

.icon-button {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #4279B8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin: 0 auto 0.5em auto;
  transition: all 0.3s ease; }
  .icon-button .icon {
    position: relative;
    width: 24px;
    height: 26px;
    margin: 0 auto; }
    .icon-button .icon svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

#feature {
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  background: url("../images/feature-background3.jpg") center center no-repeat;
  background-size: cover;
  padding: 0; }
  #feature a {
    color: #fff;
    font-size: 2.5em;
    display: block;
    font-family: 'SST-Light', 'Arial', sans-serif; }
    #feature a:hover .icon-button {
      background-color: #37659A;
      transition: all 0.3s ease; }
  #feature .col-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
    #feature .col-wrapper .col {
      position: relative;
      height: auto;
      display: block;
      min-height: 50vh; }
      #feature .col-wrapper .col.copy {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 2em;
        position: relative;
        right: 0;
        opacity: 0;
        transition: all 0.3s ease; }
        #feature .col-wrapper .col.copy.show {
          right: 0;
          opacity: 1;
          transition: all 0.3s ease; }
      #feature .col-wrapper .col.bg {
        padding-top: 100px;
        display: flex;
        align-items: center; }
        #feature .col-wrapper .col.bg a {
          display: block;
          width: 100%;
          text-align: center; }
  @media (min-width: 768px) {
    #feature {
      height: 100vh;
      min-height: 600px; }
      #feature .col-wrapper .col {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center; }
        #feature .col-wrapper .col .container {
          padding-top: 0;
          max-width: 60%;
          margin: 0 auto; }
        #feature .col-wrapper .col.copy {
          background-color: rgba(0, 0, 0, 0.5);
          padding: 2em;
          position: relative;
          transition: all 0.3s ease;
          opacity: 0; }
          #feature .col-wrapper .col.copy.show {
            opacity: 1;
            transition: all 0.3s ease; }
        #feature .col-wrapper .col.bg {
          padding-top: 0; }
          #feature .col-wrapper .col.bg a {
            display: block;
            width: 100%;
            text-align: center;
            padding: 1em; } }

#bts {
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  background: url("../images/bts-background.jpg") center center no-repeat;
  background-size: cover;
  padding: 0; }
  #bts a {
    color: #fff;
    font-size: 2.5em;
    display: block;
    font-family: 'SST-Light', 'Arial', sans-serif; }
    #bts a:hover .icon-button {
      background-color: #37659A;
      transition: all 0.3s ease; }
  #bts .col-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
    #bts .col-wrapper .col {
      position: relative;
      height: auto;
      display: block;
      min-height: 50vh; }
      #bts .col-wrapper .col.copy {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 2em;
        position: relative;
        left: 0;
        opacity: 0;
        transition: all 0.3s ease; }
        #bts .col-wrapper .col.copy.show {
          left: 0;
          opacity: 1;
          transition: all 0.3s ease; }
      #bts .col-wrapper .col.bg {
        padding-top: 100px;
        display: flex;
        align-items: center; }
        #bts .col-wrapper .col.bg a {
          display: block;
          width: 100%;
          text-align: center;
          padding: 1em; }
  @media (min-width: 768px) {
    #bts {
      height: 100vh;
      min-height: 600px; }
      #bts .col-wrapper {
        display: flex;
        flex-direction: row-reverse; }
        #bts .col-wrapper .col {
          position: relative;
          height: 100%;
          display: flex;
          align-items: center; }
          #bts .col-wrapper .col .container {
            padding-top: 0;
            max-width: 60%;
            margin: 0 auto; }
          #bts .col-wrapper .col.copy {
            background-color: rgba(0, 0, 0, 0.7);
            padding: 2em;
            position: relative;
            opacity: 0; }
            #bts .col-wrapper .col.copy.show {
              opacity: 1;
              transition: all 0.3s ease; }
          #bts .col-wrapper .col.bg {
            padding-top: 0; }
            #bts .col-wrapper .col.bg a {
              display: block;
              width: 100%;
              text-align: center; } }

#about {
  position: relative;
  background-color: #000;
  min-height: 100vh; }
  #about .slider-count {
    font-size: 12px; }
  #about .slick-next {
    right: 12px;
    width: 24px;
    height: 41px; }
  #about .slick-prev {
    left: 12px;
    z-index: 1;
    width: 24px;
    height: 41px; }
  #about .slick-prev:before,
  #about .slick-next:before {
    color: #4279B8;
    content: "";
    display: inline-block;
    width: 24px;
    height: 41px; }
  #about .slick-next:before {
    background: url("../images/logo-sprite-alpha2.png") -266px -5px no-repeat;
    background-size: 322px 50px; }
  #about .slick-prev:before {
    background: url("../images/logo-sprite-alpha2.png") -292px -5px no-repeat;
    background-size: 322px 50px; }
  #about .slick {
    min-height: 100vh; }
  #about .slide {
    height: auto;
    min-height: 500px;
    min-height: 60vh;
    padding: 0;
    position: relative; }
    #about .slide.twocol .col-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 100vh; }
    #about .slide.twocol .bg {
      display: block;
      width: 100%;
      min-height: 250px;
      height: 50vh; }
    #about .slide.twocol .copy {
      display: block;
      align-items: center;
      width: 100%;
      height: auto; }
      #about .slide.twocol .copy h2 {
        font-size: 2em;
        font-family: 'SST-Light', 'SST-Roman', Arial, sans-serif;
        font-weight: normal; }
        #about .slide.twocol .copy h2 .smaller {
          font-family: 'SST-Light', 'SST-Roman', Arial, sans-serif;
          font-size: 0.85em; }
    #about .slide.singlebg {
      min-height: 100vh; }
      #about .slide.singlebg .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    @media (min-width: 768px) {
      #about .slide.twocol .col-wrapper {
        position: relative;
        width: 100%;
        height: 100%; }
      #about .slide.twocol .bg {
        display: block;
        width: 50%;
        height: 100%; }
      #about .slide.twocol .copy {
        display: flex;
        align-items: center;
        width: 50%;
        height: 100%; }
        #about .slide.twocol .copy .container {
          max-width: 60%;
          margin: 0 auto; }
      #about .slide.singlebg .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; } }
  #about #slide1 .col-wrapper {
    position: relative;
    min-height: 100vh; }
  #about #slide1 .bg {
    background: url("../images/about-benn1.jpg") center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #about #slide1 .icons a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-style: italic; }
    #about #slide1 .icons a#yt .icon {
      display: inline-block;
      width: 42px;
      height: 36px;
      background: url("../images/logo-sprite-alpha2.png") -186px -7px;
      background-size: 322px 50px;
      vertical-align: middle;
      margin-right: 5px; }
    #about #slide1 .icons a#ig .icon {
      display: inline-block;
      width: 41px;
      height: 42px;
      background: url("../images/logo-sprite-alpha2.png") -225px -7px;
      background-size: 322px 50px;
      vertical-align: middle;
      margin-right: 5px; }
  #about #slide1 .icons img {
    vertical-align: middle;
    display: inline-block; }
  #about #slide1 .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5; }
  #about #slide1 .copy {
    padding: 0 3em !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; }
  @media (min-width: 768px) {
    #about #slide1 .bg,
    #about #slide1 .copy {
      position: relative;
      width: 50%; }
    #about #slide1 .overlay {
      display: none; }
    #about #slide1 .copy {
      background: url("../images/about-benn1-2.jpg") center center no-repeat;
      background-size: cover; }
      #about #slide1 .copy .container {
        position: relative;
        z-index: 2; }
      #about #slide1 .copy::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); } }
  #about #slide2 .slide-inner {
    background: url("../images/about-benn2.jpg") center center no-repeat;
    background-size: cover; }
  #about #slide3 .bg.left {
    background: url("../images/about-benn3-2.jpg") center center no-repeat;
    background-size: cover; }
  #about #slide3 .bg.right {
    background: url("../images/about-benn3-1.jpg") center center no-repeat;
    background-size: cover; }
  #about #slide4 .slide-inner {
    background: url("../images/about-benn4.jpg") center center no-repeat;
    background-size: cover; }
  #about #slide5 .bg.left {
    background: url("../images/about-benn5-1.jpg") center center no-repeat;
    background-size: cover; }
  #about #slide5 .bg.right {
    background: url("../images/about-benn5-2.jpg") center center no-repeat;
    background-size: cover; }
  #about #slide6 .bg.left {
    background: url("../images/about-benn6-1.jpg") center center no-repeat;
    background-size: cover; }
  #about #slide6 .bg.right {
    background: url("../images/about-benn6-2.jpg") center center no-repeat;
    background-size: cover; }
  @media (min-width: 768px) {
    #about {
      min-height: 90vh; }
      #about .slide {
        height: 90vh; }
      #about .slick-next {
        right: 25px;
        width: 36px;
        height: 62px; }
      #about .slick-next::before {
        width: 36px;
        height: 62px;
        background: url("../images/logo-sprite-alpha2.png") -399px -7px no-repeat;
        background-size: 483px 75px; }
      #about .slick-prev {
        left: 25px;
        z-index: 1;
        width: 36px;
        height: 62px; }
      #about .slick-prev::before {
        width: 36px;
        height: 62px;
        background: url("../images/logo-sprite-alpha2.png") -438px -7px no-repeat;
        background-size: 483px 75px; }
      #about #slide1 .copy {
        padding: 0; } }

#kit {
  /* 16-35 lens */
  /* a7 III */
  /* 35 f1.4 lens */
  /* a7s III */
  /* grip */
  /* 35 f1.8 lens */
  /* battery */
  /* adapter */
  /* 24-70 lens */
  /* 90mm lens */
  /* 85mm lens */
  /* 70-200 lens */ }
  #kit h2 {
    margin-bottom: 1em;
    margin-top: 3em; }
  #kit .container {
    overflow: visible; }
  #kit .kit-container {
    position: relative;
    overflow: visible; }
    #kit .kit-container .overlay {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2); }
    #kit .kit-container img {
      width: 100%; }
    #kit .kit-container .tip-wrapper {
      z-index: 3;
      position: absolute;
      display: inline-block;
      opacity: 0; }
      #kit .kit-container .tip-wrapper a.hotspot {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        transition: transform 0.2s ease; }
        #kit .kit-container .tip-wrapper a.hotspot.active {
          transform: rotate(45deg);
          transition: transform 0.2s ease; }
          #kit .kit-container .tip-wrapper a.hotspot.active svg .st0 {
            fill: #37659A; }
          #kit .kit-container .tip-wrapper a.hotspot.active svg .st41 {
            fill: #fff; }
        #kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text {
          position: absolute;
          display: none;
          background-color: #fff;
          color: #2f353d;
          z-index: 4;
          padding: 0.85em;
          min-width: 150px; }
          #kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text a {
            color: #dc3a1a;
            display: block;
            margin-top: 0.5em; }
          #kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text.right {
            left: -50px; }
          @media (min-width: 1000px) {
            #kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text {
              min-width: 250px; } }
          @media (min-width: 768px) {
            #kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text.right {
              left: 0; } }
        @media (min-width: 768px) {
          #kit .kit-container .tip-wrapper a.hotspot {
            width: 24px;
            height: 24px; } }
  #kit .tip-wrapper#benn-kit-hotspot1 {
    top: 45%;
    left: 27%;
    z-index: 4; }
  #kit .tip-wrapper#benn-kit-hotspot2 {
    top: 12%;
    left: 36%;
    z-index: 6; }
  #kit .tip-wrapper#benn-kit-hotspot3 {
    top: 16%;
    left: 44%;
    z-index: 5; }
  #kit .tip-wrapper#benn-kit-hotspot4 {
    top: 30%;
    left: 42%;
    z-index: 5; }
  #kit .tip-wrapper#benn-kit-hotspot5 {
    top: 35%;
    left: 50%;
    z-index: 4; }
  #kit .tip-wrapper#benn-kit-hotspot6 {
    top: 35%;
    left: 58%;
    z-index: 4; }
  #kit .tip-wrapper#benn-kit-hotspot7 {
    top: 43%;
    left: 56%;
    z-index: 3; }
  #kit .tip-wrapper#benn-kit-hotspot8 {
    top: 12%;
    right: 22%;
    z-index: 6; }
  #kit .tip-wrapper#benn-kit-hotspot9 {
    top: 20%;
    right: 22%;
    z-index: 5; }
  #kit .tip-wrapper#benn-kit-hotspot10 {
    top: 32%;
    right: 22%;
    z-index: 4; }
  #kit .tip-wrapper#benn-kit-hotspot11 {
    top: 44%;
    right: 22%;
    z-index: 3; }
  #kit .tip-wrapper#benn-kit-hotspot12 {
    top: 56%;
    right: 22%;
    z-index: 2; }

#order {
  padding: 3em 0; }
  #order .col-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap; }
    #order .col-wrapper .col4 {
      width: 50%;
      float: left;
      padding: 0.5em; }
      #order .col-wrapper .col4 a {
        display: block;
        position: relative; }
    #order .col-wrapper#sony .col {
      float: none;
      margin: 0 auto; }
      #order .col-wrapper#sony .col a {
        border: solid 1px #fff; }
    #order .col-wrapper img {
      padding: 1em 0; }
  @media (min-width: 768px) {
    #order .col-wrapper .col4 {
      text-align: center;
      padding: 1em;
      width: 25%; }
      #order .col-wrapper .col4 a {
        display: block;
        position: relative; }
      #order .col-wrapper .col4 img {
        width: 100%; } }

/* FOOTER STYLES */
footer h1 {
  font-family: 'SST-Roman', Arial, sans-serif;
  color: #878792;
  font-weight: 400;
  font-size: 1.25em; }
footer #site-links {
  padding-top: 0.5em; }
footer #copyright-links {
  border-top: solid 1px #3c3c42;
  border-top: solid 1px #3c3c42;
  padding-top: 1em; }
  footer #copyright-links p {
    color: #878792; }

.no-js .stagger {
  opacity: 1 !important; }
.no-js #feature .col2.copy {
  right: 0; }
.no-js #bts .col2.copy {
  left: 0; }
.no-js .modal {
  display: block;
  position: relative;
  height: auto;
  background: transparent; }
  .no-js .modal .close {
    display: none; }
.no-js #kit .kit-container .tip-wrapper {
  opacity: 1; }
.no-js #kit .kit-container .tip-wrapper a.hotspot + div.tooltip-text {
  display: block; }

/* PRODUCT PAGE STYLES */
#product-page {
  padding-bottom: 5em; }
  #product-page section {
    padding: 3em 0; }
  #product-page h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em; }
  #product-page .note {
    font-size: 0.85em;
    font-style: italic; }
  #product-page #banner .banner-inner {
    background: url("../images/V1-1_SONY-S-Series_Microsite-Banner_Mobile.jpg") center center no-repeat;
    background-size: cover;
    height: calc(100vh - 48px);
    min-height: 400px; }
  #product-page #banner .alpha-logo {
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: 48px;
    height: 48px;
    z-index: 3;
    background: url("../images/logo-sprite-alpha2.png") 0 -7px no-repeat;
    background-size: 307px 49px; }
  #product-page #banner .caption {
    text-align: center;
    z-index: 3; }
    #product-page #banner .caption .caption-inner {
      padding-top: 5em; }
      #product-page #banner .caption .caption-inner .alphaS {
        width: 132px;
        height: 48px;
        background: url("../images/logo-sprite-alpha2.png") -48px -7px no-repeat;
        background-size: 307px 49px;
        margin: 0 auto; }
  #product-page #banner a .icon {
    margin-right: 5px; }
    #product-page #banner a .icon svg {
      width: 1em;
      height: 1em; }
  @media (orientation: landscape) and (max-height: 399px) {
    #product-page #banner .banner-inner {
      min-height: 500px; } }
  @media (min-width: 768px) and (min-height: 400px) {
    #product-page #banner .banner-inner {
      background: url("../images/V1-1_SONY-S-Series_Microsite-Banner_Desktop.jpg") center center no-repeat;
      background-size: cover;
      min-height: 300px;
      height: calc(100vh - 48px);
      margin-top: 0; }
    #product-page #banner .caption {
      position: absolute; }
      #product-page #banner .caption .caption-inner {
        max-width: 60%;
        margin: 0 auto;
        padding-top: 0; } }
  #product-page #banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  #product-page #product h2 {
    margin-top: 0; }
  #product-page #product .col-wrapper {
    opacity: 0;
    top: 150px;
    transition: all 0.8s ease; }
    #product-page #product .col-wrapper.show {
      opacity: 1;
      top: 0;
      transition: all 0.8s ease; }
    #product-page #product .col-wrapper .col {
      padding: 1em; }
  @media (min-width: 768px) {
    #product-page #product .col-wrapper {
      display: flex;
      align-items: center;
      padding: 2em 0; }
    #product-page #product .feat:nth-child(odd) .col-wrapper {
      display: flex;
      flex-direction: row-reverse; } }
  #product-page #more-info div.icon svg {
    width: 72px;
    height: 72px; }
  #product-page #more-info a.button .icon {
    vertical-align: middle; }
  #product-page #accessories .col-inner {
    padding: 1em;
    margin: 2em 0;
    text-align: center; }
    #product-page #accessories .col-inner img {
      background-color: #F1F5f9;
      max-width: 250px;
      width: 100%; }
    #product-page #accessories .col-inner p {
      margin: 0.5em 0; }
  @media (min-width: 768px) {
    #product-page #accessories .col-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
    #product-page #accessories .col-inner img {
      width: 100%;
      max-width: 600px; } }
  #product-page #order .col-wrapper {
    display: block;
    width: 100%;
    overflow: hidden; }
    #product-page #order .col-wrapper .col3 {
      width: 50%;
      float: left;
      padding: 0.5em; }
    #product-page #order .col-wrapper#sony .col {
      float: none;
      margin: 0 auto; }
      #product-page #order .col-wrapper#sony .col a {
        border: solid 1px #fff;
        display: block; }
    #product-page #order .col-wrapper img {
      padding: 1em 0; }
  @media (min-width: 768px) {
    #product-page #order .col-wrapper .col3 {
      text-align: center;
      padding: 1em;
      width: 33.33%; }
      #product-page #order .col-wrapper .col3 a {
        display: block;
        position: relative; }
      #product-page #order .col-wrapper .col3 img {
        width: 100%; } }

.no-js #product-page #product .col-wrapper {
  opacity: 1;
  top: 0; }

/*# sourceMappingURL=main-alpha.css.map */
