/* reset está no fonts.css */

/* ESTILOS GERAIS */

html, body {
    font-family: "flamabook", sans-serif !important;
    font-size:16px;
    line-height: 1.5;
    margin:0; padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 100%;
}

body{
    color: #333;
    background: #fff;
    width: 100%;
    display: none;
}

a{ color: #111; }

a:hover, a:active{ color: #000; }

#intro a {
  color: #84af43;
  border-bottom: 1px solid currentColor;
  font-weight: bold;
}

input{
  height: 38px;
  line-height:38px;
  background: #fff;
  border: 1px solid #798282;
  padding: 0 10px;
  font-size: 0.9rem;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
  color: #000;

  transition: border 0.3s;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
}

label{
  font-size: 1rem;
  line-height:1.4em;
}

input:focus, button:focus{
  box-shadow: 0;
  border: 1px solid #84af43;
  outline: 0;
}
::-webkit-input-placeholder {
  color: #798282;
}
::-moz-placeholder {
  color: #798282;
}
:-ms-input-placeholder {
  color: #798282;
}
:-moz-placeholder {
  color: #798282;
}

footer{
  width: 100%;
  padding: 3rem 0;
  background: #eaefef;
}
footer p{
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 1rem auto;
  font-size: 0.9rem;
  font-family: "flamalight", sans-serif !important;
}
footer p b{
  font-family: "flamamedium", sans-serif !important;
}

#topBar{
  width: 100%;
  height: 45px;
  position: fixed;
  background: #111;
  box-shadow: 5px 0 12px rgba(0,0,0,0.6);
  z-index:10000000;
}

#logoTop {
  top: 5px; left: 15px;
  font-family: 'Marcas Estadão';
  font-size: 1.5rem;
  position: fixed;
  width: 118px;
  height: 35px;
  opacity: 1;
  color: rgba(255,255,255,0.6);

  z-index:1000000;
  position: fixed;
}

#logoTop::before {
    content: "";
}

#shareBar{
  position: absolute;
  top: 8px; right: 15px;
  z-index:10000000;
}

#shareBar a{
  padding: 0 0.3rem;
  font-size: 1.3rem;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
}

#shareBar a:hover{
  color: #777;
}

#main{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.container .content{
  display: block;
  position: relative;
  text-align: center;
  z-index:1;
}


#btNext{
  display: none;
  clear: right;
  background:#84af43;
  color: #fff;
  border: 0;
  border-radius: 3px;
  height: 40px;
  width: 80px;
  position: relative;
  margin-top: 0;
  margin-left: 3px;
  cursor: pointer;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "flamamedium", sans-serif !important;
  letter-spacing: 0.05em;
  z-index:1;
  opacity:0;

  transition: background 0.3s opacity 0.3s;
  -moz-transition: background 0.3s opacity 0.3s;
  -webkit-transition: background 0.3s opacity 0.3s;
}

#btNext.active{
  display: inline-block;
  opacity:1;
}

#btNext:hover{
  background:#b6d589;
}

#addrLoad{
  width: 80px;
  height: 0px;
  display: block;
  vertical-align: top;
  background: transparent url("../img/loading-small.gif") no-repeat center;
  opacity:0;
  z-index:0;
  right: 40px;
  float: right;
  clear: right;
}
#addrLoad.active{
  opacity:1;
  height: 40px;
}


#returnLabel, #periodLabel{
  width: auto;
  margin: 0 5px 0 0;
  display: inline-block;
  text-align: left;
}

#returnCheck{
  display: inline-block;
}

#periodLabel{
  float:right;
  font-size: 1rem;
  line-height: 40px;
  margin: 0 0 1rem 15px;
}

button.periodButton{
  background: #eaefef;
  font-size: 0.85rem;
  display: inline-block;
  color: #666;
  border: 0;
  border-radius: 3px;
  width: 80px;
  height: 40px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "flamamedium", sans-serif !important;
  letter-spacing: 0.02em;
  z-index: 1;
  transition: background 0.3s opacity 0.3s;
  -moz-transition: background 0.3s opacity 0.3s;
  -webkit-transition: background 0.3s opacity 0.3s;
}
button.periodButton:hover{
  background: #dbdede;
  display: inline-block;
  text-transform: uppercase;
}
button.periodButton.active{
  background: #84af43;
  color: #fff;
}


h1{
  position: relative;
  width: calc(100% - 40px);
  height: 50vh;
  background: #eaefef url("../img/fotos/mobilidade_felipe_rau_1.jpg") no-repeat center center;/* center -200px;*/
  background-size: cover;
  text-align:center;
  padding:4rem 20px 0 20px;
  margin-bottom: 3rem;
}
h1:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:0;
  top:0; left:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+58,ffffff+100&0+58,0.7+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 35%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */

}
h1 p{
  font-size: 3.6rem;
  line-height: 1.15;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align:center;
  font-family:"flamabook", sans-serif !important;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  bottom: 3.5rem;
  z-index:100;

  text-shadow: 0 4px 8px rgba(0,0,0,0.5);
/*
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);*/
}

h1 span.legFoto{
  color: #999;
  font-size: 11px;
  position: absolute;
  right: -55px; top: 130px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 1px 5px;
  background: rgba(0,0,0,0.6);

  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-family: "flamamedium", sans-serif !important;
}

#intro, #explainer{
  margin: 1rem auto 5rem auto;
  width: calc(100% - 40px);
  max-width: 520px;
  font-size: 1.1rem;
  font-family: "flamalight", sans-serif !important;
}
#explainer{
  margin: 1rem auto 5rem auto;
  width: calc(100% - 40px);
  max-width: 1280px;
  font-size: 1.1rem;
  border-top: 1px solid #84af43;
  padding-top: 2rem;
}
#intro b, #explainer b{
  font-family: "flamamedium", sans-serif !important;
}

#explainer p{
  margin: 1rem auto;
  display: none;
}
#explainer.open p{
  display: block;
}

#explainerBt{
  font-size:1.5rem;
  padding-right: 45px;
  background: transparent url("../img/arrow-down.svg") no-repeat top right;
  background-size: 35px auto;
}
#explainerBt.active{
  background: transparent;
}

.title{
  font-size: 1.5rem;
  line-height: 1.1em;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 3rem auto 0.5rem auto;
  text-align:center;
}
.options{
  font-size: 1.3rem;
  width: calc(100% - 40px);
  max-width: 1280px;
  text-align:center;
  overflow: visible;
  margin: 1rem auto 0 auto;
  display: block;
}
.options.calcPeriod{
  text-align: left;
  margin-top:0.5rem;
}

.options input[type="text"]{
  width: calc((100% - 150px)/2);
  font-family: "flamabook", sans-serif !important;
}
.optionBlock{
  width: calc(100% - 180px);
  float:left;
  text-align: left;
  position: relative;
  z-index: 10;
}
.optionBlock.right{
  width: 180px;
  text-align: right;
  clear: right;
}
.optionBlock.right:after{
  content: "";
  height: 5px;
  display:block;
  clear: both;
}
.options:after{
  content: "";
  height: 1px;
  display:block;
  clear: both;
}
.optionBlock .question{
  display:block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#gMapsOptions{
  position: relative;
  overflow: visible;
  z-index: 1000;
}

.message{
  /*position: fixed;*/
  height: 30px;
  font-size: 1rem;
  color: #b4342e;/*84af43;*/
  margin: 5px 0 10px 0;
  z-index:10;
  display: block;
  width: 100%;
}

#mapButton {
  display: none;
  position: absolute;
  right: 10px;
  top: 115px;
  margin: 0;
  background: #fff;
  border: 0;
  color: #84af43;
  font-family: "flamamedium", sans-serif !important;
  font-size: 0.9rem;
  line-height: 22px;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  box-shadow: 2px 0 6px rgba(0,0,0,0.25);
}

#mapButton:hover{
  color: #000;
}
#mapButton:before{
  content: "x";
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 0.75em;
  text-align: center;
  color: #333;
}
#mapButton.visible{
  display: block;
}
#mapButton.active{
  display: block;
}
#mapButton.active:before{
  content: "x";
}

#mapHolder{
  position: relative;
  display: none;
  left:0; top: 0;
  clear: both;
  height: 30vh;
  min-height: 200px;
  width: 100%;
  max-width: 1280px;
  margin: 1.5rem 0 0.5rem 0;
  padding: 0;
  background: #fff;
  z-index: 0;
}

#main .dataList{
  width: calc((100% - 20px)/2);
  height: 40px;
  display: block; 
  float: left;
  overflow: visible;
}

#main .dataList:first-child{
  margin-right: 15px;
}

#main .dataList ul{
  width: calc(100% - 2px);
  margin: 0 1px;
  position: absolute;
  bottom: 40px;
}

#main .dataList ul li{
  width: calc(100% - 20px);
  position: relative;
  background: #eaefef;
  padding: 10px;
  border-top: 1px solid #fff;
}

input#originAddr{
  margin-right: 5px;
}

#peopleSelector{
  position: relative;
  width: 150px;
  height: 38px;
  display: inline-block;
  margin: 0;
  border: 1px solid #eaefef;
  background: #eaefef url("../img/arrow-down.svg") no-repeat center right;
  background-size: 30px auto;
  font-size: 0.9rem;
  line-height: 30px;
}
#peopleSelector select{
  position: relative;
  opacity: 0.91;
  font-size: 0.9rem;
  line-height: 25px;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 2px 25px 5px 25px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
  font-family: "flamabook", sans-serif !important;
}

#controlLine{
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 2rem auto 0 auto;
  height:70px;
  padding: 0 20px;
  overflow: visible;
}

.distanceBar {
  position: relative;
  float: left;
  width: 100%;
  max-width: 1280px;
  display: block;
  height: 30px;
  background: #eaefef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 1px 0;
  overflow: visible;
}

#dragRuler {
  position: relative;
  height: 34px;
  overflow: visible;
  z-index: 0;
}

#dragRuler a {
  width: calc(100%/50);
  height: 30px;
  display: block;
  margin: 0;
  float: left;
  border-left: 2px solid #fff;
  margin-left: -2px;
  position: relative;
  z-index: 0;
  overflow: visible;
}

#dragRuler a:hover {
    background:#dce0e0;
}

#dragRuler a.active{
  background: #84af43;
  color: #84af43;
  z-index: 10000;
}

#dragRuler a span {
  width: 90px;
  height: 18px;
  border: none;
  background: transparent;
  color: #d3d3d3;
  text-align: center;
  position: absolute;
  margin: -2rem 0 0 0;
  padding-top: 4px;
  font-size: 1rem;
  line-height: 1em;
  font-family: "flamamedium", sans-serif !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity:0;
  pointer-events: none;
  left: 50%;


  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);

  transition: font-size 0.15s;
  -moz-transition: font-size 0.15s;
  -webkit-transition: font-size 0.15s;
}

#dragRuler a:nth-child(5n+0) span {
  opacity:1;
}
#dragRuler a.active span{
  opacity:1;
  color: #84af43;
  font-size: 1.5rem;
  margin-top: -2.5rem;
}
#draggable{
  position: absolute;
  top:0; left:0; right:0;
  width: calc(100%/50);
  height: 30px;
  text-align: center;
  /*border: 1px solid #000;*/
  z-index:10;
  overflow: visible;
  cursor: move;
}
#draggable:after{
  content:"";
  display: block;
  position: relative;
  height:100%;
  width:100%;
  min-width: 20px;
  background: #84af43;
  left: 50%;

  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.distanceTag {
  width: 100px;
  height: 18px;
  display: inline-block;
  color: #84af43;
  text-align: center;
  position: absolute;
  margin: -40px 0 0 0;
  padding-top: 4px;
  font-size: 1.5rem;
  line-height: 1em;
  font-family: "flamamedium", sans-serif !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}



#modes{
  width: calc(100% - 2px);
  max-width: 1280px;
  clear: both;
  overflow: hidden;
  margin: 2rem auto;
  font-size:0;
  text-align: center;
  background: transparent url("../img/row-lines.gif") repeat-x top center;
  border-left: 1px solid #eaefef;
  border-right: 1px solid #eaefef;
  padding: 0 0px;
}

.modeBlock{
  width: calc(100%/6);
  min-height: 180px;
  border-right: 1px solid #eaefef;
  display: inline-block;
  font-size: 1rem;
  margin-left: -1px;
  margin-top: 35px;
}
#mode6.modeBlock{
  border-right: 1px solid #fff;
}

.modeBlock .topFigure{
  width: calc(100% + 1px);
  height: 170px;
  line-height: 170px;
  font-size: 0;
  white-space: nowrap;
  margin-right: -1px;
  border-left: 1px solid #fff;
  overflow: visible;
  display: block;
}


.modeBlock .sideFigure{
  display: none;
}
.modeBlock .sideFigure .bar{
  width: 80%;
  height: 20px;
  vertical-align: bottom;
  white-space: normal;
  background: #b6d589;
}

.modeBlock .topFigure .graphBar{
  display: inline-block;
  width: calc(100% - 60px);
  padding: 0;
  margin-left: 0px;
  height: 55px;
  vertical-align: bottom;
  white-space: normal;
  background: #b6d589;
}
.modeBlock .topFigure .graphBar span.value{
  display: block;
  clear: both;
  width: 100%;
  height: 21px;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1em;
  margin-top: -38px;
}

.modeBlock .estimate{
  font-size: 0.9rem;
  line-height: 1em;
  height: 40px;
  border-top: 1px solid #eaefef;
  padding-top: 1rem;
}

.modeBlock .estimate span{
  display: block;
}

#modes .typeSelector {
  position: relative;
  width: calc(100% - 20px);
  height: 38px;
  display: inline-block;
  margin: 5px;
  border: none;
  background: transparent url("../img/arrow-down.svg") no-repeat center right;
  background-size: 30px auto;
  font-size: 0.9rem;
  line-height: 30px;
  text-align: center;
}

#modes .typeSelector select{
  position: relative;
  opacity: 0.91;
  font-size: 0.9rem;
  line-height: 25px;
  z-index: 1;
  margin: 0 20px 0 0;
  width: 100%;
  height: 40px;
  padding: 2px 5px 5px 5px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
  font-family: "flamabook", sans-serif !important;
  text-align: center;

  border:1px solid #fff;
}

#modes .typeSelector select:focus{
  outline: none !important;
  border:1px solid #eaefef;
  box-shadow: 0;
}

.iconTitle{
  font-family: "flamamedium", sans-serif !important;
  display: block;
  width: calc(100% - 40px);
  height: 60px;
  margin-left: 10px;
  text-align:center;
  padding: 10px;
  background: #eaefef;
  text-transform: uppercase;
  line-height: 60px;
}

.iconTitle span b{
  font-size: 0.8rem;
  font-family: "flamabook", sans-serif !important;
  vertical-align: top;
}

.modeBlock:first-child .iconTitle{
  width: calc(100% - 30px);
  margin-left: 0;
}
.modeBlock:last-child .iconTitle{
  width: calc(100% - 30px);
}

.iconTitle span{
  display: block;
}

.tIcon{
  display: block;
  clear: both;
  width: 64px;
  margin: -28px auto -5px auto;
}

.iconTitle span{
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}

.typeSelector{
  text-align:center;
  margin-top: 10px;
}

.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #798282;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 0px;
  border-radius: 1px;
  display: inline-block;
  position: relative;
  height: 18px; width: 18px;
  margin: -2px 5px 0 0;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #798282;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
  color: #99a1a7;
}

.regular-checkbox:checked:after {
  content: '\2714';
  font-size: 0.9rem;
  line-height: 1em;
  position: absolute;
  top: 1px;
  left: 3px;
  color: #84af43;
}

@media screen and (max-width:1020px){
  html, body{
    font-size: 14px;
  }

  .iconTitle{
    font-size: 0.9rem;
    padding: 5px;
    width: calc(100% - 30px);
  }
  .modeBlock:first-child .iconTitle{
    width: calc(100% - 30px);
    margin-left: 10px;
  }
}

@media screen and (max-width:760px){
  html, body{
    font-size: 15px;
  }

  h1{
    padding-top: 3rem;
  }

  h1 p{
    font-size: 2.4rem;
    margin-bottom: 0;
  }

  #logoTop{
    font-size: 1.7rem;
  }

  #intro{
    margin-bottom: 3rem;
  }

  #controlLine{
    height: 55px;
  }

  .modeBlock{
    display: block;
    width: 100%;
  }
  #dragRuler, .distanceBar, #draggable {
    height: 24px;
  }
  #dragRuler a {
    border-left: 1px solid #fff;
    margin-left: -1px;
    height: 24px;
  }

  #dragRuler a:nth-child(5n+0) span {
    opacity:0;
  }

  #dragRuler a:nth-child(10n+0) span {
    opacity:1;
  }

  .modeBlock{
    min-height: 45px;
    border:0;
    overflow: visible;
  }

  .modeBlock .topFigure{
    width: calc(100% - 130px);
    height: 20px;
    line-height: 20px;
    border-left: 0;
    float: right;
    text-align: left;
    display: none;
  }
  .modeBlock .sideFigure{
    width: calc(100% - 110px);
    float: right;
    text-align: left;
    display: block;
    height: 20px;
    line-height: 20px;
  }

  .modeBlock .sideFigure .bar{
    width: 100%;
    height: 100%;
    margin:0;
  }

  
  .modeBlock span.value{
    display: block;
    clear: both;
    width: 75px;
    vertical-align: top;
    font-size: 0.9rem;
    height: 20px;
    line-height: 1em;
    margin-top: 3px;
    margin-right: -80px;
    float: right;
  }

  #modes{
    background: transparent;
    border:0;
    margin-top:0;
  }
  #modes .typeSelector{
    width: calc(100% - 120px);
    line-height: 20px;
    border-left: 0;
    float: left;
    text-align: left;
    margin-top:0;
    margin-left: 10px;
    height: 25px;
    background: transparent url("../img/arrow-down.svg") no-repeat center right;
    background-size: 20px auto;
    border-bottom: 1px solid #d0d6d6;
    padding-bottom: 2px;
  }
  #modes .typeSelector select{
    /*width: 50%;
    min-width: 200px;*/
    font-size: 1rem;
    padding: 0;
    height: 25px;
  }
  .modeBlock .iconTitle,
  .modeBlock:first-child .iconTitle,
  .modeBlock:last-child .iconTitle{
    float: left;
    text-align: center;
    width: 80px;
  }

  .modeBlock .iconTitle img{
    height: 30px;
    margin-top:-20px;
  }
  .modeBlock .iconTitle span{
    margin-top:-25px;
  }
  .iconTitle, 
  .modeBlock:first-child .iconTitle, 
  .modeBlock:last-child .iconTitle {
    font-size: 0.85rem;
    padding: 0 5px;
    width: 80px;
    height: 48px;
  }

  .modeBlock .topFigure .graphBar{
    /*transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 30px;*/
  }
  .modeBlock .estimate{
    display:block;
    clear:both;
    height:auto;
    text-align: left;
    padding: 2px 5px 0 10px;
  }

  .modeBlock .estimate span{
    display: inline;
  }
  .optionBlock{
    width: 100%;
    float:none;
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .optionBlock.right{
    width: 100%;
    text-align: left;
    float: left;
    margin:0.5rem 0 0.5rem 0;
  }

  .message{
    margin: 10px 0 0 0;
  }

  h1{
    height: 310px;
  }
  h1 p{
    font-size: 2.1rem;
  }

  input{
    height: 32px;
    line-height:32px;
  }
  input#originAddr, input#destinationAddr{
    width: calc(100% - 20px);
    margin-bottom: 1rem;
  }

  #mapButton{
    top:80px;
  }
  #mapButton:before{
    line-height: 0.9em;
  }

  #btNext{
    float: right;
    margin: 0; padding:0;
  }
  #peopleSelector{
    display: block;
    margin:0;
    height: 32px;
    width: 100%;
  }
  #peopleSelector select{
    font-size: 1rem;
    height: 32px;
    padding: 2px 5px 5px 15px;
  }

  button.periodButton{
    width: calc((100% - 18px)/3);
    font-size: 0.85;
    margin-left: 3px;
    height: 32px;
    padding: 0;
  }
  #periodDay{
    margin:0;
  }

  /*#returnLabel{
    clear: both;
  }*/
  #periodLabel {
    display: block;
    float: right;
    width: calc(100% - 100px);
    margin: -0.5rem 0 0 0;
    text-align: right;
  }
  #periodLabel span{
    display: none;
  }
}

@media screen and (max-width:460px){
  html, body{
    font-size: 13px;
  }
  h1{
    font-size: 2rem;
  }
  #mapButton:before{
    line-height: 1.1em;
  }
}

