body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden; }

noscript {
  width: 400px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -150px; }
  noscript p {
    text-align: center;
    margin-top: -30px;
    font-size: .8em;
    color: #666;
    line-height: 1.5em; }
  noscript b {
    color: #FF5DA2;
    font-size: 2em;
    line-height: 1.2em; }
  noscript a {
    text-decoration: none;
    border-bottom: 3px solid #000;
    color: #333; }
  noscript a:hover {
    background-color: #333;
    color: #fff; }

@media all and (min-width: 816px) {
  body {
    font-size: 18px; } }
@media all and (max-width: 815px) and (min-width: 531px) {
  body {
    font-size: 14px; } }
@media all and (max-width: 530px) {
  body {
    font-size: 10px; } }
.siteContent {
  display: none; }

#backHome {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  z-index: 100;
  -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-image: url(../img/arrowLeft.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: -webkit-linear-gradient(to bottom, #47D0BD, #47D0BD 26%, transparent 26%, transparent 37%, #DAEC8B 37%, #DAEC8B 63%, transparent 63%, transparent 74%, #FF5DA2 74%, #FF5DA2);
  background-image: -moz-linear-gradient(to bottom, #47D0BD, #47D0BD 26%, transparent 26%, transparent 37%, #DAEC8B 37%, #DAEC8B 63%, transparent 63%, transparent 74%, #FF5DA2 74%, #FF5DA2);
  background-image: linear-gradient(to bottom, #47D0BD, #47D0BD 26%, transparent 26%, transparent 37%, #DAEC8B 37%, #DAEC8B 63%, transparent 63%, transparent 74%, #FF5DA2 74%, #FF5DA2); }

#backHome:hover {
  top: 15px;
  height: 20px; }

#what {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
  cursor: pointer; }
  #what p {
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
    padding: 2px 12px 0 0;
    margin: 0;
    color: #fff; }
  #what a {
    text-decoration: none;
    color: #333; }
  #what span {
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    padding: 0 55px 0 15px;
    background-color: #ccc;
    width: 160px;
    right: -230px;
    top: 0;
    height: 50px;
    font-size: 12px;
    text-align: right; }

#what:hover p {
  display: none; }
#what:hover span {
  right: -30px; }

#what:after {
  height: 140%;
  width: 140%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: -70%;
  right: -70%;
  background-color: #ccc; }

#navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  overflow: hidden; }
  #navigation .navBtn, #navigation .navBg {
    position: absolute;
    cursor: pointer; }
  #navigation .navBtn {
    color: #fff;
    font-weight: 400;
    line-height: 1em;
    font-size: 5em;
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      #navigation .navBtn {
        /* CSS rules */
        color: transparent;
        background-color: #ccc;
        text-shadow: 3px 1px 0 white;
        -webkit-background-clip: text;
        background-clip: text; } }
  #navigation .navBtn:hover {
    line-height: 1.5em; }
  #navigation .navBg {
    height: 15%;
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #navigation #bg_Places {
    left: -100%;
    width: 80%;
    bottom: 70%;
    background-color: #47D0BD; }
  #navigation #btn_Places {
    left: 40%;
    margin-left: -225px;
    bottom: 70%; }
    @media all and (max-width: 815px) {
      #navigation #btn_Places {
        margin-left: -180px; } }
    @media all and (max-width: 530px) {
      #navigation #btn_Places {
        margin-left: -130px; } }
  #navigation #bg_Skillz {
    left: 120%;
    width: 80%;
    bottom: 50%;
    background-color: #DAEC8B; }
  #navigation #btn_Skillz {
    left: 50%;
    margin-left: -148px;
    bottom: 50%; }
    @media all and (max-width: 815px) {
      #navigation #btn_Skillz {
        margin-left: -115px; } }
    @media all and (max-width: 530px) {
      #navigation #btn_Skillz {
        margin-left: -80px; } }
  #navigation #bg_Feature {
    left: -100%;
    width: 80%;
    bottom: 30%;
    background-color: #FF5DA2; }
  #navigation #btn_Feature {
    left: 60%;
    margin-left: -316px;
    bottom: 30%; }
    @media all and (max-width: 815px) {
      #navigation #btn_Feature {
        margin-left: -242px; } }
    @media all and (max-width: 530px) {
      #navigation #btn_Feature {
        margin-left: -173px; } }
  #navigation #btn_Benefit {
    text-shadow: 4px 3px 0px #ccc;
    left: 3%;
    bottom: 5%;
    color: #333;
    font-size: 4em;
    height: 15%;
    font-size: 8.5vw;
    height: 9vw;
    width: auto;
    overflow: hidden; }
    #navigation #btn_Benefit #benefit_underline {
      position: absolute;
      width: 0%;
      height: 100%;
      background-color: #333;
      bottom: 0;
      left: 0; }
    #navigation #btn_Benefit #btn_Benefit_white {
      text-shadow: none;
      width: 0%;
      height: 100%;
      overflow: hidden;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 0; }
  #navigation #btn_Benefit:hover {
    line-height: 1em !important; }
    #navigation #btn_Benefit:hover #benefit_underline {
      -webkit-animation: underlineAnimation 2s ease-out 0s infinite alternate;
      animation: underlineAnimation 2s ease-out 0s infinite alternate; }
    #navigation #btn_Benefit:hover #btn_Benefit_white {
      -webkit-animation: underlineAnimation 2s ease-out 0s infinite alternate;
      animation: underlineAnimation 2s ease-out 0s infinite alternate; }

#navigation.navVisible {
  left: 0; }
  #navigation.navVisible .navBg {
    box-shadow: 4px 3px 0px #ccc; }
  #navigation.navVisible #bg_Places {
    left: 3%; }
  #navigation.navVisible #bg_Skillz {
    left: 10%; }
  #navigation.navVisible #bg_Feature {
    left: 15%; }

@-webkit-keyframes underlineAnimation {
  0% {
    width: 0%;
    left: 0; }
  10% {
    width: 0%;
    left: 0; }
  25% {
    width: 100%;
    left: 0; }
  100% {
    width: 100%;
    left: 0; } }
@keyframes underlineAnimation {
  0% {
    width: 0%;
    left: 0; }
  10% {
    width: 0%;
    left: 0; }
  25% {
    width: 100%;
    left: 0; }
  100% {
    width: 100%;
    left: 0; } }

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