@charset "UTF-8";
/* iffy */
.vdp-datepicker {
  width: 100%;
  font-family: "Titillium Web";
  box-shadow: none;
}
.vdp-datepicker .today {
  background-color: #eee;
}
.vdp-datepicker header {
  position: initial;
}
.vdp-datepicker__calendar {
  border: 1px solid #ccc;
  background: #fff;
  width: 233px !important;
}
.vdp-datepicker .day__month_btn,
.vdp-datepicker .up {
  width: 146px !important;
  height: 40px !important;
  padding: 4px !important;
  font-size: 15px !important;
  text-align: center;
  color: #0c3279;
  border-radius: 0 !important;
  line-height: 2.2 !important;
}
.vdp-datepicker .next,
.vdp-datepicker .prev {
  height: 40px !important;
  width: 42px !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.vdp-datepicker .next:not(.disabled),
.vdp-datepicker .prev:not(.disabled) {
  background: #eee !important;
  cursor: pointer;
  border-radius: 0 !important;
}
.vdp-datepicker .day-header {
  font-size: 12px !important;
  white-space: nowrap;
  cursor: inherit;
}
.vdp-datepicker .cell.day {
  display: inline-block;
  padding: 0 5px;
  margin: 2px 0 !important;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400 !important;
  width: 32px !important;
}
.vdp-datepicker .cell.day:not(.disabled):not(.blank):not(.day-header):hover {
  background: transparent !important;
  border: 1px solid #313640 !important;
  border-radius: 4px;
}
.vdp-datepicker .cell.month,
.vdp-datepicker .cell.year {
  display: inline-block;
  padding: 0 5px;
  margin: 2px 0 !important;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400 !important;
  width: 98px !important;
}
.vdp-datepicker .cell.month:not(.disabled):not(.blank):not(.day-header):not(.selected):hover,
.vdp-datepicker .cell.year:not(.disabled):not(.blank):not(.day-header):not(.selected):hover {
  background: transparent !important;
  border: 1px solid #313640 !important;
  border-radius: 4px;
}
.vdp-datepicker .selected {
  color: #ffffff !important;
  background: #313640 !important;
  border-radius: 4px;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  border: none !important;
  padding: 0 !important;
}

.datepicker {
  width: 100%;
  font-family: "Titillium Web";
  box-shadow: none;
  max-width: 235px !important;
}
.datepicker .datepicker-days,
.datepicker .datepicker-months,
.datepicker .datepicker-years {
  width: 235px !important;
  border: 1px solid #ccc;
}
.datepicker .datepicker-days .table-condensed,
.datepicker .datepicker-months .table-condensed,
.datepicker .datepicker-years .table-condensed {
  background: #fff;
  width: 233px !important;
}
.datepicker .datepicker-days .table-condensed > thead > tr,
.datepicker .datepicker-months .table-condensed > thead > tr,
.datepicker .datepicker-years .table-condensed > thead > tr {
  display: flex;
}
.datepicker .datepicker-days .table-condensed > thead > tr > th.prev,
.datepicker .datepicker-days .table-condensed > thead > tr th.next,
.datepicker .datepicker-months .table-condensed > thead > tr > th.prev,
.datepicker .datepicker-months .table-condensed > thead > tr th.next,
.datepicker .datepicker-years .table-condensed > thead > tr > th.prev,
.datepicker .datepicker-years .table-condensed > thead > tr th.next {
  background: #eee !important;
  height: 40px !important;
  width: 42px !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.datepicker .datepicker-days .table-condensed > thead > tr > th.prev > i,
.datepicker .datepicker-days .table-condensed > thead > tr th.next > i,
.datepicker .datepicker-months .table-condensed > thead > tr > th.prev > i,
.datepicker .datepicker-months .table-condensed > thead > tr th.next > i,
.datepicker .datepicker-years .table-condensed > thead > tr > th.prev > i,
.datepicker .datepicker-years .table-condensed > thead > tr th.next > i {
  display: none;
}
.datepicker .datepicker-days .table-condensed > thead > tr > th.prev:after,
.datepicker .datepicker-days .table-condensed > thead > tr th.next:after,
.datepicker .datepicker-months .table-condensed > thead > tr > th.prev:after,
.datepicker .datepicker-months .table-condensed > thead > tr th.next:after,
.datepicker .datepicker-years .table-condensed > thead > tr > th.prev:after,
.datepicker .datepicker-years .table-condensed > thead > tr th.next:after {
  content: "" !important;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 6px solid transparent !important;
  margin-top: 20px !important;
}
.datepicker .datepicker-days .table-condensed > thead > tr > th.prev:hover,
.datepicker .datepicker-days .table-condensed > thead > tr th.next:hover,
.datepicker .datepicker-months .table-condensed > thead > tr > th.prev:hover,
.datepicker .datepicker-months .table-condensed > thead > tr th.next:hover,
.datepicker .datepicker-years .table-condensed > thead > tr > th.prev:hover,
.datepicker .datepicker-years .table-condensed > thead > tr th.next:hover {
  background: #eee !important;
  cursor: pointer;
  border-radius: 0 !important;
}
.datepicker .datepicker-days .table-condensed > thead > tr > th.prev:after,
.datepicker .datepicker-months .table-condensed > thead > tr > th.prev:after,
.datepicker .datepicker-years .table-condensed > thead > tr > th.prev:after {
  border-right: 10px solid #000 !important;
  margin-left: 15px !important;
}
.datepicker .datepicker-days .table-condensed > thead > tr > th.next:after,
.datepicker .datepicker-months .table-condensed > thead > tr > th.next:after,
.datepicker .datepicker-years .table-condensed > thead > tr > th.next:after {
  border-left: 10px solid #000 !important;
  margin-left: 25px !important;
}
.datepicker .datepicker-days .table-condensed > thead > tr > th.dow:not(.datepicker-switch):not(.prev):not(.next),
.datepicker .datepicker-months .table-condensed > thead > tr > th.dow:not(.datepicker-switch):not(.prev):not(.next),
.datepicker .datepicker-years .table-condensed > thead > tr > th.dow:not(.datepicker-switch):not(.prev):not(.next) {
  display: inline-block;
  padding: 0 5px;
  margin: 2px 0 !important;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400 !important;
  width: 32px !important;
  font-size: 12px !important;
  white-space: nowrap;
  cursor: inherit;
  color: #0c3279 !important;
  font-weight: 900 !important;
  font-size: 12px !important;
}
.datepicker .datepicker-days .table-condensed > tbody > tr,
.datepicker .datepicker-months .table-condensed > tbody > tr,
.datepicker .datepicker-years .table-condensed > tbody > tr {
  display: flex;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td.active,
.datepicker .datepicker-months .table-condensed > tbody > tr > td.active,
.datepicker .datepicker-years .table-condensed > tbody > tr > td.active {
  color: #ffffff !important;
  background: #313640 !important;
  border-radius: 4px;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td.day:not(.old):not(.new):not(.active),
.datepicker .datepicker-months .table-condensed > tbody > tr > td.day:not(.old):not(.new):not(.active),
.datepicker .datepicker-years .table-condensed > tbody > tr > td.day:not(.old):not(.new):not(.active) {
  color: #0c3279;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td.day,
.datepicker .datepicker-months .table-condensed > tbody > tr > td.day,
.datepicker .datepicker-years .table-condensed > tbody > tr > td.day {
  display: inline-block;
  padding: 0 5px;
  margin: 2px 0 !important;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400 !important;
  width: 32px !important;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td.day:hover:not(.active):not(.old):not(.new),
.datepicker .datepicker-months .table-condensed > tbody > tr > td.day:hover:not(.active):not(.old):not(.new),
.datepicker .datepicker-years .table-condensed > tbody > tr > td.day:hover:not(.active):not(.old):not(.new) {
  background: transparent !important;
  border: 1px solid #313640 !important;
  border-radius: 4px;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td,
.datepicker .datepicker-months .table-condensed > tbody > tr > td,
.datepicker .datepicker-years .table-condensed > tbody > tr > td {
  height: unset !important;
  width: unset !important;
  padding: 0 !important;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td > span.month,
.datepicker .datepicker-days .table-condensed > tbody > tr > td span.year,
.datepicker .datepicker-months .table-condensed > tbody > tr > td > span.month,
.datepicker .datepicker-months .table-condensed > tbody > tr > td span.year,
.datepicker .datepicker-years .table-condensed > tbody > tr > td > span.month,
.datepicker .datepicker-years .table-condensed > tbody > tr > td span.year {
  display: inline-block;
  padding: 0 5px;
  margin: 2px 0 !important;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400 !important;
  width: 98px !important;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td > span.month:hover:not(.active):not(.old):not(.new),
.datepicker .datepicker-days .table-condensed > tbody > tr > td span.year:hover:not(.active):not(.old):not(.new),
.datepicker .datepicker-months .table-condensed > tbody > tr > td > span.month:hover:not(.active):not(.old):not(.new),
.datepicker .datepicker-months .table-condensed > tbody > tr > td span.year:hover:not(.active):not(.old):not(.new),
.datepicker .datepicker-years .table-condensed > tbody > tr > td > span.month:hover:not(.active):not(.old):not(.new),
.datepicker .datepicker-years .table-condensed > tbody > tr > td span.year:hover:not(.active):not(.old):not(.new) {
  background: transparent !important;
  border: 1px solid #313640 !important;
  border-radius: 4px;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td > span.month.active,
.datepicker .datepicker-days .table-condensed > tbody > tr > td span.year.active,
.datepicker .datepicker-months .table-condensed > tbody > tr > td > span.month.active,
.datepicker .datepicker-months .table-condensed > tbody > tr > td span.year.active,
.datepicker .datepicker-years .table-condensed > tbody > tr > td > span.month.active,
.datepicker .datepicker-years .table-condensed > tbody > tr > td span.year.active {
  color: #ffffff !important;
  background: #313640 !important;
  border-radius: 4px;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td > span:not(.new):not(.active),
.datepicker .datepicker-months .table-condensed > tbody > tr > td > span:not(.new):not(.active),
.datepicker .datepicker-years .table-condensed > tbody > tr > td > span:not(.new):not(.active) {
  color: #0c3279;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td > span.new,
.datepicker .datepicker-months .table-condensed > tbody > tr > td > span.new,
.datepicker .datepicker-years .table-condensed > tbody > tr > td > span.new {
  display: none;
  color: #ffffff !important;
  cursor: default;
  pointer-events: none;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td:not(.old):not(.new):not(.active),
.datepicker .datepicker-months .table-condensed > tbody > tr > td:not(.old):not(.new):not(.active),
.datepicker .datepicker-years .table-condensed > tbody > tr > td:not(.old):not(.new):not(.active) {
  color: #0c3279;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td.new,
.datepicker .datepicker-months .table-condensed > tbody > tr > td.new,
.datepicker .datepicker-years .table-condensed > tbody > tr > td.new {
  display: none;
  color: white !important;
  cursor: default;
  pointer-events: none;
}
.datepicker .datepicker-days .table-condensed > tbody > tr > td.old,
.datepicker .datepicker-months .table-condensed > tbody > tr > td.old,
.datepicker .datepicker-years .table-condensed > tbody > tr > td.old {
  cursor: default;
  pointer-events: none;
  color: white !important;
}
.datepicker .datepicker-switch {
  width: 146px !important;
  height: 40px !important;
  padding: 4px !important;
  font-size: 15px !important;
  text-align: center;
  color: #0c3279;
  border-radius: 0 !important;
  line-height: 2.2 !important;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* iffy */
.multiselect {
  display: flex;
  min-height: 27px;
  width: 100%;
  max-width: 456px;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  border: 1px solid rgba(112, 112, 112, 0.4392156863);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #ffffff;
  color: #535353;
  font-size: 13px;
}
.multiselect:focus {
  outline: none;
}
.multiselect__input {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none !important;
  border-radius: 5px;
  background: #fff;
  padding: 1px 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  max-height: 20px;
  top: 3px;
}
.multiselect__input:hover, .multiselect__input .multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus, .multiselect__input .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__select {
  height: 30px;
  position: absolute;
  width: 40px;
  right: 1px;
  text-align: center;
  transition: transform 0.2s ease;
  z-index: 1;
  top: 0px;
}
.multiselect__select::before {
  position: relative;
  top: 1px;
  content: "\f107";
  font: normal normal normal 16px/1 "Font Awesome 7 Pro";
  text-rendering: auto;
  transition: ease-in 0.3s;
  border: none;
  color: #535353;
}
.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin: 0px;
  padding: 3px 5px;
}
.multiselect__option--highlight {
  background-color: #313640;
}
.multiselect__content-wrapper {
  margin-top: 32px;
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  z-index: 4;
}
.multiselect__content::webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__tags {
  display: flex;
  align-items: center;
  height: auto;
  padding: 0px 30px 0px 0px;
  border: none;
  border-radius: 6px;
  position: relative;
  top: 0px;
  background: #fff;
  width: 100%;
  min-height: 25px;
  font-size: 13px;
}
.multiselect__tags-wrap {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  min-width: 100%;
}
.multiselect__tag {
  background-color: white;
  padding: 5px 25px 2px 5px;
  color: #2F333C;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
}
.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
  top: -2px;
}
.multiselect__tag-icon:after {
  color: #35495e;
  line-height: 26px;
  content: "×";
  font-size: 14px;
}
.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  color: white;
  background: #2F333C;
}
.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: white;
}
.multiselect__option {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-items: center;
  padding: 12px;
  width: 100%;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
  z-index: 4;
}
.multiselect__option:after {
  font-size: 12px;
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
}
.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}
.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}
.multiselect__option--highlight {
  background-color: #888888;
  outline: none;
  color: #fff;
}
.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}
.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede !important;
}
.multiselect__option--selected.multiselect__option--highlight {
  background-color: #CCC;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #dedede;
  content: attr(data-deselect);
  color: #35495e;
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 0;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect-enter-active, .multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}
.multiselect--active .multiselect__tags .multiselect__input {
  min-width: 150px !important;
  position: absolute;
  left: 0;
  top: 2px;
}
.multiselect--active .multiselect__select::before {
  font: normal normal normal 16px/1 "Font Awesome 7 Pro";
  /* content: "\f106"; */
  z-index: 5;
  color: #2F333C;
  transition: ease-in 0.3s;
  border: none;
  top: 6px;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect--disabled {
  opacity: 0.6;
  background: #ededed;
  pointer-events: none;
}
.multiselect--disabled .multiselect__single {
  background: transparent;
}
.multiselect--disabled .multiselect__tags {
  background: transparent;
}
.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select, .multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__strong {
  margin-bottom: 10px;
  display: inline-block;
}
.multiselect--multi {
  min-height: 62px;
  max-height: 62px;
}
.multiselect--multi .multiselect__single {
  display: none;
}
.multiselect--multi .multiselect__content-wrapper {
  margin-top: 64px;
}
.multiselect--multi .multiselect__tags {
  overflow-y: auto;
  align-items: flex-start;
}
.multiselect--multi.multiselect--active .multiselect__tags {
  margin-top: 4px;
  flex-direction: column;
}
.multiselect--multi.multiselect--active .multiselect__input {
  order: 1;
}
.multiselect--above .multiselect__content-wrapper {
  margin-top: 0;
  bottom: 100%;
}

.multiselect-container {
  min-height: 89px;
}

.multiselect__single {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 20px;
  line-height: 20px;
  border-radius: 5px;
  border: none;
  background: #fff;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  padding-left: 5px;
  font-size: 13px;
  margin-bottom: 3px;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
* {
  box-sizing: border-box;
}

.facebook-box-enter-active {
  animation: facebook-transition 1.5s;
  -webkit-animation: facebook-transition 1.5s;
}

.facebook-box-leave-active {
  animation: facebook-transition 1.5s reverse;
  -webkit-animation: facebook-transition 1.5s reverse;
}

.make-offer-enter-active {
  animation: make-offer-transition 1.5s;
  -webkit-animation: make-offer-transition 1.5s;
}

.make-offer-leave-active {
  animation: make-offer-transition 1.5s reverse;
  -webkit-animation: make-offer-transition 1.5s reverse;
}

.make-offer-spacer-enter-active {
  animation: make-offer-transition 1.5s;
  -webkit-animation: make-offer-transition 1.5s;
}

.make-offer-spacer-leave-active {
  animation: make-offer-transition 1.5s reverse;
  -webkit-animation: make-offer-transition 1.5s reverse;
}

.defaultButtonComponent {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}

body {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  background-color: white;
}

#mainContainer {
  left: 0px;
  width: 100%;
  padding-left: 0px;
  top: 0px;
}

.fb-login_button {
  display: flex;
  align-items: center;
  background-color: #1877f2;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
}
.fb-login_button i {
  font-size: 24px;
  padding: 8px 13px;
}
.fb-login_button span {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#top-spacer {
  height: 40px;
  width: 100%;
  top: 0px;
  position: relative;
}

.goback {
  width: auto;
  height: auto;
  background-color: #c8202f;
  color: white;
  padding: 3px 6px;
}

.action-link {
  padding: 15px 0px 25px 0px;
  color: #c8202f;
  cursor: pointer;
  font-size: 20px;
}
.action-link i {
  margin-left: 5px;
}

#brochure-link {
  text-decoration-line: none;
}

.schedule-select {
  margin-top: 10px;
}

#sell-your-house {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 25px 0px 0px 0px;
}
#sell-your-house .copy {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 39px;
  font-weight: 300;
}
#sell-your-house .copy-2 {
  text-align: center;
  width: 50%;
  font-size: 17px;
}
#sell-your-house .action-link {
  margin-top: 10px;
}
#sell-your-house button {
  margin-top: 50px;
  width: 325px;
  border: none;
  padding: 15px 10px;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 50px;
}

#schedule-showing-overlay, #application_for_unit {
  border: solid 1px #000;
  border-radius: 14px;
  z-index: 109;
  position: fixed;
  top: 95px;
  left: calc((100vw - 400px + 100px ) / 2);
  width: 400px;
  color: #ffffff;
}
#schedule-showing-overlay .topForm, #application_for_unit .topForm {
  background: #ffffff;
  border-radius: 14px 14px 0 0;
}
#schedule-showing-overlay .topForm .intro, #application_for_unit .topForm .intro {
  padding: 40px 40px 10px;
  font-size: 40px;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  text-transform: none;
}
#schedule-showing-overlay .topForm .intro::after, #application_for_unit .topForm .intro::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: #c8202f;
  margin: 20px auto 0;
  border-radius: 999px;
}
#schedule-showing-overlay .topForm .close, #application_for_unit .topForm .close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
  color: #1f2937;
}
#schedule-showing-overlay .schedule-form, #application_for_unit .schedule-form {
  background: #ffffff;
  padding: 20px 50px 40px;
  border-radius: 0 0 14px 14px;
  align-items: stretch;
}
#schedule-showing-overlay .schedule-form p, #application_for_unit .schedule-form p {
  font-size: 18px;
  line-height: 1.5;
  color: #374151;
}
#schedule-showing-overlay .schedule-form .need-info, #application_for_unit .schedule-form .need-info {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
}
#schedule-showing-overlay .schedule-form .request, #application_for_unit .schedule-form .request {
  margin-top: 10px;
  font-size: 18px;
}
#schedule-showing-overlay .schedule-form .input, #application_for_unit .schedule-form .input {
  margin-bottom: 18px;
}
#schedule-showing-overlay .schedule-form .input input,
#schedule-showing-overlay .schedule-form .input textarea, #application_for_unit .schedule-form .input input,
#application_for_unit .schedule-form .input textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 18px;
  background: #ffffff;
}
#schedule-showing-overlay .schedule-form .input input:focus,
#schedule-showing-overlay .schedule-form .input textarea:focus, #application_for_unit .schedule-form .input input:focus,
#application_for_unit .schedule-form .input textarea:focus {
  border-color: #c8202f;
  box-shadow: 0 0 0 3px rgba(200, 32, 47, 0.15);
  outline: none;
}
#schedule-showing-overlay .schedule-form .input textarea, #application_for_unit .schedule-form .input textarea {
  height: 140px;
}
#schedule-showing-overlay .schedule-form .rw-button, #application_for_unit .schedule-form .rw-button {
  margin-top: 25px;
  border-radius: 8px;
  background: #c8202f;
  width: 100%;
  text-align: center;
}
#schedule-showing-overlay .schedule-form .rw-button span, #application_for_unit .schedule-form .rw-button span {
  display: block;
  padding: 18px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
#schedule-showing-overlay .schedule-form .rw-button:hover, #application_for_unit .schedule-form .rw-button:hover {
  background: #a51a27;
}
#schedule-showing-overlay .schedule-form .big-red, #application_for_unit .schedule-form .big-red {
  display: none;
}
#schedule-showing-overlay .schedule-form .margin, #application_for_unit .schedule-form .margin {
  margin-bottom: 10px;
}

#menu-container {
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: white;
  color: black;
  position: fixed;
  top: 0px;
  z-index: 199;
}
#menu-container .menu {
  height: 95px;
  display: flex;
  font-size: 15px;
  padding-right: 30px;
  align-items: center;
}
#menu-container .menu .menu-item {
  color: black;
}
#menu-container .menu .menu-item a {
  color: black;
}
#menu-container .menu .menu-item:hover {
  color: #c8202f;
}
#menu-container .menu .menu-item:hover a {
  color: #c8202f;
}
#menu-container .menu a {
  text-decoration: none;
}
#menu-container .menu div {
  color: black;
  padding: 0px 15px;
}

#make-offer-bar {
  color: white;
  height: 40px;
  width: 100%;
  background-color: #c8202f;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  z-index: 199;
  justify-content: flex-end;
  align-items: flex-end;
}
#make-offer-bar .container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  height: 100%;
}
#make-offer-bar .learn-more {
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
#make-offer-bar .learn-more > div {
  width: 100%;
  border-top: 1px solid white;
}
#make-offer-bar .learn-more:hover {
  color: #cccccc;
}
#make-offer-bar .learn-more:hover > div {
  border-top: 1px solid #cccccc;
}
#make-offer-bar button {
  padding: 3px 40px;
  margin-left: 10px;
  position: relative;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
}
#make-offer-bar > div {
  display: flex;
}
#make-offer-bar > div > div {
  margin: 0px 5px;
}

#readytosell {
  position: relative;
  top: -75px;
}

#wait {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
#wait i {
  color: white;
  width: 150px;
  height: 150px;
  font-size: 150px;
}

#pdf-preview {
  width: 80vw;
  height: 90vh;
  position: fixed;
  left: 10vw;
  top: 2.5vh;
  background-color: white;
  z-index: 999;
}
#pdf-preview .pdf-close {
  padding-bottom: 10px;
  position: relative;
  height: 25px;
  width: 100%;
  background-color: gray;
  cursor: pointer;
}
#pdf-preview .pdf-close i {
  position: absolute;
  right: 10px;
  top: 8px;
  color: white;
  font-size: 16px;
}

#notification {
  position: fixed;
  top: 0px;
  width: 450px;
  max-width: calc(100vw - 40px);
  text-align: center;
  display: none;
  min-height: 35px;
  height: auto;
  padding: 10px;
  z-index: 999;
  background-color: white;
  border-top: 0px;
  box-shadow: none;
  border-radius: 0px 0px 5px 5px;
}
#notification .close {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.5;
  height: 25px;
  box-shadow: none;
}
#notification .close i {
  color: white;
  font-size: 14px;
}

#property-video {
  width: 1024px;
  height: 576px;
  position: relative;
  padding-bottom: 60vh;
}

#notification-text {
  width: 95%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

[v-cloak] {
  /* display: none; */
  opacity: 0;
}

textarea, input[type=text] {
  font-family: "Roboto";
  font-size: 14px;
}

#vue {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#animated {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50px;
  left: 50px;
  background-color: #c8202f;
  z-index: 999999;
  transform: rotate(45deg) skewX(30deg) skewY(20deg);
}

.wide {
  width: 100%;
}

.suite.mid-width {
  width: 60%;
}

#ad-space {
  margin-bottom: 30px;
}

.button {
  width: 350px;
  padding: 7px 5px;
  text-align: center;
  background-color: #c8202f;
  color: white;
  margin: 5px 0px;
  border-radius: 5px;
  cursor: pointer;
}
.button a {
  text-decoration: none;
  color: white;
}

a {
  cursor: pointer;
}

.doc-button {
  background-color: #000000;
  color: white;
  border: 1px solid #000000;
}

.doc-button a {
  background-color: #000000;
  color: #ffffff;
}

.doc-button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.doc-button:hover a {
  background-color: #ffffff;
  color: #000000;
}

.box-shadow {
  box-shadow: 4px -4px 5px rgba(169, 169, 169, 0.7);
}

#overlay-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.defaultButtonComponentRed {
  font-size: 13px;
  padding: 6px 18px !important;
  border-radius: 5px;
  border: 1px solid #AF2D37;
  color: #ffffff;
  background-color: #AF2D37;
  width: max-content;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 2vh;
}

.defaultButtonComponentRed:hover {
  background-color: #8F242C;
  color: #ffffff;
}

#prop-data-container {
  width: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.download-brochure {
  color: #BD1A32;
  padding-left: 20px;
}

.logo-img {
  max-width: 150px;
}

.listedBy {
  font-size: 24px;
  color: #AF2D37;
  margin-bottom: 2.5vh;
}

.property-data {
  display: flex;
  flex-direction: column;
  width: 325px;
  background-color: white;
  border-radius: 6px;
  color: #000000;
  padding-bottom: 10px;
}
.property-data .list-agent {
  margin-top: 50px;
}
.property-data img {
  position: relative;
  left: -7px;
  max-height: 80px;
  padding-right: 15px;
  max-width: 325px;
}

> div {
  padding-left: 0px;
}

.headline {
  font-size: 24px;
}

.photo_count, .matterport_url {
  color: white;
  border-radius: 5px;
  background-color: #c8c8c8;
  cursor: default;
}

img {
  padding-right: 15px;
}

.new-construction {
  padding: 0px 10px 5px 0px;
  background-color: white;
  color: #c8202f;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.property-data hr {
  border: 1px solid #bd1a32;
}

.openhouse {
  display: flex;
  background-color: white;
  color: #c8202f;
  align-items: flex-start;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 15px;
  padding-bottom: 15px;
}

.address {
  padding: 5px 15px 10px 0px;
  font-size: 32px;
  font-weight: 400px;
}
.price {
  padding-top: 0px;
  font-size: 64px;
  font-weight: 400px;
}

.agent {
  margin-bottom: 15px;
}
.agent .agent-photo {
  width: 124px;
  height: 124px;
  min-width: 124px;
  min-height: 124px;
  background-size: cover;
  background-position: center top;
  border-radius: 5px;
}
.agent .agent-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.agent .agent-details .listedby {
  font-size: 14px;
  line-height: 14px;
}
.agent .agent-details > div {
  display: flex;
  flex-direction: column;
}
.agent .agent-details .license {
  font-size: 14px;
  font-weight: 300;
}
.agent .agent-details .contact {
  font-size: 14px;
}
.agent .agent-details .contact a {
  color: black;
  text-decoration: none;
}
.agent .agent-details .contact i {
  padding-left: 5px;
}
.agent .agent-details .send-message {
  font-size: 14px;
  position: relative;
  top: 30px;
}
.agent .agent-details .send-message i {
  margin-left: 5px;
}
.agent .agent-details .send-message a {
  text-decoration: none;
}
.agent .agent-details .name {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  text-transform: uppercase;
}

.see-photos {
  display: none;
}

.offer-button {
  padding-right: 0px;
  display: flex;
  justify-content: center;
}
.offer-button a {
  width: 100%;
}
.offer-button button {
  border: 2px solid white;
  padding: 8.5px 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
}
.offer-button button:hover {
  background-color: white;
  border: 2px solid #c8202f;
  color: #c8202f;
}

.arrow {
  padding-right: 25px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.arrow i {
  font-size: 20px;
}
.arrow i:hover {
  color: lightgray;
}

#main-image-container {
  width: 70vw;
  position: relative;
  margin-top: 0px;
  background-color: white;
  cursor: pointer;
}
#main-image-container .photo_count {
  position: absolute;
  z-index: 99;
  bottom: 2vh;
  right: 2.5vw;
  background-color: #000000;
  padding: 6px;
}
#main-image-container .matterport_url {
  position: absolute;
  z-index: 99;
  bottom: 2vh;
  right: 7.5vw;
  color: #ffffff;
  background-color: #000000;
  padding: 6px;
}

#main-image {
  width: 70vw;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0px;
  position: relative;
  overflow-x: hidden;
  min-height: 40.95vw;
  height: 40.95vw;
}
#main-image i {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.9);
}
#main-image i:hover {
  color: lightgray;
}
#main-image .left-arrow, #main-image .right-arrow {
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 1px;
}
#main-image .left-arrow {
  position: absolute;
  top: 50%;
  left: 0px;
  cursor: pointer;
}
#main-image .right-arrow {
  position: absolute;
  top: 50%;
  right: 0px !important;
  cursor: pointer;
}

#tour-overlay {
  z-index: 2;
  width: 70vw;
  height: 40.95vw;
  background-color: rgba(0, 0, 0, 0.55);
  top: 0px;
  right: 0px;
  position: absolute;
}
#tour-overlay .title-bar {
  z-index: 99;
  background-color: transparent;
  padding: 0px 15px;
  width: 100%;
}
#tour-overlay .title-bar .mid-width {
  width: calc(100% - 30px);
}
#tour-overlay .title-bar .menu-item {
  color: white;
}
#tour-overlay .title-bar .menu-item a {
  color: white;
}
#tour-overlay .title-bar .menu-item:hover {
  color: #c8202f;
}
#tour-overlay .title-bar .menu-item:hover a {
  color: #c8202f;
}
#tour-overlay #matterport {
  width: 100%;
  height: 100%;
  z-index: 3;
  color: white;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  cursor: pointer;
}
#tour-overlay #matterport #button-container {
  display: flex;
  flex-direction: column;
}
#tour-overlay #matterport button {
  border: none;
  padding: 7px 10px;
  width: 300px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 20px;
}
#tour-overlay #matterport button img {
  height: 16px;
  position: relative;
  top: 3px;
}

.titled-container .left {
  width: 247.5px;
  min-width: 247.5px;
  display: flex;
  flex-direction: column;
  padding: 0px 25px 25px 0px;
  align-items: flex-start;
}
.titled-container .left .border {
  padding-bottom: 15px;
  width: 50px;
  border-bottom: 1px solid #c8202f;
}
.titled-container .left .headline {
  text-transform: uppercase;
  font-size: 18px;
}
.titled-container .right {
  width: 70%;
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.vdp-datepicker.invalid input {
  border: 1px solid red;
}

.bold {
  font-weight: bold;
}

button {
  cursor: pointer;
}

.wr-button {
  background-color: white;
  color: #c8202f;
  border: 2px solid white;
  font-weight: bold;
}

.wr-button:hover {
  background-color: #c8202f;
  border: 2px solid white;
  color: white;
}

.rw-button {
  background-color: #c8202f;
  color: white;
  cursor: pointer;
}

.rw-button:hover {
  background-color: white;
  border: 2px solid #c8202f;
  color: #c8202f;
}

.red-button {
  background-color: #c8202f;
  color: white;
}

.red-button:hover {
  background-color: #cf3339;
  color: white;
}

#continue-container .property-cell {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  margin-right: 15px;
  width: 300px;
  height: 419px;
}
#continue-container .property-cell > div {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
#continue-container .property-cell .agent-line {
  height: 37px;
  width: 37px;
  padding: 0px 15px;
  position: absolute;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  right: 0px;
  top: 207px;
}
#continue-container .property-cell .agent-line .agents {
  height: 30px;
}
#continue-container .property-cell .agent-line .agents > div {
  height: 30px;
  width: 30px;
  background-size: cover;
  background-position: center top;
  margin-right: 5px;
}
#continue-container .property-cell .agent-line .circle {
  width: 35px;
  height: 35px;
  border: 1px solid #C8102E;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
}
#continue-container .property-cell .agent-line .circle i {
  font-size: 18px;
  color: #C8102E;
}
#continue-container .property-cell .agent-line .circle:hover {
  background-color: #C8102E;
}
#continue-container .property-cell .agent-line .circle:hover i {
  color: white;
}
#continue-container .property-cell .property-container:hover {
  background-color: #eeeff2;
}
#continue-container .property-cell .property-container {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
}
#continue-container .property-cell .property-container .headline {
  color: #C8102E;
  width: 270px;
  padding: 0px 15px;
  font-size: 14px;
  height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  white-space: no-wrap;
  text-overflow: ellipsis;
}
#continue-container .property-cell .property-container > div {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
#continue-container .property-cell .property-container .details {
  width: 270px;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
}
#continue-container .property-cell .property-container .details .border {
  border-left: 1px solid #eeeff2;
}
#continue-container .property-cell .property-container .details .details-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
#continue-container .property-cell .property-container .address-container .address, #continue-container .property-cell .property-container .address-container .csz {
  color: #C8102E;
  height: 22px;
}
#continue-container .property-cell .property-container .address-container .address {
  overflow: hidden;
  height: 22px;
}
#continue-container .property-cell .top-line {
  padding: 0px 10px;
  width: 280px;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  font-size: 13px;
  position: absolute;
  top: 3px;
  color: white;
  background-color: transparent;
}
#continue-container .property-cell .top-line .matterport img {
  height: 18px;
}
#continue-container .property-cell .property-image {
  height: 225px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px !important;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#continue-container .property-cell .forsale {
  text-transform: uppercase;
}
#mobile-menu {
  width: 100%;
  height: 100vh;
  background-color: #c21a32;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
}
#mobile-menu .menu-container {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#mobile-menu .menu-container .close {
  color: white;
  font-size: 16px;
}
#mobile-menu .menu-container a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
#mobile-menu .menu-container > div {
  margin: 5px 0px;
  font-size: 28px;
  cursor: pointer;
}

.logo {
  margin-bottom: 25px;
  left: 0px;
  top: 1px;
  position: absolute;
}

#map-wide {
  align-self: center;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#map-wide img {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

.close {
  position: absolute;
  color: gray;
  top: 15px;
  right: 15px;
  /* background-color: rgba(0,0,0,.5); */
  z-index: 99;
  cursor: pointer;
}
.close i {
  font-size: 22px;
}

.close:hover {
  color: #cccccc;
}

.facebook-share:hover {
  color: #4c76be;
}

.twitter-share:hover {
  color: #00c7ff;
}

.linkedin-share:hover {
  color: #0b86ca;
}

.pinterest-share:hover {
  color: #ff3635;
}

.agent-photo {
  background-repeat: no-repeat;
  background-position: center top;
}

#contact {
  position: absolute;
  top: 250px;
}

#details {
  position: absolute;
  top: 40.95vw;
}

#tour {
  position: absolute;
  top: 175px;
}

#brochure {
  position: absolute;
  bottom: 50px;
}

#facebook-login-box {
  width: 450px;
  height: 160px;
  padding: 20px 0px;
  display: flex;
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  z-index: 105;
  position: absolute;
  left: calc(50vw - 225px);
  background-color: #f4f4f4;
  top: calc(50vh - 100px);
}
#facebook-login-box .tour {
  font-size: 28px;
}
#facebook-login-box .no-thanks {
  color: lightgray;
  font-size: 16px;
  cursor: pointer;
}

.flex-c {
  display: flex;
  align-content: center;
  align-items: center;
}

.red-text {
  color: #c8202f;
}

.wizard-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
  background-color: #f7f7f7;
  padding: 25px 100px;
  margin: auto;
  border-radius: 5px;
}
.wizard-box .form-finished .finished {
  color: #c8202f;
  text-align: center;
  width: 400px;
}
.wizard-box .form-finished .agent {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.wizard-box .form-finished .agent .bold {
  text-transform: uppercase;
}
.wizard-box .form-finished .agent .photo {
  width: 65px;
  height: 65px;
  background-size: cover;
  background-position: center top;
}
.wizard-box .form-finished .agent .agent-details {
  margin-left: 10px;
}
.wizard-box .congrats {
  font-size: 28px;
  color: #c8202f;
  font-weight: bold;
}
.wizard-box iframe {
  width: 80vw;
  height: 70vh;
  border: none;
}
.wizard-box .steps {
  position: relative;
  margin: 25px 0px;
  display: flex;
  width: 400px;
  justify-content: space-between;
}
.wizard-box .steps .step {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  position: relative;
  top: 8px;
  z-index: 25;
}
.wizard-box .steps .step .label {
  margin-top: 3px;
  font-size: 12px;
}
.wizard-box .steps .step .label.gray-text {
  color: #cccccc;
}
.wizard-box .icon {
  z-index: 10;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #cccccc;
  border: 2px solid #cccccc;
  background-color: #f7f7f7;
}
.wizard-box .icon i {
  font-size: 20px;
}
.wizard-box .icon.filled {
  border: 2px solid #c8202f;
  background-color: #c8202f;
  color: white;
}
.wizard-box .icon.outlined {
  border: 2px solid #c8202f;
  background-color: #f7f7f7;
  color: #c8202f;
}
.wizard-box .close {
  top: 5px;
}
.wizard-box .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  width: 375px;
}
.wizard-box .form {
  display: flex;
  flex-direction: column;
  width: 400px;
}
.wizard-box .form input[type=checkbox] {
  align-self: flex-start;
  min-height: 25px;
}
.wizard-box .form .select {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
.wizard-box .form .radio {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  font-size: 14px;
  width: 100%;
  color: #666666;
  margin: 5px 0px;
}
.wizard-box .form .radio label {
  margin-right: 0px;
}
.wizard-box .form .radio .radio {
  width: 75%;
}
.wizard-box .form .radio .radio .radio {
  width: 100%;
  justify-content: space-between;
}
.wizard-box .form .radio span {
  cursor: pointer;
}
.wizard-box .form .radio .yes {
  color: green;
  font-weight: bold;
}
.wizard-box .form .radio .no {
  color: #c8202f;
  font-weight: bold;
}
.wizard-box .form .radio i {
  margin-right: 5px;
}
.wizard-box .form .radio .radio-label {
  margin: 0px 10px;
}
.wizard-box label {
  width: 175px;
  min-width: 175px;
  font-size: 14px;
  color: #666666;
}
.wizard-box > div {
  margin: 3px 0px;
}
.wizard-box .info {
  text-align: center;
}
.wizard-box .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wizard-box .vdp-datepicker {
  width: 100%;
}
.wizard-box input, .wizard-box textarea, .wizard-box select {
  margin: 5px 0px;
  width: 100%;
  padding: 5px 0px 5px 8px;
  border: none;
  min-height: 29px;
  color: #0c3279;
}
.wizard-box input[type=radio] {
  width: 13px;
}
.wizard-box .button {
  width: auto;
  max-width: 350px;
  min-width: 45%;
  padding: 0px -30px;
  margin-top: 15px;
}
.wizard-box .button > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard-box .button > span i {
  margin-left: 5px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.wizard-box .button i {
  padding-right: 5px;
}
.wizard-box .button .fa-spin {
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  padding: 0px;
}
.wizard-box .button:hover {
  background-color: #cf3339;
  color: white;
  border: none;
}
.wizard-box textarea {
  border: none;
}

#confidential {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}
#confidential .errors {
  color: #c8202f;
}
#confidential div {
  margin: 5px 0px;
}
#confidential input {
  margin: 5px 0px;
  width: 100%;
  padding: 3px 5px;
  border: none;
}
#confidential .button i {
  padding-right: 5px;
}
#confidential .button .fa-spin {
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  padding: 0px;
}

#suites {
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
#suites .sh-suite {
  width: 300px;
  text-align: center;
}
#suites .sh-acres, #suites .sq-sqft, #suites .sh-price {
  width: 100px;
  text-align: center;
}
#suites .suite-header {
  color: #c8202f;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
#suites .suite {
  background-color: transparent;
  color: graytext;
  display: flex;
}

#disclaimer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px;
  justify-content: center;
}
#disclaimer a {
  text-decoration: none;
}
#disclaimer .mid-width {
  width: 50%;
}
#disclaimer .mid-width > div {
  padding: 10px 0px;
}
#disclaimer .disclaimer {
  text-justify: inter-word;
  text-align: center;
  font-size: 10px;
}
#disclaimer .career {
  font-size: 16px;
}
#disclaimer .career a {
  color: red;
}
#disclaimer .logo {
  font-size: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#disclaimer img {
  max-height: 40px;
}

#ad-space img {
  max-width: 100%;
}

#social-media {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100px;
  width: 964px;
  border-bottom: 1px solid #c8202f;
}
#social-media a {
  text-decoration: none;
  color: inherit;
}
#social-media > div {
  width: 300px;
  display: flex;
  justify-content: space-between;
}

#agent-info.no-vid-bio .mid-width {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
#agent-info.no-vid-bio .agent-photo img {
  max-height: 125px;
  max-width: 100px;
}
#agent-info.no-vid-bio .agent-box {
  padding-left: 15px;
  padding-bottom: 0px;
  align-self: flex-end;
}

#agent-info {
  justify-content: center;
  display: flex;
  font-size: 14px;
}
#agent-info .agent-container {
  display: flex;
  width: 75%;
}
#agent-info .bold {
  text-transform: uppercase;
  font-size: 16px;
}
#agent-info .underline {
  border-bottom: 1px solid #C8102E;
  width: 85px;
  height: 1px;
  margin-bottom: 25px;
  margin-top: 3px;
}
#agent-info .designation i {
  color: #c8202f;
}
#agent-info .agent-details {
  margin-left: 50px;
  width: 550px;
  position: relative;
}
#agent-info .agent-details input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
#agent-info .agent-details .title {
  font-size: 18px;
}
#agent-info .agent-details .scope-of-service, #agent-info .agent-details .designations, #agent-info .agent-details .education {
  margin-bottom: 25px;
  font-size: 15px;
}
#agent-info .agent-photo {
  height: 150px;
  width: 150px;
  min-height: 150px;
  min-width: 150px;
  background-size: cover;
  background-position: center top;
}
#agent-info .multiple {
  display: flex;
}
#agent-info .mid-width {
  justify-content: center;
  display: flex;
  padding: 25px 50px;
}
#agent-info .mid-width .clamped {
  height: 300px;
  overflow: hidden;
  position: relative;
  top: 0px;
}
#agent-info .mid-width .clamped:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.4) 0%, rgb(247, 247, 247) 100%);
}
#agent-info .mid-width .not-clamped {
  height: auto;
  overflow: auto;
}
#agent-info .agent-box {
  font-size: 11px;
  padding: 32px 25px 25px 50px;
}
#agent-info .agent-video {
  align-self: flex-start;
}
#agent-info .agent-video .button {
  width: 150px;
  background-color: #c21a32;
}
#agent-info .mid-width {
  display: flex;
}
#agent-info .left {
  padding: 62px 25px 25px 0px;
  width: 30%;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#agent-info .left a {
  text-decoration: none;
  font-weight: bold;
}
#agent-info .left i {
  margin-left: 5px;
}
#agent-info .right {
  width: 100%;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}
#agent-info .right .bio {
  text-justify: inter-word;
  text-align: justify;
}
#agent-info .right .button {
  width: 150px;
  background-color: #c21a32;
}

#agent-info.multiple-agents {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
  display: inline-flex;
}
#agent-info.multiple-agents .mid-width {
  flex-direction: column;
  position: relative;
}
#agent-info.multiple-agents .mid-width label {
  position: absolute;
  right: 25vw;
  bottom: 0;
  text-transform: uppercase;
  color: #c8202f;
  cursor: pointer;
}

#map-box {
  height: 450px;
  display: flex;
  justify-content: center;
}
#map-box .left:hover {
  background-color: #cf3339;
}
#map-box .center {
  width: 600px;
  padding: 0px 20px;
  background-color: #E1E1E1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#map-box .center .text {
  text-align: center;
}
#map-box .center .text .top {
  font-size: 48px;
  color: #c8202f;
}
#map-box .center .text .address {
  font-size: 48px;
}
#map-box .center img {
  height: 95px;
  margin-bottom: 10px;
}
#map-box .left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #c8202f;
  width: 45%;
  color: white;
}
#map-box .left img {
  height: 95px;
  margin-bottom: 10px;
}
#map-box .left .text {
  font-size: 20px;
  width: auto;
  text-align: center;
}
#map-box .left.video {
  background-size: cover;
}
#map-box .left.three {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc((100% - 240px) / 2);
  background-color: transparent;
  background-size: cover;
}
#map-box .left.three .left-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#map-box .left.three img {
  width: 140px;
  height: 140px;
  z-index: 5;
}
#map-box a {
  width: 55%;
  position: relative;
}
#map-box .right {
  background-color: white;
  width: 100%;
  height: 100%;
}
#map-box a.three {
  width: 85%;
}
#map-box #map {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#map-box #map img {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

#light-box {
  width: 75vh;
  height: 92vh;
  top: 4vh;
  left: calc((100vw - 85vh) / 2);
  position: fixed;
  z-index: 200;
  background-size: cover;
  background-position: center center;
}
#light-box .left-arrow, #light-box .right-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  flex-direction: column;
  cursor: pointer;
  top: 0;
  color: white;
}
#light-box .left-arrow i, #light-box .right-arrow i {
  font-size: 40px;
}
#light-box .left-arrow:hover, #light-box .right-arrow:hover {
  color: rgb(100, 100, 100);
}
#light-box .left-arrow {
  left: -45px;
}
#light-box .right-arrow {
  right: -45px;
}
#light-box .close {
  position: absolute;
  color: white;
  top: 15px;
  right: 15px;
  z-index: 99;
}
#light-box .close i {
  font-size: 40px;
}
#light-box .close:hover {
  color: #cccccc;
}

#light-box.mobile-lightbox .mobile-lightbox-image {
  max-width: 100%;
  width: 100%;
}

#dim-overlay {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
}

#matterport-overlay, #youtube-overlay, #video-overlay {
  width: 1330px;
  height: 750px;
  position: fixed;
  top: calc((100% - 750px) / 2);
  left: calc((100% - 1330px) / 2);
  z-index: 200;
}
#matterport-overlay .close, #youtube-overlay .close, #video-overlay .close {
  position: absolute;
  color: white;
  top: 15px;
  right: 15px;
  z-index: 99;
}

.next-arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  left: calc(50% + 512px);
  font-size: 40px;
  bottom: 15px;
  flex-direction: column;
  padding-left: 30px;
  cursor: pointer;
  color: #aeaeae;
}

.next-arrow:hover, .previous-arrow:hover {
  color: rgb(100, 100, 100);
  z-index: 99;
}

.previous-arrow {
  display: flex;
  justify-content: center;
  align-content: center;
  right: calc(50% + 512px);
  font-size: 40px;
  bottom: 15px;
  flex-direction: column;
  padding-right: 30px;
  cursor: pointer;
  color: #aeaeae;
}

#brochure-container {
  z-index: 5;
}

#photo-boxes {
  display: flex;
  flex-wrap: wrap;
  height: 600px;
  z-index: 5;
  margin-bottom: 5vh;
}
#photo-boxes a {
  width: 33.33%;
  height: 50%;
}
#photo-boxes a .photo {
  width: 100%;
  height: 100%;
}
#photo-boxes .photo {
  background-size: cover;
  background-position: 50% 50%;
  width: 33.33%;
  height: 50%;
  border: solid 2px white;
  cursor: pointer;
}
#photo-boxes .photo img {
  width: 100%;
  height: 100%;
}

#property-info, .schedule-showing {
  height: auto;
  z-index: 3;
  padding: 50px 0px 50px 0px;
}
#property-info .left, .schedule-showing .left {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 5vh;
  right: 1vw;
}
#property-info .mid-width, .schedule-showing .mid-width {
  top: 0px;
}
#property-info .description, .schedule-showing .description {
  text-justify: inter-word;
  text-align: justify;
  margin-bottom: 40px;
  width: 65%;
}

#contact-agent {
  height: 225px;
}

#property-info, #contact-agent, #continue-the-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vh;
}
#property-info .locked-button, #contact-agent .locked-button, #continue-the-search .locked-button {
  display: flex;
  align-items: center;
  /* background-color: #f7f7f7; */
  justify-content: center;
  position: relative;
  /*
  .locked-icon {
      display: flex;
      justify-content: flex-end;
      width: 25%;
  }

  .locked-title {
      padding-left: 15px;
      width: calc(75% - 15px);
      text-align: left;
  }
  */
}
#property-info .locked-button i, #contact-agent .locked-button i, #continue-the-search .locked-button i {
  margin-right: 5px;
}
#property-info .mid-width, #contact-agent .mid-width, #continue-the-search .mid-width {
  display: flex;
  position: relative;
  top: -15px;
  right: -20px;
}
#property-info .left, #contact-agent .left, #continue-the-search .left {
  padding: 0px 25px 25px 0px;
  width: 30%;
  font-size: 18px;
}
#property-info .left .border, #contact-agent .left .border, #continue-the-search .left .border {
  padding-bottom: 15px;
  width: 50px;
  border-bottom: 1px solid #c21a32;
}
#property-info .right, #contact-agent .right, #continue-the-search .right {
  width: 95%;
  padding: 10px 0px;
  flex-direction: column;
  display: flex;
}
#continue-the-search {
  margin-bottom: 0px;
}
#continue-the-search .mid-width {
  width: 100%;
  top: 0px;
  align-items: center;
  padding-top: 0px;
  overflow: hidden;
}
#continue-the-search .mid-width .left {
  width: 0%;
  padding-left: 0px;
}
#continue-the-search .mid-width .right {
  padding: 20px 0px 10px 0px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
}
#continue-the-search .mid-width .right .ps-container {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: row;
  margin: auto;
  padding: 0px 10px;
}
#continue-the-search .mid-width .right .property-cell {
  background-color: white;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
#continue-the-search .mid-width .right .left-arrow, #continue-the-search .mid-width .right .right-arrow {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #f4f4f4;
  cursor: pointer;
  z-index: 3;
}
#continue-the-search .mid-width .right .left-arrow i, #continue-the-search .mid-width .right .right-arrow i {
  font-size: 44px;
  color: #666666;
}
#continue-the-search .mid-width .right .left-arrow {
  display: none;
  left: 0;
}
#continue-the-search .mid-width .right .right-arrow {
  right: 0;
}

.contact-box {
  padding: 30px 40px;
  z-index: 3;
  border-radius: 20px;
  width: 390px;
  text-align: left;
}
.contact-box .title {
  color: #000000;
  padding: 0px 0px 30px 0px;
  font-size: 16px;
}
.contact-box > div {
  padding: 8px 0px;
}
.contact-box input, .contact-box textarea {
  width: 55%;
  padding: 15px 5px;
  border-radius: 8px;
  height: 50px;
}
.contact-box textarea {
  height: 75px;
}
.contact-box .buttons {
  justify-content: space-between;
  display: flex;
}
.contact-box .buttons .button {
  width: 175px;
}

.hidden {
  display: none;
}

#contact-agent {
  position: relative;
  height: 70vh;
  margin-bottom: 0px;
  background-color: #f4f4f4;
  padding-bottom: 30vh;
}

.schedule-showing, .contactPM {
  padding: 25px 0px 0px 0px;
  display: flex;
  width: 82% !important;
  margin-bottom: 10vh;
}
.schedule-showing .schedule-time, .contactPM .schedule-time {
  z-index: 10;
  border-radius: 9px;
}
.schedule-showing .left, .contactPM .left {
  padding: 0px 25px 25px 0px;
  width: 30%;
  font-size: 18px;
}
.schedule-showing .left .border, .contactPM .left .border {
  padding-bottom: 15px;
  width: 50px;
  border-bottom: 1px solid #c21a32;
}
.schedule-showing .mid-width, .contactPM .mid-width {
  display: flex;
  position: relative;
  top: -15px;
  right: -20px;
  width: 100%;
  justify-content: space-between;
}
.schedule-showing .schedule-tour, .contactPM .schedule-tour {
  font-size: 24px;
  color: #535353;
  position: relative;
  top: 10px;
  right: 5vw;
  text-align: left;
}
.schedule-showing .date-box-container, .contactPM .date-box-container {
  position: relative;
}
.schedule-showing .scheduled-radio, .contactPM .scheduled-radio {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.schedule-showing .schedule-send, .contactPM .schedule-send {
  width: 362px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}
.schedule-showing .schedule-send span, .contactPM .schedule-send span {
  display: block;
  padding: 7px 10px;
}
.schedule-showing .schedule-dates, .contactPM .schedule-dates {
  margin-top: 15px;
  width: 362px;
  justify-content: space-around;
  display: flex;
}
.schedule-showing .schedule-dates .selected, .contactPM .schedule-dates .selected {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff !important;
}
.schedule-showing .schedule-dates .date-box, .contactPM .schedule-dates .date-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  border: 2px solid #000000;
  color: #000000;
}
.schedule-showing .date-day, .contactPM .date-day {
  font-size: 24px;
}
.schedule-showing .schedule-select, .contactPM .schedule-select {
  width: 362px;
  height: 30px;
}
.schedule-showing .right, .contactPM .right {
  width: 97%;
  padding: 10px 0px;
  flex-direction: column;
  display: flex;
}

.property-description {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.property-description .titled-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.property-description .left, .property-description .right {
  width: 100%;
}
.property-description .left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px 0px 25px 0px;
}
.property-description .right {
  text-justify: inter-word;
  text-align: justify;
  font-size: 14px;
}

#property-details {
  background-color: white;
  margin-bottom: 5px;
  width: 100%;
}
#property-details .border {
  padding-bottom: 15px;
  width: 50px;
  border-bottom: 1px solid #c21a32;
}
#property-details .details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2vw;
  width: 100%;
}
#property-details .details > div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0px 0px;
}
#property-details .details > div > div {
  display: inline-block;
  text-align: center;
}

.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 75px;
  width: calc(100% - 15px);
  background-color: white;
  padding: 0px 0px 0px 15px;
  z-index: 100;
}
.title-bar .mobile-menu {
  cursor: pointer;
  display: none;
  padding: 16px;
}
.title-bar .mid-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.title-bar .logo img {
  height: 65px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #prop-data-container .logo {
    left: calc((30vw - 275px) / 2);
  }
  #prop-data-container .logo img {
    max-height: 60px;
  }
  .property-data {
    width: 275px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 2800px) {
  #matterport-overlay, #youtube-overlay, #video-overlay {
    width: 95vw;
    /* max-width: 1330px; */
    height: 55vw;
    /* max-height: 750px; */
    position: fixed;
    top: calc((100% - 55vw) / 2);
    left: 2.5vw;
  }
  #matterport-overlay .close, #youtube-overlay .close, #video-overlay .close {
    position: absolute;
    color: white;
    top: 15px;
    right: 15px;
  }
  #light-box {
    width: 75vw;
    left: 12.5vw;
  }
  #light-box .left-arrow {
    left: 15px;
  }
  #light-box .right-arrow {
    right: 15px;
  }
  /* top section */
  .logo {
    left: 20px;
    top: 1vh;
  }
  .logo-img {
    padding: 10px 10px 10px 10px;
    max-width: 200px;
    max-height: 75px;
  }
  .property-data {
    position: relative;
  }
  #prop-data .price, #prop-data .address, #prop-data .headline {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  #prop-data .new-construction {
    font-size: 22px;
  }
  #prop-data .headline {
    font-size: 20px;
  }
  .property-data {
    width: 25vw;
  }
  .view-brochure {
    display: block ruby;
    padding-bottom: 20px;
    padding-top: 5px;
    font-weight: 350;
  }
  .download-icon, .download-brochure {
    font-size: 20px;
  }
  .download-brochure {
    padding-left: 0px;
  }
  .dividerdiv {
    padding-bottom: 20px;
  }
  .contact {
    padding-bottom: 5px;
  }
  /* top agent section */
  .agent {
    display: flex;
    margin-bottom: 3.5vh;
  }
  .agent-details {
    padding-bottom: 3vh;
    padding-left: 1.75vw;
  }
  #overlay-container {
    margin-top: 95px;
  }
  /* suites section */
  #property-details {
    width: 100%;
  }
  #suites .suite {
    justify-content: center;
  }
  /* request tour section */
  .schedule-dates .date-box {
    width: 125px !important;
    height: 110px !important;
  }
  .date-box-container {
    padding: 5px;
  }
  .schedule-showing {
    width: 82%;
  }
  .schedule-showing .schedule-select {
    width: 300px;
  }
  #property-info {
    width: 82%;
  }
  .left .headline {
    position: relative;
    right: -3vw;
    font-size: 22px;
  }
  .left .border {
    position: relative;
    right: -3vw;
  }
  /* more info documents and contact form */
  #property-info .left .border, .schedule-showing .left .border {
    position: relative;
    right: 0px;
    width: 6vw;
  }
  .contact-box {
    width: 623px;
  }
  #contact-agent .mid-width {
    display: inline;
    top: 80px;
    right: 35vw;
  }
  #contact-agent .border {
    right: 0px;
  }
  #contact-agent .left {
    width: auto;
  }
  /* image gallery */
  #photo-boxes {
    width: 85vw;
    background-color: #f4f4f4;
  }
  .next-arrow {
    left: calc(50% + 45vw);
    z-index: 99;
  }
  .previous-arrow {
    right: calc(50% + 44vw);
    z-index: 99;
  }
  /* bottom agent section on desktop */
  #agent-info {
    display: inline;
  }
  #agent-info .agent-photo {
    height: 180px;
    width: 200px;
  }
  .agent-container {
    padding: 0px 50px 0px 85px;
  }
  .agent-info-box {
    width: 40%;
  }
  .agent-info-box .agent-title {
    padding-bottom: 20px;
  }
  .agent-info-box .agent-email, .agent-info-box .agent-mobile {
    margin-top: 0px !important;
  }
  .agent-info-box .agent-website {
    margin-top: 0px !important;
  }
  #agent-info {
    width: 87%;
  }
  #agent-info .agent-details {
    width: fit-content;
  }
  #agent-info.multiple-agents .mid-width {
    width: 107%;
  }
  #agent-info.multiple-agents .mid-width .label {
    left: auto;
    right: 220px;
    top: 210px;
  }
  #agent-info.multiple-agents.mid-width {
    width: 107%;
    background-color: #f4f4f4;
  }
  /* bottom agent section on desktop */
  #continue-the-search {
    background-color: #000000;
  }
  .wideMap {
    width: 70%;
  }
  .wide {
    width: 100%;
  }
  /* bottom ad sizing */
  #ad-space {
    position: relative;
    left: 0vw;
    max-width: 980px;
  }
  #ad-space img {
    max-height: 65vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75vw;
  }
}
@media only screen and (min-width: 501px) and (max-height: 400px) {
  html {
    overflow-x: hidden;
  }
  #facebook-login-box {
    top: 100px;
  }
  @keyframes facebook-transition {
    from {
      top: -250px;
    }
    to {
      top: calc(50vh - 125px);
    }
  }
  #agent-info .mid-width.multiple {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #agent-info .mid-width.multiple .agent-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 33%;
    font-size: 12px;
    padding: 0px;
    min-width: 175px;
  }
  #agent-info .mid-width.multiple .agent-box .agent-photo {
    width: 125px;
    height: 125px;
  }
  #agent-info .mid-width.multiple .agent-box > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  #agent-info .mid-width.two-agents {
    width: 375px;
  }
  #ad-space {
    position: relative;
    top: -90px;
  }
  #matterport-overlay, #youtube-overlay, #light-box, #video-overlay {
    width: 70vw;
    height: 45.5vw;
    top: calc((100vh - 45.5vw) / 2);
    left: 15vw;
  }
  #light-box {
    width: 70vw;
    height: 46.7vw;
    top: calc((100vh - 46.7vw) / 2);
    left: 15vw;
  }
  #light-box .vueperslides__parallax-wrapper, #main-image .vueperslides__parallax-wrapper {
    height: 66%;
  }
  #main-image-container {
    width: 100%;
    overflow: hidden;
  }
  #main-image-container #main-image {
    height: 52.5vw;
    width: 70vw;
    overflow: hidden;
  }
  #main-image-container #main-image .left-arrow, #main-image-container #main-image .right-arrow {
    display: none;
  }
  #property-details {
    margin-top: 0px;
    position: relative;
    top: -80px;
  }
  #property-details .property-description {
    margin-top: 25px;
  }
  #property-details .property-description .left {
    display: none;
  }
  #property-details .property-description .right {
    padding: 0px 25px 25px 25px;
    width: calc(100% - 50px) !important;
  }
  #property-details .details {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #property-details .details > div {
    margin: 0px 0px 15px 0px;
  }
  #property-video {
    width: 85vw;
    height: 48vw;
  }
  .mid-width {
    width: 85vw;
  }
  #brochure-container {
    position: relative;
    top: -90px;
  }
  #photo-boxes {
    /* display: none; */
    width: 100vw;
    height: 56.25vw;
  }
  #map-box-container {
    top: -90px;
  }
  #map-box-container a {
    width: 50%;
    position: relative;
  }
  #map-box-container .right {
    width: 100% !important;
    padding: 0px;
    height: 100%;
  }
  .contact-box {
    width: 300px;
    padding: 30px 20px 10px;
    left: calc(50% - 170px);
  }
  .contact-box input {
    height: 30px;
  }
  .contact-box textarea {
    height: 75px;
  }
  .contact-box .title {
    padding: 0px 0px 20px 0px;
  }
  .contact-box .buttons .button {
    width: 130px;
  }
  #social-media-container {
    position: relative;
    top: -90px;
  }
  #agent-info {
    position: relative;
    top: -120px;
    width: 90%;
    padding: 0px 5%;
  }
  #agent-info .agent-video {
    align-self: center;
    cursor: pointer;
  }
  #agent-info .mid-width {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  #agent-info .mid-width .left {
    display: flex !important;
    padding: 0px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #agent-info .mid-width .left > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  #agent-info .mid-width .left > div > div {
    font-size: 14px;
  }
  #agent-info .mid-width .left .bold {
    text-transform: uppercase;
    font-size: 16px;
  }
  #agent-info .mid-width .right {
    padding: 15px 15px;
    width: 70%;
  }
  #social-media {
    width: calc(100% - 110px);
    padding: 0px 30px;
    height: 70px;
  }
  #copyright-bar {
    font-size: 10px;
    position: relative;
    top: -90px;
  }
  #disclaimer {
    position: relative;
    top: -90px;
  }
  #disclaimer > div {
    padding: 0px 25px 25px 25px;
  }
  #property-info {
    margin-bottom: 15px;
    height: auto;
    padding: 10px;
    width: 100%;
  }
  #property-info .mid-width {
    top: 0px;
    width: 100%;
  }
  #property-info .mid-width .left {
    display: none;
  }
  #property-info .mid-width .right {
    padding: 0px 15px;
    width: 100%;
  }
  #property-info .mid-width .right .button {
    width: 80%;
  }
  #contact-agent .mid-width .left {
    display: none;
  }
  #tour-overlay {
    height: 52.5vw;
    width: 100vw;
    top: 0px;
    left: 0px;
  }
  #tour-overlay .title-bar {
    width: calc(100% - 30px);
  }
  #tour-overlay .title-bar .mobile-menu {
    color: white;
  }
  #tour-overlay #matterport {
    width: 200px;
    top: calc(37.5vw - 170px);
    height: auto;
    position: absolute;
    left: calc(50% - 100px);
  }
  #tour-overlay #matterport .lower {
    margin-top: 10px;
    font-size: 20px;
  }
  #tour-overlay #matterport .lower span {
    padding: 3px 10px;
    text-align: center;
  }
  #tour-overlay #matterport .upper {
    height: 125px;
    background-image: url("/img/3d_tour_cube_white_mobile.png");
    background-size: 197px 125px;
  }
  #tour-overlay #matterport .upper:hover {
    background-image: url("/img/3d_tour_cube_hover_mobile.png");
  }
  #map-box .left {
    display: flex;
    width: 50%;
  }
  #map-box #map {
    width: 50%;
  }
  .title-bar {
    height: 50px;
  }
  .title-bar .mobile-menu {
    display: block;
  }
  .title-bar .menu {
    display: none;
  }
  .title-bar .mid-width .logo {
    padding-left: 0px;
  }
  .title-bar .logo img {
    width: 85px;
  }
  .property-data {
    position: relative;
    width: 280px;
    padding: 0px;
    top: -110px;
  }
  .property-data .price {
    font-size: 32px;
  }
  .property-data .agent {
    width: 230px;
    margin-bottom: 5px;
  }
  .property-data .agent .agent-photo {
    width: 60px;
    height: 60px;
  }
  .property-data .arrow {
    padding-top: 5px;
  }
  .property-data .address {
    padding: 15px 15px 10px 25px;
  }
  .property-data .openhouse {
    width: 260px;
    font-size: 14px;
    position: relative;
    top: -10px;
    left: 0px;
  }
  .property-data .offer-button {
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }
  .property-data .offer-button .red-button {
    max-width: 300px;
  }
  .property-data .offer-button a {
    max-width: 300px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  #mainContainer {
    left: 0; /* Reset to default position */
    width: 100%;
    padding-left: 0; /* Remove extra padding */
    position: relative;
    top: 56px;
  }
  /* For any full-width elements */
  .wide, .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .mFlex {
    flex-direction: column;
  }
  .mFlex .schedule-tour {
    right: 0px;
  }
  .mFlex input {
    width: 100%;
  }
  .property-data hr {
    border: 1px solid #bd1a32;
    width: 45vw;
    position: absolute;
  }
  .dividerdiv {
    padding-bottom: 3vh;
  }
  .download-brochure {
    padding-left: 0px !important;
  }
  #make-offer-bar {
    font-size: 12px;
  }
  #make-offer-bar .learn-more {
    font-size: 10px;
    top: 0px;
  }
  #make-offer-bar button {
    margin: 0px;
    padding: 0px 1px;
    top: 0px;
  }
  #make-offer-bar .container {
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
    max-width: 350px;
  }
  #make-offer-bar .close {
    padding-bottom: 2px;
  }
  #make-offer-bar > div {
    padding: 0px;
  }
  #make-offer-bar > div > div {
    margin: 0px;
  }
  #property-info .description {
    width: 98%;
  }
  #pdf-preview {
    width: 95vw;
    height: 90vh;
    left: 2.5vw;
  }
  #pdf-preview .pdf-close {
    height: 20px;
  }
  #matterport-overlay, #youtube-overlay, #video-overlay {
    width: 95%;
    height: 80%;
    position: fixed;
    top: calc(50% - 375px);
    left: calc(50% - 665px);
  }
  #matterport-overlay .close, #youtube-overlay .close, #video-overlay .close {
    position: absolute;
    color: white;
    top: 15px;
    right: 15px;
  }
  .vdp-datepicker__calendar {
    left: -100px;
  }
  .button {
    width: 100%;
  }
  .see-photos {
    display: flex;
  }
  #tour {
    top: 50px;
  }
  #contact {
    top: 125px;
  }
  #brochure {
    bottom: 30px;
  }
  #matterport-overlay, #youtube-overlay, #light-box, #video-overlay {
    width: 95%;
    height: 53.4375vw;
    top: calc((100vh - 53.4375vw) / 2);
    left: 2.5%;
  }
  #light-box {
    z-index: 125;
    width: 100%;
    top: 40px;
    left: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 40px);
  }
  #light-box .images-container {
    width: 100%;
    height: fit-content;
    padding-bottom: 40px;
  }
  #light-box .close {
    position: fixed;
    top: 55px;
    z-index: 126;
  }
  #light-box .close i {
    padding: 10px;
  }
  #light-box .mobile-lightbox-image img {
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid white;
  }
  #light-box .vueperslides__parallax-wrapper, #main-image .vueperslides__parallax-wrapper {
    height: 66%;
  }
  #form-dialog .main .left {
    display: block !important;
  }
  .wizard-box {
    position: absolute;
    width: calc(100vw - 70px);
    left: 10px;
    padding: 30px 25px 15px 25px;
  }
  .wizard-box .title {
    width: 100%;
  }
  .wizard-box .form-finished {
    width: 100%;
  }
  .wizard-box .form-finished .finished {
    width: 100%;
  }
  .wizard-box .steps {
    width: 100%;
  }
  .wizard-box .form {
    width: 100%;
  }
  .wizard-box .form .vdp-datepicker__calendar {
    left: 0px;
  }
  .wizard-box .form .flex-c {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  .wizard-box .form .flex-c input, .wizard-box .form .flex-c textarea {
    width: 100%;
    font-size: 16px;
  }
  .wizard-box .form .flex-c input[type=radio] {
    width: 13px;
    padding-left: 0px;
  }
  .wizard-box .form .flex-c label {
    color: #aaaaaa;
  }
  .wizard-box .form .radio .radio {
    width: 100%;
  }
  .wizard-box .form .radio .radio .radio {
    max-width: 135px;
  }
  .wizard-box .form .flex-c.radio {
    flex-direction: row;
  }
  #photo-boxes {
    height: 84.375vw;
    width: 85vw;
  }
  #photo-boxes .photo {
    width: 50%;
    height: 28.125vw;
  }
  .next-arrow {
    height: 84.375vw;
    right: 5px;
    left: initial;
    z-index: 10;
    bottom: 0;
    padding-left: 0px;
  }
  .previous-arrow {
    height: 84.375vw;
    left: 5px;
    right: initial;
    z-index: 10;
    bottom: 0;
    padding-right: 0px;
  }
  #light-box .left-arrow, #light-box .right-arrow {
    display: none;
  }
  #disclaimer > div {
    padding: 0px 5px;
  }
  #prop-data-container {
    width: 100vw;
    background-color: white;
    margin-bottom: 25px;
    top: 0px;
    margin-top: 5px;
  }
  #overlay-container {
    flex-direction: column;
  }
  #overlay-container #main-image-container {
    width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 80vw;
  }
  #overlay-container #main-image-container #main-image {
    width: 100vw;
    min-height: 0;
    height: 80vw;
    overflow: hidden;
  }
  #overlay-container #main-image-container #main-image .left-arrow, #overlay-container #main-image-container #main-image .right-arrow {
    display: none;
  }
  .title-bar {
    height: 50px;
    top: 0px !important;
    width: 100%;
  }
  .title-bar .mobile-menu {
    display: block;
    padding: 16px;
    position: absolute;
    right: 10px;
  }
  .title-bar .menu {
    display: none;
  }
  .title-bar .mid-width .logo {
    padding-left: 0px;
  }
  .title-bar .logo img {
    height: 45px;
  }
  .property-data {
    width: calc(100vw - 20px);
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .property-data .price {
    font-size: 60px;
    padding-bottom: 10px;
  }
  .property-data .agent {
    margin-bottom: 5px;
    display: flex;
  }
  .property-data .agent .agent-details {
    padding-left: 4vw;
    padding-bottom: 4vh;
  }
  .property-data .agent .agent-details .name {
    font-size: 15px;
  }
  .property-data .agent .agent-details .contact {
    font-size: 13px;
  }
  .property-data .agent .agent-photo {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
  }
  .property-data .arrow {
    padding-top: 0px;
  }
  .property-data .address {
    padding: 15px 15px 10px 0px;
  }
  .property-data .openhouse {
    font-size: 14px;
    position: relative;
    left: 0px;
    flex-direction: row;
  }
  .property-data .offer-button {
    padding-top: 0px;
  }
  @keyframes facebook-transition {
    from {
      top: -250px;
    }
    to {
      top: 100px;
    }
  }
  #facebook-login-box {
    top: 100px;
    width: 320px;
    left: calc(50% - 160px);
    height: 230px;
  }
  #facebook-login-box .tour {
    font-size: 28px;
  }
  #tour-overlay {
    width: 100vw;
    height: 80vw;
    top: 0px;
    left: 0px;
  }
  #tour-overlay .title-bar {
    width: calc(100% - 15px);
    padding: 0px 0px 0px 15px;
  }
  #tour-overlay .title-bar .mobile-menu {
    color: white;
  }
  #tour-overlay #matterport {
    width: 250px;
    top: calc(50% - 43px);
    height: auto;
    position: absolute;
    left: calc(50% - 125px);
    align-items: center;
    align-content: center;
    justify-content: space-around;
    display: flex;
  }
  #tour-overlay #matterport .lower {
    margin: 0px;
    width: 69px;
    height: 80px;
    background-size: cover;
    background-image: url("/img/photos_mobile_white.png");
  }
  #tour-overlay #matterport .lower span {
    display: none;
    padding: 3px 10px;
    text-align: center;
  }
  #tour-overlay #matterport .lower:hover {
    background-image: url("/img/photos_mobile_gray.png");
  }
  #tour-overlay #matterport .upper {
    width: 69px;
    height: 80px;
    background-image: url("/img/tour_mobile_white.png");
    background-size: 197px 125px;
    background-size: cover;
  }
  #tour-overlay #matterport .upper:hover {
    background-image: url("/img/tour_mobile_gray.png");
  }
  body {
    width: 100%;
  }
  body .mid-width {
    width: 100%;
  }
  #ad-space img {
    height: 25vh;
    width: 70vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .schedule-showing .schedule-time {
    width: 75%;
  }
  .schedule-showing .schedule-select {
    width: 50%;
  }
  .schedule-showing .schedule-dates {
    width: 100%;
  }
  .schedule-showing .schedule-dates .date-box {
    width: 80px;
    height: 80px;
  }
  #property-video {
    width: 100vw;
    height: 56vw;
    margin-bottom: 0px;
    top: 5px;
    z-index: 2;
  }
  .left {
    display: none !important;
  }
  .right {
    width: calc(100% - 30px) !important;
    padding: 0px 15px;
  }
  #property-details .schedule-showing {
    margin-top: 25px;
  }
  #property-details .schedule-showing .right {
    padding: 0px 5%;
    width: 90% !important;
  }
  #property-details .schedule-showing .right .schedule-tour {
    font-weight: bold;
    color: #c8202f;
  }
  #property-details .schedule-showing .right .schedule-select, #property-details .schedule-showing .right .schedule-send, #property-details .schedule-showing .right .schedule-time {
    width: 100%;
  }
  #property-details .schedule-showing .schedule-dates {
    width: 100%;
  }
  #property-details .schedule-showing .schedule-dates .date-box {
    width: 80px;
    height: 80px;
  }
  #schedule-showing-overlay {
    padding: 20px 35px 10px 35px;
    width: 100%;
    left: 0px;
    top: 10vh;
  }
  #schedule-showing-overlay .schedule-form .rw-button {
    margin-top: 8px;
  }
  #schedule-showing-overlay .schedule-form .input {
    margin-bottom: 8px;
  }
  #schedule-showing-overlay .close {
    top: 8px;
    right: 8px;
  }
  #continue-the-search {
    padding-right: 30px;
  }
  #continue-the-search .mid-width .right {
    width: 100% !important;
  }
  #continue-the-search .mid-width .right .ps-container {
    padding: 0px 0px 0px 5px;
  }
  #continue-the-search .mid-width .right .left-arrow, #continue-the-search .mid-width .right .right-arrow {
    width: 23px;
  }
  #continue-the-search .mid-width .right .left-arrow i, #continue-the-search .mid-width .right .right-arrow i {
    font-size: 28px;
  }
  .formTitleMobile {
    font-size: 18px;
    color: #535353;
    text-align: center;
  }
  .mobileBorder {
    padding-bottom: 15px;
    border-bottom: 1px solid #c21a32;
  }
  #brochure-container, #map-box-container, #agent-info {
    top: 0px;
    padding-bottom: 15px;
    padding-top: 30px;
  }
  #brochure-container {
    padding-bottom: 0px;
  }
  #property-details {
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
  }
  #property-details .property-description {
    margin-top: 25px;
  }
  #property-details .property-description .right {
    padding: 0px 25px 25px 25px;
    width: calc(100% - 50px) !important;
  }
  #property-details .details {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #property-details .details > div {
    margin: 0px 0px 15px 0px;
    width: 90px;
  }
  #agent-info .bio {
    padding: 0px 25px 25px 25px;
  }
  #map-wide img {
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
  #map-box #map img {
    height: 10px;
    top: calc(50% - 5x);
    left: calc(50% - 5px);
  }
  #map-box .center {
    width: 85%;
    color: white;
    font-size: 12px;
  }
  #map-box .center img {
    height: 50px;
    margin-bottom: 10px;
  }
  #map-box .top, #map-box .address {
    font-size: 37px !important;
  }
  #map-box .left {
    display: flex !important;
    width: 50%;
  }
  #map-box .left img {
    height: 45px;
  }
  #map-box .left .text {
    font-size: 14px;
    padding: 0px 10px;
  }
  #map-box .left.three {
    width: calc((100% - 85%) / 2);
    background-color: transparent;
    background-size: cover;
  }
  #map-box .left.three img {
    width: 50px;
    height: 50px;
    z-index: 5;
  }
  #map-box a {
    width: 50%;
    position: relative;
  }
  #map-box a.three {
    width: 85%;
  }
  #map-box .right {
    width: 100% !important;
    padding: 0px;
    height: 100%;
  }
  .mobileWide {
    width: 100%;
  }
  #property-info {
    margin-bottom: 0px;
    height: auto;
    padding: 10px;
  }
  #property-info .mid-width {
    top: 0px;
  }
  .contact-box {
    width: 100%;
    padding: 30px 20px 10px;
    right: 0px !important;
  }
  .contact-box input {
    height: 30px;
    width: 100%;
  }
  .contact-box textarea {
    height: 75px;
    width: 100%;
  }
  .contact-box .title {
    padding: 0px 0px 20px 0px;
  }
  .contact-box .buttons .button {
    width: 130px;
  }
  #contact-agent {
    height: 430px;
  }
  #agent-info .agent-container {
    display: flex;
    flex-direction: column;
  }
  #agent-info .agent-video {
    align-self: center;
    cursor: pointer;
  }
  #agent-info .bold {
    text-align: center;
    font-size: 14px;
  }
  #agent-info .mid-width.multiple.two-agents .agent-box {
    width: 50% !important;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #agent-info .mid-width.multiple.two-agents .agent-photo {
    width: 45vw;
    height: 45vw;
  }
  #agent-info .mid-width.multiple {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #agent-info .mid-width.multiple .agent-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 50vw;
    font-size: 12px;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
    min-width: 175px;
  }
  #agent-info .mid-width.multiple .agent-box .agent-photo {
    width: 45vw;
    height: 45vw;
  }
  #agent-info .mid-width.multiple .agent-box > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  #agent-info .mid-width {
    margin-top: 25px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px;
  }
  #agent-info .mid-width .clamped {
    height: 200px;
  }
  #agent-info .mid-width .agent-info-box {
    width: calc(100% - 50px);
    padding: 0px 25px;
    min-width: calc(100% - 50px);
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #agent-info .mid-width .agent-details {
    width: calc(100% - 50px);
    padding: 0px 25px;
    min-width: calc(100% - 50px);
    margin-left: 0px;
  }
  #agent-info .mid-width .agent-details .scope-of-service {
    margin-top: 25px;
    width: 100%;
  }
  #agent-info .mid-width label {
    left: initial;
    right: 5px;
  }
  #agent-info .mid-width .left {
    display: flex !important;
    padding: 0px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #agent-info .mid-width .left > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  #agent-info .mid-width .left > div > div {
    font-size: 14px;
  }
  #agent-info .mid-width .left .bold {
    text-transform: uppercase;
    font-size: 16px;
  }
  #agent-info .mid-width .right {
    padding: 15px 15px;
  }
  #agent-info.multiple-agents .mid-width {
    position: relative;
  }
  #agent-info.multiple-agents .mid-width label {
    left: initial;
    right: 15px;
  }
  #social-media {
    width: calc(100% - 110px);
    padding: 0px 30px;
    height: 70px;
  }
  #copyright-bar {
    height: auto;
    flex-wrap: wrap;
    font-size: 10px;
  }
  #copyright-bar > div {
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  #copyright-bar .footer-left {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #copyright-bar .footer-left a {
    margin-left: 10px;
  }
  #copyright-bar .footer-center {
    width: 100%;
    height: auto;
  }
  #copyright-bar .footer-right {
    position: relative;
    height: auto;
    bottom: 5px;
    top: auto;
    width: 100%;
  }
  #suites {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 15px;
  }
  #suites .mid-width {
    width: 87%;
  }
  #suites .sh-acres, #suites .sq-sqft, #suites .sh-price {
    width: 100px;
    text-align: center;
  }
  /* brochure download style */
  .view-brochure {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 768px) {
  #make-offer-bar {
    font-size: 13px;
  }
  #make-offer-bar .learn-more {
    font-size: 11px;
    top: 0px;
  }
  #make-offer-bar button {
    margin: 0px;
    padding: 3px 8px;
    top: 0px;
  }
  #make-offer-bar .container {
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
    max-width: 350px;
  }
  #make-offer-bar .close {
    padding-bottom: 2px;
  }
  #make-offer-bar > div {
    padding: 0px;
  }
  #make-offer-bar > div > div {
    margin: 0px;
  }
  #application_for_unit {
    left: calc((100vw - 400px + 5px ) / 2);
  }
}
@media only screen and (min-height: 500px) and (max-height: 800px) {
  #matterport-overlay, #youtube-overlay, #video-overlay {
    position: fixed;
    top: calc((100vh - 85vh) / 2);
    height: 85vh;
    width: 85vw;
    left: 7.5vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #overlay-container {
    flex-direction: row;
    top: 12vh;
    padding-bottom: 8vh;
  }
  .logo-img {
    max-width: 150px;
    max-height: 75px;
  }
  .logo {
    left: 20px;
    top: 1vh;
  }
  .photo_count {
    right: 4.5vw !important;
  }
  #photo-boxes, .container {
    width: 95%;
  }
  #suites .mid-width {
    width: auto;
  }
  #property-details {
    width: 100%;
  }
  .description {
    padding-right: 2vw;
  }
  .schedule-showing .mid-width {
    width: 100%;
    padding-left: 3vw;
  }
  #tour-overlay {
    width: 67vw;
  }
  #make-offer-bar {
    width: 100vw;
    max-width: 100vw;
  }
  #make-offer-bar .container {
    width: 100vw;
  }
  #contact-agent .left {
    position: relative;
    right: 39vw;
    top: 22vh;
  }
  #prop-data-container {
    align-items: flex-start;
    padding-left: 3vw;
    padding-top: 1.5vh;
  }
  .price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .agent {
    display: flex;
  }
  .download-brochure {
    padding-left: 0px;
    padding-bottom: 1.5vh;
  }
  .agent-details {
    padding-left: 2vw;
  }
  .listedby {
    font-size: 15px;
    padding-bottom: 2vh;
    padding-top: 1.25vh;
  }
  #light-box {
    width: 85vw;
    left: 6.5vw;
    height: 75vh;
  }
  .cotact-box {
    height: 50vh;
  }
  #ad-space img {
    max-height: 80vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75vw;
    max-width: 75vw;
  }
}
@media print {
  @page {
    margin: 0;
  }
  body {
    margin: 1.6cm;
  }
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
  #suites .sh-suite {
    width: 19vw;
  }
  .photo_count {
    right: 4vw !important;
  }
  .sh-price, .sh-acres {
    width: 8vw !important;
  }
  .mid-width {
    right: 1vw;
  }
}
@media only screen and (min-width: 580px) and (max-width: 765px) {
  #property-info .mid-width {
    margin-bottom: 23vh;
  }
}
@media only screen and (min-width: 767px) and (max-height: 545px) and (min-height: 450px) {
  .contact-box {
    top: 66vh;
  }
}

/*# sourceMappingURL=marketing-websites.css.map */
