@import url("https://fonts.googleapis.com/css?family=Roboto:900,500,100,300,700,400|Roboto+Condensed:400,300,700");
@font-face {
  font-family: "icons";
  src: url("../fonts/aotal.eot");
  src: url("../fonts/aotal.eot?#iefix") format("embedded-opentype"), url("../fonts/aotal.woff") format("woff"), url("../fonts/aotal.ttf") format("truetype"), url("../fonts/aotal.svg") format("svg");
  font-style: normal;
  font-weight: normal; }
.icon {
  font-family: 'icons'; }

html {
  font-size: 16px; }
  @media screen and (max-width: 1600px) and (min-aspect-ratio: 1366 / 768) {
    html {
      font-size: 12px; } }
  @media screen and (max-width: 1660px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 1440px) {
    html {
      font-size: 12px; } }
  @media screen and (max-width: 1280px) {
    html {
      font-size: 11px; } }
  @media screen and (max-width: 800px) {
    html {
      font-size: 10px; } }

body {
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 165%;
  font-family: "Roboto", sans-serif;
  color: #555; }

a {
  color: #555;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ff715b; }

small {
  font-size: 80%; }

input[type="submit"]:hover, input[type="submit"]:focus {
  cursor: pointer; }

video::-webkit-media-controls {
  display: none !important; }

h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 155%;
  margin: 25px 0;
  text-transform: uppercase; }
  h1.jumbo {
    font-size: 82px;
    font-size: 5.125rem;
    font-weight: 400;
    text-transform: none; }
    @media screen and (max-width: 420px) {
      h1.jumbo {
        font-size: 3.875rem; } }
    @media screen and (max-width: 740px) and (orientation: landscape) {
      h1.jumbo {
        font-size: 3.875rem; } }
  h1 a {
    color: #555; }

h2 {
  color: #000;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 200;
  line-height: 150%;
  margin: 50px 0; }
  @media screen and (max-width: 680px) {
    h2 {
      margin-bottom: 25px; } }
  @media screen and (max-width: 800px) {
    h2 {
      font-size: 2.125rem;
      line-height: 165%; } }
  @media screen and (max-width: 420px) {
    h2 {
      font-size: 1.75rem; } }

h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 165%;
  margin: 50px 0;
  text-transform: uppercase; }
  @media screen and (max-width: 800px) {
    h3 {
      margin: 35px 0; } }

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 165%;
  margin: 25px 0; }

h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 165%;
  margin: 25px 0;
  font-family: "Roboto Condensed", "Helvetica", sans-serif; }

h6 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0;
  text-transform: uppercase; }

p, li {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 180%; }
  @media screen and (max-width: 1280px) {
    p, li {
      font-size: 1.375rem; } }
  @media screen and (max-width: 800px) {
    p, li {
      line-height: 165%; } }

p {
  margin: 20px 0; }

hr {
  margin: 20px 0; }

#skrollr-body {
  width: 100%;
  height: 100%; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1660px) {
    .wrap {
      padding-left: 150px;
      padding-right: 150px; } }
  @media screen and (max-width: 1024px) {
    .wrap {
      padding-left: 140px;
      padding-right: 140px; } }
  @media screen and (max-width: 800px) {
    .wrap {
      padding-left: 120px;
      padding-right: 120px; } }
  @media screen and (max-width: 570px) {
    .wrap {
      padding-left: 20px;
      padding-right: 20px; } }

.centered {
  text-align: center; }

.justified {
  text-align: justify; }

.lowercase {
  text-transform: none; }

.text-link span {
  display: inline-block;
  -webkit-transform: translateY(-3px) translateX(5px);
  transform: translateY(-3px) translateX(5px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }
.text-link:hover span, .text-link:focus span {
  -webkit-transform: translateY(-3px) translateX(13px);
  transform: translateY(-3px) translateX(13px); }

.background {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }
  @media screen and (orientation: portrait) {
    .background {
      height: 100%;
      width: auto; } }

.foreground {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); }
  @media screen and (max-width: 800px) {
    .foreground {
      padding: 40px 0; } }

section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 800px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  section.content :first-child, section.panel :first-child {
    margin-top: 0; }
  section.breather {
    background: #555;
    color: #fff; }
    section.breather h2 {
      margin: 0;
      color: #fff;
      font-size: 30px;
      font-size: 1.875rem; }

section#hero {
  height: 650px;
  height: 100%;
  height: 83vh;
  background: #f5f5f5;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 740px) and (orientation: portrait) {
    section#hero {
      height: 55vh; } }
  section#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.35)); }
    section#hero .overlay .inner {
      position: relative;
      top: 23.5%;
      color: #fff; }
      @media screen and (max-width: 740px) and (orientation: landscape) {
        section#hero .overlay .inner {
          top: 20.5% !important; } }
      @media screen and (max-width: 420px) {
        section#hero .overlay .inner {
          top: 22.5%; } }
  section#hero nav {
    text-align: center;
    position: absolute;
    bottom: -1px;
    width: 100%; }
    section#hero nav.button-group .button {
      font-size: 1.25rem; }
      section#hero nav.button-group .button:first-child {
        border-bottom-left-radius: 0; }
      section#hero nav.button-group .button:last-child {
        border-bottom-right-radius: 0; }
      @media screen and (max-width: 768px) {
        section#hero nav.button-group .button {
          font-size: 11px;
          font-size: 0.75rem;
          padding: 6px 8px; } }
  section#hero video, section#hero img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
    @media screen and (min-aspect-ratio: 1024 / 500) {
      section#hero video, section#hero img {
        bottom: 0;
        top: auto; } }
    @media screen and (orientation: portrait) {
      section#hero video:not(.devices), section#hero img:not(.devices) {
        height: 100%;
        width: auto; } }
  section#hero h1,
  section#hero h2 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65); }
  section#hero h1 {
    text-transform: none;
    line-height: 145%;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65); }
    section#hero h1 strong {
      display: block;
      font-weight: 400;
      font-size: 185%;
      line-height: 100%; }
      section#hero h1 strong + span {
        display: block;
        font-size: 46%;
        font-weight: 300;
        line-height: 145%;
        margin-top: 0;
        margin-bottom: 50px; }
        @media screen and (max-width: 740px) and (orientation: landscape) {
          section#hero h1 strong + span {
            margin-bottom: 20px; } }
        @media screen and (max-width: 380px) {
          section#hero h1 strong + span {
            margin-bottom: 20px; } }
  section#hero h2 {
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    margin: 0; }
    @media screen and (max-width: 740px) and (orientation: landscape) {
      section#hero h2 {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (max-width: 420px) {
      section#hero h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 135%; } }

div.text-columns {
  margin: 50px 0;
  text-align: justify;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  column-gap: 150px;
  -webkit-column-rule: 1px solid #ddd;
  -moz-column-rule: 1px solid #ddd;
  column-rule: 1px solid #ddd; }
  @media screen and (max-width: 1440px) {
    div.text-columns {
      -webkit-column-gap: 100px;
      -moz-column-gap: 100px;
      column-gap: 100px; } }
  @media screen and (max-width: 800px) {
    div.text-columns {
      margin-top: 35px;
      margin-bottom: 35px;
      -webkit-column-gap: 50px;
      -moz-column-gap: 50px;
      column-gap: 50px; } }
  @media screen and (max-width: 640px) {
    div.text-columns {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  div.text-columns p {
    margin: 0 0 25px 0; }
    div.text-columns p.no-break {
      display: inline-block; }
    div.text-columns p:first-child:first-letter {
      font-weight: 300;
      font-size: 375%;
      line-height: 95%;
      float: left;
      margin: 0 8px 0 0; }
      @media screen and (max-width: 800px) {
        div.text-columns p:first-child:first-letter {
          font-size: 340%; } }
    div.text-columns p:last-child {
      margin-bottom: 0; }

section#aotal-introduction div.text-columns {
  margin-bottom: 0; }

section#premium-clients {
  background: #f5f5f5;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  section#premium-clients h1 {
    margin: 0; }
    @media screen and (max-width: 420px) {
      section#premium-clients h1 {
        font-size: 32px;
        font-size: 2rem; } }

ul.premium-clients {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0; }
  @media screen and (max-width: 800px) {
    ul.premium-clients {
      margin-top: 40px; } }
  ul.premium-clients li {
    width: 33.3333333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    margin-right: 0%;
    position: relative;
    overflow: hidden;
    display: none; }
    ul.premium-clients li.last {
      margin-right: 0; }
    ul.premium-clients li.visible {
      display: block; }
    @media screen and (max-width: 680px) {
      ul.premium-clients li {
        width: 100%;
        float: none;
        margin: 0; } }
  ul.premium-clients a {
    display: block;
    color: #fff; }
    ul.premium-clients a img {
      width: 100%;
      height: auto;
      display: block;
      -webkit-transition: -webkit-transform 0.35s ease;
      transition: transform 0.35s ease;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    ul.premium-clients a .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: background 0.35s ease;
      transition: background 0.35s ease; }
      ul.premium-clients a .overlay::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: border-color 0.5s ease, -webkit-transform 0.5s ease;
        transition: border-color 0.5s ease, transform 0.5s ease; }
    ul.premium-clients a .text {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 80%;
      height: auto;
      color: #fff;
      -webkit-transform: translateY(0) translateX(-50%);
      transform: translateY(0) translateX(-50%);
      -webkit-transition: -webkit-transform 0.35s ease;
      transition: transform 0.35s ease; }
    ul.premium-clients a h3 {
      text-transform: uppercase; }
    ul.premium-clients a p {
      margin: 0;
      opacity: 0;
      color: #fff;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
      transition: opacity 0.35s ease, transform 0.35s ease; }
    ul.premium-clients a:hover img {
      -webkit-transform: scale(1);
      transform: scale(1); }
    ul.premium-clients a:hover .overlay {
      background: rgba(0, 0, 0, 0.75); }
      ul.premium-clients a:hover .overlay::before {
        border-color: #fff;
        -webkit-transform: scale(0.92);
        transform: scale(0.92); }
    ul.premium-clients a:hover .text {
      background: none;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    ul.premium-clients a:hover p {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

section#client-community {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 420px) {
    section#client-community {
      padding-top: 20px; } }

nav.client-filter {
  margin: 0 0 50px 0; }
  @media screen and (max-width: 680px) {
    nav.client-filter {
      display: none; } }
  nav.client-filter a {
    background: #eee;
    font-family: "Roboto Condensed", "Helvetica", sans-serif;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem;
    color: #555;
    padding: 15px 20px;
    border-radius: 3px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease; }
    nav.client-filter a:hover, nav.client-filter a:focus, nav.client-filter a.active {
      background: #4eb3cf;
      color: #fff;
      cursor: pointer; }
    @media screen and (max-width: 1440px) {
      nav.client-filter a {
        padding: 15px 20px;
        font-size: 1.125rem; } }

ul.client-community {
  list-style: none;
  -webkit-transition: height 1s ease;
  transition: height 1s ease; }
  ul.client-community li {
    width: 12.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 10px 0;
    margin-right: -4px;
    display: none; }
    ul.client-community li img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 3px;
      -webkit-filter: saturate(0%) contrast(92.5%);
      -moz-filter: saturate(0%) contrast(92.5%);
      -ms-filter: saturate(0%) contrast(92.5%);
      filter: saturate(0%) contrast(92.5%);
      -webkit-transition: -webkit-filter 0.3s ease, -moz-filter 0.3s ease, -ms-filter 0.3s ease, filter 0.3s ease;
      -moz-transition: -webkit-filter 0.3s ease, -moz-filter 0.3s ease, -ms-filter 0.3s ease, filter 0.3s ease;
      -ms-transition: -webkit-filter 0.3s ease, -moz-filter 0.3s ease, -ms-filter 0.3s ease, filter 0.3s ease;
      transition: -webkit-filter 0.3s ease, -moz-filter 0.3s ease, -ms-filter 0.3s ease, filter 0.3s ease; }
      @media screen and (max-width: 680px) {
        ul.client-community li img {
          width: 65%;
          margin: 0 auto; } }
    ul.client-community li:hover img {
      -webkit-filter: none;
      -moz-filter: none;
      filter: none; }
    @media screen and (max-width: 1440px) {
      ul.client-community li {
        width: 16.6666666667%; } }
    @media screen and (max-width: 800px) {
      ul.client-community li {
        width: 25%; } }
    @media screen and (max-width: 420px) {
      ul.client-community li {
        width: 33.3333333333%; } }

section#client-details h1:first-child {
  margin: 50px 0 0 0; }
section#client-details h2 {
  font-size: 1.875rem;
  margin: 30px 0; }
section#client-details h3 {
  margin: 30px 0; }
section#client-details a.left, section#client-details a.right {
  font-size: 65%;
  padding: 0 15px;
  position: relative;
  top: -5px;
  color: #888; }
  section#client-details a.left:hover, section#client-details a.left:focus, section#client-details a.right:hover, section#client-details a.right:focus {
    color: #ff715b; }

footer {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; }
  footer h1 {
    margin: 0;
    color: #fff; }
  footer h2 {
    margin: 10px 0 30px 0;
    color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:focus {
      color: #ff715b; }
  footer .copy-line {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 640px) {
      footer .copy-line {
        position: static; } }

.twocol {
  width: 46%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  float: left;
  margin-right: 8%; }
  .twocol.last {
    margin-right: 0; }

.button {
  display: inline-block;
  margin: 0;
  padding: 12px 25px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Roboto Condensed", "Helvetica", sans-serif;
  color: #fff;
  background-color: #333;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border-color 0.3s ease; }
  @media screen and (max-width: 1024px) {
    .button {
      padding: 12px 15px; } }
  @media screen and (max-width: 380px) {
    .button {
      padding: 8px 15px; } }
  .button:hover {
    color: #fff;
    background: #555; }
  .button.red {
    background: #ff715b;
    color: #fff; }
    .button.red:hover {
      background: #ff8775; }
  .button.green {
    background: #a0cf67;
    color: #fff; }
    .button.green:hover {
      background: #acd57a; }
  .button.flat, .button.ghost {
    box-shadow: none; }
  .button.ghost {
    color: #555;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #888; }
    .button.ghost:hover, .button.ghost:focus {
      background: #ff715b;
      border-color: #ff715b;
      color: #fff; }
    .button.ghost.red {
      color: #ff715b;
      border-color: #ff715b; }
      .button.ghost.red:hover {
        background: #ff715b;
        border-color: #ff715b;
        color: #fff; }
    .button.ghost.green {
      color: #a0cf67;
      border-color: #a0cf67; }
      .button.ghost.green:hover {
        background: #a0cf67;
        border-color: #a0cf67;
        color: #fff; }
    .button.ghost.blue {
      color: #4eb3cf;
      border-color: #4eb3cf; }
      .button.ghost.blue:hover {
        background: #4eb3cf;
        border-color: #4eb3cf;
        color: #fff; }
    .button.ghost.white {
      color: #fff;
      border-color: #eee; }
      .button.ghost.white:hover, .button.ghost.white:focus {
        background: #fff;
        border-color: #fff;
        color: #a0cf67; }
        .button.ghost.white:hover.snaphire, .button.ghost.white:focus.snaphire {
          color: #a0cf67; }

.button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0; }
  .button-group .button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .button-group .button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

header {
  display: block; }
  header a#logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    float: left;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 85px;
    width: 200px;
    text-indent: -999px;
    margin: 10px; }
    header a#logo.aotal {
      background-image: url("../images/aotal-logo.png"); }
    header a#logo.snaphire {
      background-image: url("../images/snaphire-logo.png"); }
    @media screen and (max-width: 800px) {
      header a#logo {
        height: 65px; } }
    @media screen and (max-width: 570px) {
      header a#logo {
        height: 50px;
        margin: 10px; } }

nav#main-nav {
  border: 15px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  background: #4eb3cf;
  background: radial-gradient(circle, #59adc4 35%, #5cabc1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease; }
  @media screen and (max-width: 570px) {
    nav#main-nav {
      border: 10px solid #fff; } }
  nav#main-nav footer {
    position: absolute;
    bottom: 40px;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.65s 1s ease, visibility 0.65s 1s ease;
    transition: opacity 0.65s 1s ease, visibility 0.65s 1s ease; }
    nav#main-nav footer p {
      color: #eee;
      margin: 0;
      font-size: 1rem; }
      nav#main-nav footer p a {
        color: #eee; }
    @media screen and (max-height: 640px) and (orientation: landscape) {
      nav#main-nav footer {
        display: none; } }
  nav#main-nav.inactive {
    opacity: 0;
    visibility: hidden; }
  nav#main-nav.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    nav#main-nav.active ul li,
    nav#main-nav.active footer {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  nav#main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 25%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 1280px) {
      nav#main-nav ul {
        min-width: 45%; } }
    @media screen and (max-width: 680px) {
      nav#main-nav ul {
        min-width: 65%; } }
    @media screen and (max-width: 420px) {
      nav#main-nav ul {
        min-width: 85%; } }
    @media screen and (max-width: 380px) {
      nav#main-nav ul {
        top: 45%; } }
  nav#main-nav li {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    border-bottom: 1px solid #b2deea; }
    nav#main-nav li.small {
      width: 50%;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: bottom;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 1px solid #b2deea; }
      nav#main-nav li.small.last {
        border-right: none; }
      nav#main-nav li.small a {
        font-size: 1.375rem; }
        nav#main-nav li.small a:hover, nav#main-nav li.small a:focus {
          padding-top: 15px; }
    nav#main-nav li:nth-child(1), nav#main-nav li:nth-child(2) {
      -webkit-transition: -webkit-transform 1s 0.05s ease, opacity 1s 0.05s ease, visibility 1s 0.05s ease;
      transition: transform 1s 1s/20 ease, opacity 1s 1s/20 ease, visibility 1s 1s/20 ease; }
    nav#main-nav li:nth-child(3) {
      -webkit-transition: -webkit-transform 1s 0.15s ease, opacity 1s 0.15s ease, visibility 1s 0.15s ease;
      transition: transform 1s 0.15s ease, opacity 1s 0.15s ease, visibility 1s 0.15s ease; }
    nav#main-nav li:nth-child(4) {
      -webkit-transition: -webkit-transform 1s 0.2s ease, opacity 1s 0.2s ease, visibility 1s 0.2s ease;
      transition: transform 1s 0.2s ease, opacity 1s 0.2s ease, visibility 1s 0.2s ease; }
    nav#main-nav li:nth-child(5) {
      -webkit-transition: -webkit-transform 1s 0.25s ease, opacity 1s 0.25s ease, visibility 1s 0.25s ease;
      transition: transform 1s 0.25s ease, opacity 1s 0.25s ease, visibility 1s 0.25s ease; }
    nav#main-nav li:nth-child(6), nav#main-nav li:nth-child(7) {
      -webkit-transition: -webkit-transform 1s 0.3s ease, opacity 1s 0.3s ease, visibility 1s 0.3s ease;
      transition: transform 1s 6s/20 ease, opacity 1s 6s/20 ease, visibility 1s 6s/20 ease; }
    nav#main-nav li a {
      display: block;
      position: relative;
      font-family: "Roboto Condensed", "Helvetica", sans-serif;
      font-weight: 300;
      font-size: 3rem;
      line-height: 165%;
      padding: 15px 0;
      text-decoration: none;
      color: #fff;
      text-transform: uppercase;
      -webkit-transition: color 0.3s ease, padding 0.3s ease;
      transition: color 0.3s ease, padding 0.3s ease; }
      @media screen and (max-width: 640px) {
        nav#main-nav li a {
          font-size: 2.125rem;
          padding: 10px 0; } }
      nav#main-nav li a:hover, nav#main-nav li a:focus {
        padding-top: 80px; }
        @media screen and (max-width: 1024px) {
          nav#main-nav li a:hover, nav#main-nav li a:focus {
            padding-top: 15px; } }
    nav#main-nav li span.icon {
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      text-transform: none;
      position: absolute;
      top: 15px;
      left: 50%;
      -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
      -webkit-transform: translateX(-50%) scale(0.25);
      transform: translateX(-50%) scale(0.25);
      -webkit-transform-origin: center;
      transform-origin: center; }
    nav#main-nav li a:hover span.icon,
    nav#main-nav li a:focus span.icon {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
      @media screen and (max-width: 1024px) {
        nav#main-nav li a:hover span.icon,
        nav#main-nav li a:focus span.icon {
          opacity: 0;
          visibility: hidden; } }

a.nav-expand {
  display: inline-block;
  zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  margin: 13px;
  padding: 15px 13px 25px 13px;
  background: #f5f5f5;
  text-decoration: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999999;
  color: #444;
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media screen and (max-width: 800px) {
    a.nav-expand {
      padding: 15px 10px 19px 10px;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transform-origin: top right;
      transform-origin: top right; } }
  @media screen and (max-width: 570px) {
    a.nav-expand {
      margin: 10px;
      padding: 15px 10px 23px 10px;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); } }
  a.nav-expand span.icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    background: #555;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.65s ease, background 0.65s ease;
    transition: transform 0.65s ease, background 0.65s ease; }
    a.nav-expand span.icon::before, a.nav-expand span.icon::after {
      position: absolute;
      content: '';
      display: block;
      background: #555;
      width: 100%;
      height: 4px;
      border-radius: 3px;
      -webkit-transition: background 0.65s ease, -webkit-transform 0.65s ease;
      transition: background 0.65s ease, transform 0.65s ease; }
    a.nav-expand span.icon::before {
      top: -11px;
      -webkit-transform-origin: top left;
      transform-origin: top left; }
    a.nav-expand span.icon::after {
      bottom: -11px;
      -webkit-transform-origin: bottom left;
      transform-origin: bottom left; }
  a.nav-expand span.text {
    display: block;
    position: relative;
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    a.nav-expand span.text span.menu, a.nav-expand span.text span.close {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease; }
    a.nav-expand span.text span.close {
      opacity: 0;
      visibility: hidden; }
  a.nav-expand.active {
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0; }
    a.nav-expand.active span.icon {
      background: transparent;
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }
      a.nav-expand.active span.icon::before {
        -webkit-transform: translateY(2px) translateX(3px) rotateZ(45deg);
        transform: translateY(2px) translateX(3px) rotateZ(45deg); }
      a.nav-expand.active span.icon::after {
        -webkit-transform: translateY(1px) translateX(3px) rotateZ(-45deg);
        transform: translateY(1px) translateX(3px) rotateZ(-45deg); }
    a.nav-expand.active span.text {
      color: #6d9e32; }
      a.nav-expand.active span.text span.menu {
        opacity: 0;
        visibility: hidden; }
      a.nav-expand.active span.text span.close {
        opacity: 1;
        visibility: visible; }
  a.nav-expand:hover span.text {
    color: #6d9e32; }

section#hero.homepage video, section#hero.homepage img {
  bottom: 0;
  top: auto; }
section#hero.homepage div.overlay .inner {
  top: 28.5%; }
section#hero.homepage h1 {
  margin-bottom: 50px; }
section#hero.clients {
  height: 75vh;
  overflow: visible;
  background-image: url("/resources/images/light-triangles.png");
  background-repeat: repeat;
  background-size: auto; }
  section#hero.clients div.overlay {
    background: rgba(0, 0, 0, 0.35);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.45)); }
  section#hero.clients img {
    top: auto;
    bottom: 0; }
  section#hero.clients div.wrap {
    position: relative;
    height: 100%; }
  section#hero.clients img.devices {
    display: block;
    width: 90%;
    margin: 0 auto;
    min-width: 0;
    min-height: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    section#hero.clients img.devices.desktop {
      height: 100%;
      width: auto; }
section#hero.features div.overlay div.inner {
  top: 30%; }
section#hero.resellers {
  padding: 0;
  height: 75vh; }

nav.services-nav {
  border-top: 1px solid #e8e8e8;
  background: url("../images/lightpaperfibers.png") #f8f8f8; }
  nav.services-nav span.icon {
    display: block;
    line-height: 100%;
    font-size: 64px;
    font-size: 4rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease; }
    @media screen and (max-width: 680px) {
      nav.services-nav span.icon {
        font-size: 3rem; } }
    @media screen and (max-width: 420px) {
      nav.services-nav span.icon {
        font-size: 2rem; } }
  nav.services-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  nav.services-nav li {
    width: 16.6666666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    margin-right: 0%;
    background: rgba(255, 255, 255, 0.55);
    position: relative;
    overflow: hidden; }
    nav.services-nav li.last {
      margin-right: 0; }
    nav.services-nav li a {
      box-sizing: border-box;
      height: 100%;
      position: relative;
      z-index: 99;
      margin: 0;
      padding: 60px 0;
      display: block;
      color: #666;
      border-right: 1px solid #e8e8e8;
      text-shadow: 1px 1px 0px #fff; }
      nav.services-nav li a h4 {
        margin-bottom: 0;
        font-size: 1.625rem;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease; }
      nav.services-nav li a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -7px;
        z-index: 9999;
        border-width: 15px;
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease; }
    nav.services-nav li:hover, nav.services-nav li:focus, nav.services-nav li.selected {
      background: #f8f8f8;
      background: rgba(0, 0, 0, 0.035); }
      nav.services-nav li:hover a span.icon, nav.services-nav li:focus a span.icon, nav.services-nav li.selected a span.icon {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      nav.services-nav li:hover a h4, nav.services-nav li:focus a h4, nav.services-nav li.selected a h4 {
        -webkit-transform: translateY(5px);
        transform: translateY(5px); }
      nav.services-nav li:hover a::after, nav.services-nav li:focus a::after, nav.services-nav li.selected a::after {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    @media screen and (max-width: 420px) {
      nav.services-nav li a {
        padding: 20px 0; }
        nav.services-nav li a h4 {
          margin-top: 10px;
          font-size: 18px;
          font-size: 1.125rem; }
          nav.services-nav li a h4 span {
            display: none; }
        nav.services-nav li a::after {
          border-width: 8px;
          margin-left: -4px; }
      nav.services-nav li:hover a h4, nav.services-nav li:focus a h4, nav.services-nav li.selected a h4 {
        -webkit-transform: translateY(0);
        transform: translateY(0); } }

ul.services {
  list-style: none;
  margin: 0 auto; }
  ul.services li {
    display: none;
    opacity: 0;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-fill-mode: forwards;
    animation-name: fade;
    animation-duration: 0.65s;
    animation-fill-mode: forwards; }
    ul.services li.selected {
      display: block;
      opacity: 1;
      -webkit-animation-play-state: running;
      animation-play-state: running; }
  ul.services article {
    padding-top: 60px;
    text-align: left; }
    @media screen and (max-width: 800px) {
      ul.services article {
        padding-top: 35px; } }
    @media screen and (max-width: 680px) {
      ul.services article {
        padding-top: 25px; }
        ul.services article h1 {
          border-bottom: 1px solid #ddd;
          padding-bottom: 20px; } }
    ul.services article h1 {
      margin: 0; }
      @media screen and (max-width: 680px) {
        ul.services article h1 {
          text-align: left; } }
    ul.services article h2 {
      margin: 30px 0; }
    ul.services article p {
      margin-bottom: 0; }

ul.assist-options.collapsible {
  border: none;
  margin-top: 50px; }
  ul.assist-options.collapsible li {
    display: inline-block;
    width: 31.3333333333%;
    margin-right: 3%;
    vertical-align: top; }
    ul.assist-options.collapsible li:nth-child(3) {
      margin-right: 0; }
    @media screen and (max-width: 680px) {
      ul.assist-options.collapsible li {
        width: auto;
        display: block;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px; } }
  ul.assist-options.collapsible h4 {
    margin: 0; }
    ul.assist-options.collapsible h4 span {
      display: inline-block; }
      ul.assist-options.collapsible h4 span.icon {
        line-height: 0;
        position: relative;
        top: 2px; }
    ul.assist-options.collapsible h4 span:first-child {
      margin-right: 10px; }
    ul.assist-options.collapsible h4 span:last-child {
      float: right;
      color: #888;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease; }
    ul.assist-options.collapsible h4:hover, ul.assist-options.collapsible h4:focus {
      color: #ff715b; }
    ul.assist-options.collapsible h4.active span:last-child {
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg); }
  ul.assist-options.collapsible p {
    margin: 0;
    padding: 20px; }

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.035);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-white .waves-ripple {
    background-color: white; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: #ffdfdb; }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: #eaf4dd; }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect.waves-blue .waves-ripple {
    background-color: #dcf0f6; }

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1; }

.collapsible {
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  margin: 10px 0 10px 0; }

.collapsible-header {
  display: block;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8; }
  .collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 50px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #e8e8e8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .collapsible-body p {
    margin: 0;
    padding: 2rem; }

.side-nav .collapsible {
  border: none;
  box-shadow: none; }
  .side-nav .collapsible li {
    padding: 0; }
.side-nav .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  margin: 0 1rem; }
  .side-nav .collapsible-header i {
    line-height: inherit; }
.side-nav .collapsible-body {
  border: 0;
  background-color: #fafafa; }
  .side-nav .collapsible-body li a {
    margin: 0 1rem 0 2rem; }

.collapsible.popout {
  border: none;
  box-shadow: none; }
  .collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0; }

form.contact-form {
  color: #333;
  max-width: 900px;
  margin: 0 auto; }
  form.contact-form h3 {
    margin: 0 0 25px 0; }
  form.contact-form ul {
    list-style: none;
    padding: 0; }
  form.contact-form li {
    margin-bottom: 20px; }
    form.contact-form li.email, form.contact-form li.phone {
      display: inline-block;
      width: 47.5%; }
    form.contact-form li.email {
      margin-right: 5%; }
    form.contact-form li.phone {
      margin-left: -5px; }
  form.contact-form input, form.contact-form textarea {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 300; }
  form.contact-form li.input-field textarea + label.active {
    top: 0; }
  form.contact-form input[type="submit"] {
    float: right; }

/* Remove Focus Boxes */
select:focus {
  outline: 1px solid #ababab; }

button:focus {
  outline: none;
  background-color: #3d3d3d; }

label {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #888;
  z-index: -1; }

/***************************
   Text Inputs + Textarea
****************************/
::-webkit-input-placeholder {
  color: #bbbbbb; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #bbbbbb; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbbbb; }

:-ms-input-placeholder {
  color: #bbbbbb; }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #888;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s; }
  input[type=text]:disabled, input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: #000;
    border-bottom: 1px dotted #000; }
  input[type=text]:disabled + label, input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: #000; }
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ff715b;
    box-shadow: 0 1px 0 0 #ff715b; }
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #ff715b; }
  input[type=text].valid, input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #a0cf67;
    box-shadow: 0 1px 0 0 #a0cf67; }
  input[type=text].valid + label:after, input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #a0cf67;
    opacity: 1; }
  input[type=text].invalid, input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #ff715b;
    box-shadow: 0 1px 0 0 #ff715b; }
  input[type=text].invalid + label:after, input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #ff715b;
    opacity: 1; }
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field label {
    color: #888;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .input-field label.active {
    font-size: 12px;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%); }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .input-field .prefix.active {
      color: #ff715b; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ textarea {
    padding-top: .8rem; }
  .input-field .prefix ~ label {
    margin-left: 3rem; }

.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

.aotal-only {
  display: none !important; }

a {
  color: #a0cf67;
  text-decoration: none; }
  a:hover, a:focus {
    color: #a0cf67; }
  a.text-link {
    color: #333; }
  a.text-link:hover, a.text-link:focus {
    border-bottom: 1px solid #d0e7b5; }

nav#main-nav {
  background: #a0cf67;
  background: radial-gradient(circle, #94c954 35%, #a0cf67); }
  nav#main-nav li {
    border-bottom: 1px solid #d0e7b5; }
    nav#main-nav li.small {
      border-right: 1px solid #d0e7b5; }
    nav#main-nav li span.icon {
      color: white; }

section#snaphire-intro div.text-columns {
  margin-bottom: 0; }

section#snaphire-video {
  background: #f5f5f5; }
  section#snaphire-video iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto; }

ul.snaphire-features {
  list-style: none;
  margin-top: 30px; }
  @media screen and (max-width: 1440px) {
    ul.snaphire-features {
      margin-top: 20px; } }
  ul.snaphire-features li {
    width: 32%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    border-radius: 2px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
    ul.snaphire-features li:nth-child(3n), ul.snaphire-features li.last {
      margin-right: 0; }
    @media screen and (max-width: 1440px) {
      ul.snaphire-features li {
        margin-bottom: 20px; } }
    @media screen and (max-width: 800px) {
      ul.snaphire-features li {
        width: 49%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        float: left;
        margin-right: 2%; }
        ul.snaphire-features li:nth-child(2n), ul.snaphire-features li.last {
          margin-right: 0; }
        ul.snaphire-features li:nth-child(3n):not(:nth-child(2n)) {
          margin-right: 2%; } }
    @media screen and (max-width: 680px) {
      ul.snaphire-features li {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        float: left;
        margin-right: 2%;
        margin-right: 0; }
        ul.snaphire-features li:nth-child(1n), ul.snaphire-features li.last {
          margin-right: 0; } }
    ul.snaphire-features li a {
      color: #555; }
    ul.snaphire-features li:hover, ul.snaphire-features li:focus {
      border-color: #a0cf67;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(1.025);
      transform: scale(1.025); }
  ul.snaphire-features span.icon {
    color: #5e892b;
    font-size: 3.25rem; }
    @media screen and (max-width: 680px) {
      ul.snaphire-features span.icon {
        font-size: 4rem; } }
  ul.snaphire-features p {
    font-size: 1rem; }
    @media screen and (max-width: 800px) {
      ul.snaphire-features p {
        font-size: 1.125rem; } }
  ul.snaphire-features a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #555;
    padding: 50px 20px 30px 20px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      ul.snaphire-features a {
        padding: 40px 20px 20px 20px; } }
    ul.snaphire-features a div.inner {
      position: relative;
      z-index: 999; }
    ul.snaphire-features a::before, ul.snaphire-features a::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 300px;
      height: 300px;
      border-radius: 100%;
      background: #fdfdfd;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.65s ease;
      transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.65s ease;
      will-change: transform; }
    ul.snaphire-features a::after {
      background: #e9f4db; }
    ul.snaphire-features a:hover::before, ul.snaphire-features a:hover::after {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(4);
      transform: scale(4); }
    ul.snaphire-features a:hover::after {
      -webkit-transform: scale(3);
      transform: scale(3); }
    ul.snaphire-features a.blue::after, ul.snaphire-features a.blue.selected {
      background: #eef8fb; }

#resellers {
  position: relative; }
  #resellers article {
    display: none;
    text-align: center; }
    #resellers article.selected {
      display: block; }
    #resellers article h1 {
      margin: 0; }
    #resellers article h2 {
      margin: 10px 0 0 0; }
      #resellers article h2 + p {
        margin: 0; }
    #resellers article p {
      margin: 10px 0 0 0; }
    #resellers article div, #resellers article p {
      display: inline-block;
      vertical-align: bottom;
      text-align: left; }
    #resellers article div {
      margin-right: 50px;
      text-align: right; }
  #resellers form {
    margin: 50px auto;
    text-align: left; }

div#vmap {
  width: 100%;
  height: 100%;
  padding: 25px 0;
  box-sizing: border-box; }
  div#vmap svg {
    width: 100%;
    height: 100%; }

nav.client-filter a:hover, nav.client-filter a:focus, nav.client-filter a.active {
  background: #a0cf67; }

nav.services-nav li {
  position: relative; }
  nav.services-nav li:hover span.icon, nav.services-nav li:focus span.icon, nav.services-nav li.selected span.icon {
    color: #5e892b; }

footer a:hover,
footer a:focus {
  color: #a0cf67; }
