

.home-cta__wrapper .w-container {
  width: 100%;
  max-width: 100%;
  margin-left:auto;
  margin-right:0;
}



 
.w-container {
  width: 85%;
  max-width: 1120px;
}

 
.w-container .w-row {
  margin-left: 0;
  margin-right: 0;
}

 
.w-col {
  padding: 0;
}

 
.w-webflow-badge {
  display: none !important;
}

 
.w-nav-overlay {
  position: fixed;
}

 
.w-form {
  margin: 0;
}

 
.vfbp-form .vfb-col-12 {
    padding: 0;
}

input[type=text],
.w-input,
.w-select, .vfbp-form .vfb-form-control {
    height: 2.5rem;
    margin-bottom: 1.5rem;
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}

 
input[type=text]:focus,
.w-input:focus,
.w-select:focus, .vfbp-form .vfb-form-control:focus {
  border-color: #2e2d2e;
  outline: none;
  box-shadow: none;
}

 
::-moz-selection {
  background: #2e2d2e;
  color: white;
}
::selection {
  background: #2e2d2e;
  color: white;
}

 
textarea {
  max-width: 100%;
  min-height: 9.5rem;
}

 
.loader {
  font-size: 10px;
  margin: auto 0;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #ffffff;
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

 
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

 
.loader:after {
  background: #f5ae40;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
 
  .home-cta__wrapper {
    border: 3.5rem solid white;
    height: calc(100vh - 3.5rem);
  }
 
  .home-cta__wrapper:not(:last-child) {
    border-bottom-width: 0;
    height: calc(100vh - 8.5rem);
  }
}

@media (max-width: 767px) {
  /* line 112, Users/user/Dropbox/Design/_Montana Steele/HALO 51146 Website/dev/css/halo-styles.scss */
  .home-cta__wrapper {
    border: 1.5rem solid white;
    height: auto;
  }
  /* line 128, Users/user/Dropbox/Design/_Montana Steele/HALO 51146 Website/dev/css/halo-styles.scss */
  .home-cta__wrapper:not(:last-child) {
    border-bottom-width: 0;
  }
}

@media (min-width: 768px) {
  
  .secondary-hero {
    height: calc(100vh - 5rem);
  }
}

 

.features__block li::before {
  content: "";
  display: block;
  height: 0.38rem;
  width: 0.38rem;
  background: #004e4d;
  border-radius: 50%;
  border: solid 1px #ac8266;
  position: absolute;
  top: 0.425rem;
  left: 0;
}
.apt-list li::before {
  content: "";
  display: block;
  height: 0.38rem;
  width: 0.38rem;
  background: #004e4d;
  border-radius: 50%;
  border: solid 1px #ac8266;
  position: absolute;
  top: 0.475rem;
  left: 0;
}

 

.apt-lists li span {
  
  height: 1.5rem;
  font-size:12px;
  width: 1rem;
  padding:4px 5px;
  margin-right:5px;
  background: #004e4d;
  border-radius: 50%;
  border: solid 1px #ac8266;
   
}

 

 
.location-accordion__heading {
  white-space: normal;
}

@media (max-width: 479px) {
 
  .flex-col--builder-property:nth-child(odd) .builder-property__info {
    box-shadow: -1px 0 #d9d9d9 inset;
  }
}

@media (min-width: 480px) {
 
  .flex-col--builder-property:not(:nth-child(3n)) .builder-property__info {
    box-shadow: -1px 0 #d9d9d9 inset;
  }
}

@media (min-width: 992px) {
 
  .flex-col--builder-property:not(:last-child) .builder-property__info {
    box-shadow: -1px 0 #d9d9d9 inset;
  }
}
