@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Montserrat);
@import url(//fonts.googleapis.com/css?family=Courgette);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
a, b, body, canvas, div, em, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, img, label, li, menu, nav, ol, p, section, small, span, strong, table, tbody,
td, tfoot, th, thead, tr, u, ul, video {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  outline: 0; }

html {
  font-size: 10px;
  height: 100%;
  position: relative; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body {
  -webkit-animation: .6s .6s both fade-in;
          animation: .6s .6s both fade-in;
  background: #fff0e0;
  height: 100%;
  position: relative; }

em {
  font-style: italic; }

h2 {
  bottom: .2em;
  color: #99c3ff;
  display: block;
  font-family: 'ubuntu', sans-serif;
  font-size: 8em;
  left: 0;
  line-height: 1.2;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 4px #111; }

h3 {
  color: #333;
  display: block;
  font-family: 'ubuntu', sans-serif;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: .5em;
  text-align: center; }

h4 {
  display: block;
  font-family: 'courgette', sans-serif;
  font-size: 4em;
  line-height: 1.2;
  margin: 2.4em auto .8em;
  text-align: center; }

p {
  color: #333;
  display: block;
  font-family: 'open sans condensed', sans-serif;
  font-size: 1.8em;
  line-height: 1.4;
  margin: auto;
  max-width: 768px;
  text-align: left; }
  p.padded {
    padding: 0 2em; }

.address {
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-family: 'open sans condensed', sans-serif;
  font-size: 1.8em;
  line-height: 1.4;
  list-style: none;
  padding: 2em 4em;
  text-align: center;
  vertical-align: top; }
  .address li:first-child {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.6; }

.hours {
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-family: 'open sans condensed', sans-serif;
  font-size: 1.8em;
  line-height: 1.4;
  list-style: none;
  padding: 2em 4em;
  text-align: center;
  vertical-align: top; }
  .hours li {
    left: 1em;
    position: relative; }
  .hours li:first-child {
    left: 0;
    line-height: 1.6;
    font-size: 1.1em;
    font-weight: bold; }
  .hours span {
    display: inline-block;
    min-width: 4em;
    text-align: left; }
  .hours span:first-child {
    width: 8em; }

@media all and (max-width: 540px) {
  .address, .hours {
    padding: 2em; } }

.anchor {
  position: relative;
  top: -4.4em; }

.bio p {
  padding: 0 4em 2em; }
  .bio p:first-child {
    padding: 4em 4em 2em; }

.bio-image {
  margin: 0 0 4em; }
  .bio-image img, .bio-image span {
    display: block;
    margin: auto; }
  .bio-image span {
    font-family: 'open sans condensed', sans-serif;
    font-size: 1.8em;
    font-style: italic;
    font-weight: bold;
    line-height: 3;
    text-align: center;
    white-space: nowrap; }

footer {
  background: #99c3ff;
  background: -webkit-linear-gradient(bottom, #66a5ff, #99c3ff);
  background: linear-gradient(to top, #66a5ff, #99c3ff);
  border-bottom: 1px solid #66a5ff;
  border-top: 1px solid #99c3ff;
  height: 6em;
  position: relative; }

.grid {
  box-sizing: border-box;
  display: inline-block;
  padding: 4em;
  position: relative;
  width: 25%;
  vertical-align: top; }
  @media all and (max-width: 1200px) {
    .grid {
      width: 33.33%; } }
  @media all and (max-width: 992px) {
    .grid {
      width: 50%; } }
  @media all and (max-width: 768px) {
    .grid {
      width: 100%; } }

.grid-2 {
  box-sizing: border-box;
  display: inline-block;
  padding: 4em;
  position: relative;
  width: 50%;
  vertical-align: top; }
  @media all and (max-width: 992px) {
    .grid-2 {
      width: 100%; } }

header {
  background: url(/img/lakes-region.jpg) no-repeat fixed center;
  background-size: cover;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 3.2px; }
  header h1 {
    color: #ddd;
    display: table-cell;
    font-family: 'courgette', serif;
    font-size: 12em;
    margin: auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 4px #111;
    vertical-align: middle; }
  header .bottom {
    color: #ddd;
    display: table-cell;
    font-family: 'courgette', serif;
    height: 100%;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 4px #111;
    vertical-align: middle;
    width: 100%; }
    header .bottom span {
      display: block;
      font-size: 6em; }
    header .bottom .arrow {
      background: url(/img/arrow.png) no-repeat center;
      background-size: cover;
      display: inline-block;
      height: 8em;
      margin: auto;
      opacity: .8;
      position: relative;
      width: 8em; }
    header .bottom:hover {
      color: white; }
      header .bottom:hover .arrow {
        opacity: 1; }
  header .segment {
    position: relative;
    height: 33.33%; }
  header .table {
    display: table;
    width: 100%; }
  header .table-row {
    display: table-row;
    position: relative;
    height: 33.33%; }
  header .splash {
    font-family: 'ubuntu', sans-serif;
    font-size: 4em;
    position: relative;
    text-align: center;
    vertical-align: top; }
    header .splash div {
      color: #111;
      text-shadow: 0 0 1px #ddd; }
    header .splash li {
      display: none;
      font-size: 4em;
      font-weight: bold;
      left: 0;
      list-style: none;
      position: absolute;
      text-align: center;
      text-shadow: 0 0 4px #111;
      top: 0;
      width: 100%; }
      header .splash li:first-child {
        display: block; }
      header .splash li:nth-child(4n+1) {
        color: #fc9; }
      header .splash li:nth-child(4n+2) {
        color: #99c3ff; }
      header .splash li:nth-child(4n+3) {
        color: #369; }
      header .splash li:nth-child(4n+4) {
        color: #963; }
    header .splash ul {
      position: relative; }
  @media all and (min-width: 540px) {
    header {
      font-size: 4px; } }
  @media all and (min-width: 768px) {
    header {
      font-size: 4.2px; } }
  @media all and (min-width: 992px) {
    header {
      font-size: 6.2px; } }
  @media all and (min-width: 1200px) {
    header {
      font-size: 8.2px; } }
  @media all and (min-width: 1600px) {
    header {
      font-size: 10px; } }

.map {
  display: block;
  height: 40em;
  margin: 0 auto 4em;
  max-width: 992px;
  position: relative;
  width: 90%; }

menu {
  background: #99c3ff;
  background: -webkit-linear-gradient(top, #66a5ff, #99c3ff);
  background: linear-gradient(to bottom, #66a5ff, #99c3ff);
  border-bottom: 1px solid #66a5ff;
  border-top: 1px solid #99c3ff;
  display: block;
  left: 0;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 2; }
  menu + * {
    margin-top: 46px; }
  menu a {
    color: #eee;
    display: block;
    font-family: 'ubuntu', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1;
    padding: .5em 1em;
    text-decoration: none;
    text-shadow: 0 0 2px #369;
    -webkit-transition: background .4s;
            transition: background .4s; }
    menu a:active {
      background: rgba(51, 102, 153, 0.5); }
    menu a:hover {
      background: rgba(179, 210, 255, 0.5); }
    menu a.active {
      text-decoration: underline; }
  menu li {
    display: inline-block; }
  menu ul {
    text-align: center;
    position: relative; }
  menu.fixed {
    bottom: auto;
    position: fixed;
    top: 0; }
  @media all and (max-width: 768px) {
    menu {
      background: url(/img/menu.png) no-repeat left center, #99c3ff;
      background: url(/img/menu.png) no-repeat left center, -webkit-linear-gradient(top, #66a5ff, #99c3ff);
      background: url(/img/menu.png) no-repeat left center, linear-gradient(to bottom, #66a5ff, #99c3ff);
      background-size: auto 46px;
      cursor: pointer;
      padding-top: 46px; }
      menu li {
        display: block;
        width: 100%; }
      menu ul {
        background: #70abff;
        display: block;
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 100%; } }

.noscript menu:hover ul, menu.show ul {
  height: auto; }

a.overlay {
  color: black;
  display: block;
  text-align: center;
  padding: 1em 0; }

div.overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.overlay-wrapper {
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  max-width: 992px;
  padding: 4em;
  position: relative;
  width: 100%; }

.overlay-inner {
  border-radius: 8px;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding-top: 6.1em;
  position: relative; }

.overlay-hide {
  background: #99c3ff;
  background: -webkit-linear-gradient(top, #66a5ff, #99c3ff);
  background: linear-gradient(to bottom, #66a5ff, #99c3ff);
  border-bottom: .1em solid #333;
  cursor: pointer;
  height: 6em;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background .4s;
          transition: background .4s;
  width: 100%; }
  .overlay-hide:active {
    background: #369;
    background: -webkit-linear-gradient(top, #336699, #407fbf);
    background: linear-gradient(to bottom, #336699, #407fbf); }
  .overlay-hide:before {
    background: url(/img/close.png) no-repeat right center;
    background-size: auto 4em;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    left: 0;
    right: 2em; }
  .overlay-hide:hover {
    background: #99c3ff;
    background: -webkit-linear-gradient(top, #99c3ff, #cce1ff);
    background: linear-gradient(to bottom, #99c3ff, #cce1ff); }

.symptoms {
  background: white;
  max-height: 100%;
  margin: auto;
  max-width: 992px;
  overflow: auto;
  position: relative; }
  .symptoms li {
    font-family: 'open sans condensed', sans-serif;
    font-size: 1.6em;
    line-height: 1.4;
    padding: 0 0 .2em; }
    .symptoms li:first-child {
      font-weight: bold;
      padding: 0 0 .5em; }
  .symptoms ul {
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    padding: 4em;
    position: relative;
    width: 33%;
    vertical-align: top; }
    @media all and (max-width: 992px) {
      .symptoms ul {
        width: 50%; } }
    @media all and (max-width: 540px) {
      .symptoms ul {
        width: 100%; } }

section {
  position: relative;
  text-align: center; }
  section > div {
    max-width: 1600px;
    margin: auto;
    position: relative; }
  section.beige:before {
    background: #fc9;
    background: -webkit-linear-gradient(top, #fc9, #ffb366);
    background: linear-gradient(to bottom, #fc9, #ffb366);
    content: '';
    display: block;
    height: 4em;
    position: relative; }
  section.blue:before {
    background: #369;
    background: -webkit-linear-gradient(top, #369, #264c73);
    background: linear-gradient(to bottom, #369, #264c73);
    content: '';
    display: block;
    height: 4em;
    position: relative; }
  section.brown:before {
    background: #963;
    background: -webkit-linear-gradient(top, #963, #734d26);
    background: linear-gradient(to bottom, #963, #734d26);
    content: '';
    display: block;
    height: 4em;
    position: relative; }
  section.light-blue:before {
    background: #99c3ff;
    background: -webkit-linear-gradient(top, #99c3ff, #66a5ff);
    background: linear-gradient(to bottom, #99c3ff, #66a5ff);
    content: '';
    display: block;
    height: 4em;
    position: relative; }

.viewport {
  box-shadow: 0 0 4px #333 inset;
  overflow: hidden;
  position: relative;
  height: 34em; }
  .viewport:after, .viewport:before {
    content: '';
    display: block;
    height: 2em;
    position: relative;
    z-index: 1; }
  .viewport div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 68em;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .viewport .ocean-clouds {
    background-image: url(/img/ocean-clouds.jpg); }
  .viewport .bamboo-rocks {
    background-image: url(/img/bamboo-rocks.jpg); }
  .viewport .needles {
    background-image: url(/img/needles-2.jpg); }
  .viewport .waterfall {
    background-image: url(/img/waterfall.jpg); }
  .viewport.beige h2 {
    color: #fc9; }
  .viewport.blue h2 {
    color: #369; }
  .viewport.brown h2 {
    color: #963; }
  .viewport.light-blue h2 {
    color: #99c3ff; }
  @media all and (max-width: 540px) {
    .viewport {
      font-size: 7.8px; } }
  @media all and (max-width: 320px) {
    .viewport {
      font-size: 6px; } }

