/***** Font Import ******/
@import url(fonts/poppins.css);

/***** Bulma Helpers / Dynamic Font Import ******/
@import url(style-helpers.css);

/***** Property Showing Page Styles ******/
@import url(property1.css);

/********* Global Styles ***********/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  html {
    font-size: 0.8rem; }
    @media screen and (min-width: 20rem) {
      html {
        font-size: calc(0.8rem + 0.6 * ((100vw - 20rem) / 30)); } }
    @media screen and (min-width: 50rem) {
      html {
        font-size: 1.4rem; } }

body {
  line-height: 1.2rem;
  font-size: 16px;
  background-color: #fff;
  color: #4a4a4a;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0; }

hr {
  border-style: solid;
  color: #f0f0f0;
  border-width: 0.5px; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    color: #7FBAFA; }

a.blue-link {
  color: #7FBAFA; }
  a.blue-link:hover {
    cursor: pointer;
    opacity: 0.9; }

a.large-underline {
  color: inherit;
  font-size: 16px;
  text-decoration: underline; }
  a.large-underline::after {
    border-bottom: 2px solid tomato; }
  a.large-underline:hover {
    cursor: pointer;
    color: #7FBAFA; }

input {
  font-size: 16px;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 599px) {
    input {
      width: 225px;
      margin-bottom: 10px; } }
  @media (min-width: 600px) {
    input {
      width: 225px; } }
  @media (min-width: 900px) {
    input {
      width: 225px; } }


@media(max-width: 599px){
  .gs-form input {
    width: 100%;
  }
}
@media(min-width: 900px){
  .gs-form input.google-address, .gs-form input.unit {
    display: inline-block;
    margin: 0px;
  }
  .gs-form input.google-address{
    width: 70%;
  }
  .gs-form input.unit {
    width: 30%;
    float: right;
  }
  .gs-form input.street-address, .gs-form input.zip, .gs-form input.city, .gs-form input.state {
    width: 50%;
    display: inline-block;
    margin-bottom: 0px;
  }
  .gs-form input.city, .gs-form input.state {
    float: right;
  }
}

select {
	font-size: 16px;
  	padding: 20px;
  	border: 1px solid #d4d4d4;
  	border-radius: 4px;
  	-webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 599px) {
    select {
      width: 100%;
      margin-top: 20px;
      background-color: #fff; } }
  @media (min-width: 600px) {
    select {
     width: 100%;
      margin-top: 20px;
      background-color: #fff; } }
  @media (min-width: 900px) {
    select {
      width: 100%;
      margin-top: 20px;
      background-color: #fff; } }

figcaption {
  font-size: 12px; }

iframe {
  border-style: none;
}

iframe.external_link {
  width: 100%;
  height: 400px;
}

p.quote {
  font-weight: 300;
  font-style: italic;
  font-size: 16px; }

p.quote-customer {
  font-size: 14px;
  font-weight: 500; }

.content-container{
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

/********* Helper Styles ***********/
.no-margin-top h1, .no-margin-top h2, .no-margin-top h3, .no-margin-top h4, .no-margin-top h5, .no-margin-top h6 {
  margin-top: 0; }

.large-paragraph p {
  font-size: 18px; }

.lg-bold {
  font-size: 20px;
  font-weight: 600;
}

.align-center-end {
  justify-self: end;
  -ms-flex-item-align: center;
      align-self: center; }

.align-center {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center; }

.align-center-row{
  align-self: center;
}

.margin-100 {
  margin: 100px 0px;
}

.segment-list {
  padding: 0; }
  .segment-list li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 20px 0px; }
  .segment-list i {
    padding-right: 10px; }

.bottom-line{
  margin: 2rem 0;
  border-bottom: 1px solid #e7e7e7;
}
.bottom-line:last-child{
  border-bottom: none;
}

.toggle-content {
	display: none;
  transition: all .5s ease-in-out;
}

.toggle-content.is-visible {
	display: block;
}

.list{
  padding: 0;
}

.list li {
  list-style: none;
  margin: 0;
}

.two-columns {
  columns: 2;
}

/********* Smaller Assets / Helpers ***********/
.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 15px;
	width: 15px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}

.blob.green {
	background: rgba(51, 217, 178, 1);
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}

.sticky-panel-card {
  box-shadow: 5px 5px 20px #eee;
  border: 1px solid transparent;
  background: white;
}

.sticky-card-list{
  padding: 5px 20px 10px;
}

.sticky-card-img {
  height: 15vw;
}

.sticky-card-img > img {
  height: 100%;
  width: 100%;
}

.sticky-card-img > iframe {
  border-style: none;
  height: 100%;
  width: 100%;
}

.stick-card-img > .map-img {
  object-fit: cover;
}

.stick-card-img > .ill-img {
  object-fit: fill;
}

@media (max-width: 599px) {
  .sticky-panel {
    position: relative;
    display: none;
     } }

@media (min-width: 600px) {
  .sticky-panel {
    position: relative;
    display: none;
     } }

@media (min-width: 900px) {
  .sticky-panel {
    position: sticky;
    display: block;
    top: 50px;
     } }


.number-item > h2 {
  margin: 20px 0px 5px 0px;
}

.number-item > p {
  margin: 5px 0;
}

.two-row-container {
  display: grid; 
  grid-template-columns: auto;
  grid-template-rows: 1fr 1fr;
}

@media (max-width: 599px) {
  .number-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    } 
}

@media (min-width: 600px) {
.number-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 25px;
  } 
}


@media (min-width: 900px) {
  .number-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 25px;
  }
}


/********* Image Styles / Helpers ***********/
.img-container img {
  width: 100%; }

.img-600 img {
  max-width: 600px; }

.img-circle {
  border-radius: 50%;
  max-width: 12rem; }

.img-shadow {
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 20px #979797a3;
          box-shadow: 2px 2px 20px #979797a3; }

/********* Background Helpers***********/
.grey-bg {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: #f3f3f3; }

.snow-bg {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #f9fafb; }

.snow-bg-bottom {
  border-top: 1px solid #e7e7e7;
  background: #f9fafb; }

.grad-bg-1 {
  background: url(/img/site/svg/bg-1.svg) no-repeat;
  background-size: cover; }

.grad-bg-2 {
  background: url(/img/site/svg/bg-2.svg) no-repeat;
  background-size: cover; }

.grad-bg-3 {
  background: url(/img/site/svg/bg-3.svg) no-repeat;
  background-size: cover; }

.grad-bg-4 {
  background: url(/img/site/svg/bg-4.svg) no-repeat;
  background-size: cover; }


/********* Global Paddings ***********/
@media (max-width: 599px) {
  .main-padding {
    padding: 3rem; } }
@media (min-width: 600px) {
  .main-padding {
    padding: 3rem 8rem; } }
@media (min-width: 900px) {
  .main-padding {
    padding: 3rem 11.5rem; } }

@media (min-width: 600px) {
  .price-padding {
    padding: 2rem; } }
@media (min-width: 900px) {
  .price-padding {
    padding: 0rem 10rem 3rem; } }

/********* Nav Specific Stylings ***********/
.has-box-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

@media (max-width: 599px) {
  .has-padding {
    padding: 0; } }
@media (min-width: 600px) {
  .has-padding {
    padding: 0 4rem; } }
@media (min-width: 900px) {
  .has-padding {
    padding: 0 7rem; } }

@media (min-width: 1200px) {
  .has-padding {
    padding: 0 12rem; } }



.main-container {
  max-width: 1600px;
  margin: 0 auto; }

/********* Hero Containers / Helpers ***********/
.homepage-hero-graphic img {
  width: 100%;
  max-width: 500px; }

.homepage-hero-cta h1 {
  line-height: 1.3;
  margin-top: 0; }
.homepage-hero-cta p {
  font-size: 20px; }

.homepage-input {
  margin: 2rem 0rem; }

@media (max-width: 599px) {
  .two-col-home-hero {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    padding: 2rem; } }
@media (min-width: 600px) {
  .two-col-home-hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 4rem 6rem 3rem; } }
@media (min-width: 900px) {
  .two-col-home-hero {
    grid-template-columns: minmax(100px, 500px) minmax(100px, 550px);
    grid-column-gap: 100px;
    justify-content: center; } }
@media (max-width: 599px) {
  .two-col-home-hero .hero-img-order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 600px) {
  .two-col-home-hero .hero-img-order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 900px) {
  .two-col-home-hero .hero-img-order {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media (max-width: 599px) {
  .two-col-property-hero {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    padding: 2rem; } }
@media (min-width: 600px) {
  .two-col-property-hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 4rem 0rem 3rem 6rem; } }
@media (min-width: 900px) {
  .two-col-property-hero {
    grid-template-columns: minmax(100px, 500px) 1fr;
    grid-column-gap: 75px; } }
@media (max-width: 599px) {
  .two-col-property-hero .hero-img-order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 600px) {
  .two-col-property-hero .hero-img-order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 900px) {
  .two-col-property-hero .hero-img-order {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

/********* Layout Containers ***********/
.single-col-center {
  text-align: center; }
  .single-col-center img {
    width: 100%; }

.single-col-left {
  text-align: left; }

.two-col-container h2 {
  margin-top: 0; }
@media (max-width: 599px) {
  .two-col-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 25px; } }
@media (min-width: 600px) {
  .two-col-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto; } }
@media (min-width: 900px) {
  .two-col-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 125px; } }

.two-col-graphic img {
  width: 100%; }

.two-col--cta p {
  font-size: 18px; }

/* Offset Two Col Style */

@media (max-width: 599px) {
  .two-col-offset-r {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 25px; } }

@media (min-width: 600px) {
  .two-col-offset-r {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto; } }

@media (min-width: 900px) {
  .two-col-offset-r {
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto;
    grid-column-gap: 125px; } }


@media (max-width: 599px) {
  .stack-order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 600px) {
  .stack-order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (min-width: 900px) {
  .stack-order {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media (max-width: 599px) {
  .three-col-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto; } }
@media (min-width: 600px) {
  .three-col-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto; } }
@media (min-width: 900px) {
  .three-col-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px; } }

@media (max-width: 599px) {
  .four-col-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 25px; } }
@media (min-width: 600px) {
  .four-col-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 25px;
    grid-column-gap: 25px; } }
@media (min-width: 900px) {
  .four-col-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 50px; } }

/********* Other Grids *********/
.syn-grid img {
  max-width: 200px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
@media (max-width: 599px) {
  .syn-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 6fr;
    padding-top: 2%; }
    .syn-grid figure {
      justify-self: center;
      -ms-flex-item-align: center;
          align-self: center; } }
@media (min-width: 600px) {
  .syn-grid {
    margin-top: 3%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 2%; }
    .syn-grid figure {
      justify-self: center;
      -ms-flex-item-align: center;
          align-self: center; } }
@media (min-width: 900px) {
  .syn-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 599px) {
  .customer-card-grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 25px;
    margin-top: 20px; } }
@media (min-width: 600px) {
  .customer-card-grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 25px;
    margin-top: 30px; } }
@media (min-width: 900px) {
  .customer-card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px; } }

  .customer-card {
    padding: 1.5rem;
    border: 1px solid #eee;
    box-shadow: 5px 5px 20px #eee;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 3.5fr;
    grid-column-gap: 20px; }
 
  .customer-card .customer-profile-img img {
    border-radius: 50%;
    max-width: 75px; }
 
  .customer-card .customer-testimonials p {
    margin: 0;
    font-size: 14px;
    text-align: left; }

  .customer-card .customer-testimonials .customer-info {
    margin-top: 10px; }

@media (max-width: 599px) {
  .pricing-grid-desktop {
    display: none; } }
@media (min-width: 600px) {
  .pricing-grid-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto; } }
.pricing-grid-desktop div {
  padding: 1.5rem;
  width: 100%;
  border: 1px solid #eeeeee52; }
.pricing-grid-desktop .pricing-service-title {
  font-size: 18px;
  font-weight: 500; }
.pricing-grid-desktop .pricing-checkmark {
  justify-self: start; }
.pricing-grid-desktop .pricing-graphic {
  -ms-flex-item-align: end;
      align-self: end;
  border: none;
  padding: 0 1rem; }
  .pricing-grid-desktop .pricing-graphic img {
    width: 100%; }
.pricing-grid-desktop i {
  color: #0dab76;
  font-size: 24px; }

@media (max-width: 599px) {
  .pricing-grid-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto; }
    .pricing-grid-mobile .pricing-mobile-card {
      padding: 1rem;
      margin: 3rem;
      border: 1px solid #d4d4d4;
      border-radius: 4px;
      -webkit-box-shadow: 4px 4px 5px 0px rgba(175, 175, 175, 0.2);
              box-shadow: 4px 4px 5px 0px rgba(175, 175, 175, 0.2); }
      .pricing-grid-mobile .pricing-mobile-card hr {
        color: rgba(151, 151, 151, 0.3);
        margin: 30px 0px 20px 0px; }
      .pricing-grid-mobile .pricing-mobile-card ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      .pricing-grid-mobile .pricing-mobile-card ul li {
        padding: 10px 0px;
        font-weight: 400;
        font-size: 18px; }
      .pricing-grid-mobile .pricing-mobile-card i {
        color: #0dab76;
        padding-right: 10px; } }
@media (min-width: 600px) {
  .pricing-grid-mobile {
    display: none; } }

.customer-featured h5 {
  margin-top: 0; }

.team-style h4 {
  margin-bottom: 5px; }
.team-style p {
  margin: 0;
  font-weight: 300; }

@media (max-width: 599px) {
  .renters img {
    width: 100%;
    margin-top: 25px; } }
@media (min-width: 600px) {
  .renters img {
    margin-top: 25px;
    width: 100%; } }
@media (min-width: 900px) {
  .renters img {
    width: 450px; } }
.renters input {
  width: 100%; }

@media (max-width: 599px) {
  .get-started-grid {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 25px;
    padding: 2rem; } }
@media (min-width: 600px) {
  .get-started-grid {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 25px;
    padding: 3rem; } }
@media (min-width: 900px) {
  .get-started-grid {
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 100px;
    padding: 4rem 12rem; } }
@media (max-width: 599px) {
  .get-started-grid .gs-logo {
    justify-self: center; } }
@media (min-width: 600px) {
  .get-started-grid .gs-logo {
    justify-self: center; } }
@media (min-width: 900px) {
  .get-started-grid .gs-logo {
    justify-self: end; } }
.get-started-grid .gs-logo img {
  max-width: 150px; }

.gs-form-container p {
  font-weight: 300; }

.gs-form > form > input {
  display: block;
  margin: 20px 0px;
  width: 100%;
  border-radius: 2px; 
}
.gs-form > form > .iti {
  width: 100%;
}

@media (max-width: 599px) {
  .input-wrapper input {
    width: 100%;
    margin: 20px 0px; } }
@media (min-width: 600px) {
  .input-wrapper input {
    width: 100%;
    margin: 20px 0px; } }
@media (min-width: 900px) {
  .input-wrapper input {
    width: 49.5%;
    margin: 0px; } }

.form-button-row {
  margin: 40px 0px; }
  .form-button-row p {
    font-size: 14px; }

/*********** Active Listing Component ******/
.listing-container{
  border: 1px solid #f3f3f3;
  border-radius: 4px;
}

.listing-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-img {
    height: 15vw;
}
@media (max-width: 900px) {
.listing-img {
    height: 50vw;
}
}

.listing-overview h4 { margin: 4px 0px 10px;}
.listing-overview h3 { margin: 10px 0px;}
.listing-overview p {
  margin-top: 5px;
  margin-bottom: 0px;
}
.listing-overview {
  padding: 15px;
}

.listing-details > ul { padding: 0 }
.listing-details > ul li { display: inline; white-space: pre; font-size: 18px; }
.listing-details > ul li:after{ content: "  \00b7  "; }
.listing-details > ul li:last-child:after { content: ""; }

/*********** Footer Styling **************/

.footer {
  background-color: white;
  border-top: 1px solid #e7e7e7; }
  .footer a {
    color: inherit;
    font-size: 12px; }
    .footer a:hover {
      color: #7FBAFA; }
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer li {
    margin: 10px 0px; }

.footer_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 25px 0px; }
  .footer_icons a {
    padding-right: 20px; }

.footer-header a {
  font-size: 16px;
}

.footer_copyright {
  font-size: 10px;
  text-align: center;
  color: inherit;
  padding-bottom: 10px; }

@media (max-width: 599px) {
  .footer-grid {
    display: grid;
    grid-template-rows: auto; } }
@media (min-width: 600px) {
  .footer-grid {
    display: grid;
    grid-template-rows: auto; } }
@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px; } }

.footer-logo img {
  max-width: 75px; }
