.js-gme-container > form {
  margin-bottom: 1.5rem; }

.js-gme-saddress {
  height: 44px;
  border: 1px solid #e1e6e8;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
  .js-gme-saddress {
    width: calc(100% - 200px - 20px);
    margin: 0 20px 0 0;
    float: left; } }

.js-gme-submit {
  background: rgba(91, 103, 112, 1);
  color: #fff;
  border: none;
  width: 100%;
  height: 44px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
  .js-gme-submit {
    width: 200px;
    float: left; } }

.js-map {
  margin-bottom: 1.5rem; }

.js-gme-submit {
  cursor: pointer; }
