:root {
  --light-grey: #cdcfd1;
  --grey: #7e7878;
  --gold: #ffc42e;
  --dark-grey: #b6b3b3;
  --gainsboro: #ddd;
  --dim-grey: #4b4949;
  --black-2: #333;
  --dark-orange: #ee9332;
  --alice-blue: #dbe7f8;
  --white-2: white;
  --dodger-blue: #4684e0;
  --royal-blue: #51698d;
  --white: white;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
}

.text-block-3 {
  float: left;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.top-image-section {
  height: 380px;
  background-image: url('/assets/images/img01.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  background-color: #8a8ba4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.white-box {
  border: 1px solid var(--light-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  padding: 25px 15px 15px;
}

.residentiallink {
  background-color: var(--light-grey);
  color: #000;
}

.residentiallink:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.dropdown-list {
  background-color: #2e80b6;
}

.dropdown-list.w--open, .dropdown-list-3 {
  background-color: #bfe0ff;
  margin-top: -50px;
}

.dropdown-list-2 {
  background-color: #bfe0ff;
}

.dropdown-list-2.w--open {
  background-color: var(--light-grey);
  margin-top: -50px;
}

.dropdown-list-4 {
  margin-top: -3px;
}

.dropdown-list-4.w--open {
  background-color: #90d6f0;
  margin-left: 20px;
}

.homenavlink {
  color: #fff;
  font-size: 15px;
}

.homenavlink:hover {
  color: var(--gold);
}

.homenavlink.rentals {
  padding-left: 50px;
  padding-right: 80px;
}

.commerciallink {
  background-color: var(--light-grey);
  color: #000;
}

.commerciallink:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.consultinglink {
  color: #fff;
  font-size: 15px;
}

.consultinglink:hover {
  color: var(--gold);
}

.navbrandlogo {
  max-width: 50px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

.dropdown-link {
  display: none;
}

.navigation-menu {
  display: block;
}

.brand-link.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.associationslink {
  background-color: var(--light-grey);
  color: #000;
}

.associationslink:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.dropdown-link-2 {
  background-color: var(--dark-grey);
  margin-left: 0;
}

.dropdown-link-2.w--current {
  background-color: var(--dark-grey);
}

.dropdown-link-2.w--current:hover {
  background-color: var(--gainsboro);
}

.navigation-link {
  color: #fff;
  font-size: 15px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: var(--gold);
}

.container-3 {
  margin-right: 0;
}

.dropdown-toggle {
  background-color: var(--light-grey);
  padding-top: 9px;
  padding-bottom: 10px;
  padding-right: 60px;
}

.dropdown-toggle:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.dropdown-toggle.w--open {
  padding-bottom: 0;
}

.hamburger-button {
  display: none;
}

.navigation-bar {
  background-color: var(--dim-grey);
  font-family: Lato, sans-serif;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
}

.text-block-7:hover {
  color: var(--gold);
}

.icon-5 {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  font-size: 15px;
}

.text-block-8:hover {
  color: var(--gold);
}

.icon-6 {
  color: #fff;
}

.text-block-9 {
  color: #fff;
  font-size: 15px;
}

.text-block-9:hover {
  color: var(--gold);
}

.icon-7 {
  color: #fff;
}

.heading-2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-3 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-3:hover {
  color: var(--dark-orange);
}

.heading-4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.home-contactus-section {
  background-color: var(--alice-blue);
  border: 4px #fff;
  margin-right: auto;
  transition: opacity .2s;
}

.hero-content {
  height: 145px;
  text-align: center;
  padding-right: 0;
}

.hero-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 50px;
  line-height: 51px;
}

.hero-subheading {
  color: rgba(255, 255, 255, .63);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 300;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  padding: 12px 31px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--dark-orange);
  color: #fff;
}

.line-ddd {
  border: .5px solid var(--light-grey);
  background-color: var(--gainsboro);
  border-radius: 0;
}

.container-4 {
  margin-top: 20px;
}

.paragraph-2, .paragraph-3 {
  margin-bottom: 0;
}

.column-2 {
  border-right: 1px solid var(--light-grey);
}

.map-2 {
  height: 300px;
}

.text-field-3 {
  margin-bottom: 20px;
}

.text-field-4 {
  margin-bottom: 10px;
}

.submit-button-2 {
  width: auto;
  max-width: none;
  min-width: 150px;
  background-color: var(--grey);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0;
  transform: translate(0)translate(0);
}

.submit-button-2:hover {
  background-color: var(--dim-grey);
}

.textarea-2 {
  min-height: 85px;
  margin-bottom: 20px;
}

.greg-email {
  color: var(--dim-grey);
  text-decoration: none;
}

.greg-email:hover {
  color: var(--dark-orange);
  text-decoration: none;
}

.greg-tel {
  color: var(--dim-grey);
  text-decoration: none;
}

.greg-tel:hover {
  color: var(--dark-orange);
}

.listing-section {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin-bottom: .2em;
}

.heading-5 {
  border-style: none none dotted;
  border-width: 1px;
  border-color: black black var(--grey);
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  font-family: Lato, sans-serif;
}

.listinggotobutton {
  width: 100%;
  height: 2.2em;
  float: right;
  text-align: center;
  background-color: #607ba3;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 0;
  margin-right: 10px;
  padding: 5px 10px;
}

.listinggotobutton:hover {
  background-color: var(--dark-orange);
}

.more-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns {
  margin: 10px 0;
}

.section {
  background-color: var(--dim-grey);
}

.heading-6 {
  float: left;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
}

.image-4 {
  float: left;
  margin-top: 22px;
  margin-right: 5px;
}

.social {
  float: left;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 10px;
  display: flex;
}

.social:hover {
  color: var(--dark-orange);
}

.social-01 {
  height: 60px;
  border-bottom: 1px solid var(--grey);
  margin-bottom: 10px;
}

.columns-2 {
  border: 1px #000;
}

.div-block-6 {
  color: #fff;
  margin-bottom: 10px;
}

.div-block-7 {
  margin-bottom: 10px;
}

.useful-links {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.useful-links:hover {
  color: var(--dark-orange);
  text-decoration: none;
}

.dropdown-link-3 {
  background-color: var(--light-grey);
  color: #000;
  padding-left: 10px;
}

.dropdown-link-3:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.XXX.dropdown-link-3.rentalapplication {
  display: none;
}

.dropdown-link-4 {
  background-color: var(--light-grey);
  color: #000;
}

.dropdown-link-4:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.dropdown-link-5 {
  background-color: var(--light-grey);
  color: #000;
}

.dropdown-link-5:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.dropdown-link-6 {
  background-color: var(--light-grey);
  color: #000;
}

.dropdown-link-6:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.text-block-10 {
  color: #000;
}

.text-block-10:hover {
  color: var(--gold);
}

.dropdown-link-7 {
  background-color: var(--light-grey);
  color: #000;
}

.dropdown-link-7:hover {
  background-color: var(--grey);
  color: var(--gold);
}

.icon-8 {
  color: #000;
}

.icon-8:hover {
  color: var(--gold);
}

.dropdown-link-8 {
  background-color: var(--dark-grey);
}

.dropdown-link-8:hover {
  background-color: var(--gainsboro);
}

.dropdown-link-9 {
  background-color: var(--dark-grey);
}

.dropdown-link-9:hover {
  background-color: var(--gainsboro);
}

.map-3 {
  height: 550px;
}

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.enter-your-name {
  height: 45px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.enter-your-name:focus {
  box-shadow: 1px 1px 3px 0 var(--dim-grey);
}

.enter-your-email {
  height: 45px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.enter-your-email:focus {
  box-shadow: 1px 1px 3px 0 var(--dim-grey);
}

.message {
  width: 100%;
  height: auto;
  min-height: 120px;
  min-width: 110px;
  border-radius: 0;
  margin-bottom: 20px;
}

.message:focus {
  box-shadow: 1px 1px 3px 0 var(--dim-grey);
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-13 {
  text-align: center;
}

.field-label, .field-label-2 {
  color: var(--grey);
  font-family: Lato, sans-serif;
}

.section-3 {
  height: 380px;
  background-image: url('/assets/images/200.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  height: 350px;
  justify-content: center;
  align-items: center;
  display: block;
}

.intro-text {
  width: 80%;
  color: var(--gold);
  margin: 125px auto 0;
  text-decoration: none;
}

.intro-text:hover {
  color: var(--dark-orange);
  text-decoration: none;
}

.heading-jumbo {
  color: #fff;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 56px;
  line-height: 70px;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
  display: flex;
}

.management-paragraph {
  text-align: left;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.sction4 {
  height: 380px;
  background-image: url('/assets/images/2007.jpg');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-9 {
  margin-bottom: 40px;
}

.paragraph-13, .paragraph-14 {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.link {
  color: var(--dark-orange);
  text-decoration: none;
}

.link:hover {
  color: var(--gold);
}

.link-2 {
  color: var(--dark-orange);
  text-decoration: none;
}

.link-2:hover {
  color: var(--gold);
  text-decoration: none;
}

.paragraph-15 {
  color: #fff;
  padding-left: 5px;
}

.paragraph-16 {
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
}

.paragraph-17 {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
}

.image-10 {
  margin-bottom: 10px;
  margin-left: 10px;
}

.image-10:hover {
  filter: brightness(140%);
}

.heading-9 {
  color: var(--dark-orange);
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph-18 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.5em;
  display: block;
}

.container-8 {
  margin-bottom: 40px;
}

.div-block-15 {
  margin-top: 10px;
  padding-top: 0;
}

.paragraph-19 {
  border: 1px dashed #000;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
}

.bold-text, .bold-text-2 {
  color: var(--dark-orange);
}

.image-11 {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 10px;
}

.section-association {
  height: 380px;
  background-image: url('/assets/images/2003.jpg');
  background-position: 50%;
  background-size: cover;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-commercial {
  height: 380px;
  background-image: url('/assets/images/300.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-12 {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
}

.tenant-code {
  color: var(--dark-orange);
  text-decoration: none;
}

.tenant-code:hover {
  color: var(--gold);
  text-decoration: none;
}

.section-4 {
  height: 380px;
  background-image: url('/assets/images/2004.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-13 {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  position: static;
}

.button-2 {
  height: 30px;
  min-width: 150px;
  float: right;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
}

.button-2:hover {
  background-color: var(--dark-orange);
}

.button-3 {
  height: 30px;
  float: right;
  background-color: #000;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
}

.button-3:hover {
  background-color: var(--dark-orange);
}

.div-block-16 {
  float: right;
  padding: 5px 10px;
}

.button-4 {
  height: 30px;
  background-color: #000;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
}

.button-4:hover {
  background-color: var(--dark-orange);
}

.paragraph-20 {
  padding-left: 5px;
  padding-right: 5px;
}

.paragraph-21 {
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
}

.section-5 {
  height: 380px;
  background-image: url('/assets/images/600.jpg');
  background-position: 100%;
}

.section-6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-7 {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  display: flex;
}

.div-block-18 {
  margin-bottom: 20px;
}

.div-block-19 {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-5 {
  width: 50%;
  border: 1px solid var(--grey);
  color: var(--dim-grey);
  text-align: center;
  background-color: #fff;
}

.button-5:hover {
  background-color: var(--gainsboro);
}

.columns-4 {
  margin-bottom: 20px;
  margin-right: 0;
}

.div-block-20 {
  text-align: right;
}

.div-block-21 {
  border: 1px solid var(--dark-grey);
  background-color: var(--grey);
}

.image-17 {
  background-color: var(--grey);
  border: 5px solid #fff;
}

.link-block {
  border: 1px solid var(--dark-grey);
}

.image-19 {
  border: 6px #fff;
  border-radius: 0;
}

.text-block-12 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.div-block-23 {
  width: auto;
  height: auto;
  border: 1px dotted var(--grey);
  background-color: var(--alice-blue);
  text-align: left;
  margin: 20px auto;
  padding: 5px 20px;
}

.checkbox-label {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox-field {
  margin-bottom: 20px;
}

.text-block-13 {
  padding-left: 10px;
}

.text-block-14 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.div-block-24 {
  border: 1px solid var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.radio-button-field {
  float: none;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.paragraph-24 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-button-3 {
  min-width: 150px;
  background-color: var(--grey);
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 15px;
}

.submit-button-3:hover {
  background-color: var(--dim-grey);
}

.div-block-25 {
  text-align: center;
}

.link-block-2 {
  border: 1px solid var(--dark-grey);
  border-radius: 50%;
}

.image-20 {
  border: 4px solid var(--white-2);
  border-radius: 50%;
}

.link-3 {
  color: var(--black-2);
  text-decoration: none;
}

.link-3:hover {
  color: var(--dark-orange);
}

.link-4 {
  color: var(--black-2);
  text-decoration: none;
}

.link-4:hover {
  color: var(--dark-orange);
}

.link-5 {
  color: var(--black-2);
  text-decoration: none;
}

.link-5:hover {
  color: var(--dark-orange);
}

.text-block-17 {
  text-align: center;
  margin-top: 10px;
}

.section-8 {
  margin-bottom: 40px;
}

.heading-13 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 56px;
  line-height: 70px;
}

.heading-14 {
  color: var(--dodger-blue);
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.italic-text {
  color: var(--dim-grey);
}

.section-9 {
  background-image: url('/assets/images/800.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-10 {
  background-image: url('/assets/images/2000.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-11 {
  background-image: url('/assets/images/1000.jpg');
  background-position: 0 0;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  border: 1px solid var(--grey);
}

.section-12 {
  margin-top: 0;
  margin-bottom: 20px;
}

.search-button {
  min-width: 150px;
  background-color: var(--dark-orange);
  text-align: center;
  border-radius: 5px;
}

.div-block-27 {
  text-align: center;
}

.search-input {
  margin-top: 40px;
}

.paragraph-25, .div-block-29 {
  margin-top: 10px;
}

.collection-item, .collection-item-2 {
  margin-bottom: 20px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
}

.collection-list {
  flex-flow: wrap;
  flex: 3 3 33%;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.columns-5 {
  width: 60%;
  flex-direction: row;
  margin-bottom: 15px;
  display: flex;
}

.column-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-2, .collection-list-wrapper-3 {
  display: none;
}

.honolululistingwrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.honolululistings {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.honolululistingsheading.heading {
  z-index: 10;
  background-color: #8a8ba4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.mauilistingsheading.heading, .mauilistingswrapper {
  display: none;
}

.mauilistings {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.listingslide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fulllistingsection {
  text-align: center;
}

.fulllistingcontainer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-20 {
  margin-bottom: 20px;
}

.listingitem {
  width: 33%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.listingheading {
  height: 3em;
  max-height: 3em;
  text-align: center;
  background-color: #b0c1f7;
  margin-top: 0;
  margin-bottom: 0;
}

.listingdescription {
  min-height: 20em;
  background-color: #eee;
  flex: 1;
  align-self: stretch;
  margin-bottom: .2em;
  padding: 5px 5px 5em;
  overflow: auto;
}

.rentallistings {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.rentallistingswrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.heading-16 {
  line-height: 2.5em;
}

.columns-6 {
  margin-top: 20px;
}

.button-6 {
  width: 50%;
  border: 1px solid var(--grey);
  color: var(--dim-grey);
  text-align: center;
  background-color: #fff;
}

.button-6:hover {
  background-color: var(--gainsboro);
}

.div-block-30 {
  text-align: right;
}

.under-line01 {
  height: .5px;
  border-style: none none dotted;
  border-width: 1px 1px .5px;
  border-color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-28 {
  margin-bottom: 5px;
}

.paragraph-29 {
  margin-top: 10px;
}

.div-block-31, .div-block-32 {
  margin-top: 15px;
}

.image-27 {
  margin-bottom: 10px;
}

.image-29 {
  margin-bottom: 5px;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13 {
  background-color: var(--alice-blue);
}

.div-block-33 {
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.paragraph-30 {
  margin-bottom: 0;
}

.text-field-5 {
  margin-top: 0;
}

.paragraph-31 {
  margin-top: 10px;
}

.text-block-21 {
  float: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-field-6 {
  float: left;
}

.field-label-3 {
  margin-top: 10px;
}

.div-block-34 {
  border: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-17 {
  padding-left: 10px;
}

.text-field-7 {
  margin-left: 0;
}

.text-field-8 {
  margin-right: 0;
}

.text-block-22 {
  margin-bottom: 5px;
  padding-left: 10px;
}

.div-block-35 {
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-36 {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-37 {
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-25, .text-block-26 {
  padding-left: 10px;
}

.text-block-27 {
  color: #333;
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
}

.checkbox-field-2 {
  margin-left: 10px;
}

.text-block-28 {
  margin-top: 10px;
}

.div-block-38 {
  border: 1px solid #000;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.columns-7 {
  margin-top: 10px;
  display: flex;
}

.paragraph-40 {
  text-align: left;
  margin-top: 20px;
}

.div-block-39 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-29 {
  text-align: left;
}

.paragraph-41 {
  text-align: left;
  font-size: 12px;
}

.text-block-30 {
  color: #fff;
}

.text-block-30:hover {
  color: var(--gold);
}

.icon-9 {
  color: #fff;
}

.sarch-sals.w--open:hover {
  background-color: var(--grey);
  color: var(--dark-orange);
}

.search-sales:hover {
  background-color: var(--dim-grey);
  color: var(--dark-orange);
}

.paragraph-42 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item, .list-item-2, .list-item-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item-4 {
  margin-bottom: 20px;
}

.section-13 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/assets/images/2006.jpg');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-43 {
  padding-left: 10px;
  padding-right: 10px;
}

.paginatebutton {
  width: 33vw;
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.next-2 {
  width: 30%;
  background-color: var(--royal-blue);
  color: #fff;
  text-align: right;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 10px;
}

.text-block-31 {
  color: #fff;
  text-align: left;
}

.icon-10 {
  color: #fff;
}

.previous-2 {
  width: 15%;
  background-color: var(--royal-blue);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  display: flex;
}

.image-30 {
  margin-bottom: 10px;
}

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

.dropdown-list-5 {
  margin-left: 2px;
}

.dropdown-list-5.w--open {
  margin-left: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.rich-text-block {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-32 {
  color: #f50505;
  margin-top: 10px;
}

.listingitempaginated {
  flex: 1;
}

.featured-listings-section {
  display: none;
}

.maui-forsale-section {
  flex-direction: column;
  display: none;
}

.pagination {
  z-index: 10;
  background-color: #8a8ba4;
  padding-top: .2em;
  padding-bottom: .2em;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.paginatenextbutton.paginatebutton {
  float: right;
  position: relative;
}

.paginateprevbutton.paginatebutton {
  float: left;
}

.hnl-forsale-section, .hardcoded-featured-listings {
  display: none;
}

.meet-our-team-section, .what-we-do-section {
  background-color: var(--alice-blue);
  border: 4px #fff;
  margin-right: auto;
  transition: opacity .2s;
}

.paragraph-45 {
  display: none;
}

.columns-9 {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.column-8, .column-9, .column-10 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.featuredlistingwrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.featuredlistings {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.featuredlistingitem {
  width: 33%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hero-text-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: scale(.97);
}

@media screen and (max-width: 991px) {
  .white-box {
    padding-left: 0;
    padding-right: 0;
  }

  .homenavlink:hover {
    background-color: var(--grey);
  }

  .homenavlink.w--current {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .homenavlink.w--current:hover {
    background-color: var(--grey);
  }

  .homenavlink.rentals {
    padding-left: 20px;
  }

  .consultinglink:hover {
    background-color: var(--grey);
  }

  .navigation-menu {
    background-color: var(--dark-grey);
  }

  .icon-4 {
    color: #fff;
    display: inline-block;
  }

  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link:hover {
    background-color: var(--grey);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    display: inline;
  }

  .hamburger-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .column-3 {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .intro-text {
    width: auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .paragraph-14 {
    color: #fff;
    padding-right: 0;
  }

  .link {
    color: var(--dark-orange);
    text-decoration: none;
  }

  .link:hover {
    color: var(--gold);
    text-decoration: none;
  }

  .link-2 {
    color: var(--dark-orange);
    text-decoration: none;
  }

  .link-2:hover {
    color: var(--gold);
  }

  .section-association {
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  .white-box {
    margin-bottom: 30px;
  }

  .homenavlink.w--current:visited {
    color: #000;
  }

  .icon-4 {
    color: #fff;
  }

  .hero-content {
    padding-left: 20px;
    padding-right: 60px;
  }

  .hero-heading {
    text-align: center;
    margin-left: 29px;
    padding-right: 0;
  }

  .heading-jumbo {
    font-size: 45px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .manage-img05 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-40, .paragraph-41 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-3 {
    font-size: 12px;
  }

  .homenavlink:hover {
    background-color: var(--grey);
  }

  .icon-4 {
    color: #fff;
  }

  .heading-2, .heading-3, .heading-4 {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 400;
  }

  .hero-content {
    padding-right: 0;
  }

  .hero-heading {
    margin-top: -64px;
    margin-left: auto;
    margin-right: 15px;
    font-size: 40px;
  }

  .hero-subheading {
    line-height: 27px;
  }

  .message {
    height: 200px;
    margin-bottom: 20px;
  }

  .column-3 {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .container-7 {
    line-height: 40px;
  }

  .intro-text {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 48px;
    display: flex;
  }

  .sction4 {
    background-position: 0 0;
  }

  .section-association {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paragraph-20 {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-5 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .listingitem {
    flex: 0 0 100%;
  }

  .paragraph-31, .field-label-3 {
    padding-left: 10px;
  }

  .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-23, .text-block-24, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39 {
    padding-left: 10px;
  }

  .column-7 {
    padding-left: 0;
  }

  .paragraph-40, .paragraph-41 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .paragraph-43 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item-5, .list-item-6, .list-item-7 {
    padding-right: 10px;
  }

  .paginatebutton, .next-2, .previous-2, .paginatenextbutton {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featuredlistingitem {
    flex: 0 0 100%;
  }
}

#w-node-_24e5815f-b3c5-7ced-257f-d2d055645aa2-9b2303af {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_24e5815f-b3c5-7ced-257f-d2d055645aa4-9b2303af {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca0424ff-c9aa-4b7c-a505-85060b285c73-ee72a006 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4caafbdf-49c7-811a-d18d-aa8752defb19-ee72a006 {
  grid-area: 2 / 2 / 3 / 3;
}


