.redBackground, .redBackgroundHover:hover {
  background-color: #C7333A;
  border: 1px solid #C7333A;
}

.blueBackground, .blueBackgroundHover:hover {
  background-color: #0B3279;
}

.blueBorder, .blueBackground, .blueBorderHover:hover, .blueBackgroundHover:hover {
  border: 1px solid #0B3279;
}

.whiteText, .whiteTextHover:hover {
  color: #FFFFFF;
}

.blueText, .blueTextHover:hover {
  color: #0B3279;
}

#listingPage {
  color: #303133;
  max-width: 1600px;
  margin-left: calc(50vw - 800px);
  margin-right: calc(50vw - 800px);
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1600px) {
  #listingPage {
    width: calc(100% - 170px);
    margin-left: 85px;
    margin-right: 85px;
  }
}

.formText {
  text-align: center;
  width: 70%;
  margin-left: 15%;
  font-size: 14px;
}

.listingTitle {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0px;
  color: #303133;
}

.listingInfo {
  display: flex;
  flex-direction: row;
}

.listingInfoColumnContainer {
  flex-basis: 100%;
  margin-right: 85px;
}

.listingInfoColumns {
  display: flex;
  flex-flow: row wrap;
}
.listingInfoColumns .listingInfoColumn {
  flex-basis: 25%;
  margin-bottom: 25px;
}
.listingInfoColumns .listingInfoColumn .listingInfoTitle {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.listingInfoColumns .listingInfoColumn .listingInfoValue {
  text-align: left;
  font-size: 20px;
  line-height: 26px;
}

#confirmation {
  margin-top: 150px;
}

.formOverlay {
  width: 600px;
  height: 680px;
  background: #fff;
  box-shadow: 0px 3px 6px #eaeaea;
  padding: 60px 110px;
  margin: calc(50vh - 275px) calc(50vw - 300px);
  position: absolute;
  top: 0px;
  z-index: 2;
  overflow: scroll;
}
.formOverlay .confirmText {
  font-size: 30px;
  width: 100%;
  padding: 10%;
  text-align: center;
}
.formOverlay .input, .formOverlay input, .formOverlay textarea {
  width: 100%;
}
.formOverlay .doubleFields {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.formOverlay .doubleFields .input {
  width: 45%;
}
.formOverlay .doubleFields .dp__main {
  width: 45%;
}
.formOverlay .doubleFields .dp__main input {
  width: 100%;
}
.formOverlay .halfSize {
  width: 100%;
}

.pictureCarousel {
  height: 650px;
}

.questionOfferButtons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tourTitle {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.tourSchedule {
  margin-top: 50px;
}

#tourTimes + .SlectBox {
  width: 376px;
}

#requestTour {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.listingDescription {
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.listingHeading {
  font-size: 22px !important;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 5px;
  line-height: 33px;
}

.listingSchools {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.listingSchool {
  margin: 20px;
}
.listingSchool:first-child {
  margin-left: 0px;
}

.listingFeatures {
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
}

.listingImageContainer {
  display: flex;
  justify-content: center;
}

.listingHeaderImage {
  height: 706px;
  width: 50vw;
  cursor: pointer;
  object-fit: cover;
}

.listingHeaderSection {
  margin: 3px 3px 53px;
  position: relative;
}

.virtualTourButton {
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  width: 150px !important;
  background-color: white;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
}

.listingHeaderAdditionalSection {
  display: flex;
  margin-left: 3px;
  flex-direction: column;
  position: relative;
}

.listingHeaderAdditional {
  margin: 3px;
  width: 25vw;
  height: 350px;
  cursor: pointer;
  object-fit: cover;
}

.listingPhotoCount {
  background-color: #0B3279;
  border: 1px solid #0B3279;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  padding: 3px;
  bottom: 62px;
  right: 3px;
  position: absolute;
}

.listingAgentField {
  margin-bottom: 30px;
}

#realEstateMap {
  margin-bottom: 30px;
}

.detailsTitle {
  color: #CCCCCC;
}

.propColumn {
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  font-size: 18px;
}
.propColumn span, .propColumn h3 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  line-height: unset;
  display: inline;
}
.propColumn a {
  color: #0B3279;
}
@media screen and (max-width: 1200px) {
  .propColumn {
    grid-template-columns: repeat(2, 1fr);
  }
}

.propTitle {
  font-size: 15px;
  line-height: 20px;
  color: #0B3279;
  text-transform: uppercase;
}

.schoolName {
  font-size: 20px;
  line-height: 30px;
  color: #0B3279;
}

.schoolType {
  font-size: 18px;
  line-height: 30px;
}

.featuresSubheading {
  color: #0B3279;
  font-size: 15px;
  line-height: 20px;
}

.priceScheduleContainer {
  position: sticky;
  top: 110px;
  width: 500px;
  height: 740px;
  margin-right: 85px;
}

.priceSchedule {
  color: #303133;
  width: 500px;
  height: 610px;
  margin-right: 85px;
  margin-bottom: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #EAEAEA;
}
.priceSchedule .topIconContainer {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  top: -28px;
}
.priceSchedule .topIconContainer .iconCircle {
  margin-left: 10px;
  margin-right: 10px;
}
.priceSchedule .boxContainer {
  position: relative;
}
.priceSchedule .scheduled-radio {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.priceSchedule .scheduled-radio:checked + .box {
  background-color: #0B3279;
  color: white;
}
.priceSchedule .listingPrice {
  text-align: center;
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 20px;
}
.priceSchedule .listingAddress {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 40px;
}
.priceSchedule #askQuestion, .priceSchedule #makeOffer {
  width: 180px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.priceSchedule #requestTour {
  width: 200px;
  margin-bottom: 70px;
}

#propertyServices, #corporateServices {
  width: 33%;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.openHouseTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.openHouseDates {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.listingSectionBreak {
  height: 50px;
}

.tourSelector {
  border: 1px solid #707070;
  border-radius: 3px;
  position: relative;
  width: 310px;
  height: 40px;
  margin-top: 10px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.tourRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tourRow .box {
  margin: 10px;
}

.listingMap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 400px;
}
.listingMap img {
  position: absolute;
  width: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

.interestPercentSymbol {
  position: absolute;
  right: 10px;
  top: 30px;
}

.interestDollarSymbol {
  position: absolute;
  left: 12px;
  top: 20px;
}

#loan-amount {
  padding-left: 20px;
}

#light-box {
  width: 1280px;
  height: 853px;
  top: calc((100vh - 853px) / 2);
  left: calc((100vw - 1280px) / 2);
  position: fixed;
  z-index: 200;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#light-box .left-arrow, #light-box .right-arrow {
  position: fixed;
  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: 64px;
  border-radius: 3px;
}
#light-box .left-arrow:hover, #light-box .right-arrow:hover {
  color: rgb(100, 100, 100);
}
#light-box .close-background {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#light-box .left-arrow {
  left: 10px;
}
#light-box .right-arrow {
  right: 10px;
}
#light-box .close {
  position: fixed;
  color: white;
  top: 125px;
  right: 0;
  z-index: 99;
  padding: 15px;
}
#light-box .close i {
  font-size: 64px;
}
#light-box .close:hover {
  color: #cccccc;
}

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

#mortgageCalc {
  display: flex;
  flex-wrap: wrap;
}
#mortgageCalc input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  opacity: 1;
  width: 380px;
  height: 60px;
}
#mortgageCalc .input {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
#mortgageCalc .input > label {
  text-align: left;
  font: normal normal normal 10px/13px Red Hat Display;
  letter-spacing: 0px;
  color: #707070;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 2;
}
#mortgageCalc .CaptionCont.SlectBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}
#mortgageCalc > div {
  flex-basis: 33%;
}
#mortgageCalc .SumoSelect, #mortgageCalc .SlectBox {
  height: 60px;
  width: 95%;
}
#mortgageCalc .SumoSelect > .optWrapper {
  top: 60px;
}
#mortgageCalc .CaptionCont > span {
  padding-top: 10px;
}
#mortgageCalc .yearsAndInterest {
  display: flex;
}
#mortgageCalc .yearsAndInterest .text input {
  width: 100%;
}
#mortgageCalc .paymentTitle {
  text-align: left;
  font: normal normal normal 16px/21px Red Hat Display;
  letter-spacing: 0px;
  color: #707070;
}
#mortgageCalc .paymentAmount {
  text-align: left;
  font: normal normal normal 30px/40px Red Hat Display;
  letter-spacing: 0px;
  color: #707070;
}
#mortgageCalc .paymentResult {
  border-left: #EAEAEA 1px solid;
  padding-top: 30px;
  padding-left: 5%;
}
@media screen and (max-width: 1500px) {
  #mortgageCalc .paymentResult {
    border-left: none;
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.questionForm {
  height: 800px;
  margin-top: calc(50vh - 330px);
  margin-bottom: calc(50vh - 400px);
}

.SlectBox {
  padding-left: 12px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: unset !important;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  top: -11px;
}
.SumoSelect > .CaptionCont > label > i:before {
  content: "\f078";
}

#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;
}

.mortgageCalcContainer {
  margin-right: 30px;
}

#confirmation {
  height: auto;
}

#schedule-showing-overlay .schedule-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#schedule-showing-overlay .schedule-form .intro {
  font-weight: bold;
  font-size: 20px;
}
#schedule-showing-overlay .schedule-form .big-red {
  font-size: 18px;
  color: #C7333A;
  font-weight: bold;
  text-transform: uppercase;
}
#schedule-showing-overlay .schedule-form .margin {
  margin-bottom: 15px;
}

.iconCircle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px #EAEAEA;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.iconCircle i {
  font-size: 21px;
}

.share {
  color: #0B3279;
  cursor: pointer;
}

#social-media {
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
}
#social-media a {
  text-decoration: none;
  color: inherit;
}
#social-media > .shareIcons {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
}

.relatedListings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#rentalAnalysis .graph {
  display: flex;
  justify-content: center;
}
#rentalAnalysis .graph .graphSection {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#rentalAnalysis .graph .graphBar {
  background: #0B3279 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}
#rentalAnalysis .graph .graphBar.fillerBar {
  background: #eaeaea 0% 0% no-repeat padding-box;
}
#rentalAnalysis .graph .graphPrice {
  text-align: center;
  font: normal normal normal 20px/26px Red Hat Display;
  color: #CCCCCC;
}
#rentalAnalysis .graph .graphLabel {
  text-align: center;
  font: normal normal normal 18px/20px Red Hat Display;
  margin-top: 3px;
  height: 20px;
  color: #CCCCCC;
  text-transform: uppercase;
}
#rentalAnalysis .graphFloor {
  border: 1px solid #CCCCCC;
  height: 0px;
  position: relative;
  top: -25px;
  margin-bottom: 10px;
}
#rentalAnalysis .graphCircle {
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  border-radius: 10px;
  position: absolute;
  bottom: -7px;
}
#rentalAnalysis .graphCircle.left {
  left: -14px;
}
#rentalAnalysis .graphCircle.right {
  right: -14px;
}

.graphDisclaimer {
  text-align: center;
  font: normal normal normal 14px/18px Red Hat Display;
  color: #303133;
  margin-bottom: 10px;
}

@media screen and (min-width: 360px) and (max-width: 599px) {
  .dimmedContainer {
    width: 100vw;
  }
  #schedule-showing-overlay {
    top: 225px;
  }
  .questionForm, .offerForm {
    top: 40px;
  }
  .formOverlay {
    height: auto;
    padding: 25px;
    width: auto;
    max-width: 100vw;
    left: 0px;
    margin: 100px 0px 0px 0px;
    position: relative;
  }
  .formOverlay textarea {
    width: 100%;
  }
  .formOverlay h1 {
    font-size: 32px;
  }
  #listingPage {
    width: 100vw;
    margin: 0px;
    background-color: white;
    max-width: initial;
  }
  .listingFeatures {
    width: calc(100vw - 30px);
  }
  .listingSchools {
    flex-direction: column;
    margin-top: 15px;
  }
  .listingSchools .listingSchool {
    margin: 0px 0px 10px 0px;
  }
  .listingDescription {
    text-justify: inter-word;
    text-align: justify;
    margin-bottom: 0px;
  }
  .listingSectionBreak {
    height: 15px;
  }
  .listingInfo {
    display: block;
  }
  .listingInfo .listingInfoColumnContainer {
    margin-right: 0px;
    margin-top: 25px;
  }
  .listingInfo .listingInfoColumns {
    width: calc(100vw - 30px);
  }
  .listingInfo .listingInfoColumns .listingInfoColumn {
    flex-basis: 40%;
    margin: 0px 5% 15px 5%;
  }
  .listingPhotoCount {
    bottom: initial;
    top: 0px;
    right: 0px;
  }
  .priceSchedule {
    width: calc(100vw - 30px);
    margin: 15px 0px;
  }
  .priceSchedule .listingPrice, .priceSchedule .tourSchedule, .priceSchedule .listingAddress, .priceSchedule .topIconContainer {
    width: calc(100vw - 30px);
  }
  .priceSchedule .questionOfferButtons {
    justify-content: space-between;
  }
  .priceSchedule #askQuestion, .priceSchedule #makeOffer {
    margin-left: 0px;
    margin-right: 0px;
  }
  .priceSchedule .topIconContainer {
    top: 0px;
  }
  .listingTitle {
    width: 100%;
  }
  .priceScheduleContainer {
    position: relative;
    top: initial;
    width: calc(100vw - 30px);
    height: auto;
    margin: 0px;
  }
  .listingImageContainer {
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 39vh;
  }
  .listingImageContainer .listingHeaderSection {
    margin: 0px;
    max-height: 23vh;
  }
  .listingImageContainer .listingHeaderImage {
    width: 100vw;
    max-height: 23vh;
  }
  .listingImageContainer .listingHeaderAdditionalSection {
    flex-direction: row;
    margin: 5px 0px 25px 0px;
    width: 100%;
    justify-content: space-between;
  }
  .listingImageContainer .listingHeaderAdditionalSection .listingHeaderAdditional {
    height: auto;
    max-height: 15vh;
    margin: 0px;
  }
  .listingImageContainer .listingHeaderAdditionalSection img {
    width: 32%;
  }
  #mortgageCalc input {
    width: 90vw;
  }
  .relatedListings .listingBox {
    width: 90vw;
    height: 40vh;
  }
  .relatedListings .listingBox .listingDetails .listingPrice, .relatedListings .listingBox .listingDetails .listingAddress {
    font-size: 1.25em;
  }
  #propertyServices, #corporateServices {
    width: 100%;
    margin-top: 5px;
  }
  #rentalAnalysis .graph .graphBar {
    width: 90%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
  .dimmedContainer {
    width: calc(100vw - 20px);
    margin-left: 10px;
  }
  .formOverlay {
    padding: 25px;
  }
  #listingPage {
    margin: 0px;
    width: 100vw;
    padding: 130px 0px 0px 0px;
  }
  .listingPhotoCount {
    bottom: 0px;
    right: 0px;
  }
  .listingHeaderSection {
    margin: 0px;
  }
  .listingImageContainer {
    margin-bottom: 53px;
  }
  .listingHeaderImage {
    height: 325px;
    margin: 0px 15px;
    width: calc(70vw - 30px);
  }
  .listingHeaderAdditionalSection {
    height: 325px;
    margin-right: 15px;
    margin-left: 0px;
    justify-content: space-between;
  }
  .listingHeaderAdditionalSection .listingHeaderAdditional {
    height: 162.5px;
    width: calc(30vw - 15px);
    margin: 0px;
  }
  .priceScheduleContainer {
    position: relative;
    top: 0px;
    height: auto;
    margin-right: 0px;
    width: 280px;
  }
  .priceScheduleContainer .priceSchedule {
    width: auto;
    height: auto;
    margin: 0px;
  }
  .priceScheduleContainer .priceSchedule .topIconContainer {
    width: 280px;
  }
  #tourTimes + .SlectBox {
    width: 250px;
  }
  .tourRow .box {
    margin: 5px;
  }
  .box {
    font-size: 10px;
  }
  .box.large {
    width: 50px;
    height: 50px;
  }
  .openHouseTitle {
    margin-top: 15px;
  }
  .listingInfoColumnContainer {
    margin: 0px 10px;
    width: calc(100vw - 300px);
  }
  .listingInfoColumns .listingInfoColumn {
    font-size: 18px;
    flex-basis: 33%;
  }
  .listingSectionBreak {
    height: 15px;
  }
  .listingSchools {
    flex-direction: column;
    margin-top: 15px;
  }
  .listingSchools .listingSchool {
    margin: 0px 0px 10px 0px;
  }
  .mortgageCalcContainer {
    margin-right: 0px;
  }
}

/*# sourceMappingURL=listingview.css.map */
