@charset "UTF-8";
/*---------------------------------
Access styleSheet
----------------------------------*/
.accessMap{
  max-width: 100%;
  margin: 0 auto;
  padding: 4px;
/*  border: 1px solid #ccc; */
/*  background: #fff; */
/*  -webkit-box-sizing: border-box;
  box-sizing: border-box; */
}

.accessMap iframe{
  width: 100%;
  height: auto;
}
.mapLink{
  margin-bottom: 4em;
  text-align: center;
}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width:41.875em) {	/*670px*/
  .accessMap iframe{
    height: 500px;
  }
}
