body {
  background-color: #FFF;
}
.content {
  box-shadow: none;
}
.content > .container {
  position: relative;
}
section.header {
  width: 520px;
}
@media (min-width: 944px) {
  section.header {
    margin-bottom: 32px;
    padding-bottom: 0;
  }
}
@media (max-width: 943px) {
  section.header {
    float: none;
    width: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  section.header {
    margin-top: 8px;
    margin-bottom: 16px;
    width: 100%;
  }
}
section.nearby-activity {
  width: 508px;
  height: 106px;
  background-color: #F9F9F9;
  margin-bottom: 32px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  section.nearby-activity {
    width: auto;
    height: auto;
  }
}
section.search-links {
  width: 520px;
  min-height: 650px;
}
@media (max-width: 943px) {
  section.search-links {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  section.search-links {
    width: 100%;
    margin-bottom: 8px;
    min-height: 0;
  }
}
section.search-links h3 {
  margin-bottom: 22px;
  font-size: 18px;
}
section.search-links ul {
  margin-bottom: 22px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-width: 30px;
}
@media (max-width: 943px) {
  section.search-links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 767px) {
  section.search-links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
section.search-links ul li {
  margin-right: 70px;
  padding-top: 2px;
  padding-bottom: 2px;
}
section.sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 384px;
  margin-bottom: 0;
}
@media (max-width: 943px) {
  section.sidebar {
    position: relative;
    width: auto;
  }
}
@media (max-width: 767px) {
  section.sidebar {
    position: relative;
    width: auto;
  }
}
section.sidebar .map-card {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 943px) {
  section.sidebar .map-card {
    width: 383px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  section.sidebar .map-card {
    width: 100%;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }
}
section.sidebar .map-card .map {
  width: 100%;
  height: 383px;
  background-size: cover;
}
section.sidebar .provider {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  section.sidebar .provider {
    margin-bottom: 32px;
  }
}
section.sidebar .provider p {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.sidebar .provider .btn-submit {
  border-radius: 20px;
}
section.nearby-activity h2 {
  margin-bottom: 16px;
}
section.nearby-activity div.nearby-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.nearby-activity div.nearby-stats p {
  width: 100%;
  margin-bottom: 24px;
  font-size: 14px;
  color: #56595D;
}
section.nearby-activity div.nearby-stats .spinner {
  margin-bottom: 32px;
}
section.nearby-activity div.nearby-stats .spinner > div {
  background-color: #9BDEFB;
}
section.nearby-activity div.stat {
  flex-basis: 33%;
  text-align: center;
}
@media (max-width: 767px) {
  section.nearby-activity div.stat {
    flex-basis: 100%;
    text-align: left;
  }
}
section.nearby-activity div.stat strong {
  margin-bottom: 16px;
  padding-right: 4px;
  font-size: 24px;
}
@media (max-width: 767px) {
  section.nearby-activity div.stat strong {
    display: inline-block;
    min-width: 37%;
  }
}
section.nearby-activity div.stat strong span.material-icons {
  width: 32px;
  color: #007EB5;
}
section.nearby-activity div.stat p {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  section.nearby-activity div.stat p {
    display: inline-block;
    max-width: 60%;
    margin-top: 0;
    vertical-align: top;
  }
}
