html body {
  overflow: visible;
}

body .lo-result p a {
  color: #135fab;
}

@media only screen and (min-width: 1000px) {
  .nectar-sticky-row-wrap {
    position: sticky;
    z-index: 100;
  }
}

.nectar-sticky-row-wrap--top_after_nav {
  top: calc(var(--nectar-sticky-top-distance) - 50px);
}

body.search #page-header-bg .span_6 {
  top: 0;
  transform: none;
}

body.search #page-header-bg {
  background-color: #fcfcfc !important;
  padding-top: calc(100vw * 0.03);
  padding-bottom: 0px;
  height: auto !important;
}

body.search #page-header-bg h1 {
  font-size: 48px !important;
  line-height: 48px !important;
}

body.search #page-header-bg p.search-msg {
  line-height: 20px;
  color: #4c4c4c;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 1.5em;
}

body.search .container-wrap {
  margin-top: 30px !important;
}

#search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto !important;
}

.lo-result {
  width: 49%;
  border: 1px solid #e8e8e8;
  padding: calc(1245px * 0.02);
  margin-bottom: 2%;
}

.text-center {
  text-align: center;
}
.fa.fa-x-twitter::before {
  content: "𝕏";
}

.iwithtext .iwt-icon {
  top: -3px !important;
}

/*#myapp{
  visibility: hidden;
}*/

#lo_english_apply_link,
#lo_hide_download_my_app_button,
#lo_hide_read_my_reviews_button,
#lo_hide_your_homes_value_button,
#lo_make_payment,
.lo_hide_download_my_app_button,
.lo_hide_read_my_reviews_button,
.lo_hide_your_homes_value_button {
  width: 250px;
}

.search-apply-btn {
  width: 100%;
}

.profpic-container {
  position: relative;
}

.profpic-container .vs-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.profpic-container .vs-container span {
  color: white;
}

.profpic-container img {
  aspect-ratio: 1;
  object-fit: cover;
}

.lo-result img {
  /* width: 248.18px !important;
    height: 248.18px !important; */
  margin-left: 0 !important;
  margin-right: 0 !important;
  aspect-ratio: 1/1;
}

.lo-result .lo-item .col.child_column {
  padding-left: 1%;
  padding-right: 1%;
}

.lo-result .lo-item .col.child_column:first-child .vc_column-inner {
  padding: 0 calc(1245px * 0.01);
}

.lo-result .lo-item .col.padding-2-percent > .vc_column-inner {
  padding: 0;
}

.lo-result
  .lo-item
  .col.child_column:first-child
  .vc_column-inner
  .wpb_wrapper {
  /* width: 248.18px; */
}

.new-search-container {
  width: 100%;
  margin: 0 auto;
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05) !important;
}

.loan-officer-template-default .container-wrap.no-sidebar {
  padding-top: 0;
}

.loan-officer-template-default .featured-media-under-header {
  display: none;
}
.loan-officer-template-default .el-h1 {
  font-size: 28px;
  color: #0a0a0a;
  font-family: Open Sans;
  line-height: 48px;
  font-weight: 700;
}

.loan-officer-template-default .el-sub-2 {
  font-family: Open Sans;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 36px;
  color: #a3a3a3;
  margin-bottom: 7px;
}

.loan-officer-template-default .el-sub-3 {
  font-family: Open Sans;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  color: #a3a3a3;
}

.col.padding-1-percent > .vc_column-inner {
  padding: calc(1245px * 0.01);
}
p#lo_spanish_apply_link {
  padding-bottom: 0;
}
.loan-officer-template-default .nectar_icon_wrap {
  width: 32px;
  height: 32px;
}
.loan-officer-template-default .nectar_icon_wrap .nectar_icon {
  text-align: center;
}
.loan-officer-template-default .nectar_icon_wrap img {
  display: inline-block;
}

.search-results .inner-wrap {
  padding: calc(1245px * 0.01);
}

.loan-officer-template-default img.pp {
  margin: 0 auto;
}

body.search.search-no-results #page-header-bg h1 {
  font-size: 48px;
  color: #0a0a0a;
}

body.search-no-results:not(.post-type-archive)
  .container-wrap:not([data-layout="default"])
  .container.main-content {
  max-width: 1425px !important;
}

@media only screen and (max-width: 690px) {
  .lo-result {
    width: 100%;
    margin-bottom: 7%;
  }

  .lo-result .lo-item .col.child_column:first-child .vc_column-inner {
    padding: 0;
  }

  .search-results .new-search-container a {
    width: 100% !important;
  }
}

#searchform {
  width: 100%;
  position: relative;
  display: inline-block;
}

#searchform .form-group {
  display: flex;
}

#searchform .custom-select {
  width: 55%;
  margin-right: 5%;
  height: 46px;
  padding: 10px;
  background: transparent;
  text-align: left;
}

#searchform .form-group > .inlineSubmit {
  width: 40%;
}

#searchform .form-group .custom-select + font {
  width: 40%;
}

#searchform .form-group .custom-select + font > font > .inlineSubmit {
  width: 100%;
}

#searchform input {
  background: transparent;
  border: 1px solid #fff;
}

#searchform input.inlineSubmit:disabled {
  background-color: gray !important;
  border: 2px solid gray !important;
  color: #fff;
  cursor: auto;
}

#searchform input.inlineSubmit:hover {
  box-shadow: none;
  transform: none;
}

#searchform .inlineSearch {
  width: 100%;
  height: 46px;
}

#searchform:focus {
  border-color: #ae132a;
}

#searchform select:focus {
  border: none;
  box-shadow: none;
}

#searchform.with-bg .select-selected:after {
  border-color: #000 transparent transparent transparent;
}

#searchform.with-bg .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-size: 14px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 12px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 8px 16px;
}

.select-selected {
  padding: 2px;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: transparent;
  padding: 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.wpb_wrapper .hidden {
  display: none;
}

.ptlo-mb-25{
  margin-bottom: 25px !important;
}