@media (max-width: 767px){
  .front .view-pillars .tab-content .export-data{
      margin-top:0;
      float: none;
      margin: 0 auto;
  }
  .front .view-pillars .tab-content  .export-data ul {
      right: calc( 50% - 64px);
      right:-moz-calc( 50% - 64px);
      right:-ms-calc( 50% - 64px);
      right:-webkit-calc( 50% - 64px);
  }
  div.indicatorList{
    top: 17%;
  }
  ul.mapLegends{
    position: initial;
    padding-bottom: 10px;
  }
  .search-yearselect-wrapper span.yearselect {
    margin-left: 5%;
    width: 43%;
  }
  .search-yearselect-wrapper span.zoomto.inputBlock {
    margin-right: 5%;
    width: 40%;
  }
  .refreshField {
	right: 6%;
	top: -ms-calc( 50% - 21px );
    top: -moz-calc( 50% - 21px );
    top: -webkit-calc( 50% - 21px );
    top: calc( 50% - 21px );
  }
}
