/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,700,700i");
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

a, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, button, input, select, textarea, section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}

button {
  border: none;
}
button:focus {
  outline: none;
}

svg {
  height: 1px;
  overflow: visible !important;
  width: 100%;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) */
/*@font-face {
    font-family: 'effra_heavyregular';
    src: url('../fonts/effraheavy-regular-webfont.woff2') format('woff2'),
         url('../fonts/effraheavy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'effra_lightregular';
    src: url('../fonts/effralight-regular-webfont.woff2') format('woff2'),
         url('../fonts/effralight-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
.light-font, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.regular-font {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.bold-font, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

h2 {
  color: #8c8c8c;
  margin: 0;
  font-size: 24px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 18px;
}

.hdr-bg {
  padding-left: 20px;
  background: transparent url("../img/dots-hdr.png") no-repeat 0 0;
  background-size: auto 90%;
}

.highlight {
  color: #a00f07;
}

.footnote {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  margin: 10px;
}


body {
  background: #ffffff;
  width: 100%;
  font-size: 1em;
}


footer:after {
  content: "";
  display: table;
  clear: both;
}

/**********************
 Loader
**********************/

#loader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
}

/**********************
 Lists
**********************/

ul li {
  margin-bottom: 20px;
}

/**********************
 General Images
**********************/

img.mobile-bg {
  width: 100%;
  height: auto;
}


img.svg {
  visibility: none;
}


.icon-share {
  width: 42px;
  height: 42px;
  background: transparent url("../img/icon-bg.png") no-repeat center center;
  background-size: 42px auto;
  text-align: center;
  line-height: 48px;
}

.icon-share .svg {
  width: 12px;
  height: 15px;
}

.icon-share svg path {
  fill: #fff;
}

/**********************
 Icons and lines
**********************/

.circle-container {
  position: relative;
  padding: 0 20px;
}


.circle {
  position: absolute;
  top: 50%;
  margin-top: -3px;
}


.circle-full {
  background: #a00f07;
  border: 2px solid #a00f07;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  left: 0;
}


.circle-outline {
  display: block;
  background: transparent;
  border: 2px solid #a00f07;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  right: 0;
}


.icon-bg {
  height: 42px;
  width: 42px;
  background: transparent url("../img/icon-bg.png") no-repeat 0 0;
  background-size: 100% auto;
}

/**********************
 Videos
**********************/

a.video {
  display: block;
  position: relative;
  text-align: center;
}

a.video .video-play {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  height: 70px;
  width: 70px;
}
@media all and (min-width: 768px) {

  a.video .video-play {
    margin: -68px 0 0 -68px;
    height: 137px;
    width: 137px;
  }
}

/**********************
 Sections
**********************/

section > div {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  line-height: 0;
  overflow: hidden;
}

section > div .content-container,
section > div .form-email {
  font-size: 16px;
  line-height: 18px;
}


.section-intro {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 6500px;
  background: transparent url("../img/bg-braille-touch-left-gray.jpg") fixed 0 bottom;
  background-size: cover;
}

.section-intro .border-top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 7px;
  background: #a00f07;
}

.section-intro #intro-bg {
  display: block;
  position: fixed;
  bottom: 0;
  height: 100vh;
  width: auto;
  opacity: 0;
  /* Portrait */
  /* Landscape */
}

.section-intro #intro-bg.show {
  opacity: 1;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

  .section-intro #intro-bg {
    left: -168px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

  .section-intro #intro-bg {
    left: 0;
  }
}

.section-intro .content-container {
  width: 230px;
  height: 120px;
  position: fixed;
  top: 50%;
  right: 50%;
  margin: -60px -85px 0 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-intro .content-container.tween {
  margin-right: -175px;
}

.section-intro .content-container #logo-images img {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
  height: auto;
  opacity: 0;
}

.section-intro .content-container #logo-images img.tween {
  opacity: 1;
}

.section-intro .content-container #logo-images #logo-braille {
  top: 31px;
  left: 0;
  width: 24px;
  opacity: 0;
}

.section-intro .content-container #logo-images #logo-braille.show {
  opacity: 1;
}

.section-intro .content-container #logo-images #logo-finger {
  top: 27px;
  left: -10%;
  width: 45px;
  opacity: 0;
}

.section-intro .content-container #logo-images #logo-finger.up {
  opacity: 1;
}

.section-intro .content-container #logo-images #logo-finger.tween {
  left: 5%;
}

.section-intro .content-container #logo-images #logo-bubble-outline {
  width: 2px;
  top: 31px;
  left: 28px;
}

.section-intro .content-container #logo-images #logo-bubble-outline.tween {
  width: 7px;
  top: 16px;
  left: 38px;
}

.section-intro .content-container #logo-images #logo-bubble-medium-1 {
  width: 2px;
  top: 30px;
  left: 31px;
}

.section-intro .content-container #logo-images #logo-bubble-medium-1.tween {
  width: 9px;
  top: 27px;
  left: 36px;
}

.section-intro .content-container #logo-images #logo-bubble-medium-2 {
  width: 2px;
  top: 32px;
  left: 30px;
}

.section-intro .content-container #logo-images #logo-bubble-medium-2.tween {
  width: 10px;
  top: 5px;
  left: 45px;
}

.section-intro .content-container #logo-images #logo-bubble-large {
  width: 2px;
  top: 30px;
  left: 25px;
}

.section-intro .content-container #logo-images #logo-bubble-large.tween {
  width: 14px;
  top: 18px;
  left: 45px;
}

.section-intro .content-container #logo-text {
  position: absolute;
  right: 0;
  top: 0;
  width: 149px;
}

.section-intro .content-container #logo-text img {
  width: 100%;
  height: auto;
}

.section-intro .content-container h3 {
  font-size: 10px;
  line-height: 16px;
  color: #8c8c8c;
  text-align: left;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.section-intro .content-container .finger {
  position: absolute;
  height: 100vh;
  width: auto;
  left: -15%;
  bottom: 0;
  z-index: 0;
}

.section-intro .arrow-down {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  -webkit-animation: bounce 1s infinite;
  /* Safari 4.0 - 8.0 */
  animation: bounce 1s infinite;
}

.section-intro .arrow-down .svg {
  width: 56px;
  height: 30px;
}

.section-intro .arrow-down svg {
  cursor: pointer;
  width: 56px;
  height: 30px;
}

.section-intro .arrow-down svg g {
  fill: #a00f07;
}


.section-about {
  background: #f9f9f9;
}

.section-about img.mobile-bg {
  width: 140%;
  margin-left: -20%;
}
@media all and (min-width: 768px) {

  .section-about img.mobile-bg {
    width: 100%;
    margin: 0;
  }
}

.section-about p {
  font-size: 27px;
  line-height: 32px;
  color: #8c8c8c;
  margin: 20px 0;
}

.section-about .content-container {
  width: 80%;
  padding: 80px 0;
  margin: 0 auto;
}
@media all and (min-width: 768px) {

  .section-about .content-container {
    position: absolute;
    height: 100%;
    width: 34%;
  }

  .section-about .content-container p {
    font-size: 22px;
    line-height: 24px;
  }
}

.section-about .content-container .circle-container {
  padding: 20px 0;
}
@media all and (min-width: 768px) {

  .section-about .content-container .circle-container {
    height: 230px;
    width: 115px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -58px;
  }
}

.section-about .content-container .circle-container .circle-full {
  top: 0;
  left: 50%;
  margin-left: -3px;
  margin-top: 0;
}

.section-about .content-container .circle-container .circle-outline {
  top: auto;
  bottom: 0;
  right: 50%;
  margin-right: -3px;
  margin-top: 0;
}


.section-how {
  background: #f9f9f9;
  text-align: left;
  padding: 40px 0;
}
@media all and (min-width: 768px) {

  .section-how {
    padding: 75px 0;
    background: transparent url("../img/bg-how.gif") no-repeat 0 0;
    background-size: cover;
  }
}

.section-how .clearfix {
  text-align: center;
}

.section-how .content-container:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 768px) {

  .section-how .content-container {
    position: relative;
    width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {

  .section-how .content-container {
    width: 930px;
  }
}

.section-how .content-container h2 {
  width: 170px;
  margin: 0 auto 20px;
}
@media all and (min-width: 768px) {

  .section-how .content-container h2 {
    position: absolute;
    top: 18px;
    right: 209px;
  }
}

.section-how .content-container .sign {
  width: 240px;
  height: auto;
  margin: 0 auto;
}
@media all and (min-width: 768px) {

  .section-how .content-container .sign {
    width: 571px;
    height: 642px;
    float: left;
    margin-left: -27%;
  }
}
@media (min-width: 1024px) {

  .section-how .content-container .sign {
    margin-left: -5%;
  }
}

.section-how .content-container ul.interactive {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 0;
  list-style-type: none;
}
@media all and (min-width: 768px) {

  .section-how .content-container ul.interactive {
    width: 345px;
    float: left;
  }
}

.section-how .content-container ul.interactive li {
  position: relative;
  width: 190px;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  counter-increment: none;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}

.section-how .content-container ul.interactive li.how-4 {
  color: #c41d30;
}

.section-how .content-container ul.interactive li.how-4 .number {
  float: left;
  display: inline;
  margin-right: 7px;
  margin-left: 40px;
  font-size: 36px;
  line-height: 21px;
}

.section-how .content-container ul.interactive li.how-4 .text {
  text-align: left;
  float: left;
  display: inline;
  font-size: 17px;
  line-height: 15px;
  text-transform: uppercase;
}

.section-how .content-container ul.interactive li.how-4 .text span {
  display: block;
  font-size: 8px;
  line-height: 12px;
}

.section-how .content-container ul.interactive li .line-v {
  z-index: 1;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}

.section-how .content-container ul.interactive li .line-v span {
  display: block;
  background: #a00f07;
  height: 85px;
  width: 2px;
  margin: 0 auto;
}

.section-how .content-container ul.interactive li .img-hover {
  z-index: 3;
  margin: 0 auto 10px;
  position: relative;
  height: 140px;
  width: 140px;
  border-radius: 70px;
  overflow: hidden;
}
@media all and (min-width: 768px) {

  .section-how .content-container ul.interactive li .img-hover {
    margin-bottom: 15px;
  }
}

.section-how .content-container ul.interactive li .img-hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -71px 0 0 -71px;
}

.section-how .content-container ul.interactive li .img-hover .animated {
  opacity: 0;
}

.section-how .content-container ul.interactive li .img-hover:hover .default {
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-how .content-container ul.interactive li .img-hover:hover .animated {
  opacity: 1;
}
@media all and (min-width: 768px) {

  .section-how .content-container ul.interactive li {
    position: absolute;
    padding: 0;
    margin: 0;
  }

  .section-how .content-container ul.interactive li .line-container {
    width: 0;
    height: 50px;
    position: absolute;
    right: 185px;
    top: 36px;
    overflow: hidden;
  }

  .section-how .content-container ul.interactive li .line-container .line-v {
    left: auto;
    top: 0;
    right: 0;
    width: 150px;
    height: 1px;
    background: #a00f07;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .section-how .content-container ul.interactive li .line-container .line-v span {
    display: block;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    right: 142px;
    top: 18px;
    width: 50px;
    height: 1px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .section-how .content-container ul.interactive li:hover .line-container {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: ease-out;
    /* Safari and Chrome */
    transition-timing-function: ease-out;
    width: 200px;
  }

  .section-how .content-container ul.interactive li.how-1 {
    top: 176px;
    right: 192px;
  }

  .section-how .content-container ul.interactive li.how-2 {
    top: 107px;
    right: 0;
  }

  .section-how .content-container ul.interactive li.how-2 .line-container .line-v {
    width: 363px;
  }

  .section-how .content-container ul.interactive li.how-2 .line-container .line-v span {
    right: 356px;
  }

  .section-how .content-container ul.interactive li.how-2:hover .line-container {
    width: 400px;
  }

  .section-how .content-container ul.interactive li.how-3 {
    top: 415px;
    right: 180px;
  }

  .section-how .content-container ul.interactive li.how-3 .line-container .line-v span {
    width: 40px;
    right: 141px;
    top: 12px;
  }

  .section-how .content-container ul.interactive li.how-4 {
    top: 355px;
    right: 0;
  }

  .section-how .content-container ul.interactive li.how-4 .line-container .line-v {
    width: 363px;
  }

  .section-how .content-container ul.interactive li.how-4 .line-container .line-v span {
    right: 331px;
    width: 100px;
  }

  .section-how .content-container ul.interactive li.how-4:hover .line-container {
    width: 400px;
  }
}

.section-how .content-container ul.interactive li::before {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  text-align: center;
  margin: 0 0 0 -5px;
  content: " ";
  background: #fff;
  border-radius: 50%;
  border: 2px solid #a00f07;
  display: block;
  height: 6px;
  width: 6px;
  line-height: 12px;
  font-size: 12px;
}
@media all and (min-width: 768px) {

  .section-how .content-container ul.interactive li::before {
    top: 32px;
    left: 4px;
    margin-left: 0;
    margin-right: 5px;
    background-color: transparent;
  }
}

.section-how .content-container ul.interactive li:hover {
  cursor: pointer;
}

.section-how .content-container ul.interactive li:hover::before {
  background: #a00f07;
}
@media all and (min-width: 768px) {

  .section-how .content-container .footnote {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}


.section-footer {
  border-bottom: 2px solid #a00f07;
  background: #f9f9f9;
}
@media all and (min-width: 768px) {

  .section-footer {
    max-height: 680px;
    overflow: hidden;
  }
}

.section-footer .content-container,
.section-footer #form-email {
  z-index: 6;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section-footer img.mobile-product {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -459px;
}

.section-footer .desktop-bg {
  z-index: 4;
  display: none;
}
@media all and (min-width: 768px) {

  .section-footer .desktop-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../img/bg-footer.gif") no-repeat 0 0;
    background-size: cover;
  }

  .section-footer .desktop-bg img {
    margin: 0 auto;
    width: 480px;
    height: 167px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -83px 0 0 -240px;
  }
}
@media (min-width: 1024px) {

  .section-footer .desktop-bg img {
    width: 918px;
    height: 320px;
    margin: -160px 0 0 -459px;
  }
}

.section-footer .content-container {
  z-index: 5;
  position: relative;
  width: 80%;
  text-align: center;
  margin: 80px auto;
}
@media all and (min-width: 768px) {

  .section-footer .content-container {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
@media all and (min-width: 768px) {

  .section-footer .content-container .circle-container {
    width: auto;
    display: inline-block;
  }
}

.section-footer .content-container .circle-container h2 {
  padding: 0 20px;
}
@media all and (min-width: 768px) {

  .section-footer .content-container .circle-container h2 {
    color: #ffffff;
  }

  .section-footer .content-container .circle-container h2 span {
    display: block;
  }
}

.section-footer .logo-container {
  width: 160px;
  margin: 30px auto;
  text-align: center;
}

.section-footer .logo-container:after {
  content: "";
  display: table;
  clear: both;
}

.section-footer .logo-container .divider {
  float: left;
  display: inline;
  width: 1px;
  height: 38px;
  margin: 0 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,5f5f5f+50,1e5799+100&0+0,0.8+50,0+100 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(95, 95, 95, 0.8) 50%, rgba(30, 87, 153, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(95, 95, 95, 0.8) 50%, rgba(30, 87, 153, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(95, 95, 95, 0.8) 50%, rgba(30, 87, 153, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 );
  /* IE6-9 */
}

.section-footer .logo-container a {
  float: left;
  display: inline;
  margin-top: 5px;
}

.section-footer #form-email {
  padding-top: 40px;
}
@media all and (min-width: 768px) {

  .section-footer #form-email {
    position: absolute;
    height: 230px;
    width: 100%;
    bottom: 0;
  }
}

.section-footer #form-email .circle-container {
  width: 300px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {

  .section-footer #form-email .circle-container {
    width: 380px;
  }
}

.section-footer #form-email p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 14px;
}

.section-footer img.mobile-bg {
  width: 120%;
  margin-left: -10%;
}
@media all and (min-width: 768px) {

  .section-footer img.mobile-bg {
    width: 100%;
    margin: 0;
  }
}


.section-buttons {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}
@media all and (min-width: 768px) {

  .section-buttons {
    top: 30px;
    right: 30px;
  }
}

.section-buttons .icon-share {
  cursor: pointer;
}

.section-buttons .icon-share img {
  width: 12px;
  height: 15px;
}

.section-buttons ul {
  display: none;
  margin-top: 20px;
}

.section-buttons ul li a {
  display: block;
  height: 42px;
  width: 42px;
  background: #8c8c8c;
  opacity: .7;
  text-align: center;
  line-height: 42px;
  font-size: 30px;
}

.section-buttons ul li a i {
  color: #ffffff;
}

.section-buttons ul li a:hover {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  background: #333;
}

.section-buttons ul li.icon-facebook a i {
  margin-top: 7px;
}

/**********************
 Helper Classes
**********************/

.hidden {
  display: none;
}


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


.screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form-container {
  margin: 0 auto 0;
  width: 300px;
}

.form-container:after {
  content: "";
  display: table;
  clear: both;
}

input[type="text"] {
  height: 30px;
  width: 270px;
  padding: 0 10px;
  color: #ffffff;
  background: #8f8f8f;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  text-align: center;
}

input[type="submit"] {
  width: 25px;
  height: 25px;
  background: transparent url("../img/btn-email.png") no-repeat 0 0;
  background-size: 25px 25px;
  border: 0;
  text-indent: -9999em;
  cursor: pointer;
}

input.error {
  border: 1px solid #a00f07;
}

input.active {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #626262;
}

.error-msg,
.success-msg {
  font-size: 12px;
  line-height: 14px;
}

.msg {
  color: #a00f07;
  height: 15px;
}
.msg .error-msg {
  display: none;
}

.success-msg {
  color: #009966;
  display: none;
}
.success-msg p {
  margin: 0 0 10px;
}


.transition {
  -webkit-transition: all .1s;
  /* Safari */
  transition: all .1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bounce {
  0% {
    bottom: 20px;
  }
  40% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes bounce {
  0% {
    bottom: 20px;
  }
  40% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@media all and (min-width: 768px) {

  .section-intro #intro-bg {
    display: block;
    position: fixed;
    left: -198px;
    bottom: 0;
    height: 100vh;
    width: auto;
    opacity: 0;
  }

  .section-intro #intro-bg.show {
    opacity: 1;
  }

  .section-intro .content-container {
    position: fixed;
    width: 460px;
    height: 210px;
    top: 50%;
    right: 50%;
    margin: -105px -170px 0 0;
  }

  .section-intro .content-container.tween {
    margin-right: -360px;
  }

  .section-intro .content-container #logo-images #logo-braille {
    width: 48px;
    top: 61px;
  }

  .section-intro .content-container #logo-images #logo-finger {
    width: 92px;
    top: 51px;
  }

  .section-intro .content-container #logo-images #logo-finger.tween {
    left: 26px;
  }

  .section-intro .content-container #logo-images #logo-bubble-outline {
    width: 0;
    top: 55px;
    left: 61px;
  }

  .section-intro .content-container #logo-images #logo-bubble-outline.tween {
    width: 13px;
    top: 33px;
    left: 76px;
  }

  .section-intro .content-container #logo-images #logo-bubble-medium-1 {
    width: 0;
    top: 55px;
    left: 61px;
  }

  .section-intro .content-container #logo-images #logo-bubble-medium-1.tween {
    width: 17px;
    top: 54px;
    left: 72px;
  }

  .section-intro .content-container #logo-images #logo-bubble-medium-2 {
    width: 0;
    top: 55px;
    left: 61px;
  }

  .section-intro .content-container #logo-images #logo-bubble-medium-2.tween {
    width: 18px;
    top: 11px;
    left: 91px;
  }

  .section-intro .content-container #logo-images #logo-bubble-large {
    width: 0;
    top: 55px;
    left: 61px;
  }

  .section-intro .content-container #logo-images #logo-bubble-large.tween {
    width: 26px;
    top: 37px;
    left: 91px;
  }

  .section-intro .content-container #logo-text {
    width: 301px;
  }

  .section-intro .content-container h3 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    opacity: 0;
  }

  .section-intro .content-container h3.show {
    opacity: 1;
  }

  .section-intro .arrow-down {
    position: fixed;
  }
}
@media (min-width: 1024px) {

  .section-intro #intro-bg {
    left: 0;
  }
}
/* Desktop styles below. 
NOTE: there is an issue with resizing. The older tween settings from previous responsive styles get applied

@media (min-width: 1024px) {
  .section-intro {
    #intro-bg {
      left: 0;
      position: fixed;
      opacity: 0;
      &.show {
        opacity: 1;
      }
    }
    #logo-text h3 {
      opacity: 0;
      &.show {
        opacity: 1;
      }
    }     
    .content-container {
      position: fixed;
      width: 700px;
      height: 241px;
      right: auto;
      left: 50%;
      margin: -105px 0 0 -460px;
      &.tween {
        margin-left: -210px;
      }

      #logo-images {
        #logo-braille {
          width: 73px;
          top: 92px;
          opacity: 0;
          &.show {
            opacity: 1;
          }
        }
        #logo-finger {
            width: 137px;
            top: 150px;
            left: -50px;
            opacity: 0;
            &.up {
              opacity: 1;
              top: 78px;
            }            
            &.tween {
              left: 41px;
            }
        }
        #logo-bubble-outline {
          width: 0;
          top: 80px;
          left: 84px;
          &.tween {
            width: 20px;
            top: 50px;
            left: 116px; 
          }         
        }
        #logo-bubble-medium-1 {
          width: 0;
          top: 80px;
          left: 84px;
          &.tween {
            width: 26px;
            top: 83px;
            left: 109px;              
          }     
        }
        #logo-bubble-medium-2 {
          width: 0;
          top: 80px;
          left: 84px;
          &.tween {          
            width: 28px;
            top: 18px;
            left: 139px;
          }
        }
        #logo-bubble-large {
          width: 0;
          top: 80px;
          left: 84px;            
          &.tween {          
            width: 40px;
            top: 56px;
            left: 138px;
          }
        }       
      }
      #logo-text {
          width: 458px;
      }
      h3 {
        display: block;
        opacity: 0;
        font-size: 19px;
        line-height: 24px;
        letter-spacing: 1px;
        &.show {
          opacity: 1;
        }
      }
    } // END .content-container

  } // END Section > Intro
} // END Desktop


*/

#finger-trigger {
  position: absolute;
  top: 50vh;
}


.section-about #about-text p {
  opacity: 0;
}

.section-about #about-text p.show {
  opacity: 1;
}

.section-about #about-text .circle-full {
  opacity: 0;
  top: -50px;
}

.section-about #about-text .circle-outline {
  opacity: 0;
  bottom: -50px;
}


.section-how #restroom-sign {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media all and (min-width: 768px) {

  .section-how #restroom-sign {
    margin-left: -70%;
  }

  .section-how #restroom-sign.slide {
    margin-left: -27%;
  }
}
@media (min-width: 1024px) {

  .section-how #restroom-sign {
    margin-left: -20%;
  }

  .section-how #restroom-sign.slide {
    margin-left: -5%;
  }
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}


.lity.lity-opened {
  opacity: 1;
}


.lity.lity-closed {
  opacity: 0;
}


.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}


.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}


.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}


.lity-loading .lity-loader {
  opacity: 1;
}


.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}


.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}


.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}


.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}


.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}


.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.lity-close:active {
  top: 1px;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}


.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}


.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}


.lity-hide {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
