.city-page-container, .neighborhood-page-container {
  padding-bottom: 100px;
  position: relative; }

.city-page-container h1 {
  line-height: inherit;
  margin-bottom: 0; }

.city-page-container h2, .city-page-container h3 {
  line-height: inherit; }

.city-background-image {
  width: 100%;
  height: 475px;
  background-size: cover;
  background-position: 10% 30%;
  position: absolute;
  z-index: -1; }

.city-background-image-overlay {
  width: 100%;
  height: 475px;
  background-color: #000;
  opacity: 0.22;
  z-index: -1;
  position: absolute; }

.neighborhood-background-image {
  width: 100%;
  height: 664px;
  background-size: cover;
  background-position: 10% 30%;
  position: absolute;
  z-index: -1; }

.neighborhood-background-image-overlay {
  width: 100%;
  height: 664px;
  background-color: #000;
  opacity: 0.22;
  z-index: -1;
  position: absolute; }

.neighborhood-landing-title {
  font-size: 60px;
  font-weight: 400;
  color: white;
  font-family: garamond;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .neighborhood-landing-title {
      font-size: 50px; } }
  @media only screen and (min-width: 1200px) {
    .neighborhood-landing-title {
      font-size: 60px; } }
  @media only screen and (max-width: 767px) {
    .neighborhood-landing-title {
      font-size: 40px; } }
  @media only screen and (max-width: 400px) {
    .neighborhood-landing-title {
      font-size: 32px; } }

.city-landing-title {
  font-size: 60px;
  font-weight: 700;
  color: white;
  font-family: Baskerville;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 100px;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .city-landing-title {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .city-landing-title {
      bottom: 70px;
      font-size: 35px;
      padding: 0 20px; } }
  @media only screen and (max-width: 599px) {
    .city-landing-title {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) {
    .city-landing-title {
      font-size: 45px; } }
  @media only screen and (min-width: 1200px) {
    .city-landing-title {
      font-size: 50px; } }

.neighborhood-landing-subtitle {
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 0;
  margin: 12px 0 32px; }
  @media only screen and (min-width: 768px) {
    .neighborhood-landing-subtitle {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .neighborhood-landing-subtitle {
      font-size: 22px; } }
  @media only screen and (max-width: 600px) {
    .neighborhood-landing-subtitle {
      font-size: 20px; } }

.city-section.city-airbnb-section {
  padding-top: 100px; }

.city-section-title.airbnb-section-title {
  margin-bottom: 20px; }

.city-airbnb-section-text {
  max-width: 400px;
  font-size: 20px;
  margin: 0 auto;
  text-align: center; }

.city-space-nashville-screen-shot {
  width: 999px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 499px) {
    .city-space-nashville-screen-shot {
      width: 100%;
      max-width: 325px; } }

.city-space-nashville-screen-shot img {
  width: 100%; }

.city-section-content.city-hiw-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 20px; }
  @media only screen and (min-width: 992px) {
    .city-section-content.city-hiw-content {
      grid-template-columns: 1fr 1fr 1fr; } }

.city-hiw-col {
  text-align: center;
  padding: 0 10%;
  max-width: 450px;
  margin: 0 auto; }

.city-hiw-col-icon img {
  height: 150px; }

.city-hiw-col-title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0; }

.city-section-content.storage-type-content {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 599px) {
    .city-section-content.storage-type-content {
      grid-template-columns: 1fr;
      max-width: 400px; } }

.storage-type-item {
  position: relative; }

.storage-type-item .overlay {
  display: none;
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.storage-type-item:hover .overlay {
  display: flex;
  justify-content: center;
  align-items: center; }

.storage-type-item img {
  width: 100%; }

.city-section-content.feature-section-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 60px;
  max-width: 860px;
  margin: 0 auto; }
  @media only screen and (max-width: 499px) {
    .city-section-content.feature-section-content {
      grid-template-columns: 1fr; } }

.feature-section-item {
  text-align: center;
  padding: 0 10%;
  max-width: 375px;
  margin: 0 auto; }

.feature-section-item-img {
  margin-bottom: 20px; }

.feature-section-item-img img {
  width: 100px; }

.feature-section-item-text {
  font-size: 18px;
  font-weight: 600; }

.city-nashville-note-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px; }

.city-nashville-note-text {
  font-size: 20px; }

.city-page-neighborhood-wrapper {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px; }

.city-item-wrapper {
  display: inline-block;
  font-size: 20px; }

.city-item-link {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5); }

.city-item-link:hover {
  color: black; }

.city-neighborhood-separator {
  padding: 5px;
  font-weight: 700;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.5); }

.city-neighborhood-separator.last-separator {
  display: none; }

.selected-neighborhood {
  color: #4bd4a3;
  font-weight: 500; }

.city-section {
  padding-top: 80px;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto; }

.city-section.city-cost-section {
  padding-bottom: 20px; }

.city-section.city-booking-section {
  padding-top: 70px; }

.city-section-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }

.city-section-subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px; }

.city-space-section .city-section-title {
  margin-bottom: 20px; }

.city-neighborhood-section .city-section-title {
  margin-bottom: 20px; }

.city-booking-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px; }

.city-booking-button-wrapper, .city-search-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.city-booking-button-wrapper a, .city-search-button-wrapper a {
  text-decoration: none; }

.city-booking-button.solid-button {
  width: 250px;
  font-size: 20px;
  border-radius: 6px;
  font-weight: 500; }

.city-search-button.solid-button {
  width: 250px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 500; }

.city-space-list {
  width: 999px;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  text-align: center; }
  @media only screen and (max-width: 499px) {
    .city-space-list {
      display: grid;
      justify-content: center;
      grid-gap: 20px; } }

.city-space-card {
  width: 300px;
  min-width: 300px; }

.city-space-count {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px; }

.city-address-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  max-width: 940px;
  margin: 0 auto; }

.city-address-list.no-map {
  grid-template-columns: 1fr; }

.city-address-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px; }

.no-map .city-address-item {
  text-align: center;
  padding-left: 0; }

.address-section-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px; }

.address-section-phone {
  margin-top: 3px;
  margin-bottom: 20px; }

.hours-section-title {
  font-weight: 600;
  margin-bottom: 3px; }

.city-image-card {
  border: 1px solid #dbdbdb00;
  min-width: 0;
  width: 325px;
  display: inline-block;
  margin-left: 12px; }
  @media only screen and (max-width: 499px) {
    .city-image-card {
      margin-left: 0;
      width: 100%;
      max-width: 325px; } }

.city-image-card:first-child {
  margin-left: 0; }

.city-image-card.no-display {
  display: none; }

.image-card-container {
  cursor: pointer;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.image-section {
  display: flex;
  justify-content: center; }

.header-section {
  min-height: 0;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-gap: 10px;
  padding: 0 15px;
  padding-top: 12px; }

.header-space-info {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  text-align: left; }

.header-space-title {
  letter-spacing: 0.1;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 0;
  color: #2c2f49;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  white-space: normal; }

/*
.header-space-title::before {
	content: '...';
	float: right;
	margin-top: 1.5em;
}*/
.header-space-address {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2c2f49;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 4px; }

.cost-section {
  margin: 0 15px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  color: #2c2f49;
  white-space: nowrap;
  overflow: auto;
  text-align: left; }

.city-no-space-title {
  background-color: #2c2f49;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: Lato;
  padding: 50px 20px;
  padding-top: 100px; }

.city-section-content.become-host-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px; }

.become-host-step {
  text-align: center;
  padding: 0 10%; }

.become-host-step-image img {
  width: 60px; }

.become-host-step-image {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center; }

.become-host-step-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0; }

.become-host-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px; }

.become-host-button-wrapper .become-host-button {
  font-size: 26px;
  font-weight: 600;
  width: 300px; }

.city-section-content.referral-input {
  max-width: 500px;
  margin: 0 auto; }

.invite-modal-email-input-wrapper {
  position: relative; }

.add-email-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #52d3a4;
  cursor: pointer; }

.solid-button.invite-submit-button {
  font-size: 26px;
  font-weight: 600;
  width: 300px; }

.solid-button.invite-submit-button.disable-button, .solid-button.invite-submit-button.disable-button:hover {
  background-color: #e3e3e3 !important;
  border: 1px solid #e3e3e3;
  cursor: default; }

.invite-submit-button.in-progress::before {
  margin-left: -30px; }

.list-item-text {
  max-width: 100%;
  word-break: break-word;
  padding: 0 10px;
  text-align: left;
  height: 22px; }

.list-item-remove-button {
  display: flex;
  align-items: center;
  height: 22px; }

.email-list-item-wrapper {
  display: flex;
  margin-bottom: 5px; }

.email-list-item-wrapper .remove-item-icon {
  font-size: 20px;
  color: #52d3a4;
  cursor: pointer;
  height: 22px;
  display: flex;
  align-items: center; }

.invite-modal-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px; }

.email-list-wrapper {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 500px; }

.city-section.referral-section {
  max-width: 630px; }

.search-box-wrapper {
  background: white;
  padding: 40px;
  max-width: 400px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
  position: absolute;
  bottom: -60px; }

.search-box-heading {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px; }
  @media only screen and (min-width: 400px) {
    .search-box-heading {
      font-size: 25px; } }
  @media only screen and (max-width: 399px) {
    .search-box-heading {
      font-size: 20px; } }

.search-box-input-item {
  margin-bottom: 10px; }

.search-box-input-item.search-box-location {
  height: 57px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 2px 10px; }

.search-box-button.solid-button {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 4px; }

.city-background-text-section {
  width: 90%;
  max-width: 860px;
  height: 475px;
  display: grid;
  grid-gap: 60px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 767px) {
    .city-background-text-section {
      grid-template-columns: 1fr;
      max-width: 400px; } }

.search-box-section {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .search-box-section {
      grid-row-start: 2; } }

.city-background-image-text-section {
  position: relative;
  /*display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	@media only screen and (min-width: 992px) {
		min-width: 250px;
	}
	@media only screen and (max-width: 991px) {
		min-width: 0;
		display: none;
	}*/ }

.spacer-column {
  min-width: 300px; }
  @media only screen and (max-width: 991px) {
    .spacer-column {
      display: none; } }

.neighborhood-background-image-text-section {
  width: 100%;
  height: 664px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%; }

.blog-section.city-section {
  max-width: 830px; }

.blog-section-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 879px) {
    .blog-section-item {
      grid-template-columns: 100%;
      margin-bottom: 50px; } }

.blog-section-item-img {
  display: flex;
  justify-content: center;
  align-items: center; }

.blog-section-item-img img {
  width: 100%;
  max-width: 300px;
  height: auto; }

.blog-section-item-content {
  min-width: 400px;
  max-width: 500px;
  align-self: center;
  margin: 0 auto;
  text-align: left; }
  @media only screen and (max-width: 879px) {
    .blog-section-item-content {
      text-align: center;
      min-width: auto; } }

.blog-section-item-title {
  font-size: 20px;
  font-weight: 600; }

.blog-section-item-text {
  margin: 5px 0;
  max-height: 90px;
  overflow: hidden; }

.city-section-title.blog-section-title {
  margin-bottom: 30px; }

.city-section.become-host-section {
  max-width: 840px; }

.become-host-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }
  @media only screen and (max-width: 767px) {
    .become-host-section-content {
      grid-template-columns: 1fr; } }

.city-section-title.become-host-title {
  text-align: left;
  margin-bottom: 20px;
  font-family: Garamond;
  font-size: 35px; }
  @media only screen and (max-width: 399px) {
    .city-section-title.become-host-title {
      font-size: 30px; } }

.become-host-item-list li {
  list-style: disc;
  list-style-position: outside;
  margin: 10px 0;
  margin-left: 20px; }

.become-host-item-list strong {
  font-weight: 700; }

.become-host-item-list .become-host-item-img {
  vertical-align: bottom; }

.become-host-right-column img {
  width: 100%; }

.become-host-section-footer a {
  text-decoration: none;
  display: inline-block; }

.become-host-section-footer a.hollow-button-link {
  margin-right: 15px;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .become-host-section-footer a.hollow-button-link {
      margin-top: 40px; } }

.become-host-section-footer a.solid-button-link {
  margin-top: 15px; }

.solid-button.become-host-section-footer-button {
  font-weight: 500;
  font-size: 20px;
  border-radius: 4px;
  width: 190px;
  display: inline-block; }

.hollow-button.become-host-section-footer-button {
  font-weight: 500;
  font-size: 20px;
  width: 190px;
  display: inline-block; }

.become-host-left-column {
  max-width: 400px; }

.become-host-right-column {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center; }

.city-section.type-feature-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 60px;
  padding-top: 60px; }
  @media only screen and (max-width: 991px) {
    .city-section.type-feature-section {
      grid-template-columns: 100%; } }

.type-feature-col-content {
  font-size: 20px; }

.type-feature-item {
  display: inline-block;
  padding: 10px 15px;
  min-width: 110px;
  text-align: center;
  border: 2px solid #2c2f49;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 10px; }

h3.storage-pricing-title {
  margin-bottom: 15px; }

.city-section.safety-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 60px;
  padding-top: 60px; }
  @media only screen and (max-width: 991px) {
    .city-section.safety-section {
      grid-template-columns: 100%; } }

.safety-section-col-content {
  font-size: 20px; }

.rent-host-section-content {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  grid-gap: 40px; }
  @media only screen and (max-width: 991px) {
    .rent-host-section-content {
      grid-template-columns: 1fr; } }

.rent-host-col-divider {
  border: 1px solid #e3e3e3; }
  @media only screen and (max-width: 991px) {
    .rent-host-col-divider {
      display: none; } }

.rent-host-col {
  margin: none;
  width: 100%;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .rent-host-col {
      max-width: 500px;
      margin: 0 auto;
      padding-bottom: 0; } }

.rent-host-header {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px; }

.rent-host-image-wrapper {
  position: relative; }

.rent-host-image {
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-size: cover;
  background-position-x: center;
  background-position-y: 90%; }

.rent-host-image-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  padding-bottom: 10px; }

.rent-host-text-header {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32px; }
  @media only screen and (min-width: 992px) {
    .rent-host-text-header {
      font-size: 28px; } }
  @media only screen and (min-width: 1055px) {
    .rent-host-text-header {
      font-size: 32px; } }
  @media only screen and (max-width: 599px) {
    .rent-host-text-header {
      font-size: 28px;
      margin-bottom: 28px; } }
  @media only screen and (max-width: 399px) {
    .rent-host-text-header {
      font-size: 24px;
      margin-bottom: 24px; } }

.rent-host-image-overlay {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.solid-button.rent-host-button {
  text-transform: none;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 600;
  width: 307px;
  max-width: 100%;
  height: 81px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.rent-host-location-wrapper {
  display: grid;
  grid-template-columns: 1fr 70px;
  padding: 0 30px; }
  @media only screen and (max-width: 499px) {
    .rent-host-location-wrapper {
      padding: 0 10px; } }
  @media only screen and (max-width: 399px) {
    .rent-host-location-wrapper {
      padding: 0; } }

.rent-host-location-search-button {
  height: 70px;
  width: 70px;
  padding: 20px;
  background: #52d3a4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer; }

.rent-host-location-wrapper {
  display: grid;
  grid-template-columns: 1fr 70px;
  padding: 0 30px; }
  @media only screen and (max-width: 499px) {
    .rent-host-location-wrapper {
      padding: 0 10px; } }
  @media only screen and (max-width: 399px) {
    .rent-host-location-wrapper {
      padding: 0; } }

.rent-host-location-wrapper .geosuggest__input-wrapper {
  width: 100% !important; }

.rent-host-location-wrapper .geosuggest.footer-location-input {
  max-width: 100%;
  width: 100%; }

.rent-host-location-wrapper input.geosuggest__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 70px; }

.weather-table-wrapper {
  border: 4px solid #f0f0f0;
  background: #fff;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  overflow: auto;
  max-width: 1000px; }

.weather-table-item {
  min-width: 150px;
  border-right: 3px solid #e0e3e9; }

.weather-table-item.morning-overnight {
  border-right: none; }

.weather-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; }

.weather-item-temp {
  font-size: 60px;
  font-weight: 600; }

.weather-item-temp-container {
  display: inline-block;
  position: relative; }

.weather-item-degree {
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: -5px;
  right: -15px; }

@media only screen and (max-width: 599px) {
  .storage-cost-column.first-column {
    min-width: 100px; }
  .storage-cost-column.second-column {
    min-width: 80px; }
  .storage-cost-column.third-column {
    min-width: 120px; } }

@media only screen and (min-width: 600px) {
  .storage-cost-column.first-column, .storage-cost-column.second-column {
    min-width: 160px; }
  .storage-cost-column.third-column {
    min-width: 220px; } }

@media only screen and (max-width: 991px) {
  .city-address-list {
    grid-template-columns: 1fr; }
  .city-address-item {
    text-align: center;
    padding-left: 0; } }

@media only screen and (min-width: 992px) {
  .city-address-list {
    grid-template-columns: 3fr 2fr; }
  .city-address-item {
    text-align: left; } }

