* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }

*, :after, :before {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  color: #2c2f49 !important;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.42857143;
  font-size: 16px; }

input {
  height: 57px;
  border-radius: 4px;
  padding-left: 10px;
  caret-color: #44d2a0;
  font: inherit;
  border: 1px solid #d3d3d3; }

input:focus, textarea:focus {
  box-shadow: 0 0 5px #29dfa5;
  border: 1px solid #29dfa5;
  outline: none; }

input[type=checkbox] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  outline: none; }

a:focus, input:focus {
  outline: 0 !important; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bababa;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bababa;
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bababa;
  font-weight: 300; }

p {
  margin-bottom: 2px; }

.in-progress {
  opacity: .35; }

.in-progress::before {
  content: '\F110';
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  animation: spin 2s linear infinite;
  transform-origin: 70% 90%;
  width: 14px;
  height: 14px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.page-loading::before {
  content: '\F110';
  font-family: FontAwesome;
  font-size: 100px;
  color: black;
  display: inline-block;
  animation: spin 2s linear infinite;
  transform-origin: 45% 45%;
  position: absolute;
  top: 50%;
  left: 47%; }
  @media only screen and (max-width: 568px) {
    .page-loading::before {
      left: 38%;
      top: 50%; } }

.page-loading {
  opacity: .3;
  height: 95vh;
  pointer-events: none; }

.img-responsive {
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.img-responsive-height {
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.carousel .thumbs-wrapper {
  margin: 0 !important; }

.thumbs-wrapper.axis-vertical {
  position: absolute;
  width: 97%;
  top: -107px;
  left: 10px; }

.carousel .thumb.selected, .carousel .thumb:hover {
  border: 2px solid #4bd4a3 !important; }

.carousel .thumb {
  cursor: pointer !important;
  width: 150px !important;
  height: 100px !important;
  padding: 0px !important;
  border: 1px solid #fff !important; }

.carousel .slide img {
  width: 80%; }

.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  opacity: 1 !important; }

.hollow-button {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  border: 1px solid #4bd4a3;
  border-radius: 3px;
  text-align: center;
  width: max-content;
  color: #4bd4a3;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.hollow-button:hover, .hollow-button:active, .hollow-button:focus {
  background-color: white !important;
  color: #4bd4a3 !important;
  border: 1px solid #4bd4a3; }

.solid-button {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  border: 1px solid #4bd4a3;
  border-radius: 3px;
  text-align: center;
  width: max-content;
  color: white;
  background: #4bd4a3;
  min-width: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

.solid-button:hover, .solid-button:active, .solid-button:focus {
  background-color: #4bd4a3 !important;
  color: white !important;
  border: 1px solid #4bd4a3;
  outline: none; }

.react-datepicker {
  font-size: 1.5rem !important;
  font-family: "Open Sans", sans-serif !important; }

.react-datepicker-wrapper, .react-datepicker__input-container {
  width: 100%; }

.react-datepicker__input-container input {
  color: #6c6c6c;
  background-color: #fff;
  border-radius: 4px; }

.react-datepicker__month-container {
  padding-bottom: 10px !important; }

.react-datepicker__header {
  border-bottom: 1px solid #d3d3d3 !important;
  padding: 8px 20px 2px !important;
  margin-bottom: 15px !important; }

.react-datepicker__day {
  text-align: center;
  padding: 0.8rem !important;
  width: 3.8rem !important;
  color: #8c8c8c !important;
  font-size: 1.5rem !important; }

.react-datepicker__day--selected {
  background-color: #4bd4a3 !important;
  color: #fff !important;
  font-weight: 400 !important; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc !important; }

.react-datepicker__current-month {
  margin: 5px 0px !important;
  font-weight: 600 !important;
  color: #333 !important;
  font-size: 1.5rem !important; }

.react-datepicker__day-name {
  color: #b5b5b5 !important;
  margin: 0.8rem !important;
  width: 2.5rem !important;
  font-size: 1.3rem !important;
  font-weight: 300 !important; }

.react-datepicker__navigation {
  border-width: 0.95rem !important; }

.react-datepicker__navigation--previous,
.react-datepicker__navigation--next {
  margin-top: 5px; }

.react-datepicker__navigation--previous:focus,
.react-datepicker__navigation--next:focus {
  outline: 0 !important; }

select.react-datepicker__month-select, select.react-datepicker__year-select {
  -webkit-appearance: menuList;
  -moz-appearance: menuList;
  appearance: menuList; }

select.react-datepicker__month-select:focus, select.react-datepicker__year-select:focus {
  outline: none !important; }

.react-datepicker__day--keyboard-selected {
  background-color: inherit !important; }

.display-empty-star.fa-star {
  color: #ffd59e; }

.display-filled-star {
  color: #fba430; }

.display-empty-star.fa-star, .display-filled-star.fa-star {
  height: 8px;
  margin: 0 1px; }

input.geosuggest__input {
  width: 100%;
  height: 57px;
  border-radius: 4px;
  padding: .8em 1em;
  box-shadow: none; }

.geosuggest__input:focus {
  border: 1px solid #4bd4a3; }

.geosuggest__suggests {
  position: absolute !important;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 25em;
  padding: 0;
  margin-top: -4px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 99999;
  -webkit-transition: max-height 0.2s, border 0.2s;
  transition: max-height 0.2s, border 0.2s; }

.geosuggest {
  position: relative !important; }

.geosuggest__suggests--hidden {
  max-height: 0 !important;
  overflow: hidden !important;
  border-width: 0 !important; }

.geosuggest__item--active {
  background: #4bd4a3;
  color: #fff; }

.geosuggest__item:hover {
  background: #4bd4a3;
  color: #fff; }

.geosuggest__input:hover {
  cursor: pointer; }

.geosuggest__item {
  border-right: solid 1px #d3d3d3;
  border-left: solid 1px #d3d3d3;
  font-size: 14px;
  padding: 0.8em 0.65em;
  cursor: pointer;
  color: #929292;
  font-weight: 400;
  margin: 0 !important; }

.geosuggest {
  font-size: 16px;
  position: relative;
  text-align: left; }

.storage-cost-table {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 560px;
  padding: 0 10px;
  display: flex;
  justify-content: center; }

.storage-cost-column {
  text-align: center;
  background-color: #f5f5f5; }

.storage-cost-column div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 70px;
  padding: 0 10px; }

.storage-cost-column div:last-child {
  border-bottom: none;
  font-weight: 700;
  font-size: 20px; }

.storage-cost-column div:first-child {
  background: white;
  border-bottom: none; }

.storage-cost-column.first-column {
  width: 35%; }

.storage-cost-column.second-column div:not(:first-child) {
  color: #4bd4a3;
  font-weight: 700; }

.storage-cost-column.second-column {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: -20px;
  background-color: white;
  position: relative;
  width: 25%;
  min-width: 80px; }

.storage-cost-column.third-column {
  width: 40%; }

@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; } }

.geosuggest__suggests--hidden {
  max-height: 0 !important;
  overflow: hidden !important;
  border-width: 0 !important; }

.geosuggest__item--active {
  background: #4bd4a3 !important;
  color: #fff !important; }

.embed-map-wrapper {
  text-align: center; }

.embed-map-iframe {
  border: none;
  width: 100%;
  max-width: 600px; }
  @media only screen and (min-width: 992px) {
    .embed-map-iframe {
      height: 350px;
      min-width: 500px; } }
  @media only screen and (max-width: 991px) {
    .embed-map-iframe {
      min-width: 0; } }
  @media only screen and (max-width: 550px) {
    .embed-map-iframe {
      height: 250px; } }
  @media only screen and (max-width: 350px) {
    .embed-map-iframe {
      height: 200px; } }

.pricing-comparison-table-container {
  overflow: auto; }

.pricing-comparison-table {
  width: 100%;
  border: 4px solid #f0f0f0;
  background: #fff; }

.pricing-comparison-table tr {
  text-align: center; }

.pricing-comparison-table .table-header-row {
  background: #f0f0f0; }

.pricing-comparison-table th {
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  min-width: 120px; }

.pricing-comparison-table td {
  padding: 10px;
  width: 33.33%; }

.pricing-comparison-table td:last-child {
  color: #52d3a4;
  font-weight: 600; }

@media screen and (max-width: 991px) {
  .mobile-control {
    display: none !important; } }

@media screen and (min-width: 991px) {
  .desktop-control {
    display: none !important; } }

.lang-flag {
  width: 43px;
  height: 23px; }

.lang-flag-mobile {
  width: 37px;
  height: 19px; }

.lang-menu-container {
  width: 100%;
  display: flex; }

.lang-menu-item {
  width: 100%;
  justify-content: center; }

.lang-container {
  width: 316px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff; }

.lang-container-mobile {
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  margin-top: -19.3rem;
  background-color: #ffffff;
  position: fixed;
  margin-bottom: 12rem;
  overflow-y: visible; }

.lang-title-container-mobile {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 3rem; }

.lang-btn-container {
  width: 181px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e3e3e3;
  background-color: #ffffff; }

.lang-btn-container-mobile {
  width: 90%;
  max-width: 40rem;
  height: 6rem;
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  border: .2px solid #e3e3e3;
  background-color: #ffffff;
  margin-bottom: 6rem;
  margin-top: 2rem; }

.lang-btn-active {
  width: 88px;
  height: 34px;
  background-color: #2c2f49;
  border-radius: 0 !important; }

.lang-btn-active-mobile {
  width: 100%;
  height: 5.9rem;
  border-radius: 0 !important;
  color: #ffffff;
  font-family: "Open Sans" !important;
  font-size: 20px !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important;
  margin-top: .7em; }

.lang-btn {
  width: 88px;
  height: 34px;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0 !important; }

.lang-btn-mobile {
  width: 100%;
  height: 40px;
  border-radius: 0 !important;
  color: #2c2f49;
  font-family: "Open Sans" !important;
  font-size: 20px !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important;
  margin-top: .7em; }

.btn-container-active {
  height: 100%;
  width: 100%;
  background-color: #2c2f49 !important;
  color: #2c2f49 !important;
  justify-content: center;
  text-align: center !important; }

.btn-container {
  height: 100%;
  width: 100%;
  background-color: #ffffff !important;
  color: #ffffff !important;
  justify-content: center;
  text-align: center !important; }

.lang-btn-text-active {
  width: 48px;
  height: 17px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center; }

.lang-btn-text-active-mobile {
  width: 48px;
  height: 17px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center; }

.lang-btn-text {
  width: 48px;
  height: 17px;
  color: #2c2f49;
  font-family: "Open Sans" !important;
  font-size: 12px !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important; }

.lang-btn-text-mobile {
  width: 48px;
  height: 17px;
  color: #2c2f49;
  font-family: "Open Sans" !important;
  font-size: 12px !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important; }

.lang-title-text {
  width: 65px;
  height: 19px;
  color: #2c2f49;
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important;
  margin-right: 10px; }

.lang-title-text-mobile {
  width: 80px;
  height: 19px;
  color: #2c2f49;
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-align: center !important; }

.exit-lang-icon {
  margin-left: -5rem;
  margin-top: -4rem;
  height: 20px;
  width: 20px; }

.vertical-btn-seperator {
  width: 1px;
  height: 38px;
  border: 1px solid #e8e8e8; }

.top-horizontial-seperator {
  width: 115%;
  height: 0px;
  left: 0px;
  border: .01px solid #BCBCBC !important;
  margin-top: -7rem;
  margin-left: -5rem !important; }

.bottom-horizontial-seperator {
  width: 115%;
  height: 0px;
  left: 0px;
  border: .01px solid #BCBCBC;
  margin-top: -3rem;
  margin-right: -5rem;
  margin-left: -5rem !important; }

.main-text-mobile:active {
  color: #2c2f49 !important; }

.sticky-top.static-header-container {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-bottom: 1px solid #d8d8d8;
  height: 57px; }

.navbar.static-header-container {
  display: grid;
  grid-template-columns: 170px 1fr;
  padding: 0; }

.navbar-collapse.pull-right {
  justify-content: flex-end;
  margin-right: 15px;
  padding-top: 2px; }

.static-header-container .navbar-collapse .navbar-nav {
  align-items: center;
  background: #fff; }

.static-header-container li a {
  text-decoration: none;
  color: #2c2f49;
  padding: 10px;
  font-weight: 400; }

.static-header-container li a.header-phone-icon {
  padding: 0; }

.caret {
  display: inline-block;
  color: #2c2f49;
  margin-left: 5px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.header-searchbar input.geosuggest__input {
  padding: 10px;
  font-size: 16px;
  height: 45px; }

.static-header-container .navbar-toggle {
  padding: 10px;
  cursor: pointer; }

.stache-logo-navy-link {
  cursor: pointer; }

.nav-item .home-page-link {
  cursor: pointer; }

.nav-item .become-host-link {
  border: 2px solid #4bd4a3;
  border-radius: 20px;
  background-color: transparent;
  color: #4bd4a3;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px !important;
  margin: 0 12px 0 5px; }

.nav-user-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%; }

#user-icn-header {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 12px;
  padding-left: 5px;
  display: flex;
  align-items: center; }

#user-icn-header::after {
  display: none; }

.user-icon-menu-container .dropdown-menu {
  min-width: 250px;
  padding: 8px 0 2px;
  right: 0;
  left: auto;
  margin-top: 2px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.user-icon-menu-container .dropdown-menu a {
  text-decoration: none;
  padding: 0; }

.user-icon-menu-container .dropdown-menu li {
  margin: 10px 20px;
  color: #2c2f49;
  font-size: 16px; }

.user-icon-menu-container .dropdown-menu-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 400; }

.user-icon-menu-container .dropdown-menu-last-item {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 0px !important;
  font-weight: 400; }

.user-icon-menu-container .dropdown-menu-last-item:hover {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  border-bottom-color: grey; }

.user-icon-menu-container .dropdown-menu-item:hover {
  cursor: pointer;
  border-bottom-color: grey; }

.no-border-bottom {
  border-bottom: none !important; }

.navbar .become-host-link-button {
  border-radius: 20px;
  border: solid 2px #4bd4a3;
  background-color: #fff;
  color: #4bd4a3;
  font-weight: 400;
  padding: 7px 20px;
  font-size: 16px;
  margin-right: 15px; }

@media screen and (max-width: 991px) {
  .static-header-container .navbar-collapse {
    position: absolute;
    top: 55px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 55px);
    overflow: scroll; }
  .navbar-collapse .nav-item {
    font-weight: 400;
    color: #2c2f49;
    font-size: 16px;
    margin: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    width: calc(100% - 40px);
    margin-bottom: 0; }
  .navbar-collapse .nav-item:hover {
    border-bottom: 1px solid grey; }
  .static-header-container li.nav-item a {
    padding: 0; }
  .header-searchbar-wrapper {
    max-width: 350px; } }

@media screen and (min-width: 992px) {
  .static-header-container li.nav-item a {
    padding: 10px 12px 10px 5px; }
  .header-searchbar-wrapper {
    max-width: 33.333333%; } }

.content {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden; }

.the-footer {
  width: 100%;
  background-color: #2c2f49;
  padding: 50px 30px;
  padding-left: 50px;
  overflow: hidden; }
  @media only screen and (max-width: 810px) {
    .the-footer {
      padding-left: 40px;
      padding-top: 40px; } }

.footer-title {
  color: #ffb556;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px !important; }
  @media only screen and (max-device-width: 570px) {
    .footer-title {
      font-size: 18px; } }

.footer-link,
.footer-link:active,
.footer-link:focus {
  font-size: 12pt;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #d8d8d8;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  margin: 6px 0px; }
  @media only screen and (max-width: 810px) {
    .footer-link,
    .footer-link:active,
    .footer-link:focus {
      margin: 9px 0px; } }
  @media only screen and (max-width: 570px) {
    .footer-link,
    .footer-link:active,
    .footer-link:focus {
      margin: 14px 0px; } }
  @media only screen and (max-device-width: 570px) {
    .footer-link,
    .footer-link:active,
    .footer-link:focus {
      font-size: 14pt;
      margin: 16px 0px; } }

.footer-link:visited,
.footer_link:active {
  text-decoration: none; }

@media only screen and (min-width: 850px) {
  .hr-hidden-until {
    background-color: #57585c;
    display: none; } }

@media only screen and (max-width: 849px) {
  .hr-hidden-until {
    display: block;
    border: solid 1px #d8d8d8;
    width: 100px;
    background-color: #d8d8d8; } }

@media only screen and (max-width: 570px) {
  .hr-hidden-until {
    width: 60px; } }

.footer-col {
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 950px) {
  .connect-wrapper {
    width: 25%; } }

@media only screen and (max-width: 850px) {
  .connect-wrapper {
    width: 100%;
    margin-bottom: 20px;
    width: 60%; } }

@media only screen and (max-width: 568px) {
  .connect-wrapper {
    width: 100%; } }

.social-media-wrapper {
  margin-bottom: 8px; }
  @media only screen and (max-width: 570px) {
    .social-media-wrapper {
      margin-bottom: 15px; } }

.social-media-icn {
  height: 40px; }
  @media only screen and (max-width: 570px) {
    .social-media-icn {
      height: 50px; } }

.links-col-wrapper {
  float: right;
  width: 560px; }
  @media only screen and (min-width: 1135px) {
    .links-col-wrapper {
      width: 720px; } }
  @media only screen and (max-width: 850px) {
    .links-col-wrapper {
      margin-right: 0px;
      float: none; } }
  @media only screen and (max-width: 849px) {
    .links-col-wrapper {
      width: 100%; } }

.links-col {
  display: inline-block;
  width: 140px; }
  @media only screen and (min-width: 1135px) {
    .links-col {
      width: 180px; } }
  @media only screen and (max-width: 850px) {
    .links-col {
      width: 25%;
      margin-top: 20px; } }
  @media only screen and (max-width: 599px) {
    .links-col {
      width: 100%;
      text-align: left;
      display: block;
      margin-top: 20px;
      margin-bottom: 40px; } }

@media only screen and (max-width: 570px) {
  .learn-col {
    margin-top: 40px; } }

.social-media-icn.twitter-icn {
  margin: 0px 15px; }
  @media only screen and (max-device-width: 570px) {
    .social-media-icn.twitter-icn {
      margin: 0px 20px; } }

.connect-with-us {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px !important; }

.copyright-left {
  margin-top: 3px;
  color: #929292;
  font-weight: 300;
  font-size: 12px;
  margin-right: 15px;
  margin-bottom: 0px; }

.footer-link:hover {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fff;
  transition: 0.5s;
  text-decoration: none; }

.contact-us-wrapper {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto; }

.contact-us-group {
  border: 1px solid #f3f4f4;
  margin-bottom: 10px; }

.contact-us-group .group-content {
  padding: 30px 20px; }

.contact-us-submit-btn button {
  min-width: 200px;
  border: 1px solid #4bd4a3;
  color: white;
  background-color: #4bd4a3;
  padding: 12px;
  font-size: 20px; }

.contact-us-submit-btn {
  margin-top: 30px;
  margin-bottom: 50px; }

.contact-us-submit-btn button:hover, .contact-us-submit-btn button:focus, .contact-us-submit-btn button:active {
  background-color: #4bd4a3 !important;
  color: white !important;
  border: 1px solid #4bd4a3 !important; }

.contact-us-row {
  display: grid;
  grid-template-columns: 120px 1fr 20px;
  margin-top: 20px;
  position: relative; }

.contact-us-msg {
  height: 200px;
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 4px;
  padding: 15px 15px 0 15px;
  resize: none; }

.row-title.message-title {
  align-items: flex-start;
  padding-top: 15px; }

.contact-us-row input + div {
  position: absolute; }

.text-center {
  text-align: center; }

.contact-us-submit-btn button::before {
  margin-left: 20px;
  color: black; }

.footer-locations {
  display: flex;
  flex-wrap: wrap;
  max-width: 160px; }

.footer-locations .footer-link {
  flex: 33%;
  max-width: 50px;
  margin-top: 0;
  margin-bottom: 6px; }

@media only screen and (max-width: 600px) {
  .contact-us-wrapper {
    width: 90%;
    padding: 0 12px; }
  .contact-us-row {
    grid-template-columns: 100%;
    row-gap: 5px; }
  .row-title {
    justify-content: flex-start; } }

@media only screen and (min-width: 600px) {
  .contact-us-wrapper {
    width: 90%;
    padding: 0 12px; }
  .contact-us-row {
    grid-template-columns: 120px 1fr 20px; } }

@media only screen and (min-width: 768px) {
  .contact-us-wrapper {
    width: 80%; } }

.new-lease-banner-wrapper {
  width: 100%;
  background: #52d3a4;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  z-index: 1;
  cursor: pointer; }

.banner-icon-wrapper {
  margin-left: 10px; }

.banner-icon-wrapper img {
  width: 30px;
  padding-bottom: 2px; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.price-calculator-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: fit-content;
  padding-bottom: 70px;
  padding-top: 90px; }
  @media only screen and (max-width: 319px) {
    .price-calculator-container {
      background-image: none !important; } }

.calculator-header {
  text-align: center; }

.calculator-header-title {
  font-weight: 700; }
  @media only screen and (max-width: 599px) {
    .calculator-header-title {
      font-size: 25px; } }
  @media only screen and (min-width: 600px) {
    .calculator-header-title {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) {
    .calculator-header-title {
      font-size: 35px; } }
  @media only screen and (min-width: 992px) {
    .calculator-header-title {
      font-size: 40px; } }

.calculator-header-text {
  max-width: 599px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  padding: 0 40px;
  font-size: 18px; }

.calculator-content {
  display: grid;
  grid-gap: 30px;
  padding: 0 30px;
  margin-top: 40px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .calculator-content {
      grid-template-columns: 100%;
      padding: 0 30px; } }
  @media only screen and (min-width: 992px) {
    .calculator-content {
      grid-template-columns: 1fr 1fr;
      padding-left: 40px;
      padding-right: 60px; } }

.calculator-image-wrapper {
  margin: 0 auto; }

.calculator-image-wrapper img {
  width: 100%;
  max-width: 400px; }

.calculator-input-container {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(217, 217, 217, 0.5);
  padding: 20px;
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600; }
  @media only screen and (max-width: 599px) {
    .calculator-input-container {
      width: 300px; } }

.calculator-input-title {
  text-align: center;
  padding-bottom: 10px; }

.calculator-input-wrapper {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  grid-gap: 10px 5px;
  font-size: 18px; }
  @media only screen and (max-width: 599px) {
    .calculator-input-wrapper {
      grid-template-columns: 100%; } }

.calculator-input-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600; }

.calculator-input-price {
  font-size: 45px;
  font-weight: 700;
  color: #52d3a4;
  white-space: nowrap;
  overflow-x: auto; }
  @media only screen and (max-width: 399px) {
    .calculator-input-price {
      font-size: 30px; } }

.calulator-input-price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px; }

.calculator-content.page-loading {
  height: auto; }

.calculator-content.page-loading::before {
  top: 20%;
  z-index: 1; }

.price-calculator-button-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto; }

.solid-button.price-calculator-button {
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  min-width: 200px;
  max-width: 90%;
  margin-top: 20px;
  text-decoration: none; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  vertical-align: text-bottom !important; }

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

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

.main-background-image-text-section {
  width: 100%;
  height: 664px;
  padding: 225px 15% 170px; }

.main-background-image-title {
  color: #fff;
  font-family: garamond;
  font-weight: 600;
  text-align: center;
  padding: 0; }

.main-background-image-slogan {
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 0;
  margin: 12px 0 32px; }

h3.main-background-image-slogan {
  line-height: inherit; }

.main-background-image-search-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 24px;
  width: 100%; }

.main-background-image-search-wrapper .search-wrapper {
  display: grid;
  grid-template-columns: 80% calc(20% - 10px);
  grid-gap: 10px; }

.landing-search-btn-wrapper .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px; }

.landing-searchbar.geosuggest__input {
  padding: .8em 1em; }

.geosuggest.landing-searchbar {
  height: 57px; }

.landing-hiw-section {
  padding: 50px 0;
  background-color: #fff; }

.section-title {
  font-size: 30px;
  font-weight: 700;
  padding: 0 15px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px; }

.section-title h2, .section-title h3 {
  font-weight: inherit;
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 0; }

.landing-hiw-wrapper {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 20px; }
  @media only screen and (min-width: 992px) {
    .landing-hiw-wrapper {
      grid-template-columns: 1fr 1fr 1fr; } }

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

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

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

.hiw-col-text {
  align-self: flex-start; }

.hiw-col-button {
  display: inline-block; }

.hiw-col-button > div {
  cursor: pointer;
  display: inline-block; }

.hiw-col-button-title {
  color: #4bd4a3;
  font-weight: 500; }

.hiw-col-button-icon {
  width: 20px;
  margin-left: 10px;
  margin-bottom: 1px; }

.hiw-col-title {
  font-weight: bold; }

.hiw-col-button-wrapper .hiw-col-tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 48px;
  background: white;
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(205, 205, 205, 0.5), 0 -2px 4px rgba(193, 193, 193, 0.5); }

.hiw-col-button-wrapper .hiw-col-tooltip.hiw-col-left {
  left: 0;
  width: 350px; }

.hiw-col-button-wrapper .hiw-col-tooltip.hiw-col-mid {
  left: 0;
  width: 340px; }

.hiw-col-button-wrapper .hiw-col-tooltip.hiw-col-right {
  right: 0;
  width: 340px; }

.hiw-col-button:hover .hiw-col-tooltip {
  visibility: visible; }

.solid-button.landing-hiw-booking-button {
  min-width: 400px;
  font-size: 26px;
  font-weight: 400;
  padding: 15px; }

.landing-hiw-video-container {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 120px; }

.landing-hiw-video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 50%; }

.landing-hiw-video {
  width: 100%;
  padding: 1px;
  border: 1px solid #e5e5e5; }

.landing-storage-rate-section {
  padding-bottom: 20px;
  margin: 50px 0; }

.section-title.logo-strip-section {
  background: #f5f5f5;
  margin-top: 50px; }

.logo-strip-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0; }

.logo-strip-item {
  flex: 1 1 0; }

.logo-strip-item-img {
  max-width: 150px;
  min-height: 150px;
  margin: 0 10px; }

.testimonial-section {
  background-color: #f9fbfe;
  padding-top: 50px;
  padding-bottom: 50px; }

.testimonial-person-img {
  height: 100px;
  margin-bottom: 10px; }

.testimonial-person-name {
  font-size: 25px;
  font-weight: 700; }

.testimonial-person-location {
  font-size: 16px;
  font-style: italic; }

.testimonial-wrapper {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 20px; }

.testimonial-col {
  display: grid;
  grid-template-rows: auto 100px 30px 30px;
  grid-gap: 10px;
  text-align: center; }

.calculator-section {
  padding: 50px 0; }

.price-calculator-wrapper {
  padding: 10px; }

.calculator-title {
  font-weight: 700;
  padding-left: 0;
  text-align: center; }

.calculator-selector {
  font-weight: 700;
  width: 100%; }

.landing-calculator.new-landing-calculator {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto; }

.landing-calculator.new-landing-calculator .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.new-landing-calculator .calculator-house-image {
  text-align: center;
  flex: none;
  max-width: none; }

.new-landing-calculator-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 60px;
  width: 100%; }

.new-landing-calculator-subtitle {
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  padding: 0 40px; }

.new-landing-host-button, .new-landing-host-button:focus, .new-landing-host-button:hover {
  color: #fff;
  text-decoration: none; }

.solid-button.calculator-button:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1); }

.donate-section {
  position: relative; }

.donate-background-img {
  width: 100%;
  height: 664px;
  background-size: cover;
  background-position: 10% 30%;
  position: absolute; }

.donate-black-overlay {
  background-color: black;
  width: 100%;
  height: 664px;
  position: relative;
  opacity: 0.4; }

.donate-content {
  text-align: center;
  color: white;
  margin: 0 auto;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 599px) {
    .donate-content {
      width: 90%; } }
  @media only screen and (min-width: 600px) {
    .donate-content {
      width: 70%; } }

.donate-title {
  font-size: 40px;
  margin-bottom: 10px; }

.donate-text {
  font-size: 20px;
  width: 63%;
  margin: 0 auto; }

.new-landing-calculator .calculator-title {
  font-weight: 700;
  padding-left: 0;
  text-align: center;
  flex: 1; }

.calculator-button-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 70%; }

.new-landing-calculator .price-calculator-wrapper {
  padding: 10px; }

.franchise-city-section.media-strip-section {
  background-color: #e3e3e3;
  padding: 30px; }

.media-strip-section-title {
  text-align: center;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px; }
  @media only screen and (max-width: 599px) {
    .media-strip-section-title {
      font-size: 16px;
      margin-bottom: 15px; } }

.media-strip-section-items {
  width: 80%;
  max-width: 840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 60px; }
  @media only screen and (max-width: 767px) {
    .media-strip-section-items {
      grid-gap: 45px; } }
  @media only screen and (max-width: 599px) {
    .media-strip-section-items {
      grid-gap: 30px;
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .media-strip-section-items {
      grid-gap: 20px; } }

.media-strip-section-item {
  display: flex;
  justify-content: center;
  align-items: center; }

.media-strip-section-item-img {
  max-width: 100%; }

.media-strip-section-item-img.larger-img {
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  .main-background-image-title {
    font-size: 50px;
    line-height: 50px; }
  .main-background-image-slogan {
    font-size: 26px; }
  .main-background-image-text-section {
    padding-left: 10%;
    padding-right: 10%; }
  .landing-search-btn-wrapper .search-btn {
    width: 100%; }
  .testimonial-text {
    padding: 0 10px; }
  .testimonial-wrapper {
    grid-template-columns: 1fr 1fr 1fr; }
  .new-landing-calculator .price-calculator {
    margin-left: 0; }
  .new-landing-calculator .calculator-title {
    font-size: 16px; }
  .landing-calculator.new-landing-calculator {
    height: 550px; }
  .new-landing-calculator-title {
    font-size: 25px; }
  .new-landing-calculator .price-calculator-wrapper {
    width: 100%;
    max-width: 350px;
    margin: 0 auto; } }

@media only screen and (min-width: 992px) {
  .main-background-image-text-section {
    padding: 225px 15% 170px; }
  .testimonial-text {
    padding: 0 40px; }
  .new-landing-calculator .price-calculator {
    top: 50px; }
  .new-landing-calculator .calculator-title {
    font-size: 18px; }
  .price-calculator-wrapper, .calculator-button-wrapper {
    margin: 0 auto;
    margin-top: 30px; }
  .new-landing-calculator-title {
    font-size: 30px; } }

@media only screen and (max-width: 767px) {
  .main-background-image-title {
    font-size: 42px;
    line-height: 42px; }
  .main-background-image-slogan {
    font-size: 22px; }
  .main-background-image-text-section {
    padding-left: 10%;
    padding-right: 10%; }
  .landing-search-btn-wrapper .search-btn {
    width: 100%; }
  .testimonial-wrapper {
    grid-template-columns: 1fr; }
  .testimonial-text {
    padding: 0 40px; }
  .new-landing-calculator .calculator-title {
    font-size: 18px; }
  .landing-calculator.new-landing-calculator {
    height: 730px; }
  .new-landing-calculator .calculator-button-wrapper {
    width: 70%; }
  .new-landing-calculator-title {
    font-size: 20px; }
  .new-landing-calculator .price-calculator-wrapper {
    width: 80%; } }

@media only screen and (max-width: 600px) {
  .main-background-image-title {
    font-size: 38px; }
  .main-background-image-slogan {
    font-size: 20px; }
  .solid-button.landing-hiw-booking-button {
    min-width: 300px;
    font-size: 20px;
    padding: 10px 20px; }
  .main-background-image-search-wrapper {
    grid-template-columns: 100%;
    grid-gap: 20px; }
  .landing-search-btn-wrapper .search-btn {
    width: 150px; }
  .landing-search-btn-wrapper {
    margin: 0 auto; }
  .new-landing-calculator .calculator-title {
    font-size: 16px; }
  .new-landing-calculator .calculator-button-wrapper {
    width: 100%; }
  .new-landing-calculator .price-calculator-wrapper {
    width: 100%; }
  .main-background-image-search-wrapper .search-wrapper {
    grid-template-columns: 100%;
    grid-gap: 20px; } }

@media only screen and (max-width: 400px) {
  .main-background-image-title {
    font-size: 34px; }
  .hiw-col-button-wrapper .hiw-col-tooltip.hiw-col-right,
  .hiw-col-button-wrapper .hiw-col-tooltip.hiw-col-mid,
  .hiw-col-button-wrapper .hiw-col-tooltip.hiw-col-left {
    width: 280px;
    height: 100%;
    overflow: auto; } }

/*.city-landing-title {
	font-size: 60px;
	font-weight: 400;
	color: white;
	//font-family: Lato,sans-serif!important;
	padding: 0;
	text-align: center;
	@media only screen and (min-width: 768px) {
		font-size: 50px;
	}
	@media only screen and (min-width: 1200px) {
		font-size: 60px;
	}
	@media only screen and (max-width: 767px) {
		font-size: 40px;
	}
	@media only screen and (max-width: 400px) {
		font-size: 32px;
	}
}
*/
.selected-neighborhood {
  color: #4bd4a3;
  font-weight: 500; }

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

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

.nashville-section.nashville-space-section {
  padding-bottom: 50px; }

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

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

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

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

.nashville-booking-button {
  width: 250px;
  font-size: 20px;
  border-radius: 6px; }

.nashville-search-button {
  width: 300px;
  font-size: 20px;
  border-radius: 6px; }

.nashville-space-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-gap: 20px;
  justify-content: center; }

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

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

.nashville-section.nashville-address-list {
  padding-bottom: 50px;
  max-width: 600px; }

.nashville-address-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; }

.nashville-address-item-location::before {
  content: '*';
  margin-right: 5px;
  vertical-align: sub; }

.nashville-address-item-phone {
  margin-left: 20px;
  min-width: 110px; }

@media only screen and (max-width: 599px) {
  .nashville-neighborhood-wrapper {
    margin-top: 20px;
    font-size: 16px; }
  .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) {
  .nashville-neighborhood-wrapper {
    margin-top: 50px;
    font-size: 20px; }
  .storage-cost-column.first-column, .storage-cost-column.second-column {
    min-width: 160px; }
  .storage-cost-column.third-column {
    min-width: 220px; } }

@charset "UTF-8";
.franchise-container {
  padding-bottom: 100px; }

.franchise-background-image {
  width: 100%;
  height: 664px;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1; }
  @media only screen and (max-width: 599px) {
    .franchise-background-image {
      height: 350px; } }

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

.franchise-background-image-text-section {
  width: 100%;
  height: 664px;
  position: relative;
  padding: 130px 10% 100px; }
  @media only screen and (max-width: 599px) {
    .franchise-background-image-text-section {
      height: 350px;
      padding: 30px 10% 100px; } }

.franchise-background-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: garamond; }
  @media only screen and (min-width: 992px) {
    .franchise-background-title {
      font-size: 50px; } }
  @media only screen and (max-width: 991px) {
    .franchise-background-title {
      font-size: 40px; } }
  @media only screen and (max-width: 599px) {
    .franchise-background-title {
      font-size: 30px; } }
  @media only screen and (max-width: 400px) {
    .franchise-background-title {
      font-size: 25px; } }

.franchise-background-subtitle {
  font-size: 36px;
  color: #fff; }
  @media only screen and (min-width: 992px) {
    .franchise-background-subtitle {
      font-size: 32px;
      max-width: 450px; } }
  @media only screen and (max-width: 991px) {
    .franchise-background-subtitle {
      font-size: 28px;
      max-width: 430px; } }
  @media only screen and (max-width: 599px) {
    .franchise-background-subtitle {
      font-size: 24px;
      max-width: 360px; } }
  @media only screen and (max-width: 400px) {
    .franchise-background-subtitle {
      font-size: 20px;
      max-width: 300px; } }

.franchise-background-button.solid-button {
  width: 245px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600; }
  @media only screen and (max-width: 599px) {
    .franchise-background-button.solid-button {
      font-size: 20px;
      width: 200px; } }
  @media only screen and (max-width: 400px) {
    .franchise-background-button.solid-button {
      font-size: 18px;
      width: 180px; } }

.franchise-background-banner {
  position: absolute; }
  @media only screen and (max-width: 599px) {
    .franchise-background-banner {
      bottom: 20px; } }
  @media only screen and (min-width: 600px) {
    .franchise-background-banner {
      bottom: 50px; } }

.banner-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 0.67;
  padding: 5px 30px;
  white-space: nowrap; }
  @media only screen and (min-width: 992px) {
    .banner-text {
      height: 80px; } }
  @media only screen and (max-width: 991px) {
    .banner-text {
      height: 70px; } }
  @media only screen and (max-width: 599px) {
    .banner-text {
      height: 60px; } }
  @media only screen and (max-width: 400px) {
    .banner-text {
      padding: 5px 15px; } }

.banner-text-title {
  font-weight: 700;
  color: #2c2f49; }
  @media only screen and (min-width: 992px) {
    .banner-text-title {
      font-size: 26px; } }
  @media only screen and (max-width: 991px) {
    .banner-text-title {
      font-size: 22px; } }
  @media only screen and (max-width: 599px) {
    .banner-text-title {
      font-size: 20px; } }
  @media only screen and (max-width: 400px) {
    .banner-text-title {
      font-size: 18px; } }

.banner-text-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #2c2f49; }

.banner-left-arrow {
  width: 0;
  height: 0;
  display: inline-block;
  border-bottom: 40px solid rgba(255, 255, 255, 0.67);
  border-top: 40px solid rgba(255, 255, 255, 0.67);
  border-right: 40px solid transparent;
  position: absolute; }
  @media only screen and (min-width: 992px) {
    .banner-left-arrow {
      border-bottom: 40px solid rgba(255, 255, 255, 0.67);
      border-top: 40px solid rgba(255, 255, 255, 0.67);
      border-right: 40px solid transparent; } }
  @media only screen and (max-width: 991px) {
    .banner-left-arrow {
      border-bottom: 35px solid rgba(255, 255, 255, 0.67);
      border-top: 35px solid rgba(255, 255, 255, 0.67);
      border-right: 35px solid transparent; } }
  @media only screen and (max-width: 599px) {
    .banner-left-arrow {
      border-bottom: 30px solid rgba(255, 255, 255, 0.67);
      border-top: 30px solid rgba(255, 255, 255, 0.67);
      border-right: 30px solid transparent; } }

.dot-separator {
  padding: 5px;
  font-weight: 700;
  vertical-align: middle;
  color: #000;
  font-size: 20px; }

.franchise-section {
  padding: 50px 0; }

.franchise-section-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .franchise-section-title {
      font-size: 40px; } }
  @media only screen and (max-width: 991px) {
    .franchise-section-title {
      font-size: 35px; } }
  @media only screen and (max-width: 599px) {
    .franchise-section-title {
      font-size: 30px; } }
  @media only screen and (max-width: 400px) {
    .franchise-section-title {
      font-size: 25px; } }

.franchise-section-content {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto; }

.franchise-section .col-2-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px; }

.airbnb-section .franchise-section-content {
  max-width: 800px; }

.franchise-section-column-title {
  font-weight: 600;
  padding-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .franchise-section-column-title {
      font-size: 20px; } }
  @media only screen and (max-width: 991px) {
    .franchise-section-column-title {
      font-size: 18px; } }
  @media only screen and (max-width: 599px) {
    .franchise-section-column-title {
      font-size: 20px; } }

.franchise-progress-container .progress-bar-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 7px; }

.franchise-progress-container .progress-bar-text {
  padding-top: 10px;
  font-weight: 600;
  display: block;
  text-align: right; }

.franchise-progress-container .progress-bar-text div {
  -webkit-animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both; }

.progress-bar-container {
  background-color: #f3f3f3;
  height: 40px;
  overflow: hidden;
  position: relative; }

.progress-bar {
  height: 40px;
  background-color: #52d3a4;
  -webkit-animation: progressBar 3s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both; }

@-webkit-keyframes progressBar {
  0% {
    width: 30%; }
  100% {
    width: 100%; } }

@-moz-keyframes progressBar {
  0% {
    width: 30%; }
  100% {
    width: 100%; } }

.franchise-section .col-3-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px; }

.franchise-section.why-section {
  background-color: #f9f9f9;
  padding: 50px 0;
  padding-top: 100px;
  position: relative; }

.why-section .franchise-section-column {
  padding: 0 10%;
  text-align: center; }

.why-section .franchise-section-column-title {
  color: #52d3a4; }

.franchise-section.how-section {
  position: relative; }

.how-section .franchise-section-column {
  padding: 0 10%;
  text-align: center; }

.how-section .franchise-section-column-icon-text {
  padding-top: 20px;
  font-weight: 600; }

.how-section .franchise-section-column-icon img {
  width: 100px; }

.how-section-bottom {
  text-align: center;
  margin-top: 50px; }

.how-section-bottom-text {
  font-size: 22px;
  font-weight: 700; }

.how-section-button-wrapper {
  display: flex;
  justify-content: center; }

.how-section-button.solid-button {
  font-weight: 600;
  margin-top: 10px;
  width: 180px; }

.franchise-section.financial-section {
  background-color: #f9f9f9;
  padding: 50px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .franchise-section.financial-section {
      padding: 50px 20px; } }

.financial-section .franchise-section-title {
  padding-bottom: 0; }

.financial-section-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  max-width: 800px; }
  @media only screen and (max-width: 767px) {
    .financial-section-content {
      grid-template-columns: 1fr; } }

.financial-section-left {
  display: flex;
  align-items: center;
  justify-content: left; }
  @media only screen and (max-width: 767px) {
    .financial-section-left {
      justify-content: center; } }

.financial-section-left .franchise-count {
  font-size: 100px;
  color: #52d3a4;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .financial-section-left .franchise-count {
      font-size: 60px; } }

.financial-section-left .franchise-count-text {
  font-size: 28px;
  font-weight: 700;
  color: #52d3a4;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .financial-section-left .franchise-count-text {
      font-size: 18px; } }

.financial-section-banner {
  text-align: center;
  margin-top: 15px; }

.financial-section-banner-title {
  padding: 10px 20px;
  background: #2c2f49;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px; }

.financial-section-banner-subtitle {
  padding-top: 7px;
  font-weight: 400; }

.franchise-section-right {
  display: flex;
  align-items: center;
  padding: 10%;
  max-width: none;
  margin: none;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .franchise-section-right {
      padding: 10px 0;
      max-width: 300px;
      margin: 0 auto;
      text-align: center; } }

.franchise-section.graph-section {
  position: relative; }

.graph-section .graph-section-statement {
  font-size: 26px;
  margin-bottom: 30px;
  padding: 0 10px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.graph-space-size-selector-wrapper {
  width: 144px; }

.graph-section .react-select-dropdown__indicators {
  display: none; }

.graph-section .react-select-dropdown__control {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 6px solid #52d3a4; }

.graph-section .react-select-dropdown__value-container {
  border-bottom: 6px solid #52d3a4;
  padding-left: 0;
  padding: 2px 8px; }

.graph-section .react-select-dropdown__menu {
  min-width: 280px; }
  @media only screen and (max-width: 530px) {
    .graph-section .react-select-dropdown__menu {
      min-width: auto; } }

.graph-section .graph-section-content {
  margin: 0 20px; }

.graph-section .graph-container {
  width: 90%;
  max-width: 800px;
  min-width: 300px;
  height: 400px;
  margin: 0 auto; }

.income-section .franchise-section-content.col-2-section {
  max-width: 800px; }

.income-section .franchise-section-column {
  text-align: center;
  padding: 0 10%; }

.income-section .franchise-section-column-icon img {
  width: 100px; }

.income-section .franchise-section-column-icon-text {
  padding-top: 20px;
  font-weight: 600; }

.owner-section .franchise-section-content.col-2-section {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }
  @media only screen and (max-width: 599px) {
    .owner-section .franchise-section-content.col-2-section {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }

.owner-section .franchise-section-column img {
  width: 100%; }

.owner-section .footer-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%; }

.owner-section .footer-user-name {
  font-size: 26px;
  font-weight: 700; }

.owner-section .footer-user-address {
  font-size: 18px;
  font-weight: 700; }

.column-quote-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.footer-user-info {
  text-align: right;
  margin-right: 20px; }

.column-quote-text {
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
  margin-bottom: 20px; }

.column-quote-text:before {
  content: open-quote;
  color: rgba(82, 211, 164, 0.33);
  font-size: 10em;
  font-weight: 700;
  line-height: 0.1em;
  position: absolute;
  top: 0px;
  left: -30px;
  font-family: serif; }

.franchise-section-column.dashboard-column {
  max-width: 600px;
  margin: 0 auto; }

.franchise-section-column.quote-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.franchise-section.signup-section {
  background-color: #f9f9f9; }

.signup-section .franchise-section-content {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 20px; }
  @media only screen and (max-width: 991px) {
    .signup-section .franchise-section-content {
      grid-template-columns: 1fr;
      grid-gap: 40px; } }

.signup-section-map-container {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 20px;
  align-items: center; }
  @media only screen and (max-width: 499px) {
    .signup-section-map-container {
      grid-template-columns: 1fr; } }

.map-container-menu {
  text-align: right;
  padding-right: 15px;
  border-right: 6px solid #52d3a4; }
  @media only screen and (max-width: 499px) {
    .map-container-menu {
      display: grid;
      grid-template-columns: repeat(auto-fill, 120px);
      text-align: center;
      padding-right: 0;
      border-right: 0;
      justify-content: center;
      margin-bottom: 20px; } }

.map-container-menu div {
  margin-bottom: 10px; }

.map-container-menu a {
  text-decoration: none;
  color: #2c2f49; }

.map-container-map img {
  width: 100%; }

.signup-section-wrapper {
  padding: 20px 30px;
  background: #fff;
  border-radius: 6px;
  max-width: 500px;
  margin: 0 auto; }

.signup-section-banner-title {
  font-size: 20px;
  color: #fff;
  background: #2c2f49;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500; }

.signup-section-banner-subtitle {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500; }

.signup-form-title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px; }

.signup-section .signup-row {
  margin-bottom: 10px; }

.signup-section .signup-full-row {
  margin-bottom: 10px; }

.signup-form-note {
  font-size: 14px;
  color: #bcbcbc;
  font-weight: 600; }

.signup-section-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 599px) {
    .signup-section-button-wrapper {
      justify-content: center; } }

.signup-section-button.solid-button {
  font-weight: 600;
  font-size: 20px;
  width: 180px;
  position: relative; }

.signup-section-button::before {
  left: 25px;
  margin-top: 1px; }

.faq-section .franchise-section-content {
  max-width: 700px; }

.franchise-faq-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px; }

.franchise-faq-item-heading {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.franchise-faq-content {
  padding: 15px 20px;
  border-top: 1px solid #ddd; }

.franchise-faq-header-icon {
  margin-left: 20px;
  color: #52d3a4; }

.top-angle-icon {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent; }

.top-angle-icon.white-angle-icon {
  border-top: 35px solid white; }

.top-angle-icon.grey-angle-icon {
  border-top: 35px solid #f9f9f9; }

.why-section-dollar-icon {
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px; }

@charset "UTF-8";
.franchise-container {
  padding-bottom: 100px; }

.franchise-background-image {
  width: 100%;
  height: 664px;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1; }
  @media only screen and (max-width: 599px) {
    .franchise-background-image {
      height: 350px; } }

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

.franchise-background-image-text-section {
  width: 100%;
  height: 664px;
  position: relative;
  padding: 130px 10% 100px; }
  @media only screen and (max-width: 599px) {
    .franchise-background-image-text-section {
      height: 350px;
      padding: 30px 10% 100px; } }

.franchise-background-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: garamond; }
  @media only screen and (min-width: 992px) {
    .franchise-background-title {
      font-size: 50px; } }
  @media only screen and (max-width: 991px) {
    .franchise-background-title {
      font-size: 40px; } }
  @media only screen and (max-width: 599px) {
    .franchise-background-title {
      font-size: 30px; } }
  @media only screen and (max-width: 400px) {
    .franchise-background-title {
      font-size: 25px; } }

.franchise-background-subtitle {
  font-size: 36px;
  color: #fff; }
  @media only screen and (min-width: 992px) {
    .franchise-background-subtitle {
      font-size: 32px;
      max-width: 500px; } }
  @media only screen and (max-width: 991px) {
    .franchise-background-subtitle {
      font-size: 28px;
      max-width: 440px; } }
  @media only screen and (max-width: 599px) {
    .franchise-background-subtitle {
      font-size: 24px;
      max-width: 360px; } }
  @media only screen and (max-width: 400px) {
    .franchise-background-subtitle {
      font-size: 20px;
      max-width: 300px; } }

.franchise-background-button.solid-button {
  width: 245px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600; }
  @media only screen and (max-width: 599px) {
    .franchise-background-button.solid-button {
      font-size: 20px;
      width: 200px; } }
  @media only screen and (max-width: 400px) {
    .franchise-background-button.solid-button {
      font-size: 18px;
      width: 180px; } }

.franchise-section {
  padding: 50px 0; }

.franchise-section-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .franchise-section-title {
      font-size: 40px; } }
  @media only screen and (max-width: 991px) {
    .franchise-section-title {
      font-size: 35px; } }
  @media only screen and (max-width: 599px) {
    .franchise-section-title {
      font-size: 30px; } }
  @media only screen and (max-width: 400px) {
    .franchise-section-title {
      font-size: 25px; } }

.franchise-section-subtitle {
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px 10px;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (min-width: 600px) {
    .franchise-section-subtitle {
      font-size: 22px; } }
  @media only screen and (max-width: 599px) {
    .franchise-section-subtitle {
      font-size: 20px;
      max-width: 420px; } }
  @media only screen and (max-width: 400px) {
    .franchise-section-subtitle {
      font-size: 18px; } }

.franchise-section-content {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto; }

.franchise-section .col-2-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px; }

.airbnb-section .airbnb-section-content {
  padding: 0 20px;
  width: 90%;
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .airbnb-section .airbnb-section-content {
      font-size: 20px;
      max-width: 430px; } }
  @media only screen and (max-width: 599px) {
    .airbnb-section .airbnb-section-content {
      font-size: 18px;
      max-width: 420px; } }
  @media only screen and (max-width: 400px) {
    .airbnb-section .airbnb-section-content {
      font-size: 16px; } }

.airbnb-section .franchise-section-title {
  padding-bottom: 20px; }

.franchise-section-column-title {
  font-weight: 600;
  padding-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .franchise-section-column-title {
      font-size: 20px; } }
  @media only screen and (max-width: 991px) {
    .franchise-section-column-title {
      font-size: 18px; } }
  @media only screen and (max-width: 599px) {
    .franchise-section-column-title {
      font-size: 20px; } }

.franchise-section.blueprint-section {
  background-color: #2c2f49;
  text-align: center;
  padding: 50px 20px; }

.blueprint-section-title {
  font-weight: 600;
  color: #52d3a4;
  padding-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .blueprint-section-title {
      font-size: 32px; } }
  @media only screen and (max-width: 991px) {
    .blueprint-section-title {
      font-size: 26px; } }
  @media only screen and (max-width: 599px) {
    .blueprint-section-title {
      font-size: 22px; } }
  @media only screen and (max-width: 400px) {
    .blueprint-section-title {
      font-size: 20px; } }

.blueprint-section-text {
  color: #fff;
  font-weight: 700;
  font-family: Garamond; }
  @media only screen and (min-width: 992px) {
    .blueprint-section-text {
      font-size: 50px; } }
  @media only screen and (max-width: 991px) {
    .blueprint-section-text {
      font-size: 42px; } }
  @media only screen and (max-width: 599px) {
    .blueprint-section-text {
      font-size: 34px; } }
  @media only screen and (max-width: 400px) {
    .blueprint-section-text {
      font-size: 30px; } }

@media only screen and (min-width: 500px) {
  .blueprint-section-text div {
    display: block; } }

@media only screen and (max-width: 499px) {
  .blueprint-section-text div {
    display: inline; } }

.franchise-section .col-3-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px; }

.franchise-section.why-section {
  background-color: #f9f9f9;
  padding: 50px 0;
  padding-top: 100px;
  position: relative; }

.why-section .franchise-section-column {
  padding: 0 10%;
  text-align: center; }

.why-section .franchise-section-column-title {
  color: #52d3a4; }

.franchise-section.how-section {
  position: relative; }

.how-section .franchise-section-column {
  padding: 0 10%;
  text-align: center; }

.how-section .franchise-section-column-icon-text {
  padding-top: 20px;
  font-weight: 600; }

.how-section .franchise-section-column-icon img {
  width: 100px; }

.how-section-bottom {
  text-align: center;
  margin-top: 50px; }

.how-section-bottom-text {
  font-size: 22px;
  font-weight: 700; }

.how-section-button-wrapper {
  display: flex;
  justify-content: center; }

.how-section-button.solid-button {
  font-weight: 600;
  margin-top: 10px;
  width: 180px; }

.franchise-section.financial-section.franchisee-page {
  padding: 0; }

.financial-section .financial-background-wrapper {
  position: relative; }

.financial-background-image .carousel .slide img {
  width: 100%; }

.financial-section .financial-background-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #fff; }
  @media only screen and (min-width: 992px) {
    .financial-section .financial-background-text {
      font-size: 80px; } }
  @media only screen and (max-width: 991px) {
    .financial-section .financial-background-text {
      font-size: 60px; } }
  @media only screen and (max-width: 767px) {
    .financial-section .financial-background-text {
      font-size: 50px; } }
  @media only screen and (max-width: 599px) {
    .financial-section .financial-background-text {
      font-size: 35px; } }
  @media only screen and (max-width: 449px) {
    .financial-section .financial-background-text {
      font-size: 25px; } }

.franchise-section.financial-section .financial-content-wrapper {
  background-color: #f9f9f9;
  padding: 50px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .franchise-section.financial-section .financial-content-wrapper {
      padding: 50px 20px; } }

.financial-section .franchise-section-title {
  padding-bottom: 0; }

.financial-section-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  max-width: 800px; }
  @media only screen and (max-width: 767px) {
    .financial-section-content {
      grid-template-columns: 1fr; } }

.financial-section-left {
  display: flex;
  align-items: center;
  justify-content: left; }
  @media only screen and (max-width: 767px) {
    .financial-section-left {
      justify-content: center; } }

.financial-section-left .franchise-count {
  font-size: 100px;
  color: #52d3a4;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .financial-section-left .franchise-count {
      font-size: 60px; } }

.financial-section-left .franchise-count-text {
  font-size: 28px;
  font-weight: 700;
  color: #52d3a4;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .financial-section-left .franchise-count-text {
      font-size: 18px; } }

.financial-section-banner {
  text-align: center;
  margin-top: 15px; }

.financial-section-banner-title {
  padding: 10px 20px;
  background: #2c2f49;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px; }

.financial-section-banner-subtitle {
  padding-top: 7px;
  font-weight: 400; }

.franchise-section-right {
  display: flex;
  align-items: center;
  padding: 10%;
  max-width: none;
  margin: none;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .franchise-section-right {
      padding: 10px 0;
      max-width: 300px;
      margin: 0 auto;
      text-align: center; } }

.franchise-section.earning-section {
  position: relative;
  padding-top: 70px; }

.earning-section .franchise-section-title {
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .earning-section .franchise-section-title {
      max-width: 750px; } }
  @media only screen and (max-width: 991px) {
    .earning-section .franchise-section-title {
      max-width: 670px; } }

.earning-section .earning-section-content {
  display: grid;
  grid-gap: 60px;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .earning-section .earning-section-content {
      grid-template-columns: 160px 160px 200px; } }
  @media only screen and (max-width: 767px) {
    .earning-section .earning-section-content {
      grid-template-columns: 1fr; } }

.earning-section .franchise-section-column {
  display: grid;
  grid-template-rows: 1fr 30px;
  justify-content: center;
  align-items: end;
  grid-gap: 10px; }

.earning-section-circle-image {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  user-select: none; }

.earning-section-image-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center; }

.earning-section-circle-image.earning-small-cicle {
  width: 120px;
  height: 120px;
  background-color: #def9ef; }

.earning-section-circle-image.earning-medium-cicle {
  width: 160px;
  height: 160px;
  background-color: #9fe7cd; }

.earning-section-circle-image.earning-large-cicle {
  width: 200px;
  height: 200px;
  background-color: #52d3a4; }

.franchise-section.graph-section {
  position: relative;
  padding-bottom: 100px; }

.graph-section .graph-section-statement {
  font-size: 26px;
  margin-bottom: 30px;
  padding: 0 20px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px; }

.graph-space-size-selector-wrapper {
  width: 144px; }

.graph-section .react-select-dropdown__indicators {
  display: none; }

.graph-section .react-select-dropdown__control {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 6px solid #52d3a4; }

.graph-section .react-select-dropdown__value-container {
  border-bottom: 6px solid #52d3a4;
  padding-left: 0;
  padding: 2px 8px; }

.graph-section .react-select-dropdown__menu {
  min-width: 280px; }
  @media only screen and (max-width: 530px) {
    .graph-section .react-select-dropdown__menu {
      min-width: auto; } }

.graph-section .graph-section-content {
  margin: 0 20px; }

.graph-section .graph-container {
  width: 90%;
  max-width: 800px;
  min-width: 300px;
  height: 400px;
  margin: 0 auto; }

.income-section .franchise-section-content.col-2-section {
  max-width: 800px; }

.income-section .franchise-section-column {
  text-align: center;
  padding: 0 10%; }

.income-section .franchise-section-column-icon img {
  width: 100px; }

.income-section .franchise-section-column-icon-text {
  padding-top: 20px;
  font-weight: 600; }

.owner-section .franchise-section-content.col-2-section {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }
  @media only screen and (max-width: 599px) {
    .owner-section .franchise-section-content.col-2-section {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }

.owner-section .franchise-section-column img {
  width: 100%; }

.owner-section .footer-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%; }

.owner-section .footer-user-name {
  font-size: 26px;
  font-weight: 700; }

.owner-section .footer-user-address {
  font-size: 18px;
  font-weight: 700; }

.column-quote-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.footer-user-info {
  text-align: right;
  margin-right: 20px; }

.column-quote-text {
  quotes: "\201C" "\201D" "\2018" "\2019";
  position: relative;
  margin-bottom: 20px; }

.column-quote-text:before {
  content: open-quote;
  color: rgba(82, 211, 164, 0.33);
  font-size: 10em;
  font-weight: 700;
  line-height: 0.1em;
  position: absolute;
  top: 0px;
  left: -30px;
  font-family: serif; }

.franchise-section-column.dashboard-column {
  max-width: 600px;
  margin: 0 auto; }

.franchise-section-column.quote-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.franchise-section.signup-section {
  background-color: #f9f9f9; }

.signup-section .franchise-section-content {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 20px; }
  @media only screen and (max-width: 991px) {
    .signup-section .franchise-section-content {
      grid-template-columns: 1fr;
      grid-gap: 40px; } }

.signup-section-map-container {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 20px;
  align-items: center; }
  @media only screen and (max-width: 499px) {
    .signup-section-map-container {
      grid-template-columns: 1fr; } }

.map-container-menu {
  text-align: right;
  padding-right: 15px;
  border-right: 6px solid #52d3a4; }
  @media only screen and (max-width: 499px) {
    .map-container-menu {
      display: grid;
      grid-template-columns: repeat(auto-fill, 120px);
      text-align: center;
      padding-right: 0;
      border-right: 0;
      justify-content: center;
      margin-bottom: 20px; } }

.map-container-menu div {
  margin-bottom: 10px; }

.map-container-menu a {
  text-decoration: none;
  color: #2c2f49; }

.map-container-map img {
  width: 100%; }

.signup-section-wrapper {
  padding: 20px 30px;
  background: #fff;
  border-radius: 6px;
  max-width: 500px;
  margin: 0 auto; }

.signup-section-banner-title {
  font-size: 20px;
  color: #fff;
  background: #2c2f49;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500; }

.signup-section-banner-subtitle {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500; }

.signup-form-title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px; }

.signup-section .signup-row {
  margin-bottom: 10px; }

.signup-section .signup-full-row {
  margin-bottom: 10px; }

.signup-form-note {
  font-size: 14px;
  color: #bcbcbc;
  font-weight: 600; }

.signup-section-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 599px) {
    .signup-section-button-wrapper {
      justify-content: center; } }

.signup-section-button.solid-button {
  font-weight: 600;
  font-size: 20px;
  width: 180px;
  position: relative; }

.signup-section-button::before {
  left: 25px;
  margin-top: 1px; }

.faq-section .franchise-section-content {
  max-width: 700px; }

.franchise-faq-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px; }

.franchise-faq-item-heading {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.franchise-faq-content {
  padding: 15px 20px;
  border-top: 1px solid #ddd; }

.franchise-faq-header-icon {
  margin-left: 20px;
  color: #52d3a4; }

.top-angle-icon {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent; }

.top-angle-icon.white-angle-icon {
  border-top: 35px solid white; }

.top-angle-icon.grey-angle-icon {
  border-top: 35px solid #f9f9f9; }

.top-angle-icon.navy-angle-icon {
  border-top: 35px solid #2c2f49; }

.top-angle-icon.light-grey-angle-icon {
  border-top: 35px solid #d8d8d8; }

.why-section-dollar-icon {
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px; }

.nation-container {
  padding-bottom: 100px; }

.nation-container h1, .nation-container h2 {
  margin-bottom: 0;
  line-height: inherit; }

.nation-section-content {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto; }

.nation-section.background-section {
  padding-top: 0px; }

.background-section-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1; }

.background-section-image-text {
  width: 100%;
  height: 400px;
  position: relative; }

.background-section-image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  font-family: Garamond; }
  @media only screen and (min-width: 768px) {
    .background-section-image-title {
      font-size: 50px; } }
  @media only screen and (min-width: 1200px) {
    .background-section-image-title {
      font-size: 60px; } }
  @media only screen and (max-width: 767px) {
    .background-section-image-title {
      font-size: 40px; } }

.nation-section {
  padding: 50px 0; }

.nation-section-title {
  font-weight: 700;
  font-family: Garamond;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .nation-section-title {
      font-size: 40px; } }
  @media only screen and (max-width: 991px) {
    .nation-section-title {
      font-size: 35px; } }
  @media only screen and (max-width: 599px) {
    .nation-section-title {
      font-size: 30px; } }
  @media only screen and (max-width: 400px) {
    .nation-section-title {
      font-size: 25px; } }

.nation-section-subtitle {
  font-weight: 700;
  color: #52d3a4;
  text-align: center;
  padding-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .nation-section-subtitle {
      font-size: 20px; } }
  @media only screen and (max-width: 991px) {
    .nation-section-subtitle {
      font-size: 18px; } }
  @media only screen and (max-width: 599px) {
    .nation-section-subtitle {
      font-size: 16px; } }

.how-section-content {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 20px; }
  @media only screen and (min-width: 992px) {
    .how-section-content {
      grid-template-columns: 1fr 1fr 1fr; } }

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

.nation-how-col-icon img {
  height: 150px; }

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

.storage-rate-section .nation-section-title {
  padding-bottom: 10px; }

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

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

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

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

.state-item-separator.last-separator {
  display: none; }

.nation-section-content.states-section-content {
  text-align: center;
  max-width: 678px;
  margin: 0 auto; }

.form-section-background-image {
  width: 100%;
  height: 644px;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1; }

.form-section-background-image-text {
  width: 100%;
  height: 644px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.form-section-background-image-title {
  padding: 0 20px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .form-section-background-image-title {
      font-size: 40px; } }
  @media only screen and (min-width: 1200px) {
    .form-section-background-image-title {
      font-size: 50px; } }
  @media only screen and (max-width: 767px) {
    .form-section-background-image-title {
      font-size: 30px; } }
  @media only screen and (max-width: 399px) {
    .form-section-background-image-title {
      font-size: 25px; } }

.form-section-background-image-slogan {
  padding: 10px 20px;
  font-size: 32px;
  color: #fff;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .form-section-background-image-slogan {
      font-size: 26px; } }
  @media only screen and (min-width: 1200px) {
    .form-section-background-image-slogan {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .form-section-background-image-slogan {
      font-size: 20px; } }
  @media only screen and (max-width: 399px) {
    .form-section-background-image-slogan {
      font-size: 16px; } }

.form-section-input-wrapper {
  margin-top: 20px;
  width: 600px;
  max-width: 80%;
  display: grid;
  grid-template-columns: 1fr 120px; }
  @media only screen and (max-width: 399px) {
    .form-section-input-wrapper {
      grid-template-columns: 1fr 100px; } }

.form-section-input input {
  border-radius: 4px 0 0 4px; }

.form-section-button {
  height: 57px;
  width: 100%;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  font-weight: 600; }

.map-section-content {
  display: grid;
  grid-template-columns: 1fr 140px;
  grid-gap: 60px;
  align-items: center;
  max-width: 800px; }
  @media only screen and (max-width: 599px) {
    .map-section-content {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }

.map-section-content-menu {
  padding-left: 15px;
  border-left: 6px solid #52d3a4; }
  @media only screen and (max-width: 599px) {
    .map-section-content-menu {
      display: grid;
      grid-template-columns: repeat(auto-fill, 120px);
      grid-row-start: 1;
      text-align: center;
      padding-left: 0;
      border-left: 0;
      justify-content: center;
      margin-bottom: 20px; } }

.map-section-content-menu div {
  margin-bottom: 10px; }

.map-section-content-menu a {
  text-decoration: none;
  color: #2c2f49; }

.map-container {
  position: relative;
  margin: 0 auto; }

.map-container map {
  width: 100%;
  height: 100%; }

.marker-item {
  margin-left: -8px;
  margin-top: -8px;
  box-sizing: border-box; }

.marker-item .pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #52d3a4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #52d3a4;
  z-index: 10;
  position: absolute;
  box-sizing: border-box; }

.marker-item .dot {
  border: 10px solid #52d3a4;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0;
  box-sizing: border-box; }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:0}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:0 0;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:0}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}
body {
  color: #2c2f49;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 300; }

.state-page-container {
  padding-bottom: 100px; }

.state-page-container h1, .state-page-container h2 {
  margin-bottom: 0;
  line-height: inherit; }

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

.state-page-background-image-overlay {
  background-color: black;
  width: 100%;
  height: 664px;
  opacity: 0.22;
  position: absolute;
  z-index: -1; }

.state-page-background-text-wrapper {
  width: 100%;
  height: 664px;
  position: relative; }

.state-page-background-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  font-family: Garamond;
  text-align: center;
  width: 70%; }
  @media only screen and (max-width: 500px) {
    .state-page-background-text {
      width: 90%;
      font-size: 50px;
      overflow: auto; } }

.bold-text {
  font-weight: 700; }

.state-featured-cities-container {
  margin: 70px auto;
  max-width: 1240px;
  width: 90%; }

h2.state-featured-cities-header {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 300; }

.state-featured-cities-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 210px));
  justify-content: center; }

.state-featured-city {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px; }

.state-featured-city a {
  text-decoration: none;
  color: #2c2f49; }

.state-featured-city a:hover {
  font-weight: 600; }

/*
.state-feature-city-name {
	cursor: pointer;
}

.state-feature-city-name:hover {
	font-weight: 600;
}
*/
.state-pricing-section {
  margin: 70px auto;
  max-width: 1240px;
  width: 90%; }

.state-pricing-title-heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center; }

.state-pricing-title-subheading {
  font-size: 26px;
  font-weight: 700;
  text-align: center; }

.storage-cost-table {
  margin: 0 auto;
  margin-top: 40px;
  width: 100px;
  max-width: 560px;
  padding: 0 10px;
  display: flex;
  justify-content: center; }

.storage-cost-column {
  text-align: center;
  background-color: #f5f5f5; }

.storage-cost-column div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 70px;
  padding: 0 10px; }

.storage-cost-column div:first-child {
  background: #fff;
  border-bottom: none; }

.storage-cost-column.first-column {
  width: 35%; }

.storage-cost-column.second-column {
  position: relative;
  width: 25%;
  min-width: 80px;
  background: #fff;
  margin-bottom: -20px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2); }

.storage-cost-column.third-column {
  width: 40%; }

p {
  margin: 0 0 2px; }

.storage-cost-column.second-column div:not(:first-child) {
  color: #4bd4a3;
  font-weight: 700; }

.storage-cost-column div:last-child {
  border: none;
  font-size: 20px;
  font-weight: 700; }

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

@media 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; } }

