/* DON'T USE */
strong, b{
    font-weight: bold;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 16px;
  margin-top: 0px;
  line-height: 25px;
}
.homeBackground{
	background-image: url("https://www.londonproperties.com/images/2020layout/buy_hero.jpg");
}

h1{
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 0 0 10vh #00000;
  line-height: 80px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 92px;
  text-transform: uppercase;
}

h2{
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 60px;
  font-weight: 300;
  font-style: normal;
  color: #151E46;
  font-size: 60px;
  text-transform: uppercase;
}

h3{
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 0 10vh #00000;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #151E46;
  font-size: 18px;
  text-transform: uppercase;
}

h4{
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  color: #151E46;
  font-size: 18px;
  text-transform: uppercase;
}


h4 a{
  text-decoration:none;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  color: #151E46;
  font-size: 18px;
  text-transform: uppercase;
}

h5{
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

h6{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

blockquote{
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

a.utility-link {
  padding-left: 10px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0000FF;
  font-size: 12px;
}

a.utility-link:hover{
  text-decoration: underline;
}


/* use for the london properties website*/
.slideButt{
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height:12px;
	cursor: pointer;
}


.nav-footer{
  padding-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  color: #fff;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-width: 100%;
  background-color: none;
  z-index: 0;
}

.nav-footer a{
  text-decoration: none;
  color: inherit;
}

.nav-menu{
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  position: fixed;
  z-index: -1;
  margin-top: 0px;
  top: 115px;
  text-align: center;
  padding: 0px 30px 0px 30px;
  width: 100%;
  max-width: calc(100% - 60px);
  background-color: #0A122D;
}

#navMenu{
  transition: all 0.5s ease;
}

.menu-container{
  display: flex;
  padding: 30px 0px 0px 0px;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1140px;
  height: calc(100vh - 145px);
  background-color: none;
}

#menuHolder{
  text-align: center;
  padding: 0px 0px 0px 0px;
  background-color: none;
}

.menu-holder{
  flex: 1;
  padding-bottom: 30px;
  padding-left: 30px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  background-color: none;
  width: calc((100% / 4) - 30px);
  z-index: 1;
}

.menu-holder p {
  margin-top: 30px;
  margin-bottom: 0;
}

.menu-holder ul{
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin-left: 0px;
}

.menu-holder a{
  text-decoration: none;
  color: inherit;
}

.menu-holder a:hover{
  text-decoration: underline;
}

.menu-btn-close{
  margin-top: 10px;
  cursor: pointer;
  border: 0px;
  background: none;
  display: inline-block;
  float: right;
  width: 40px;
  height: 25px;
  background-image: url("https://www.londonproperties.com/images/2020layout/menu_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.menu-btn{
  outline: none;
  margin-top: 10px;
  cursor: pointer;
  border: 0px;
  background: none;
  display: inline-block;
  float: right;
  width: 40px;
  height: 25px;
  background-image: url("https://www.londonproperties.com/images/2020layout/menu_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
}

/*.header-menu button{
  background-image: url("https://www.londonproperties.com/images/2020layout/menu_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
}*/

.btn-container{
  padding: 30px 10px 10px 10px;
  width: 120px;
  display: inline-block;
  background-color: none;
}

.max-container{
  padding-top: 115px;
  text-align: center;
  position: absolute;
  top: 0px;
  text-align: center;
  padding:0;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  background-color: none;
}

.nav-container{
  z-index: 1;
  margin-top: -2px;
  text-align: center;
  position: fixed;
  padding:0;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  background-color: none;
}

.header{
  z-index: 1;
  display: inline-block;
  text-align: left;
  padding: 20px 0px 20px 0px;
  width: 100%;
  height: auto;
  background-color: rgba(21,30,70,0.97);
  max-width: 100%;
}

.header a{
  text-decoration:none;
  color:inherit;
}

.header a:hover{
  text-decoration: none;
  color: #ECECEC;
}

.header-info{
  float: right;
  text-align: right;
  width: auto;
  max-width: calc(75% - 30px);
  padding: 0px 30px 0px 0px;
  background-color: none;
  font-family: 'Open Sans', sans-serif;
  line-height: 14px;
  color: #3C3C3B;
  font-size: 10px;
  display: inline-block;
}

.header-menu{
  padding: 0px 30px 0px 0px;
  float: right;
  display: inline-block;
  background-color: none;
  width: 40px;
  height: 25px;
}

.header-menu img{
  margin-top: 10px;
}

.footer{
    width: 100%;
    max-width: calc(100% - 60px);
    height: auto;
    padding: 40px 30px 30px 30px;
    background-color: #151E46;
}

#footerContent{
  padding: 0px 0px 0px 0px;
  background-color: none;
  background-color: none;
}

#secondSection{
  padding-bottom: 0px;
}
.listingAddressPanel h3{
	text-align:left;
	margin-top: 5px;
}
.listingAddressPanel a{
	text-align:left;
}
.listingAddressPanel a:visited{
	color:blue;
}
.listingAddressPanel .listingOpenHouse{
	line-height: 24px;
	margin-bottom:20px;
}
.listingAddressPanel p{
	font-size:18px;
	line-height:20px;
	margin-top:10px;
}
.listingAddressPanel{
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
.addressTop{
	display:none;
	background: rgba(21,30,70,0.97);
	color:white;
	line-height:15px;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: 3px solid white;
	outline-offset: -7px;
}
.addressNumber{
	font-size: 27px;
	font-weight: bold;
}
.addressCity{
	font-size: 20px;
}
.directionsButton{
	font-weight:600;
	font-size:12px;
}
.footer-info{
  padding: 0px;
  width: calc(80% - 23px);
  max-width: calc(80% - 23px);
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  color: #ECECEC;
  font-size: 10px;
  display: inline-block;
  background-color: none;
}

.footer-info a{
  text-decoration: none;
  color: inherit;
}

.footer-info a:hover{
  text-decoration: underline;
}

.footer-info h1{
  margin-top: -5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: #ECECEC;
  font-size: 14px;
  text-transform: none;
}

.footer-info img{
  /*padding-right: 10px;*/
}

.footer-logo{
  padding: 0px 30px 0px 0px;
  float: left;
  width: auto;
  max-width: auto;
  background-color: none;
  display: inline-block;
  background-color: none;
}

.footer-logo img{
  width: 80px;
  height: auto;
}

.legal-font{
  font-family: 'Open Sans', sans-serif;
  line-height: 10px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
}

.legal-font a{
  text-decoration: none;
  color: inherit;
}

.legal-font a:hover{
  text-decoration: underline;
}

.header-info ul{
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.header-info li{
  margin-left: 30px;
  margin-top: 15px;
  display: inline-block;
  white-space: nowrap;
}

.header-logo{
  padding: 0px 0px 0px 30px;
  width: 25%;
  height: auto;
  max-width: calc(25% - 30px);
  background-color: none;
  display: inline-block;
}

.header-logo img{
  width: 120px;
  height: auto;
}

.utility-nav{
  display: inline-block;
  text-align: right;
  padding: 0;
  width: 100vw;
  max-width: 100%;
  height: auto;
  background-color: #1D1D1B;
}

.utility-nav ul{
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  text-transform: none;
}

.utility-nav li{
  padding-right: 30px;
  display: inline-block;
  white-space: nowrap;
}

.utility-nav a{
  text-decoration: none;
  color: #fff;
}

.utility-nav a:hover{
  text-decoration: underline;
  color: #fff;
}

.hero-overlay{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  max-width: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.9));
  background-blend-mode: multiply;
  background-color: none;
}

.hero-container{
  position: relative;
  width: 100vw;
  height: 75vh;
  max-width: 100%;
  max-height: 100%;
  background-image: url("https://www.londonproperties.com/images/2020layout/buy_hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


#termsPage{
  position: relative;
  width: 100vw;
  height: 30vh;
  max-width: 100%;
  max-height: 25vh;
  background-image: url("https://www.londonproperties.com/images/2020layout/buy_hero.jpg");
}

.hero-content{
  z-index: 0;
  position: absolute;
  bottom: 0px;
  text-align: left;
  padding: 0px 30px 10px 30px;
  width: calc(100% - 60px);
  height: auto;
  max-width: calc(1140px - 60px);
  display: inline-block;
  background-color: none;
}

.flex-container{
  display: flex;
  z-index: -9999;
  padding-top: 10px;
  background-color: none;
  width: 100%;
}

#heroContent{
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.content-container{
  text-align: left;
  padding: 60px 30px 60px 30px;
  width: 100%;
  height: auto;
  max-width: 1140px;
  display: inline-block;
  background-color: none;
}
.w100h100 {
	width: 100%;
	height: 100%;
}
.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}
.alignLeft {
	text-align: -moz-left;
	text-align: left;
}
.alignCenter {
	text-align: -moz-center;
	text-align: center;
}
.alignRight {
	text-align: -moz-right;
	text-align: right;
}
.alignJustify {
	text-align: justify;
}
.vAlignTop {
	vertical-align: top;
}
.vAlignMiddle {
	vertical-align: middle;
}
.vAlignBottom {
	vertical-align: bottom;
}
#listing_info_amenities_yelp_logo {
	display: inline-flex;
	position: relative;
	top: 10px;
	right: 10px;
}
.listing_info_prop_data_section_table_amenities {
    margin: 3px 10px 15px 10px;
}
.listing_info_amenities_td {
	display: block;
}
.listing_info_amenities_selector_wrapper_on {
    display: inline-flex;
    color: #fff;
    background-color: #59738c;
    border-width: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: #001b35 #001b35 #001b35 #001b35;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    -webkit-transition: color 0.35s, background-color 0.35s;
    -moz-transition: color 0.35s, background-color 0.35s;
    -o-transition: color 0.35s, background-color 0.35s;
    transition: color 0.35s, background-color 0.35s;
}
.listing_info_amenities_selector_wrapper {
    display: inline-flex;
    color: #000;
    background-color: #fff;
    border-width: 2px 2px 2px 2px;
    border-style: solid solid solid solid;
    border-color: #001b35 #001b35 #001b35 #001b35;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    -webkit-transition: color 0.35s, background-color 0.35s;
    -moz-transition: color 0.35s, background-color 0.35s;
    -o-transition: color 0.35s, background-color 0.35s;
    transition: color 0.35s, background-color 0.35s;
}
.listing_info_amenities_selector_icon_wrapper {
    display: inline-flex;
    background-color: #001b35;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.listing_info_amenities_selector_text_wrapper {
    display: inline-flex;
}
.listing_info_amenities_selector_text {
    display: inline-flex;
    margin: 8px 8px 8px 8px;
}
.listing_info_amenities_selector_icon {
    display: inline-flex;
    color: #fff;
    font-size: 21px;
    margin: 5px 6px 0px 5px;
}
.listing_info_amenities_results {
    width: 100%;
    overflow-x: auto;
    padding: 5px 0px 0px 0px;
	height:min-content !important;
	display: grid;
	white-space: nowrap;
	max-width: 1125px;
}
.amenityUrl {
    text-decoration: none;
	display: inline-grid;
}
.amenityPic {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
#demAmentitiesB {
  display: grid;
  max-height: min-content;
  grid-auto-flow: column;
  width: 100%;
}
.amenityName {
    font-size: 15px;
    font-weight: 700;
	color: #151e62;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}
.amenityRating {
    font-size: 12px;
    color: #000;
    margin: 3px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}
.amenityTitle{
	font-size:18px;
	font-weight:bold;
	color:#151e47;
	text-transform: uppercase;
	margin-right:5px;
}
.yelpLinks{
	margin-right:5px;
    font-size: 14px;
}
.yelpLinks_on{
	color:black;
	margin-right:5px;
    font-size: 14px;
}
.amenityNumReviews {
    font-size: 11px;
    color: #000;
    margin: 0px 0px 3px 0px;
    padding: 0px 5px 0px 5px;
}
.amenityPrice {
	display:none;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 3px 0px 3px 0px;
    padding: 0px 5px 0px 5px;
}
.amenityCategory {
	display:none;
    font-size: 12px;
    color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}
.amenityWrapper {
    background-color: #fff;
    text-align: center;
    max-width: 200px;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px 2px 10px 2px;
}

.home-box-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-width: 1140px;
  background-color: none;
  margin: 60px 0px 60px 0px;
}

.utilityFoot{
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  background-color: none;
}

#agentsFoot{
  text-align: center;
  border-top: 1px solid;
  border-color: #9E9AAD;
  padding: 40px 0px 0px 0px;
  background-color: none;
}

#flexContain{
}

.content p{
	text-align:left;
}

/*--panel styles--*/

.panel-container{
  position: relative;
  border-style: solid;
  border-width: 4px 0px 4px 0px;
  border-color: #a31e22;
  width: 100vw;
  max-width: calc(100% - 160px);
  height: auto;
  padding: 160px 60px 160px 100px;
  background-color: blue;
}

#careerPanel{
  background-image: url("https://www.londonproperties.com/images/2020layout/career_panel_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#secondPanel{
  background-image: url("https://www.londonproperties.com/images/2020layout/career_panel_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: none;
}

.panel-content{
  position: relative;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #151e46;
  text-align: left;
  padding: 80px 60px 80px 60px;
  width: calc(100% / 2.5);
  background-color: #fff;
  height: auto;
}

.panel-content h2{
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 30px;
}

.panel-content button{
  width: auto;
}

#panelContentRight{
  margin-left: auto;
  margin-right: 0px;
}

/*--end panel styles--*/


/*--agent grid styles--*/

.agents-container{
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px 60px 0px;
  width: 100%;
  height: auto;
  max-width: 1140px;
  background-color: none;
}

.agent-box-hero{
  width: 100%;
  max-width: 100%;
  height: 250px;
  background-color: none;
}

.agent-boxes{
  cursor: pointer;
  text-align: left;
  position: relative;
  flex-grow: 5;
  width: calc(25% - 32px);
  max-width: calc(25% - 32px);
  height: auto;
  display: inline-block;
  background-color: #F8F9FA;
  margin-right: 0px;
  transition: all 0.4s ease;
  border: 1px solid rgba(204,204,204,1);
  margin: 15px;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}

.agent-boxes:hover{
  transition: all 0.4s ease;
  box-shadow: 1px 0px 31px 0px rgba(0,0,0,0.6);
}

.agent-boxes a{
  text-decoration: none;
}

.agent-boxes h1{
  padding: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 0px;
  font-weight: 700;
  font-style: normal;
  color: #151E46;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}

.agent-boxes h2{
  margin-bottom: 20px;
  line-height: 0px;
  margin-top: 0px;
  padding: 0px 20px;
  font-size: 14px;
}

.agent-boxes ul{
  padding: 0px 20px;
  list-style: none;
  font-size: 14px;
}

.agent-boxes li{
  list-style: none;
}

.agent-boxes button{
  cursor: pointer;
  border: none;
  border-top: 1px solid rgba(204,204,204,1);
  box-sizing: border-box;
  display: inline-block;
  background-color: #F8F9FA;
  width: 50%;
  padding: 20px;
  transition: all 0.4s ease;
}

.agent-boxes button:hover{
  transition: all 0.4s ease;
  background-color: #ECECEC;
}

.agent-boxes button.email{
  border-right: 1px solid rgba(204,204,204,1);
}

#agentHero{
  background-image: url("images/agents/laura_mather.jpg");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100%;
}

/*--end agent styles--*/



/*--property grid styles--*/

.property-container{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 60px 0px 60px 0px;
  width: 100%;
  height: auto;
  max-width: 1140px;
  background-color: none;
}

.property-box-hero{
  width: 100%;
  max-width: 100%;
  height: 200px;
  background-color: none;
}

.property-boxes{
  /*border-bottom: 3px solid black;*/
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #151e46;
  cursor: pointer;
  text-align: center;
  position: relative;
  /* width: calc(100% / 3 - 20px); */
  height: auto;
  display: inline-block;
  background-color: #F8F9FA;
  margin-right: 0px;
  transition: all 0.4s ease;
  /*border: 1px solid rgba(204,204,204,1);*/
  margin: 13px;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}

.property-boxes:hover{
  transition: all 0.4s ease;
  box-shadow: 1px 0px 31px 0px rgba(0,0,0,0.6);
}

.property-boxes a{
  text-decoration: none;
}

.property-boxes h3{
  line-height: 0px;
  margin-top: 0px;
  padding: 20px 20px;
}

.property-boxes h2{
  margin-bottom: 20px;
  line-height: 0px;
  margin-top: 0px;
  padding: 0px 20px;
  font-size: 14px;
}

.property-boxes ul{
  margin-top: 0px;
  padding: 0px 20px;
  list-style: none;
  font-size: 14px;
}

.property-boxes p{
  font-size: 14px;
  line-height: 10px;
  padding: 0px 20px;
}

.property-boxes li{
  border-radius: 5px 5px 5px 5px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  list-style: none;
  background-color: #ECECEC;
}

.property-boxes li.beds{
}

.property-boxes li.beds:after{
  font-weight: normal;
  content: ' bd';
}

.property-boxes li.baths:after{
  font-weight: normal;
  content: ' ba';
}

.property-boxes li.feet{
  border: none;
}

.property-boxes li.feet:after{
  font-weight: normal;
  content: ' sqft.';
}

.propertyHero{
  /*background-image: url("images/properties/prop_temp.jpg");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*--end property styles--*/


/*--agent profile styles--*/

#profileContent{
  text-align: left;
  padding: 00px 0px 0px 0px;
  background-color: none;
  margin: 60px 0px 60px 0px;
}

#profileContent h4{
  margin-top: 0px;
  display: inline-block;
}

.profile-hero-container{
  position: relative;
  width: 100vw;
  height: calc(100vh - 115px);
  max-width: 100%;
  max-height: 100%;
  background-image: url("images/agents/profile_temp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.profile-hero-content{
  z-index: 0;
  position: absolute;
  bottom: 30px;
  text-align: left;
  padding: 0px 30px 10px 30px;
  width: calc(100% / 2 - 60px);
  height: auto;
  max-width: calc(1140px / 2 - 60px);
  display: inline-block;
  background-color: none;
}

.profile-hero-content p{
  color: #fff;
}

.profile-hero-content h2{
  color: #fff;
  margin-bottom: 24px;
  line-height: 0px;
  margin-top: 20px;
  font-size: 20px;
}

/*--end agent profile styles--*/


.home-boxes{
  /*border-bottom: 3px solid black;*/
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #cccccc #cccccc #151e46 #cccccc;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  width: calc(100% / 3 - 60px);
  height: auto;
  display: inline-block;
  background-color: #F8F9FA;
  margin-right: 0px;
  transition: all 0.4s ease;
  /*border: 1px solid rgba(204,204,204,1);*/
  margin: 0px;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
}

.home-boxes:hover{
  transition: all 0.4s ease;
  box-shadow: 1px 0px 31px 0px rgba(0,0,0,0.6);
}

.home-boxes a{
	text-decoration: none;
	color: #000000;
}

.slide-controls{
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
}

.slide-controls:hover{
  width: 100px;
  transition: all 0.3s;
}

#homeBoxEnd{
  margin-right: 0px;
}

.home-box-hero{
  width: 100%;
  max-width: 100%;
  height: 175px;
  background-color: none;
}



#boxHeroOne{
  background-image: url("https://www.londonproperties.com/images/2020layout/sell_your_home_box.jpg");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100%;
}

#boxHeroTwo{
  background-image: url("https://www.londonproperties.com/images/2020layout/home_value_box.jpg");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100%;
}

#boxHeroThree{
  background-image: url("https://www.londonproperties.com/images/2020layout/list_with_us_box.jpg");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100%;
}

.listing-boxes{
}

.centerContent{
  text-align: center;
  padding: 0px 0px 0px 0px;
  background-color: none;
}

#paragraphContent{
  text-align: center;
  width: 60%;
  max-width: 60%;
  height: auto;
  background-color: none;
}

#leftContent{
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: none;
  padding: 0px 0px 30px 0px;
}


#termsList ol{
  margin-top: 30px;
  display: block;
  counter-reset: item;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
}



#termsList ol li{
  background-size: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  color: #151E46;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}



#termsList ol li li{
  background: none;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 16px;
  margin-top: 0px;
  line-height: 25px;
  margin-top: 40px;
  display: block;
  margin-left: 30px;
}

#termsList li:before{
  font-weight: bold;
  content: counters(item, ".") " "; counter-increment: item;
  padding-right: 2px;
  margin-left: -29px;
  right: 10px; /* space between number and text */
}

#termsList ul{
  list-style: circle;
}

#termsList img{
  padding-top: 30px;
  width: 80px;
  margin-left: -30px;
}

.just-above{
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 40px 0px 40px 0px;
  background-color: #ECECEC;
}
.just-above1{
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 40px 0px 40px 0px;
}

#justBelow{
  margin-top: 0px;
  padding: 0px 0px 40px 0px;
  background-color: none;
}

.just-above ul{
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
}

#agentsFoot h4{
  white-space: nowrap;
  display: inline-block;
  padding-right: 30px;
}

#agentsFoot a{
  text-decoration:none;
  color: inherit;
}

#agentsFoot a:hover{
  text-decoration: underline;
  color: #151E46;
}

.just-above li{
  padding-right: 20px;
  display: inline-block;
  white-space: nowrap;
}

.foot-button-container{
    padding: 0px 0px 0px 0px;
    text-align: left;
    align: left;
    background-color: none;
    width: auto;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
.search-button-container{
    padding: 15px 0px 15px 0px;
    text-align: center;
    align: center;
    background-color: none;
    width: auto;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
.shareIcon {
	font-size: 30px;
	color: gray;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: -5px;
}
.search-bar {
	width: 50%;
	height: 30px !important;
	border-radius:15px !important;
	
}

.search-buttons{
	border-radius: 5px;
	margin-right: 10px;
	margin-left: 10px;
	width: auto;
	height: 30px;
	font-size: 16px;
	color: #A31E22;
	padding-bottom:2px;
	cursor: pointer;
	border: 1px solid rgba(204,204,204);
	transition:all 0.5s;
}
.search-buttons:hover{
	color: white;
	border-color: #A31E22;
	background: #A31E22;
}
.listing-container{
	display: flex;
	flex-wrap: wrap;
	width:66%;
	position:relative;
}
.flexWrapper{
	display:flex;
	flex-wrap: wrap;
}
.listingLabel{
	font-weight:bold;
	text-align:left;
	margin-top:8px;
}
.listingValue{
	margin-top:8px;
	text-align:left;
}
.content.listingGenInfo{
	display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr;
  grid-column-gap: 5px;

}

.agentinfo{
	width:34%;
	height:max-content;
	background-color: #ECECEC;
	padding-bottom: 60px;
}
.listingOpenHouse h3{
	margin-top:15px;
	margin-bottom:10px;
	text-transform:unset;
}
.listingAgentBox h3{
	margin-top:15px;
	margin-bottom:10px;
	text-transform:unset;
}
.listingAgentBox{
	display:grid;
	grid-template-columns: 150px auto;
}
.listingAgentBox img{
	grid-column:1;
}
.listingAgentBox div{
	grid-column:2;
	align-content: center;
  display: grid;
}
.collapsible {
  background-color: white;
  color: #151e47;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight:600;
  border-top: 2px solid #AEAEAE;
  margin-top: 20px;
  margin-bottom:10px;
  border-bottom: 1px dotted #BFBFBF;
}
.collapsible::after {
    content: '\f077';
	margin-left:10px;
	color:darkred;
	font-family: 'Font Awesome\ 5 Free';
}
.collapsible.active::after {
    content: "\f078";
	margin-left:10px;
	color:darkred;
	font-family: 'Font Awesome\ 5 Free';
}
.collapsible:hover {
  background-color: #ECECEC;
}

.content {
  padding: 0 18px;
  display: block;
  overflow: hidden;
  background-color: white;
}
.listingDetails {
  margin: 8px;
  width: 100%;
}
.listingCoAgentBox{
	display:grid;
	grid-template-columns: 150px auto;
}
.listingCoAgentBox img{
	grid-column:1;
}
.listingCoAgentBox div{
	grid-column:2;
	align-content: center;
  display: grid;
}
.listingCoAgentBox h3{
	margin-top:15px;
	margin-bottom:10px;
	text-transform:unset;
}
.agentinfo h2{
	margin:15px;
	font-size:50px;
	text-align:left;
	color:black;
}
.listingSmallDets {
  text-align: left;
  margin-left: 15px;
}
.listing-container div{
	height: 15vh;
	flex-grow: 1;
	margin: 5px;
}
.firstPicDiv{
	width:100%;
	height:max-content !important;
}
.firstPicDiv img{
	max-width:100%;
	cursor: pointer;
}
.listing-container .photoContainer{
	display: flex;
	position:relative;
	flex-wrap: wrap;
	top: 0px;
	height: 320px;
	overflow:hidden;
	
}
.galleryPics{
	cursor: pointer;
}
.galleryShowMore{
	/*position: absolute;*/
	bottom: 0px;
	width: 100%;
	background: white;
	border: 1px solid #A31E22;
	border-radius: 5px;
	color: #A31E22;
	height: 29px;
	font-weight: 600;
	cursor: pointer;
	transition:all 0.5s;
}
.galleryShowMore:hover{
	color: white;
	border-color: #A31E22;
	background: #A31E22;
}
.listing-container .photoContainer.unhide{
	height: auto;
}
.content.hide{
	display:none;
}
.photoTitle{
	width:100%;
	margin-top:0px;
	text-align:left;
}
.listing-container div:last-child{
  flex-grow: 10;
}
.listing-container div img{
	max-height: 100%;
	min-width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.listing-button-container{
    padding: 0px 0px 0px 0px;
    text-align: left;
    align: left;
    background-color: none;
    width: auto;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
.listing-buttons{
  text-align: center;
  display: inline-block;
  width: calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 0px 0px 0px 0px;
  background-color: none;
  border-right: 1px solid;
  border-color: #9E9AAD;
  transition: all .6s ease;
  cursor: pointer;
}

.listing-buttons:hover{
  transition: all .6s ease;
  background-color: #ECECEC;
}

.foot-buttons{
  text-align: center;
  display: inline-block;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0px 0px 0px 0px;
  background-color: none;
  border-right: 1px solid;
  border-color: #9E9AAD;
  transition: all .6s ease;
  cursor: pointer;
}

.foot-buttons:hover{
  transition: all .6s ease;
  background-color: #CCCCCC;
}

/*--Hero form field styles--*/

input[type=text]{
  outline: none;
  flex-grow: 5;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-top: 0px;
  line-height: 25px;
  color: #000;
  z-index: 1;
  border: 0px solid;
  height: auto;
  padding: 20px 20px 20px 20px;
  margin: 0px;
  box-sizing: border-box;
  /*box-shadow: 10px 10px 50px #000000;*/
  border-radius: 15px 0px 0px 15px;
}

::placeholde { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B1B1;
}

input[type=text]:focus{
  transition: all .6s ease;
  background-color: #fff;
}

/*--Input Version 1--*/
.input-class-one{
  flex-grow: 1;
  z-index: 1;
  border: 0px solid;
  height: auto;
  padding: 20px 20px 20px 20px;
  margin: 0px;
  box-sizing: border-box;
  /*box-shadow: 10px 10px 50px #000000;*/
  border-radius: 15px 0px 0px 15px;
}

input[type=submit]{
  outline: none;
  flex-grow: 0;
  cursor: pointer;
  background-image: linear-gradient(to bottom, rgba(163,30,34,1), rgba(125,23,26,1));
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  border: 0px solid;
  height: auto;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 0px 15px 15px 0px;
}

input[type=submit]:hover{
  background-image: linear-gradient(to bottom, rgba(186,47,51,1), rgba(125,23,26,1));
}

input[type=submit]:active{
  background-image: linear-gradient(to top, rgba(163,30,34,1), rgba(125,23,26,1));
}

input[type=button]{
  outline: none;
  flex-grow: 0;
  cursor: pointer;
  background-image: linear-gradient(to bottom, rgba(163,30,34,1), rgba(125,23,26,1));
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  border: 0px solid;
  height: auto;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 0px 15px 15px 0px;
}

input[type=button]:hover{
  background-image: linear-gradient(to bottom, rgba(186,47,51,1), rgba(125,23,26,1));
}

input[type=button]:active{
  background-image: linear-gradient(to top, rgba(163,30,34,1), rgba(125,23,26,1));
}

select{
  outline: none;
  flex-grow: 0;
  cursor: pointer;
  background-image: linear-gradient(to bottom, rgba(157,153,172,1), rgba(121,118,132,1));
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  border: 0px solid;
  height: auto;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 0px 0px 0px 0px;
  border-right: 1px solid rgba(111,111,111,1);
}

select:hover{
  background-image: linear-gradient(to bottom, rgba(184,179,202,1), rgba(121,118,132,1));
}

select:focus{
  background-image: linear-gradient(to top, rgba(157,153,172,1), rgba(121,118,132,1));
}

select option{
  background-color: #fff;
  padding: 30px 0px 30px 0px;
  color: #000;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/*--End Input version 1--*/
/*--End hero form field styles--*/

/*Button Styles--*/

.btn-body{
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #A31E22;
    border: 1px solid;
    border-color: rgba(204,204,204);
    background-color: rgba(163,30,34,0);
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.5s;
}

.btn-hero{
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: rgba(204,204,204);
    border: 1px solid;
    border-color: rgba(204,204,204);
    background-color: rgba(163,30,34,0);
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.5s;
}

.btn-hero:hover{
  border-color: #A31E22;
  background-color: #A31E22;
  transition: all 0.5s;
  color: rgba(204,204,204);
}

/*
.btn-body::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s;
    background-color: rgba(163,30,34,0.9);
    transform: scale(0.5,0.5);
    border-radius: 40px;
}

.btn-body:hover:after{
    opacity: 1;
    color: white;
    transform: scale(1,1);
}
*/

.btn-body:hover{
  border-color: #A31E22;
  background-color: #A31E22;
  transition: all 0.5s;
  color: white;
}

.slide-btn{
  outline: none;
  text-align: left;
  position: relative;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  width: 120px;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 0px;
  padding: 0px 0px 0px 0px;
}

.slide-btn:before{
  text-align: center;
  font: inherit;
  content: '';
  display: inline-block;
  position: absolute;
  top: -20px;
  width: 100%;
}

#slideOne:before{
	
}

#slideTwo:before{
	
}

#slideThree:before{
  content: 'Open Houses';
}

.slide-btn:hover{
  background-color: #9E9AAD;
  /*margin-left: 20px;*/
  width: 100px;
}

.slide-btn:focus{
  background-color: #9E9AAD;
  /*margin-left: 20px;*/
  width: 100px;
}

#iconSection{
  border-top: 1px solid #434B6A;
  padding-top: 30px;
  background-color: none;
}


#iconSection.listingpage{
  border-top: unset;
  padding-top: 0px;
  background-color: none;
}


#leftLogo{
padding: 0px 30px 0px 0px;
}

#rightLogo{
  border-left: 1px solid #434B6A;
  padding: 0px 0px 0px 30px;
}

.footerLogo{
  border-left: 1px solid #434B6A;
  padding: 0px 30px 0px 30px;
}

/*--End button styles--*/

.a2a_default_style a {
	padding: 0px 0px 0px 0px !important;
}

#daAddyResultsWrapper {
	position: absolute;
	bottom: 0px;
	left: 15px;
	width: 97%;
	height: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
	/*
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #819eba #819eba #819eba #819eba;
	*/
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	/*
	-webkit-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	-moz-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	-o-transition: height 0.25s ease-out, bottom 0.25s ease-out;
	transition: height 0.25s ease-out, bottom 0.25s ease-out;
	*/
	z-index: 9999;
}
#daAddyResults {
	left: 32px;
	margin: 0px 0px 0px 0px;
}
.your_homes_value_searchy_results_table_td {
	cursor: pointer;
	padding: 4px 4px 4px 4px;
}
.your_homes_value_searchy_results_table_td_off {
	background-color: none;
}
.your_homes_value_searchy_results_table_td_on {
	background-color: #bbdcf8;
}
.relativeDiv {
  position: relative;
  font-size: inherit;
}

#utilityFoot {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    background-color: none;
}

#centerContent{
  text-align: center;
  padding: 0px 0px 0px 0px;
  background-color: none;
}

/*--start the media queries--*/

@media only screen and (max-width: 1090px) {
	.property-container{
		flex-wrap:wrap;
	}
  .hero-container{
    background-size: cover;
    background-position: bottom center;
  }
}

@media only screen and (max-width: 1143px) {

  #heroContent{
    max-width: 100%;
  }

  .hero-content{
    max-width: calc(100% -300px);
    background-color: none;
  }

  .input-class-one {
    z-index: 1;
    border: 0px solid;
    width: 28%;
    max-width: 28%;
    height: calc(7vh);
    padding: 20px 20px 20px 20px;
    margin: 0px;
    box-sizing: border-box;
    /*box-shadow: 10px 10px 50px #000000;*/
    border-radius: 15px 0px 0px 15px;
  }

  .content-container{
    background-color: none;
    max-width: calc(100% - 60px);
  }

  .home-boxes{
    width: 100% / 3;
    margin: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .listing_info_amenities_results {
    width: 84vw;
    position: relative;
    left: 55%;
    right: 55%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

@media only screen and (max-width: 1020px) {

  .home-box-container{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-color: none;
    text-align: center;
    max-width: calc(100%);
  }

  .home-boxes{
    display: inline-block;
    margin-bottom: 30px;
    width: 50%;
    max-width: 50%;
  }

  .home-boxes:after{
    margin: 0;
  }
}

@media only screen and (max-width: 840px){

  .content-container{
    padding-left: 0px;
    padding-right: 0px;
  }

  .just-above{
   /*  margin-top: 40px; */
    padding: 0px 0px 0px 0px;
  }

  .just-above li{
    padding-top: 15px;
    padding-right: 0px;
    display: list-item;
    white-space: normal;
  }

  #justBelow{
    margin-top: -7px;
    padding: 0px 0px 40px 0px;
    background-color: none;
  }

  #agentsFoot h4{
    margin-bottom: -10px;
    white-space: nowrap;
    display: inline-block;
    padding-right: 40px;
  }

  #agentsFoot li{
    padding-right: 40px;
  }

  #agentsFoot{
    text-align: center;
    border-top: 1px solid;
    border-color: #9E9AAD;
    padding: 0px 0px 0px 0px;
    background-color: none;
  }

  .foot-buttons{
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #9E9AAD;
    border-right: 0px;
	justify-content: center;
    display: flex;
    width: calc(100%);
    max-width: calc(100%);
    overflow-y: hidden;
  }
	
.row1, .row3{
	background:#ECECEC;
}
	
	.content.listingGenInfo{
		/*display: grid;*/
		grid-template-columns: 1fr 2fr;

	}

	.addressTop{
		display:block;
	}

  .listing-button-container{
    display: flex;
	flex-wrap: wrap;
  }
  .listing-container{
	  width:100%;
	  height: unset;
  }
  .listingAgentBox{
	  justify-content: center;
  }
  .listingCoAgentBox{
	  justify-content: center;
  }
  .agentinfo {
	width: 97%;
	margin:auto;
	margin-top:15px
  }
  .agentinfo h2{
	  text-align: center;
  }
  .agentinfo h3{
	  text-align: center;
  }
  .listingAddressPanel{
	  text-align: center;
  }
  .listingAddressPanel a {
    text-align: center;
  }
  .listingSmallDets{
	  text-align: center;
  }
  .listing-buttons{
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #9E9AAD;
    border-right: 0px;
	justify-content: center;
    display: flex;
    width: calc(50%);
    max-width: calc(100%);
    overflow-y: hidden;
  }
  
  .listing-container.unhide div:nth-of-type(1n+5){
	  display: block;
  }
}
@media only screen and (max-width: 770px){
  .header-info{
	  display:none;
  }
}

@media only screen and (max-width: 760px){

  h2{
    line-height: 40px;
    font-size: 40px;
  }

  .legal-font{
    font-size: 8px;
  }

  .nav-footer{
    margin-left: -30px;
    text-align: left;
	display: inline;
    position: relative;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    background-color: none;
  }
  .nav-menu{
    height: calc(100% - 115px);
    overflow-y: scroll;
  }

  .menu-container{
    display: grid;
    display: -ms-grid;
    padding: 30px 0px 0px 0px;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .menu-holder{
    margin-left: -30px;
    padding-left: 0px;
    height: auto;
    text-align: left;
    background-color: none;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    display: inline;
  }
}

@media only screen and (max-width: 600px) {
	.content{
		padding: 0;
	}
}

@media only screen and (max-width: 670px) {

  .hero-overlay{
    height: 100%;
  }

  .btn-container{
    padding: 30px 10px 10px 10px;
    width: calc(33.3% - 30px);
    display: inline-block;
    background-color: none;
  }

  .slide-btn{
    width: 100%;
  }

  .slide-btn:hover{
    width: calc(100% - 20px);
  }

  .slide-btn:focus{
    width: calc(100% - 20px);
  }

  #slideThree:before{
    content: 'Open House'
  }

  h1{
    font-size: 60px;
    line-height: 60px;
  }

  .flex-container{
    flex: none;
    display: inline-block;
  }

  input[type=text]{
    height: auto;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
  }

  input[type=submit]{
    margin-top: -2px;
    height: auto;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
  }

  input[type=button]{
    margin-top: -2px;
    height: auto;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
  }

  select{
    margin-top: -1px;
    height: auto;
    width: 50%;
    border-radius: 0px 0px 0px 0px;
    border-right: 1px solid rgba(111,111,111,1);
  }

  #paragraphContent{
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: none;
  }

  .header-info{
    display: none;
  }
  
  #daAddyResultsWrapper {
    left: 0px;
    width: 100%;
  }
}
#mobileCareer{
	display:none;
}

@media only screen and (max-width: 535px) {
	#careerPanel{
		padding:0;
		background-image: unset;
		background-color: white;
		max-width:100%;
	}
	
	#mobileCareer{
		display:block;
	}
 	#careerPanel .panel-content{
		width: calc(100% - 20px);
		max-width:100%;
		padding: 40px 0px 40px 20px;
	} 
}


@media only screen and (max-width: 570px) {


  .hero-content{
    text-align: center;
  }

.homeBackground{
	background-image: url("https://www.londonproperties.com/images/2020layout/buy_hero_mobile.jpg");
}

  h1{
    font-size: 45px;
    line-height: 45px;
  }

  .hero-overlay{
    background-image: none;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: multiply;
  }

  .hero-container{
    height: calc((100vh - 115px));
    max-height: calc((100vh - 115px));
    background-size: 100%;
    background-position: center;
    background-image: url("https://www.londonproperties.com/images/2020layout/buy_hero_mobile.jpg");
  }

  .footer{
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-logo{
    background-color: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .footer-info{
    padding-top: 15px;
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background-color: none;
  }

  .utility-nav{
    text-align: center;
  }

  .home-box-container{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-color: none;
    text-align: center;
    max-width: calc(100%);
  }

  .home-boxes{
    margin: auto;
    margin-bottom: 30px;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }

  .home-boxes:after{
    margin: 0;
  }
}



@media only screen and (max-height: 812px){
  .hero-container{
    height: calc((100vh - 115px) - (114px));
    max-height: calc((100vh - 115px) - (114px));
    background-size: 124%;
    background-position: center;
  }
}

@media only screen and (max-height: 736px){
  .hero-container{
    height: calc(100vh - 115px);
    max-height: calc(100vh - 115px);
    background-size: 124%;
    background-position: center;
  }
}

@media only screen and (max-height: 667px){
    .hero-container{
      height: calc(100vh - 115px);
      max-height: calc(100vh - 115px);
      background-size: 120%;
      background-position: center;
    }
}

@media only screen and (max-height: 635px){
  .hero-container{
    height: calc((100vh - 115px) - (114px));
    max-height: calc((100vh - 115px) - (114px));
    background-size: 100%;
    background-position: center;
  }
}

@media only screen and (max-height: 568px){
  .hero-container{
    height: calc(100vh - 115px);
    max-height: calc(100vh - 115px);
    background-size: 100%;
    background-position: center bottom -20px;
  }
}

@media only screen and (min-height: 415px){


}

@media only screen and (max-width: 440px){
  .listing-buttons h4{
	  font-size: 14px;
  }
  .listing-buttons i{
	  font-size: 20px;
  }
}

@media only screen and (max-height: 414px){
/*   .max-container{
    height: calc(100vh - 115px);
    width: 100vw;
    overflow-y: hidden;
  } */

/*   .nav-menu{
    display: none;
  } */
}

.fa-facebook, .fa-facebook-square {
    color: #3b5998
}
.fa-twitter, .fa-twitter-square {
    color: #00aced
}
.fa-google-plus, .fa-google-plus-square {
    color: #dd4b39
}
.fa-youtube, .fa-youtube-play, .fa-youtube-square {
    color: #bb0000
}
.fa-tumblr, .fa-tumblr-square {
    color: #32506d
}
.fa-vine {
    color: #00bf8f
}
.fa-flickr {
    color: #ff0084
}
.fa-vimeo-square {
    color: #aad450
}
.fa-pinterest, .fa-pinterest-square {
    color: #cb2027
}
.fa-linkedin, .fa-linkedin-square {
    color: #007bb6
}
.fa-instagram, .fa-instagram-square {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-spotify {
    color: #1ED760;
}


/*--end media queries--*/


/*--test divs--*/

/*.test-div{
  flex-grow: 3;
  background-color: yellow;
}

.test-div-two{
  flex-grow: 1;
  background-color: orange;
}

.test-div-three{
  flex-grow: 1;
  background-color: blue;
}*/

/*--end test divs--*/
