div#wpcs_content_inner_10390 {
    margin: 0px 0 0 0 !important;
    padding: 44px 30px 0px !important;
    border: none !important;
}
div#wpcs_content_main_10390 {
    overflow-y: auto !important;
}

location-selector .location-selector.organism {
  max-height:100vh;
  overflow:auto
}

form#model-search .form-internal {
    position: relative;
}

.location-selector .close-icon {
  display: none;
  cursor: pointer;
  position: absolute;
    right: 10px;
    top: 13px;
}
.content-up-down {
  display: flex;
  justify-content: space-between;
}
#error-message {
  color: red;
}
.model_center .body {
  display: none;
}
.model_center .body.openmodel {
  display: block;
}

.text span.subtitle {
    width: 191px;
    display: flex;
    margin-left: 21px;
}
 location-selector .body.smooth-open {
    display: block;
    opacity: 1; /* Ensure it's fully visible when open */
}
 location-selector .location-selector.organism .isLoading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(https://www.staging25.lexarhomes.com/wp-content/uploads/2024/04/loading.gif);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 50%;
}

.location-selector .form{position:relative;}
location-selector .shadow {
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.7);
  padding:2rem;
}
location-selector .location-selector.organism .tip {
  background:transparent;
  background-color:#4c4c4c;
  position:absolute;
  display:none;
  color:#fff;
  padding:20px;
  max-width:200px;
  top:50px;
  z-index:22;
  font-size:11px;
  line-height:1.36;
  letter-spacing:.46px;
  text-align:center
}
location-selector .location-selector.organism .tip:before {
  position:absolute;
  content:" ";
  bottom:100%;
  width:0;
  height:0;
  let:50%;
  text-align:center;
  transform:translateX(-50%);
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-bottom:7px solid #4c4c4c
}
location-selector .location-selector.organism .dropdown-button {
  display: block;
  background: #fff;
  width: 100%;
  padding: 15px 30px;
  position: fixed;
  font-size: 14px;
  line-height: 1;
  color: #2b6386;
  z-index: 21;
  overflow: hidden;
}
location-selector .location-selector.organism.open .dropdown-button:after {
  opacity:1;
  left:75px
}
location-selector .location-selector.organism.open .dropdown-button .lsaquo {
  transform:rotate(90deg)
}
location-selector .location-selector.organism.open .fa-close {
  opacity:1!important
}
location-selector .location-selector.organism .form {
  display:-ms-flexbox;
  display:flex
}
location-selector .location-selector.organism .form .submit {
  padding:10px 20px;
  text-shadow:0 .5px 0 rgba(0,0,0,.5);
  font-size:15px;
  font-weight:700;
  text-align:center;
  color:#fff;
  margin-left:15px;
  border-radius:3px;
  box-shadow:0 1px 0 0 rgba(0,0,0,.5);
/*   background-blend-mode:multiply,normal; */
 background: #0182be;
/*   background:linear-gradient(180deg,#bd5a3c 0,#9f4c32); */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd5a3c",endColorstr="#9f4c32",GradientType=0)
}
location-selector .location-selector.organism .js-request-location {
  font-size:16px;
  line-height:1.38;
  text-align:center;
  color:#333;
  display:block;
  margin-bottom:15px;
  text-decoration: none;
}
location-selector .location-selector.organism .js-request-location img {
  height:20px;
  transform:translateY(3px)
}
location-selector .location-selector.organism .js-request-location:hover {
  text-decoration:underline
}

location-selector .location-selector.organism #list-wrapper {
  width:100%;
  display:block;
  background:#fff;
  margin-top:10px;
  min-height:100vh;
  z-index:10;

  padding-bottom:3rem;
  border: 1px solid #cdc9c9a6;
  position: absolute; 
  top: -10px;
	bottom:0;
	border-top: none !important;

}

@media (min-width:768px) {
  location-selector .location-selector.organism #list-wrapper {
    max-width:100%;
  }
}
location-selector .location-selector.organism #list-wrapper>.header {
  padding:1px 30px 15px;
  border-bottom:1px solid #ccc
}
location-selector .location-selector.organism #list-wrapper>.header h3 {
  font-family:Archer A,Archer B,serif;
  font-size:26px;
  font-weight:600;
  line-height:1.12;
  letter-spacing:-.3px;
  color:#4a4a4a
}
location-selector .location-selector.organism #list-wrapper > .body {
	
	position: relative;
	height: calc(100% - 239px);
	
}
location-selector .location-selector.organism .dropdown-button {
  display:block;
  background:#fff;
  width:100%;
  padding:15px 30px;
  position:fixed;
  font-size:14px;
  line-height:1;
  color:#2b6386;
  z-index:21;
  overflow:hidden
}
location-selector .location-selector.organism .dropdown-button .text {
  position:relative;
  display:inline-block
}
location-selector .location-selector.organism .dropdown-button span.lsaquo {
  font-size:22px;
  transform:rotate(-90deg);
  display:inline-block;
  margin-left:5px;
  position:absolute;
  margin-left:15px;
  left:100%;
  top:50%;
  margin-top:-10px
}
location-selector .location-selector.organism .dropdown-button .model-center-title {
  display:block;
  font-weight:700;
  text-decoration:underline;
  font-size:14px;
  line-height:1
}
location-selector .location-selector.organism .dropdown-button .fa-close {
  position:absolute;
  right:3rem;
  top:50%;
  transform:translateY(-50%);
  opacity:0;
  transition:opacity .25s
}
location-selector .location-selector.organism .dropdown-button:before {
  content:" ";
  position:absolute;
  display:block;
  width:100%;
  height:calc(100% - 1px);
  top:0;
  left:0;
  border-bottom:1px solid #ccc
}
location-selector .location-selector.organism .dropdown-button:after {
  transition:all .5s;
  display:block;
  content:" ";
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  position:absolute;
  transform:rotate(-135deg);
  background:#fff;
  bottom:-6px;
  left:125px;
  opacity:0;
  height:10px;
  width:10px
}
location-selector .location-selector.organism ul {
 list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto;

}
location-selector .location-selector.organism ul li.model_center {
  border-bottom:1px solid #ccc;
  padding:15px 30px
}
location-selector .location-selector.organism li.model_center h4 {
  font-family:ProximaNova-Regular,Helvetica,Arial,sans-serif;
  font-size:22px;
  font-weight:700;
  line-height:1;
  letter-spacing:.11px;
  color:#333;
  margin:0 0 6px
}
location-selector .location-selector.organism li.model_center .pointer {
  cursor:pointer
}
location-selector .location-selector.organism li.model_center .header {
  position:relative
}
location-selector .location-selector.organism li.model_center .distance {
  position:absolute;
  top:0;
  right:0;
  font-size:12px;
  font-weight:700;
  line-height:1.33rem;
  text-align:right;
  color:#2b6386
}
location-selector .location-selector.organism li.model_center .button {
  display:inline-block;
  border-radius:4px;
  border:1px solid #2b6386;
  color:#2b6386;
  font-size:12px;
  padding:8px 10px;
  line-height:1.33rem
}
location-selector .location-selector.organism li.model_center .body {
  padding-top:15px;
  display:none;
  width:100%
}
location-selector .location-selector.organism li.model_center .body .phone {
  font-size:15px;
  font-weight:600;
  line-height:1.27;
  letter-spacing:.08px;
  color:#3a759a;
  
}

location-selector .location-selector.organism li.model_center .address {
  margin-bottom:15px;
  display:block;
  color:#000;
  text-decoration: none;
  line-height: 22px;
}
location-selector .location-selector.organism li.model_center .permalink {
  font-size:14px;
  line-height:1.36;
  letter-spacing:.07px;
  text-align:center;
  color:#000;
  text-decoration:underline;
  display:block
}
location-selector .location-selector.organism li.model_center .toggle {
  float:right;
  font-size:12px;
  line-height:1.83rem;
  text-align:right;
  color:#333
}
location-selector .location-selector.organism li.model_center .toggle .isnt {
  display:inline-block
}
location-selector .location-selector.organism li.model_center .toggle .is {
  display:none
}
location-selector .location-selector.organism li.model_center .toggle.open .is {
  display:inline-block
}
location-selector .location-selector.organism li.model_center .toggle.open .isnt {
  display:none
}
location-selector .location-selector.organism li.model_center .toggle.open span:last-child {
  transform:rotate(90deg)
}
location-selector .location-selector.organism li.model_center .toggle span:last-child {
  transform:rotate(-90deg);
  display:inline-block;
  margin-top:5px;
  margin-left:5px;
  font-size:22px
}
location-selector .location-selector.organism .model-homes h5 {
  font-family:ProximaNova-Regular,Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.43;
  letter-spacing:.07px;
  color:#333
}
.location-custom-popup button-transparent {
  border: 1px solid #3a759a;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.33;
}
.location-custom-popup  .location-selector.organism .model-homes .model-list {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:start;
  align-items:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  margin-bottom:15px
}
location-selector .location-selector.organism .model-homes .model-list li {
  width:33.33%;
  padding-right:10px
}
location-selector .location-selector.organism .model-homes .model-list a {
  font-size:11px;
  font-weight:700;
  letter-spacing:.03px;
  color:#3a759a;
  display:block
}
location-selector .location-selector.organism .model-homes .model-list a img {
  margin-bottom:5px
}
.location-custom-popup .js-set-model-center .is {
  display:none
}
.location-custom-popup .js-set-model-center .isnt {
  display:inline-block
}
.location-custom-popup .js-set-model-center.is-mine {
  background:#3a759a;
  color:#fff;
  transition:all .25s;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 5px;

}
.location-custom-popup .js-set-model-center.is-mine .is {
  display:inline-block
}
.location-custom-popup .js-set-model-center.is-mine .isnt {
  display:none
}
.location-custom-popup .organism.lp-intro-w-form {
  padding:3rem 0
}

.location-custom-popup .wrap-12 {
    border: 1px solid #dedcdc;

}
.location-custom-popup .dropdown-button {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  color: #57a746;
  padding: 6px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
#list_model h6 {
  padding-left: 36px;
}

.location-custom-popup input[type="email"], input[type="password"], input[type="tel"], input[type="text"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: .4rem;
    font-family: ProximaNova-Regular,Helvetica,Arial,sans-serif;
    font-size: 16px;
   padding:10px;
    width: 100%;
  }
  .location-custom-popup .location-selector.organism.open {
    display: block;
  }
  .location-custom-popup .location-selector.organism  {
    display: none;
  }
  .location-custom-popup location-selector .location-selector.organism li.model_center .body {
    padding-top: 15px;
    display: none;
    width: 100%;
  }
  /* location-selector .location-selector.organism li.model_center .map-image {
    max-width: 160px;
    float: right;
  } */
  .location-custom-popup .openmodel {
    display: block !important;
  }
  .location-custom-popup .map-image img {
    width: 100%;
  }
  .location-custom-popup .map-image {
    width: 200px;
  }
  .location-custom-popup .content-box {
    width: 200px;
  }
  .location-custom-popup .small-wrapper {
    display: flex;
    gap: 29px;
    width: 100%;
  }
  .location-custom-popup .model-list img {
    width: 100%;
  }
  
  .location-custom-popup .list-wrapper >.header::before {
    transition: all .5s;
    display: block;
    content: " ";
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    transform: rotate(-135deg);
    background: #fff;
    top: -6px;
    left: 125px;
    opacity: 1;
    height: 10px;
    width: 10px;
  }
  .white-bg {
    background: #fff !important;
    border: 1px solid #3a759a;
    color: #3a759a !important;
    border-radius: 5px;
  }
  .white-bg .fas.fa.fa-check {
    display: none;
  }
.content-box .phone .fa.fa-phone {
  webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(102deg);
}
.hours p{max-width:200px;
  min-width: 200px;}
#apus-main-content {
  min-height: 600px;
}
#locationSelector {
	display: table;
	height: calc(100vh - 120px);
	position: relative;
	width: 100%;
	max-width:100%;
}
/*  .location-custom-popup .location-selector.organism.open::before {
	content: '';
	background: rgba(0,0,0,.7);
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
}  */
.wrapper{position: relative;
  z-index: 99;
  background: #fff;}
.location-custom-popup .location-selector.organism.open #list-wrapper {
	display: block;
}

.location-custom-popup .location-selector.organism.open + .shadow {
	display: none !important;
}
location-selector .shadow {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background:#fff;
	top: 0;
}
location-selector .location-selector.organism.open .dropdown-button .lsaquo {
  transform: rotate(90deg);
}
.wrap-12.arrow .caret {
  transform: rotate(92deg);
  -webkit-transform: rotate(92deg);
}

ul#list_model {
    border-bottom: 1px solid #7A868D;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
#list_model h6 {
    padding-left: 0;
    margin: 0;
    letter-spacing: 0.32px;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
ul#list_model p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.24px;
}
ul#list_model p a {
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.24px;
    color: #000;
    text-decoration: underline !important;
}
ul#list_model p a:hover {
    color: #00A8E3;
}
.locations .item h4 {
  font-size: 16px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin: 0;

}
.locations .item .address {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.24px;
}
.location-selector .button-transparent {
    margin-top: 12px;
    border-radius: 8px;
    background-color: #76BC43;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    display: block;
    width: 150px;
    padding: 10px 5px;
    text-align: center;
}
.location-selector .button-transparent:hover {
   background-color: #00A8E3;
}
.locations .item:not(:first-child) {
    margin-top: 15px;
    border-top: 1px solid #7A868D;
    padding-top: 15px;
}

