/* Make content area fill the entire browser window */
body,html {
  font-family:'Open Sans',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  color:#d4ecff;
  background-color:rgba(0,0,0,0.9);
}
* {
  box-sizing:border-box;
}
#desktop {
  z-index:10000;
  display:none;
}
#desktop h2 {
  margin:0;
  padding:0;
  font-size:30px;
  line-height:35px;
}
.instruction p#preURL {
  
    margin-top: 30px;
    margin-bottom: 5px;
}
.instruction p#postURL {
  
    margin-top: 10px;
    margin-bottom: 30px;
}
#qr {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
#loadingAudio,#instructions {
  z-index:100000;
  background-color:rgba(12,0,38,0.9);
  display:none;
}
.modalOuter {
  display:none;
    background-color: rgba(0,0,0,0.9);
  z-index:1000000;
}
.modal p {

    font-size: 15px;
    line-height: 19px;
    margin: 20px;
    padding: 0;
    margin-bottom: 40px;
}
#instructions .center {
  position:relative;
    margin: 20px;
    border: 1px solid white;
    border-radius: 20px;
    margin-bottom:0;
}
#instructions p {
  margin:0;
  padding:0;
  margin:20px;
  margin-top:0;
  font-size:16px;
  line-height:23px;
}
#instructions h2 {

    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom:25px;
}
.feedback1,.feedback2,.feedback3,.emailPage {
  min-height:1000px;
}

.feedback1 .introText,.feedback2 .introText,.feedback3 .introText,.emailPage .introText {
  min-height:1000px;
}
.closeInstructions {
    position: absolute;
    right: 20px;
    top: -20px;
    background-color: white;
    color: rgb(12,0,38);
    text-decoration: none;
    width: 40px;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
button.autoNext {
  position:fixed;
  opacity:0;
  left:-5000px;
  top:0;
  left:0;
  z-index:100000;
}

#videoHolder {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  /* border: 1px solid white; */
  overflow: hidden;
}
video::-internal-media-controls-overlay-cast-button {
    display: none;
}

@-webkit-keyframes cycle {
  0% { 

    background-position:50% 0;
  }
  50% { 

    background-position:50% -800px;
  }
  100% { 

    background-position:50% -1600px;
  }
}

@-moz-keyframes cycle {
  0% { 

    background-position:50% 0;
  }
  50% { 

    background-position:50% -800px;
  }
  100% { 

    background-position:50% -1600px;
  }
}

@keyframes cycle {
  0% { 

    background-position:50% 0;
  }
  50% { 

    background-position:50% -800px;
  }
  100% { 

    background-position:50% -1600px;
  }
}

.page button.autoskip {
  position:absolute;
  right:25px;
  bottom:25px;
  font-size:11px;
  padding:10px;
  min-width:0;
  display:none;
  z-index:10000;
}

/* COMPASS */
.compassRose {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  margin-top:20px;
}

.compassRose > .arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: white transparent transparent transparent;
  z-index: 1;
  opacity:0.6666;
}
.compassPointer {
  width: 3px;
  height: 50%;
  background-color: white;
  left: 50%;
  position: absolute;
  transform-origin: 100% 100%;
}
.compassRose > .compass-circle,
.compassRose > .my-point {
  position: absolute;
  width: 200px;
  height:200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
.compassRose > .compass-circle {
  border-radius: 50%;
  background-image:url(../images/Compass_white.png);
  background-size: 200px;
  background-position: 50% 50%;
  background-repeat:no-repeat;
  overflow: hidden;
}
.compassRose > .my-point {
  transition: transform 0.1s ease-out;
  opacity: 0;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  transition: opacity 0.5s ease-out;
}

textarea {
  width: 100%;
  display: block;
  font-size: 17px;
  line-height: 20px;
  height: 90px;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  color: #333333;
  padding: 15px;
  border:1px solid black
  transition: background-color 0.5s;
}
.checkboxOuter {

    position: relative;
    min-height: 40px;
    margin-bottom: 24px;

    width: 70%;
    margin-left: 15%;
}
.checkbox {
  position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid black;
}
.checkbox.flagged {
  border:1px solid red;
}
.checkbox.checked {
  background-position:center;
  background-repeat:no-repeat;
  background-image:url(../images/check.png);
}
.checkboxOuter label {

    display: block;
    float: left;
    text-align: left;
    margin-left: 50px;
    padding: 0;
    font-size:14px;
    line-height:1.2;
}
#skip {
  position:absolute;
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#331188;
  top:15px;
  right:15px;
  opacity:0;
}
textarea.error {
  background-color:rgb(255,200,200);
}
form {

  width: 100%;
  position: relative;
}
.page form .instruction {
  width:90%;
}
.prompt.scrollable {
  overflow-y:auto;
}
.page form .instruction label {
  padding-top:0;
}

input {
  border-width: 0;
  padding: 15px;
  padding-left: 20px;
  display: block;
  height: 48px;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  border: 1px solid black;
  text-align:center;
}


#visOverlay {
  position:absolute;
  left:20px;
  top:20px;
  z-index:1;

}
.threeTarget {
  background-color:#0c0025;
}
.threeTarget canvas {
  position:relative;
  left:10vw;
}
#visOverlay p span {
  font-weight:bold;
}
#visOverlay h3 {
  margin:0;
  padding:0;
  text-transform:uppercase;
  font-size:16px;
  line-height:1.3;
  text-align:left;
  margin-bottom:15px;
}
#visOverlay p {
  margin:0;
  padding:0;
  font-size:14px;
  line-height:1.3;
  text-align:left;
  margin-bottom:15px;
  width:40%;
}
/* Center the content in the browser window */
.container {
  margin: auto;
  text-align: center;
  min-height:100vh;
  height:100vh;
  margin-left:30px;
  margin-right:30px;
  position:relative;
  font-size:30px;
  line-height:1.1;
}
.messagesOuter {
  position:absolute;
  width:100%;
  bottom:0;

  z-index:10000;
}
.message {
  display:block;
  
  margin-left:10px;
  margin-right:10px;
  background-color:rgba(255,255,255,.2);
  opacity:1;
  padding:12px;
  border-radius:5px;
  padding-top:9px;
  padding-bottom:9px;
  margin-bottom:10px;
  color:black;
  font-size:14px;
  line-height:16px;
  text-transform:uppercase;
  display:none;
}
.page {
  transition:all 0.6s;
}

.page img.photoBg {
  width:100%;
  max-width:100%;
  border-radius:0;
  opacity:0.25;
  position: absolute;
  left: 0;
  top: 0;
  display:none;
}
.page.hidden {
  /* transform:translateY(-100%); */
  opacity:0;
  pointer-events:none;
}
.start h1,.start p {
  margin-left:35px;
  margin-right:35px;
}
button.next {
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.5);
  background-image: url(../images/arrow.png);
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  min-width: 0;
  border-radius: 50%;
}

.instruction, button,span.icon {

  display: inline-block;
  clear: both;
  border-radius: 30px;
  padding: 15px;
  background-color: rgba(255,255,255,0.5);
  padding-left: 20px;
  color: black;
  padding-right: 20px;
  max-width:85%;
  font-size:18px;
}
.instruction.small {
  padding:12px;
  padding-left:15px;
  padding-right:15px;
  font-size:13px;
  line-height:15px;

}
.instruction {

  position:relative;
}
.introText {
  margin-top:180px;
  background-image:url(../images/wave_white.png);
  background-size:100%;
  background-position:top;
  padding: 30px;
  padding-top:60px;
  color: black;
}
.introText2 {
  border-radius:15px;
  margin:15px;
  padding:20px;
  padding-left:0;
  padding-right:0;
  margin-top:0;
  background-color:rgba(255,255,255,0.9);
  text-align:center;
}
.introText2 a,.introText a {
  color:black;
}
.iconsGroup {

    display: inline-block;
    margin-left:15px;
    margin-right:15px;
    padding-top:15px;
}
.agreeHolder {
  padding-top:20px;
}
button.info:before {

    content: 'i';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    text-transform: none;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
}
button.info {
  padding-left:60px;
  position:relative;
}
.introProgress {
  display:block;
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
}
.iconsGroup img {
  margin-left:5px;
  margin-right:5px;
  height:30px;
  width:auto;
}
.introText2 h3 {
  margin:0;
  padding:0;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  font-size:19px;
  line-height:1.5;
  padding-left:20px;
  padding-right:20px;
}
.introText p,.introText2 p,.terms p {
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color:black;
    margin-bottom: 50px;
  padding-left:20px;
  padding-right:20px;
}
.introText2 p,.terms p {
  margin-bottom:20px;
}
.terms p {
  color:white;
  font-size:15px;
  line-height:1.35;
}

.intro2,.intro3,.intro4 {

    background-color: #74a88c;
    background-image: url(../images/intro_bg.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: -100px -150px;
    padding-bottom:10px;
}

.intro2 .introText2 h3 {
    color: #74a88c;
    margin-bottom:20px;
    padding-top:10px;
}
.intro3 {
  background-color:#b9bac6;
  background-position: -50px -200px;
}
.intro3 .introText2 h3 {
  color:#b9bac6;
    margin-bottom:20px;
    padding-top:10px;
}


.intro4 {
  background-color:#4a6aa7;
  background-position: -120px -100px;
}
.intro4 .introText2 h3 {
  color:#4a6aa7;
    margin-bottom:20px;
    padding-top:10px;
}
.intro5 {
  background-color:#0c0025;
}
.introThing {

    width: 100%;
    height: 50px;
    background-image: url(../images/intro_thing.png);
    background-position: center;
    background-repeat: no-repeat;
}
button {
  font-size:16px;
}
.instruction {
  border-radius:15px;
}
.instruction p {
  margin:0;
  padding:0;
  margin-top:10px;
  margin-bottom:10px;
}
.intro .instruction {
  background-color: rgba(11,4,43,0.7);
  color: #d4ecff;
  margin: 0 auto;
  width: 85%;
  text-align: center;
  padding:20px;
}
img.logoImage {

  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 80%;
}
.intro .page h5 {

  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  text-align:center;
  font-weight: normal;
}

button.opaque {
  color:black;
  border-color:rgba(255,255,255,0.5);
  background-color: rgba(255,255,255,0.5);
}
.page .halfLeft {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}
.page .halfRight {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-left-width:0;
}

.file input {

  position: absolute;
  opacity: 0;
}
button,span.icon {
  background:rgba(255,255,255,0.7);
  color:black;
  border:1px solid rgba(0,0,0,0.75);
  min-width:100px;
  text-transform:uppercase;
}

.intro button {
  color:black;
  border-color:black;
}
.unit {
  padding-top:30px;
  padding-bottom:30px;
}
.message.error {
  background-color:rgb(255,100,100,0.8);
}
.center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.control {
  position:absolute;
  display:none;
}
.hiddenInfo {
  display:none;
  margin-bottom:15px;
}
.hiddenInfo img {
  width:100%;
}
#showPhoto {
  display:none;
  width:400px;
  height:auto;
  text-align:center;
  margin:0 auto;
  opacity:0.5;
  z-index:0;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.control h3 {
  margin:0;
  padding:0;
  margin-bottom:10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.stages {
  right: 30px;
  top: 30px;
  width:150px;
  z-index:200;
}
.distance {
  left:30px;
  top:30px;
  z-index:200;
}
.stages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;

}
.stages ul li {
  position:relative;
  clear:both;
  height:35px;
}
.stages ul li span {

  display: block;
  float: left;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
}
.stages ul li .progressOuter {
  position: absolute;
  width: 94px;
  height: 15px;
  margin-top: 7.5px;
  /* z-index: -100; */
  margin-left: 28px;
}
#progressSVG path {
  display:none;
  transition: stroke-dashoffset 1s;
  transition-timing-function:linear;
}
.stages ul li .progressInner {
  position:absolute;
  height:100%;
  width:0%;
  background-color: red;
}
.stages ul li span.goal {
  float:right;
}
.stages ul li.past {
  opacity:0.25;
}
.stages ul li.future {
  opacity:0.5;
}
a {
  color:white;
}
a:hover {

}

a#learnMore {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.mainButtons {
  margin-top:10px;
  text-align:center;
}
.terms {
  background-image:url(../images/wave_blue.png);
  padding: 30px;
  padding-left:10px;
  padding-right:10px;
  position: absolute;
  bottom: 0;
  color: white;
    text-align: center;
    background-size: 100%;
    background-position: top;
    padding-top: 60px;
}

.terms button {
  display:inline-block;
  margin-left:20px;
  margin-right:20px;
}

.agree {
  margin:0 auto;
  display:block;
  
  opacity: 0.4;
}
.agree.active {
  opacity:1;
}
#start,#restart,#resume {
  display:none;
}
#resume {
  margin-right:15px;
}
#pathCanvas {
  display:none;
  position:relative;
  z-index:1;
}
#traceCloud {
  width:300px;
  height:300px;
  overflow:hidden;
  position:relative;
  margin:0 auto;
}
.page #traceCloud img {
  position:absolute;
  width:100%;
  height:auto;
  left:0;
  top:0;
  max-width:100%;
  z-index:1;
}
#traceCloud svg {
  position:relative;
  z-index:2;
  transform: scale(.5);
  transform-origin: 0 0;
}
#vegMatrix {
  width:179px;
  height:179px;
  margin:0 auto;
  border:2px solid white;
  margin-bottom:20px;
  margin-top:20px;
}
.vegCell {
  width:35px;
  height:35px;
  float:left;
}
.vegCell.green {
  background-color:#56ba53;
}
.vegCell.grey {
  background-color:#dbdbdb;
}
.vegBall {
  width:60px;
  height:60px;
  border-radius:15px;
  background-color:green;
  float:left;
  transition: all 2s;
  transform:scale(0.75);
}
.vegBall.init {
  transform:scale(1) !important;
}
canvas {
  position:relative;
}
#pathHolder {
  width:400px;
  height:400px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#pathHolder img {
  position:absolute;
  width:600px;
  height:auto;
  left:-100px;
}
.fullscreen {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  text-align:center;
  overflow:hidden;
}

.intro .page.hidden,.complete .page.hidden {
  display:none;
}
.intro .page,.outro .page {
  min-height:100vh;
}
.page.outro a {
  color:black;
}
.treeCard {

  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  color:#333333;
}
.treeCard button.doPrompt {
  background-color:#ff4967;
  display:block;
  margin:0 auto;
  margin-top:10px;
}
#timberLogo {
  display:block;
  margin:0 auto;
  margin-top:15px;
  width:100px;
}
.treeCard h3,.treeCard h4,.treeCard h5 {
  margin:0;
  padding:0;
  font-size:20px;
  line-height:22px;
}
.treeCard h5 {
  padding-top:3px;
  padding-bottom:10px;
  font-size:17px;
}
.treeCard h4 img {
  display:block;
}
.treeCard p {
  font-size:14px;
  margin:0;
  padding:0;
  padding-bottom:5px;
}
#timberMatch {
  display: block;
  margin: 0 auto;
  width: 280px;
  padding-top: 15px;
}

#tree {
  width:210px;
  border-radius:50%;
  border:7px solid #ff4967;
  margin:0 auto;
  margin-top:15px;
  margin-bottom:15px;
}
.invisible {
  pointer-events:none;
  opacity:0;
  visibility:hidden;
}
#stats {
  margin-top:50px;
}
.intro1,.outro {

  background-image: url(../images/intro_bg.png);
  background-position: center 350px;
  background-repeat: no-repeat;
  background-size: 500px;
}
.outro {

    background-position: center 50px;
    background-color: #0b0325;
}
.outro .introText p {
  margin-bottom:30px;
}
#findMore {
    padding: 20px;
    background-color: #141d4c;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.outro #findMore h3,.outro .introText #findMore p,.outro .introText #findMore p a {
  color:#d4ecff;
}
.outro .introText {
  margin-top:20px;
}
.outro h3 {

    background-color: transparent;
    color: #0b0325;
    margin: 0;
    padding: 0;
    font-size: 17px;
    margin-bottom: 20px;
}
.statsCol {
  width:50%;
  float:left;
  text-align:right;
  padding-right:5px;
  font-size:18px;
  line-height:1.4;
  opacity:0.5;
}
.statsCol:last-of-type {
  text-align:left;
  padding-left:5px;
  padding-right:0;
  opacity:1;
}
img.logo {
  display: block;
  margin: 0 auto;
  width: 80px;

}
.intro img.logo {
  padding-top:12vh;
  padding-bottom:25px;
}
.intro .intro5 img.logo {
  padding-top:50px;
}
img.logo.walking {
  width:200px;
}
#logoVideo {
  width:250px;
  height:250px;
}
img.logo.small {
  width:60px;
  margin-top:15px;
}
img.logoText {
  display: block;
  margin: 0 auto;
  width: 185px;

}
img.logoText.header {

  width: 110px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#header {
  position:absolute;
  width:100%;
}
button {
  opacity:1;
  transition:opacity 0.5s;
  margin:0;
}
button.right {

  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}
polygon {
  transform:rotate(0deg);
  transform-origin:50% 50%;
}

.prompt {
  z-index:100;
  background-size:cover;
  background-position:50% 50%;
}
.prompt.intro,#rotate {
  background-image:url('../images/bg_walking.png');
  background-size:cover;
}
#keepWalkingOuter {
  background-color:#07011c;
  display:none;
}

#guide {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0.2;
}
.prompt.hum,
.prompt.clouds,
.prompt.lightning,
.prompt.noise,
.prompt.wind,
.prompt.lichen,
.prompt.breathe,
.prompt.quietness {
  background-image:url(../images/bg_air.jpg);
}
svg#lsvg {
  width:200px;
  height:350px;
}
.prompt.leaf,
.prompt.weeds,
.prompt.ground {
  background-image:url(../images/bg_earth.jpg);
}

.prompt.matchTree,
.prompt.vegetation {
  background-image:url(../images/tree_bg.jpg);
}

.prompt.ocean,
.prompt.blue
{
  background-image:url(../images/bg_ocean.jpg);
}
.prompt.ocean .compassRose {
  transition:all 0.5s;
  opacity:0;
}
.prompt.ocean .compassRose.visible {
  opacity:1;
}
.outro .introText p.air {
  color:#90abb5 !important;
  font-weight:bold;
}
.outro .introText p.earth {
  color:#83888a !important;
  font-weight:bold;
}

.outro .introText p.water
{
  color:#6588af !important;
  font-weight:bold;
}


.timer canvas {
  display:block;
  margin:0 auto;
}
.promptBg {

  position: absolute;
  background-color: #3333bb;
  width: 100vh;
  height: 100vh;
  margin: 0 auto;
  left:-30%;
  border-radius: 50%;
}
.takePhoto .promptBg {
  background-color:#bb3333;
}
.recordAudio .promptBg {
  background-color:#009999;
}
.matchTree .promptBg {
  background-color:#00dd22;
}
.zigzag .promptBg {
  background-color:#770099;
}
.confirm .promptBg {
  background-color:orange;
}
.complete .promptBg {
  background-color: rgba(50,200,50,0.2);
}
#rotate {
  display:none;
}

/* vegetation map */
#vegMap {
  opacity:0.0;
  pointer-events:none;
  position: absolute;
  z-index: 1000;
  transition:all 0.3s;
  transform-origin:50% 50%;
  transform:scale(0.5);
  background-color:#07021b;
}

#mapLegend {
  position: absolute;
  width: 45%;
  text-align: left;
  margin-left: 27.5%;
  background-color: white;
  border-radius: 5px;
  bottom: 5vh;
  z-index:10000;
}

#mapLegend ul {
  margin:0;
  padding:5px;
}

#mapLegend ul li {
  list-style-type: none;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#mapLegend ul li span {

  display: block;
  width: 18px;
  height: 18px;
  background-color: red;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
#mapLegend ul li.veg span {
  background-color:#5db4ae;
}
#mapLegend ul li.nonveg span {
  background-color:#ccdcf0;
  
}
#mapLegend ul li.water span {
  background-color:#518ecc;
  
}
#vegMap h4,#vegMap h6 {
  margin-bottom: 5px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 15px;
  background: rgba(255,255,255,0.15);
  border-radius: 15px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 17px;
  font-weight:normal;
}

p#please {
  background-color: rgba(0,0,0,0.66);
  padding: 10px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 17.5px;
  width: auto;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  display:none;
}
#map {
  transform-origin: 50% 50%;
  height:300px;
  width:300px;
  margin:0 auto;
  display:block;
  border-radius:50%;
  pointer-events:none;
  /* filter:sepia(0.1) hue-rotate(0deg) grayscale(.1) blur(5px) contrast(13) saturate(.6); */
  
}
#vegMap.visible {
  opacity:1.0;
  transform:scale(1.0);
  pointer-events:initial;
}
#progressHolder {
  transform-origin: 0 0;
  position:relative;
  
}
#openVegMap,#closeVegMap,.page .showHidden {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border-width: 0;
  background-color: rgba(255,255,255,0.5);
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  min-width: 0;
  text-transform: none;
}
.page .showHidden {
  position:absolute;
  right:15px;
  bottom:-15px;
}
.imageCaption {
  font-size:14px;
  margin-bottom:10px;
}

#closeVegMap {
  position:absolute;
  right: 20px;
  bottom: 0;
}

#mapOuter {
  opacity:0;
  transition: opacity 0.5s;
  position:relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom:5vh;
  margin-left: -150px;
  margin-top:  -150px;
}

#mapCenter {
  position:absolute;
  left:50%;
  top:50%;
  width:20px;
  height:20px;
  margin-top:-10px;
  margin-left:-10px;
  border-radius:50%;
  background-color:white;
  opacity:0.75;
  z-index:2000;
  box-shadow:0 0 10px 10px rgba(0,0,0,0.2);
}
#mapOuter.active {
  opacity:1;
}


.leaflet-control-container {
  display:none;
} 
@media screen and (orientation:landscape) {
  #rotate.enabled {

    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200000;

  }
  #rotate.disabled {
    display:none;
  }
  #rotate .content {

    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align:center;

  }
  #rotate .content h2 {
    margin:0;
    padding:0;
    font-size:20px;
    line-height:1.2;
    margin-bottom:5px;
    font-weight:normal;
  }
  #rotate .content img {
    display:block;
    margin:0 auto;
    width:100px;
    margin-bottom:30px;
    opacity:0.5;
  } 

}


@media screen and (max-height:540px) {
  .instruction,button, span.icon {
    font-size:15px;
  }
  .mainButtons {
    margin-top:0;
  }
  .unit {
    padding-bottom:25px;
    padding-top:25px;
  }
  img.logoText.header {
    margin-top:20px;
  }
  #stats {
    margin-top:15px;
  }
  .statsCol {
    font-size:15px;
    line-height:1.3;
  }
  #map {
    height:300px;
    width:300px;
  }
  #traceCloud {

    margin-top: -20px;
    margin-bottom: -20px;
  }
  svg#lsvg {

    margin-top: -80px;
    margin-bottom: -30px;
  }
  #mapOuter {

    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top:  -150px;
  }
  .terms p {
    color:white;
    font-size:13px;
    line-height:1.35;
  }

}


@media screen and (max-height:480px) and (max-width:321px) {
  .terms button {
    margin-left:10px;
    margin-right:10px;
  }
  #vegMatrix {
    width:154px;
    height:154px;
  }
  .vegCell {
    width:30px;
    height:30px;
  }
  #logoVideo {
    width:200px;
    height:200px;
  }
  #videoHolder {
    width:200px;
    height:200px;
  }
  #instructions p {
    font-size:14px;
    line-height:16px;
    margin-bottom:15px;
  }
  #mapOuter {

    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top:  -100px;
  }
  #map {
    width:200px;
    height:200px;
  }
  #closeVegMap {
    right:0;
    z-index:1000;
  }

}