/* fonts */
@font-face {
  font-family: 'NeueMontreal-Bold';
  src: url("../fonts/NeueMontreal-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'NeueMontreal-Regular';
  src: url("../fonts/NeueMontreal-Regular.otf") format("opentype"); }
/* colors */
@-webkit-keyframes bounce {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-5px); } }
@keyframes bounce {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-5px); } }
* {
  font-family: 'NeueMontreal-Regular', Arial, sans-serif; }

html,
body {
  background-color: #fff;
  font-family: 'NeueMontreal-Regular', Arial, sans-serif;
  position: relative; }

h1,
h2 {
  font-family: 'NeueMontreal-Regular', Arial, sans-serif; }

h1 {
  font-weight: normal; }

h2 {
  font-size: 2.25em; }

h3 {
  color: #2f353d; }

p {
  color: #2f353d;
  line-height: 1.5em;
  font-family: 'NeueMontreal-Regular', Arial, sans-serif; }

a.button {
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease;
  margin-top: 1em;
  color: #fff;
  text-transform: uppercase; }

a.button.orange {
  background-color: #FF581D;
  color: #fff !important; }

a.button.orange:hover {
  background-color: #fc2d17;
  transition: all 0.3s ease; }

.icon {
  max-width: 32px;
  max-height: 32px; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* carousel styles */
.slick-dots li button:before {
  color: #fff;
  opacity: 0.25; }

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75; }

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  width: 28px !important;
  height: 23px !important; }

.slick-next.slick-arrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 23px;
  background: url(../img/icons-UI.png) -77px 0;
  background-size: 156px 55px; }

.slick-prev.slick-arrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 23px;
  background: url(../img/icons-UI.png) -49px 0;
  background-size: 156px 55px; }

.slide {
  padding: 1em; }
  .slide img {
    width: 100%; }

/* home page styles */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  header .brand {
    padding: 12px 0;
    text-align: center;
    margin-right: 0; }
    header .brand a {
      display: inline-block; }
    header .brand img {
      max-width: 80px; }
  @media (min-width: 768px) {
    header .brand {
      text-align: left; }
      header .brand img {
        max-width: 80px; } }

.col-wrapper {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .col-wrapper .col {
      float: left; }
    .col-wrapper .col2 {
      width: 50%;
      padding: 1em; }
    .col-wrapper .col3 {
      width: 33.33%; }
    .col-wrapper .col4 {
      width: 25%;
      padding: 1em; } }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0; }
  @media (min-width: 768px) {
    .overlay {
      opacity: 1; } }

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1; }

.overlay-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1; }

.theme {
  color: #FF581D; }

/* nav styles */
#main-nav {
  position: absolute;
  width: 100%;
  height: auto;
  color: #fff;
  z-index: 10;
  padding: 1em 0 0 0; }
  #main-nav #alpha7r-logo {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100px;
    height: 30px;
    max-height: 30px;
    margin-bottom: 8px; }
    #main-nav #alpha7r-logo svg {
      width: 100%; }
  #main-nav ul {
    display: block;
    list-style: none;
    float: none;
    margin: 0;
    padding-left: 0; }
    #main-nav ul li {
      display: inline-block;
      text-transform: uppercase;
      padding: 0.5em 1em;
      width: auto;
      min-width: 30%;
      float: left;
      text-align: center; }
      #main-nav ul li a {
        color: #fff;
        font-weight: bold;
        float: left; }
        #main-nav ul li a::after {
          content: "";
          display: block;
          width: 0%;
          height: 5px;
          background-color: #fc2d17;
          transition: width 0.2s ease; }
        #main-nav ul li a:hover::after {
          content: "";
          display: block;
          width: 100%;
          height: 5px;
          background-color: #fc2d17;
          transition: width 0.2s ease; }
      #main-nav ul li.active a::after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background-color: #fc2d17; }
      #main-nav ul li.active a:hover::after {
        content: ""; }
      #main-nav ul li.has-submenu button {
        display: inline-block;
        float: right;
        border: none;
        background-color: transparent;
        padding: 0.5em; }
        #main-nav ul li.has-submenu button span {
          display: block;
          width: 13px;
          height: 6px;
          background: url("../img/icons-UI.png") -86px -36px;
          background-size: 156px 55px; }
        #main-nav ul li.has-submenu button:hover span {
          background: url("../img/icons-UI.png") -86px -29px;
          background-size: 156px 55px; }
      #main-nav ul li.has-submenu .submenu {
        display: none; }
      #main-nav ul li.has-submenu.open button span {
        background: url("../img/icons-UI.png") -86px -29px;
        background-size: 156px 55px; }
      #main-nav ul li.has-submenu.open .submenu {
        display: block;
        position: absolute;
        top: 86px;
        background-color: #fff;
        padding: 1em;
        z-index: 10; }
        #main-nav ul li.has-submenu.open .submenu li {
          display: block;
          float: none;
          text-align: left;
          width: 100%;
          overflow: hidden; }
          #main-nav ul li.has-submenu.open .submenu li span {
            display: block;
            width: auto;
            color: #fc2d17; }
          #main-nav ul li.has-submenu.open .submenu li a {
            color: #242320;
            width: auto; }
  #main-nav.dark ul li a {
    color: #000; }
  #main-nav.dark #alpha7r-logo svg .st0 {
    fill: #000; }
  @media (min-width: 500px) {
    #main-nav #alpha7r-logo {
      display: inline-block;
      float: left;
      max-width: 150px;
      height: 40px;
      margin-bottom: 0; }
      #main-nav #alpha7r-logo svg {
        width: 100%; }
    #main-nav ul {
      list-style: none;
      float: right;
      margin: 0; }
      #main-nav ul li {
        width: auto;
        float: none;
        text-align: right;
        min-width: 0; }
        #main-nav ul li.has-submenu.open .submenu {
          top: 45px; } }

#main-nav.sticky {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #000;
  z-index: 10;
  padding: 1em 0 0 0;
  top: 0; }
  #main-nav.sticky #alpha7r-logo {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100px;
    height: 30px;
    max-height: 30px;
    margin-bottom: 8px; }
    #main-nav.sticky #alpha7r-logo svg {
      width: 100%; }
      #main-nav.sticky #alpha7r-logo svg .st0 {
        fill: #000; }
  #main-nav.sticky ul {
    display: block;
    list-style: none;
    float: none;
    margin: 0; }
    #main-nav.sticky ul li {
      display: inline-block;
      text-transform: uppercase;
      padding: 0.5em 1em;
      width: auto;
      min-width: 30%;
      float: left;
      text-align: center; }
      #main-nav.sticky ul li a {
        color: #000;
        font-weight: bold; }
        #main-nav.sticky ul li a::after {
          content: "";
          display: block;
          width: 0%;
          height: 5px;
          background-color: #fc2d17;
          transition: width 0.2s ease; }
        #main-nav.sticky ul li a:hover::after {
          content: "";
          display: block;
          width: 100%;
          height: 5px;
          background-color: #fc2d17;
          transition: width 0.2s ease; }
      #main-nav.sticky ul li.active a::after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background-color: #fc2d17; }
      #main-nav.sticky ul li.active a:hover::after {
        content: ""; }
      #main-nav.sticky ul li.has-submenu button {
        display: inline-block;
        float: right;
        border: none;
        background-color: transparent;
        padding: 0.5em; }
        #main-nav.sticky ul li.has-submenu button span {
          display: block;
          width: 13px;
          height: 6px;
          background: url("../img/icons-UI.png") -86px -44px;
          background-size: 156px 55px; }
      #main-nav.sticky ul li.has-submenu.open button span {
        background: url("../img/icons-UI.png") -86px -29px;
        background-size: 156px 55px; }
  @media (min-width: 500px) {
    #main-nav.sticky #alpha7r-logo {
      display: inline-block;
      float: left;
      max-width: 150px;
      height: 40px;
      margin-bottom: 0; }
      #main-nav.sticky #alpha7r-logo svg {
        width: 100%; }
        #main-nav.sticky #alpha7r-logo svg .st0 {
          fill: #000; }
    #main-nav.sticky ul {
      list-style: none;
      float: right;
      margin: 0; }
      #main-nav.sticky ul li {
        width: auto;
        float: none;
        text-align: right;
        min-width: 0; } }

main {
  position: relative; }

#banner {
  position: relative;
  height: auto;
  background-color: #000;
  overflow: hidden; }
  #banner .slick {
    margin: 0;
    position: relative; }
  #banner .slick-dots-container {
    position: absolute;
    display: inline-block;
    right: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: auto;
    top: 40%;
    top: 40vh;
    z-index: 8; }
  #banner .slick-dots li button:before {
    font-size: 12px;
    opacity: 0.5; }
  #banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fc2d17; }
  #banner .slide {
    height: 100vh;
    position: relative;
    -ms-display: flex;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20vh; }
    #banner .slide#h1 {
      background: url("../img/CraigParry-hero.jpg") center center no-repeat;
      background-size: cover; }
    #banner .slide#h2 {
      background: url("../img/JasonCharlesHill-hero.jpg") center center no-repeat;
      background-size: cover; }
    #banner .slide#h3 {
      background: url("../img/LukeTscharke-hero.jpg") top center no-repeat;
      background-size: cover; }
    #banner .slide#h4 {
      background: url("../img/MarkGaler-hero.jpg") center center no-repeat;
      background-size: cover; }
    #banner .slide#h5 {
      background: url("../img/MeghanMaloney-hero.jpg") bottom center no-repeat;
      background-size: cover; }
    #banner .slide#h6 {
      background: url("../img/PatKay-hero.jpg") center center no-repeat;
      background-size: cover; }
    #banner .slide .caption {
      width: 100%; }
    #banner .slide .caption {
      position: relative;
      display: block;
      text-align: left; }
      #banner .slide .caption .caption-inner {
        height: 100%; }
        #banner .slide .caption .caption-inner .cred {
          display: block; }
      #banner .slide .caption .caption-inner.light {
        color: #fff; }
        #banner .slide .caption .caption-inner.light h1 {
          color: #fff;
          line-height: 1em;
          display: inline-block;
          text-align: left;
          margin-bottom: 0; }
        #banner .slide .caption .caption-inner.light h2 {
          font-size: 1.25em; }
        #banner .slide .caption .caption-inner.light p {
          color: #fff;
          font-size: 1.2em; }
        #banner .slide .caption .caption-inner.light .icon {
          display: inline-block;
          width: 25px;
          height: 18px;
          background: url("../img/icons-UI.png") -130px -29px;
          background-size: 156px 55px;
          vertical-align: top;
          margin-right: 5px; }
        #banner .slide .caption .caption-inner.light .cred {
          color: #fff;
          margin-top: 2em; }
          #banner .slide .caption .caption-inner.light .cred dt {
            font-family: 'NeueMontreal-Bold', Arial, sans-serif; }
          #banner .slide .caption .caption-inner.light .cred dd {
            margin-left: 0;
            margin-bottom: 0.5em; }
      #banner .slide .caption .caption-inner.dark {
        color: #242320; }
        #banner .slide .caption .caption-inner.dark h1 {
          color: #242320;
          line-height: 1em;
          display: inline-block;
          text-align: left;
          margin-bottom: 0; }
        #banner .slide .caption .caption-inner.dark h2 {
          font-size: 1.25em; }
        #banner .slide .caption .caption-inner.dark p {
          color: #242320;
          font-size: 1.2em; }
        #banner .slide .caption .caption-inner.dark .icon {
          display: inline-block;
          width: 25px;
          height: 18px;
          background: url("../img/icons-UI.png") -105px -29px;
          background-size: 156px 55px;
          vertical-align: top;
          margin-right: 5px; }
        #banner .slide .caption .caption-inner.dark .cred {
          color: #242320;
          margin-top: 2.5em; }
          #banner .slide .caption .caption-inner.dark .cred dt {
            font-family: 'NeueMontreal-Bold', Arial, sans-serif; }
          #banner .slide .caption .caption-inner.dark .cred dd {
            margin-left: 0;
            margin-bottom: 0.5em; }
      @media (max-width: 767px) {
        #banner .slide .caption .caption-inner .cred {
          margin-top: 1.25em !important; }
        #banner .slide .caption .caption-inner.small-light .icon {
          display: inline-block;
          width: 25px;
          height: 18px;
          background: url("../img/icons-UI.png") -130px -29px;
          background-size: 156px 55px;
          vertical-align: top;
          margin-right: 5px; }
        #banner .slide .caption .caption-inner.small-light h1,
        #banner .slide .caption .caption-inner.small-light div.cred {
          color: #fff; } }
    @media (min-width: 1200px) {
      #banner .slide#h1 {
        background: url("../img/CraigParry-hero@2x.jpg") center center no-repeat;
        background-size: cover; }
      #banner .slide#h2 {
        background: url("../img/JasonCharlesHill-hero@2x.jpg") center center no-repeat;
        background-size: cover; }
      #banner .slide#h3 {
        background: url("../img/LukeTscharke-hero@2x.jpg") top center no-repeat;
        background-size: cover; }
      #banner .slide#h4 {
        background: url("../img/MarkGaler-hero@2x.jpg") center center no-repeat;
        background-size: cover; }
      #banner .slide#h5 {
        background: url("../img/MeghanMaloney-hero@2x.jpg") bottom center no-repeat;
        background-size: cover; }
      #banner .slide#h6 {
        background: url("../img/PatKay-hero@2x.jpg") center center no-repeat;
        background-size: cover; } }
  #banner .arrow-down-row {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 10%;
    left: 0;
    text-align: center; }
    #banner .arrow-down-row .arrow-down {
      display: inline-block;
      width: 25px;
      height: 29px;
      background: url("../img/icons-UI.png") 0 0;
      background-size: 156px 55px;
      opacity: 0.8;
      -webkit-animation: bounce 0.5s infinite alternate;
      animation: bounce 0.5s infinite alternate; }
      #banner .arrow-down-row .arrow-down:hover {
        opacity: 1; }
      #banner .arrow-down-row .arrow-down a {
        display: block;
        width: 100%;
        height: 100%; }
  #banner .shape-overlay {
    position: absolute;
    bottom: -8px;
    z-index: 9;
    width: 102%;
    height: auto;
    pointer-events: none; }
    #banner .shape-overlay img {
      width: 100%; }
    #banner .shape-overlay canvas {
      display: block;
      width: 100%;
      visibility: hidden; }
    #banner .shape-overlay svg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (min-width: 768px) {
    #banner #banner {
      height: 100vh; }
    #banner .banner-img {
      min-height: 600px;
      height: 100vh; }
    #banner .slide {
      align-items: center;
      -ms-flex-align: center;
      padding-top: 0; }
    #banner .caption {
      position: absolute;
      top: 10vh;
      left: 0;
      width: 100%;
      height: 80vh;
      background-color: transparent; }
      #banner .caption h1 {
        font-size: 3.125rem; }
    #banner .caption-inner {
      max-width: 100%; }
    #banner .button-row {
      display: block;
      position: absolute;
      bottom: 1em;
      width: 100%;
      text-align: center; }
    #banner .icon-button {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      color: white; } }
  @media (max-height: 499px) and (orientation: landscape) {
    #banner .slide .caption .caption-inner h1 {
      font-size: 2em; } }

section {
  padding: 3em 0;
  text-align: left; }

#explore {
  background-color: #e7e8e9; }
  #explore .tile#CraigParry .square {
    background: url("../img/CraigParry-tile.jpg") center center no-repeat;
    background-size: cover; }
  #explore .tile#JasonCharlesHill .square {
    background: url("../img/JasonCharlesHill-tile.jpg") center center no-repeat;
    background-size: cover; }
  #explore .tile#LukeTscharke .square {
    background: url("../img/LukeTscharke-tile.jpg") center center no-repeat;
    background-size: cover; }
  #explore .tile#MarkGaler .square {
    background: url("../img/MarkGaler-tile.jpg") center center no-repeat;
    background-size: cover; }
  #explore .tile#MeghanMaloney .square {
    background: url("../img/MeghanMaloney-tile.jpg") center center no-repeat;
    background-size: cover; }
  #explore .tile#PatKay .square {
    background: url("../img/PatKay-tile.jpg") center center no-repeat;
    background-size: cover; }
  #explore .tile {
    position: relative;
    overflow: hidden;
    margin-top: 2em; }
    #explore .tile:hover .square {
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      #explore .tile:hover .square:before {
        content: "";
        display: block;
        background-color: black;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease; }
    #explore .tile a {
      display: block;
      width: 100%;
      height: 100%; }
    #explore .tile .square {
      width: 100%;
      position: relative;
      padding-bottom: 100%;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      #explore .tile .square .square-inner {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center; }
        #explore .tile .square .square-inner h3 {
          display: block;
          width: 100%;
          text-align: center;
          color: #fff;
          text-transform: uppercase;
          font-family: 'NeueMontreal-Bold', Arial, sans-serif;
          font-weight: bold;
          font-size: 2em;
          z-index: 3; }
      #explore .tile .square:before {
        content: "";
        display: block;
        background-color: black;
        opacity: 0.5;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease; }
  @media (min-width: 768px) {
    #explore .col-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #explore .col-wrapper .col3 {
        width: 32%; } }

#testimony {
  background-color: #e7e8e9;
  height: auto;
  padding: 0;
  position: relative; }
  #testimony .slider-count {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
    #testimony .slider-count p {
      color: #fff; }
  #testimony .slick {
    margin: 0; }
  #testimony .slick-next {
    right: 12px; }
  #testimony .slick-prev {
    left: 12px;
    z-index: 5; }
  #testimony .slide {
    height: auto;
    min-height: 500px;
    min-height: 60vh;
    padding: 3em 0;
    position: relative;
    display: flex;
    align-items: center; }
    #testimony .slide .quote-wrapper {
      width: 80%;
      margin: 0 auto;
      position: relative;
      z-index: 4; }
    #testimony .slide a {
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #testimony .slide .container {
      display: flex;
      align-items: center; }
  #testimony #t-meghan {
    background: url("../img/Meghan-Maloney-small.jpg") center center no-repeat;
    background-size: cover; }
  #testimony #t-jason {
    background: url("../img/Jason-Charles-Hill-small.jpg") center center no-repeat;
    background-size: cover; }
  #testimony #t-pat {
    background: url("../img/Pat-Kay-small.jpg") center center no-repeat;
    background-size: cover; }
  #testimony #t-craig {
    background: url("../img/Craig-Parry-small.jpg") center center no-repeat;
    background-size: cover; }
  #testimony #t-mark {
    background: url("../img/Mark-Galer-small.jpg") center center no-repeat;
    background-size: cover; }
  #testimony #t-luke {
    background: url("../img/Luke-Tscharke-small.jpg") center center no-repeat;
    background-size: cover; }
  #testimony .quote {
    font-size: 1.25em; }
    #testimony .quote p {
      color: #fff; }
  #testimony .person {
    color: #fff;
    overflow: hidden; }
    #testimony .person .person-wrap {
      float: left;
      margin-left: 10px; }
      #testimony .person .person-wrap .name {
        font-size: 20px;
        font-family: 'NeueMontreal-Bold', 'NeueMontreal-Regular', Arial, sans-serif !important;
        text-transform: uppercase;
        margin-bottom: 0.5em; }
    #testimony .person::before {
      content: "";
      width: 16px;
      height: 48px;
      background-image: linear-gradient(#fc2d17, #FF581D);
      display: inline-block;
      float: left; }
  @media (max-width: 575px) {
    #testimony .person.long .person-wrap {
      max-width: 90%; }
    #testimony .person.long::before {
      content: "";
      width: 16px;
      height: 64px;
      background-image: linear-gradient(#fc2d17, #FF581D);
      display: inline-block;
      float: left; } }
  @media (min-width: 768px) {
    #testimony {
      min-height: 90vh; }
      #testimony .slide {
        height: 90vh; }
      #testimony #t-meghan {
        background: url("../img/Meghan-Maloney.jpg") center center no-repeat;
        background-size: cover; }
      #testimony #t-jason {
        background: url("../img/Jason-Charles-Hill.jpg") center center no-repeat;
        background-size: cover; }
      #testimony #t-pat {
        background: url("../img/Pat-Kay.jpg") center center no-repeat;
        background-size: cover; }
      #testimony #t-craig {
        background: url("../img/Craig-Parry.jpg") center center no-repeat;
        background-size: cover; }
      #testimony #t-mark {
        background: url("../img/Mark-Galer.jpg") center center no-repeat;
        background-size: cover; }
      #testimony #t-luke {
        background: url("../img/Luke-Tscharke.jpg") center center no-repeat;
        background-size: cover; } }
  @media (min-width: 768px) and (min-height: 500px) {
    #testimony .quote-wrapper {
      max-width: 70%; }
    #testimony .quote {
      font-size: 2em; } }

#gear h3 {
  text-align: center; }
#gear .logo {
  display: inline-block;
  width: 128px;
  height: 35px; }
  #gear .logo#gear-a7-4 {
    background: url("../img/logos.png") -440px 0;
    background-size: 600px 50px; }
  #gear .logo#gear-a7-3 {
    background: url("../img/logos.png") -310px 0;
    background-size: 600px 50px; }
  #gear .logo#gear-gm-logo {
    display: inline-block;
    width: 144px;
    height: 37px;
    background: url(../img/logos.png) -170px 0;
    background-size: 600px 50px; }
#gear img {
  max-width: 100%; }
#gear img.logo {
  max-width: 150px; }
#gear ul {
  list-style: none;
  padding-left: 0; }
  #gear ul li {
    padding: 0.5em 0; }
#gear .col a {
  color: #FF581D;
  vertical-align: middle; }
  #gear .col a:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url("../img/icons-UI.png") -77px -29px;
    background-size: 156px 55px;
    margin-left: 8px;
    vertical-align: middle;
    transition: all 0.2s ease; }
  #gear .col a:hover {
    color: #fc2d17; }
  #gear .col a:hover:after {
    margin-left: 12px;
    transition: all 0.2s ease; }
#gear .col4 .col-inner {
  text-align: center; }
  #gear .col4 .col-inner img {
    max-width: 60%;
    margin: 0 auto; }
@media (min-width: 768px) {
  #gear .col-wrapper {
    display: flex;
    align-content: flex-end; }
  #gear .col4 {
    width: 25%; }
    #gear .col4 .col-inner img {
      max-width: 100%; }
  #gear .col4-span2 {
    width: 50%;
    padding: 1em; } }

#community {
  background-color: #242320;
  color: #fff; }
  #community .container {
    overflow: visible; }
  #community h2 .social {
    display: inline-block;
    float: right; }
    #community h2 .social .icon {
      display: inline-block;
      width: 24px;
      height: 25px;
      margin-left: 10px; }
      #community h2 .social .icon#comm-ig {
        background: url("../img/icons-UI.png") 0 -29px;
        background-size: 156px 55px; }
      #community h2 .social .icon#comm-fb {
        background: url("../img/icons-UI.png") -25px -29px;
        background-size: 156px 55px; }
  #community p {
    color: #fff; }
    #community p a {
      color: #fff;
      display: inline-block;
      padding-bottom: 2px; }
      #community p a::after {
        content: "";
        display: block;
        width: 0%;
        height: 5px;
        background-color: #fc2d17;
        transition: width 0.2s ease; }
      #community p a:hover::after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background-color: #fc2d17;
        transition: width 0.2s ease; }
  #community .slick-next {
    right: 0; }
  #community .slick-prev {
    left: 0;
    z-index: 1; }
  #community #community-carousel {
    overflow: visible; }
    #community #community-carousel .slide {
      width: 33.33%;
      padding: 0.5em;
      float: left; }
  @media (min-width: 768px) {
    #community .slick-next {
      right: -25px; }
    #community .slick-prev {
      left: -25px; } }

footer {
  padding-top: 2em !important;
  background-color: #e7e8e9; }
  footer:last-of-type {
    border-top: none; }
  footer .logo-wrap {
    position: relative;
    vertical-align: middle;
    padding: 0 0 1em 0;
    text-align: center; }
    footer .logo-wrap .logo#footer-alpha {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: url(../img/logos.png) -120px 0;
      background-size: 600px 50px; }
  footer #copyright {
    text-transform: uppercase;
    border-top: solid 3px #fc2d17; }
  footer #privacy {
    text-align: left; }
    footer #privacy a {
      color: #242320;
      display: inline-block;
      margin-left: 0.5em; }
  @media (min-width: 768px) {
    footer .col2 .logo-wrap {
      padding: 0;
      width: 80%;
      float: right; }
    footer #privacy {
      text-align: right; } }

/* Individual page styles */
#explore-page h1 {
  margin: 0; }
#explore-page section {
  padding: 0; }
#explore-page .tile {
  margin-top: 0; }
@media (min-width: 768px) {
  #explore-page .col-wrapper .col3 {
    width: 33.33%; } }

#gear-page #main-nav {
  position: relative; }
  #gear-page #main-nav ul li a {
    color: #242320; }
#gear-page .logo {
  display: inline-block;
  width: 128px;
  height: 35px; }
  #gear-page .logo#gear-a7-4 {
    background: url("../img/logos.png") -440px 0;
    background-size: 600px 50px; }
  #gear-page .logo#gear-a7-3 {
    background: url("../img/logos.png") -310px 0;
    background-size: 600px 50px; }
  #gear-page .logo#gear-gm {
    display: inline-block;
    width: 144px;
    height: 37px;
    background: url(../img/logos.png) -170px 0;
    background-size: 600px 50px; }
#gear-page img.logo {
  max-width: 250px; }
#gear-page section:first-of-type {
  padding-top: 6em; }
#gear-page section#gear-cam {
  background: linear-gradient(180deg, #e7e8e9 300px, #fff 300px);
  background: linear-gradient(180deg, #e7e8e9 50vh, #fff 50vh); }
  #gear-page section#gear-cam h2 {
    font-size: 1.65em; }
#gear-page section#gear-lens {
  background: linear-gradient(180deg, #e7e8e9 300px, #fff 300px);
  background: linear-gradient(180deg, #e7e8e9 40vh, #fff 40vh); }
  #gear-page section#gear-lens h2 {
    font-size: 1.25em; }
#gear-page .col {
  padding: 1em; }
  #gear-page .col img {
    max-width: 100%; }
  #gear-page .col img.logo {
    max-width: 150px; }
  #gear-page .col a {
    color: #FF581D;
    vertical-align: middle; }
    #gear-page .col a:after {
      content: "";
      display: inline-block;
      width: 9px;
      height: 14px;
      background: url("../img/icons-UI.png") -77px -29px;
      background-size: 156px 55px;
      margin-left: 8px;
      vertical-align: middle;
      transition: all 0.2s ease; }
    #gear-page .col a:hover {
      color: #fc2d17; }
    #gear-page .col a:hover:after {
      margin-left: 12px;
      transition: all 0.2s ease; }
#gear-page ul {
  list-style: none;
  padding-left: 0; }
  #gear-page ul li {
    padding: 0.5em 0; }
  #gear-page ul.notes {
    font-size: 0.85em; }
    #gear-page ul.notes li {
      padding: 0; }
@media (min-width: 768px) {
  #gear-page section#gear-cam {
    background: linear-gradient(180deg, #e7e8e9 50%, #fff 50%); }
  #gear-page section#gear-lens {
    background: linear-gradient(180deg, #e7e8e9 320px, #fff 320px); }
    #gear-page section#gear-lens .col ul {
      min-height: 292px; }
      #gear-page section#gear-lens .col ul.notes {
        min-height: 0; } }
@media (min-width: 900px) {
  #gear-page section#gear-lens .col ul {
    min-height: 232px; }
    #gear-page section#gear-lens .col ul.notes {
      min-height: 0; } }
@media (min-width: 1200px) {
  #gear-page section#gear-lens .col ul {
    min-height: 172px; }
    #gear-page section#gear-lens .col ul.notes {
      min-height: 0; } }

#community-page {
  background-color: #242320; }
  #community-page h2 .social {
    display: inline-block;
    float: right; }
    #community-page h2 .social .icon {
      display: inline-block;
      width: 24px;
      height: 25px;
      margin-left: 10px; }
      #community-page h2 .social .icon#comm-ig {
        background: url("../img/icons-UI.png") 0 -29px;
        background-size: 156px 55px; }
      #community-page h2 .social .icon#comm-fb {
        background: url("../img/icons-UI.png") -25px -29px;
        background-size: 156px 55px; }
  #community-page p a {
    color: #fff;
    display: inline-block;
    padding-bottom: 2px; }
    #community-page p a::after {
      content: "";
      display: block;
      width: 0%;
      height: 5px;
      background-color: #fc2d17;
      transition: width 0.2s ease; }
    #community-page p a:hover::after {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      background-color: #fc2d17;
      transition: width 0.2s ease; }
  #community-page h1,
  #community-page h2,
  #community-page h3 {
    color: #fff; }
  #community-page p {
    color: #fff; }

/*# sourceMappingURL=main.css.map */
