@use postcss-nested;
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,600);
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body{
   	margin:0;
	width:100vw;
	display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, h1, h2, h3, h4,ul,img, input,p {
    display: block;
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding:0px;
	margin:0px;
}

h4 {
    position: relative;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: black;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
	padding:0;
	padding-bottom:1.5em;
	margin:0;
}

picture{
	margin:0px;
	padding:0px;
	line-height:0px;
	filter: brightness(110%);
}


/*******************************************************
*	
*    CONTAINER & FONT ADJUSTMENT BASED ON SCREEN SIZE
*
**********************************************/

.container{
		margin:0;
		width:100vw;
		font-size: 20px;
		display: block;
}

@media only screen and (min-width: 700px) and (max-width: 763px) {
	.container{
		font-size:16px;
	}
}

@media only screen and (min-width: 764px) and (max-width: 800px) {
	.container{
		font-size:15px;
	}
}

@media only screen and (min-width: 801px) and (max-width: 962px) {
	.container{
		font-size:17px;
	}
}

@media only screen and (min-width: 963px) and (max-width: 1099px) {
	.container{
		font-size:17px;
	}
	.whoarewe-desktoptablet h3{
		display:none;
	}
}


@media only screen and (min-width: 1100px) and (max-width: 1239px) {
	.container{
		font-size:16px;
	}
}

@media only screen and (min-width: 1240px) and (max-width: 1399px) {
	.container{
		font-size:17px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
	.container{
		font-size:19x;
	}
}

@media only screen and (min-width: 1550px) and (max-width: 1749px) {
	.container{
		font-size:21px;
	}
}

@media only screen and (min-width: 1750px) and (max-width: 1999px){
	.container{
		font-size:24px;
	}
}

@media only screen and (min-width: 2000px) and (max-width: 2249px){
	.container{
		font-size:28px;
	}
}

@media only screen and (min-width: 2250px) and (max-width: 2499px) {
	.container{
		font-size:32px;
	}
}

@media only screen and (min-width: 2500px) {
	.container{
		font-size:35px;
	}
}


/************** TOP MENU ***********
*	See menu-top.css
*
***********************************/

.top_header_area{
	background: black;
	height: 5em;
	width:100%;
	
}


/************** TOP MENU ***********
*	Picture & Questionaire
*
***********************************/

/**** LEFT SIDE ****/
.left-side-picture{
	display: inline-block;
	width:50%;
	vertical-align:top;
	float:left;
}

.betterhometeam-leftpic{
	width:100%;
}

/**** RIGHT SIDE ****/
.right-side-questionaire{
	position:relative;
	display: inline-block;
	width:50%;
	vertical-align:top;
	background: #f5f5f5;
	float:right;
	height: calc(55vw/1.444444);
	
}
.howcanwehelp-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}

/**** RIGHT SIDE > Questionaire ****/
.questionaire-container {
	padding-top: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	max-width: 25em;
}

.questionaire-title{
	display: block;
	margin:auto;
	width:12.5em;
	margin-bottom:1em;
}

.answer{
    display: block;
	margin-top: 2em;
	width: 90% !important;
    line-height: 1.5em;
    font-size: 0.8em;
    padding: 0.7em;
	margin-bottom: 0.5em;
	width:17em;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid black;
    color: white;
    background-color: black;
	text-decoration: none;
}

/**** RIGHT SIDE > Who are we ****/
.whoarewe-desktoptablet{
	margin:auto;
	margin-top:1.2em;	
	width: 12.5em;
}

.whoarewe-desktoptablet h3{
	font-family: "Oswald",sans-serif;
	font-size: 1.4em;
	line-height: 2em;
	font-weight:300;
	text-align: center;
}

.schedule-appointment{
	background-color: white;
	width:90%;
	display:block;
	margin:auto;
	
	font-size: 0.8em;
	border: 1px solid #3f6081;
	border-radius: 5px;
	margin-top: 0.75em;
	
	padding: 0.7em;
	line-height: 1.5em;
	text-align: center;

	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;

	color: #3f6081;
	text-decoration: none;

}

.agentname{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1em;
	line-height:1.5em;
	text-align: left;
}




/****************************
ARROW SCROLL DOWN
*****************************/

.arrow_down{
	width: 100%;
	position: relative;
	display: inline-block;
	color: black;
	font-size:1.2em;
	font-weight: 400;
	vertical-align: bottom;
	padding-top:1em;
	text-align: center;
}




.phone-mobile{
	display:block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #fff;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	padding: 0px 8px 0px 8px;
	height: 40px;
	float: right;
	text-decoration: none;
}



/*******************
*	FOOTER
*********************/
.footer{
    height: 2.5em;
	width: 100%;
    background-color: black;
	position: relative;
	bottom:0;
}

.footer-320 p { 
	margin: auto; /* Important */ 

	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.footer-320 {
	display: block;
	margin:auto;
	height:100%;
	vertical-align: middle;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 3.25em;
 }
 

/******************************************
*			CONTENT SECTION
********************************************/

h2 {
    position: relative;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: black;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
	padding:0;
	padding-bottom:1.5em;
	margin:0;
}

.report-description{
	padding-top:4em;
	width:100%;
	position: relative;
	padding-bottom:2em;
}


.white-bg{
		background-color: #fff;
}

.grey-bg{
		background-color: #f5f5f5;
}

.row-benefits {
	display: table-row;
	width: 100%;
}


.benefits-container {
	width: 90%;
	padding: 10px;
	display: table;
	border-collapse: collapse; 
	margin: auto;
}

.pic-listings{
	display: table-cell;
	width: 400px;
	padding-left:20px;
	padding-bottom:25px;
	vertical-align: middle;
}

.report-listing-picture{
	width: 400px;
}

.fact-listings{
	display: table-cell;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	width: calc(100%-410px);
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	padding-left:25px; 
	padding-right:25px;
	padding-bottom:25px;
}

.header-listing{
	font-size: 1.2em;
	line-height:1.5em;
}

.address-listing{
	font-size: 0.9em;
	font-weight: 600;
}

.price-listing{
	margin-top:0.25em;
	margin-bottom:0.25em;
	font-size: 1em;
	font-weight: 600;
}

.descrption-listing{
	font-size: 0.8em;
}


.pic-benefits{
	display: table-cell;
	width: 195px;
	padding-left:20px;
	padding-bottom:25px;
	vertical-align: middle;
	
}

.report-benefits{
	display: table-cell;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	width: calc(100%-195px);
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	padding-left:25px; 
	padding-right:25px;
	padding-bottom:25px;
}

.report-description h3{
	display: block;
	width: 100%;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.5em;
	color: #000;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

.black-bg{
		background-color: black;
		color: white;
}
.report-description p{
	display: block;
	width: 100%;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #000;
	font-weight: 400;
	text-align: left;
}

.report-benefit-picture{
	width: 300px;
}

.report-benefit-picture-smartphone{
	display: none;
}

.pic-benefit-picture{
	filter: brightness(100%);
}

/******************************************
*			BLOG
********************************************/
/**** LEFT SIDE ****/
.left-side-picture{

}

.betterhometeam-leftpic{
	width:100%;
}

/**** RIGHT SIDE ****/
.right-side-questionaire{
	position:relative;
	display: inline-block;
	width:50%;
	vertical-align:top;
	background: #f5f5f5;
	float:right;
	height: calc(55vw/1.444444);
	
}
.howcanwehelp-container{
	

}

/**** excerpt ****/

.blog-excerpt-picture{
	display: inline-block;
	width:50%;
	vertical-align:top;
	float:left;
}

.blog-excerpt-leftside-picture{
	width: 100%;
}

.mobile-blog-picture{
	display: none;
}

.blog-exceprt{
	position:relative;
	display: inline-block;
	width:50%;
	vertical-align:top;
	background: #f5f5f5;
	float:right;
	height: calc(50vw/1.8);
}

.blog-exceprt-container{
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.quotation-mark{
	display: inline-block;
	font-weight: bold;
    font-size:5em;
    color:black;
    font-family: "Times New Roman", Georgia, Serif;
	float: left;
	vertical-align:top;
	margin-top: -0.5em;
}

.blog-exceprt-text{
	display: inline-block;
	float: right;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 90%;
}

.blog-exceprt-container h2{
	padding-bottom: 1em;
}

.blog-post-container{
	width: 100%;
	font-size: 1.2em;
	margin: auto;
}

.blog-section{
	width:70%;
	padding-top:4em;
	position: relative;
	padding-bottom:2em;
	margin:auto;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-align: justify;
}

.author{
	padding-top:0.75em;
	font-size: 0.8em;
}

p{
	margin-bottom:1em;
}

@media screen and (min-width: 1024px) and (max-width:1150px) {
	.blog-exceprt-container{
		width: 90%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}

@media screen and (min-width: 0px) and (max-width:1023px) {
	.blog-excerpt-picture{
		display: block;
		width:100%;	
	}


	.blog-exceprt{
		display: block;
		width:100%;
		background: #f5f5f5;
		height: auto;
	}
	
	.blog-exceprt-container h2{
		padding-top: 1em;
	}
	
	.blog-exceprt-container{
		position: relative;
		margin: auto;
		transform: translate(0%, 0%);
		top: 0;
		left: 0;
		margin-bottom: 1em;
		height: auto;
	}
	
	.blog-exceprt-text{
		padding-bottom:2em;
	}
	
	.blog-section{
		width:75%;
		padding-top:4em;
		position: relative;
		padding-bottom:2em;
		margin:auto;
		font-family: "Open Sans Condensed", sans-serif;
		text-align: justify;
	}
}

.betterhome-contact-block{
	margin: auto; 
	width:70%; 
	margin-top:2em; 
}

.betterhome-contact-pic{
	display: block;
	margin-left: 80px; align:left;
}

.betterhome-contact-address-mobile{
	display: none;
	margin-top: 1em;
}

.betterhome-contact-address-desktop{
	display: block;
	margin-top: 1em;
}

.betterhome-contact-betterhome{
	display: block; 
	text-align: left; 
	font-size: 1.4em !important; 
	line-height: 1.2em; 
	height: auto !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2pt;
	text-align: left;
}

/*************************************************
*		FREE CONSULTATION
*
*
**************************************************/
.free-consultation-frame{
	width: 92%;
	background-color: white;
	margin: auto;
}

.free-consultation {
	padding-bottom:1.05em;
	width: calc(100% - 4em);
	margin: auto;
	font-size:1.2em;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
	line-height:1.5em;
	vertical-align:middle;
	display: inline-block;
	padding-right:0.8em;
	padding-left:0.8em;
}

	.report-description-spacer{
		width:25px;
		background-color: #F3F3F3;
	}

.blue-checkmark{
	display: block;
	color: #3f6081; 
	font-size:2em; 
	vertical-align:middle; 
	margin:0; 
	padding-top:0px; 
	line-height:2em;
	vertical-align: middle;
	padding-bottom:25px;
	padding-left:10px;
}

.betterhometeam{
	margin:auto;
	width: 250px;
		
}

.contactinfo{
	
	width: calc(100%);
	margin: auto;
	text-align: left;
	padding-top: 60px;
	vertical-align:top;
	
}

.agentcontainer{
	margin-top: 1.5em;
}


.meet-me{
	display: block;
	width:90%;
	margin: auto;
	margin-bottom:3em;

}

.contact-full{
	display: none;
}


.free-consultation-description{
	width: 100%;
	margin:0;
	padding:0;
	padding-top:2em;
}


.blue {
	border: 1px solid #3f6081;
	background-color: #3f6081;
	color: white;
}


.pic-benefit-picture-smartphone{
	display:block;
	margin:auto;
	width:225px;
}

.report-benefit-picture-smartphone{
	width:225px;
}

.whoarewe-mobile{
	display: none;
}

/***********************************************
* SEARCH INPUT FIELD
*
************************************************/

.div-address{
	display: none;

}
/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */
.form-wrapper {
    width: 100%;
	margin: auto;
	position:relative;
}

.search-field{
	width: 100%;
    margin: auto;
	height: 3em;
	background-color: #FFF;
	border-radius: 3px 3px 3px 3px;   
	vertical-align: middle;
}
/* Form text input */

.form-wrapper input {
    width: calc(100% - 6em);
    height: 3em;
	margin-top: auto;
	margin-bottom: auto;
    padding-left: 10px;
	padding-right: 10px;
    float: left;   
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
	font-weight:400;
	border:0px;
}

.form-wrapper input:focus {
    outline: none;
}

.contact-form input::-webkit-input-placeholder {
   color: #808080;
   font-weight: 400;
}

.contact-form input::-moz-placeholder {
    color: #808080;
    font-weight: 400;
}

.contact-form input::-ms-input-placeholder {
    color: #808080;
    font-weight: 400;
}   

.contact-form textarea::-webkit-input-placeholder {
   color: #808080;
   font-weight: 400;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0px;
	margin: 2px;
    cursor: pointer;
	font-family:Oswald;
	padding-left:6px;
	padding-right:6px;
	text-transform:uppercase;
	font-size: 0.7em;
	height: 4em;
    width: 6em;
    color: #fff;
    background: #3f6081;
    border-radius: 3px 3px 3px 3px;  
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.form-wrapper button:hover{    
    background: #000;
}  

.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #000;
    outline: 0;  
}


.form-wrapper button:hover:before{
    border-right-color: #000;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #000;
}     

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   


/* GOOGLE AUTOCOMPLETE FORMATING */
.pac-container{
	background-color: #fff;
	width: 95% !important;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
    font-family: inherit !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	
}

/* Google Autocomplete row & City/State */
.pac-item{
	line-height: 42px !important;
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.1em;
	font-weight:400;
	color: #2f5597;
}


/* Google Autocomplete Street */
.pac-item-query{
	font-size:1.00em;
}

/* Google Autocomplete Match */
.pac-matched{

}

.pac-icon {
    width: 0px;
    height: 0px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 48px
}
.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.pac-icon-search {
    background-position: -1px -1px
}
.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}
.pac-icon-marker {
    background-position: -36px -442px
}


/* ERROR MESSAGE BELOW SEARCH BOX  */ 
.error-text {
  display: none;
  color: #cc0033;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 2em;
  margin-top:0.1em;
  padding: 0.25em;
  margin-bottom:1em;
  text-shadow: 1px 1px rgba(250,250,250,.3);
  border: 1px solid #cc0033;
  text-align: center;
  background-color:#fce4e4;
  
}

/************************************************
*	CONTACT FORM
*
*************************************************/


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.contact-form{
	text-align: left;
	display: none;
	
	margin:auto;
}

.contact-form h3{
	width:100%;
	font-size: 1.4em;
	line-height:1.5em;
	padding-top: 0.5em;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	
}

.container-form-fields{
	margin: auto;
    width: 60%;
    min-width: 275px;
	
}

.field_name{
	display:inline-block;
	background:black;
	color:white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	height: 2.5em;
	line-height:2.5em;
	vertical-align: top;
	margin-bottom: 0.5em;
	padding: 0 1em;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
	  box-sizing: border-box;
	  margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.field_input{
	display:inline-block;
}

.contact-form textarea{
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	height: 6em;
	margin-bottom: 0.5em;
	padding: 0 1em;
	width: 100%;
	max-width: 400px;
	border: 1px solid darkgrey;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
	  box-sizing: border-box;
}

.contact-form input{
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	height: 2.5em;
	margin-bottom: 0.5em;
	padding: 0 1em;
	width: 100%;
	max-width: 400px;
	border: 1px solid darkgrey;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
	box-sizing: border-box;
}

.contact-form input[type=email]{
	margin-bottom: 1.25em;
}


.contact-form label{
	display: block;
	font-size: 0.9em;
	margin-top:0.5em;
	-webkit-appearance: none;
}

.error-text {
  display: none;
  color: #cc0033;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom:1em;
  text-shadow: 1px 1px rgba(250,250,250,.3);
  border: 1px solid #cc0033;
  text-align: center;
  background-color:#fce4e4;
  
}

.div-thankyou{
	display: none;

}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  min-height: 350px;
  width: 80%; /* Could be more or less, depending on screen size */
  text-align: center;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

 
/*************************************************
*		CELLPHONE LAYOUT 0 - 700 PX
*
**************************************************/
@media only screen and (min-width: 0px) and (max-width: 699px) {
	/* Google Autocomplete row & City/State */
	.whoarewe-mobile{
		display: block;
	}
	
	
	.top_header_area {
		background: white;
		height: 3em;
	}
	
	.menu {
		background: none;
	}
	
	.menu ul{
		background: none;
	}
	
	.menu label{

	}
	
	.logo {
		padding: 0.3em;
	}
	
	.left-side-picture{
		display: block;
		width: 100vw;
		position:relative;
	}
	
	.betterhometeam-leftpic{
		width:100%;
	}
	
	.right-side-questionaire{
		display: block;
		width: 100vw;
		position:relative;
		height:auto;
	}
	
	.howcanwehelp-container{
		position: relative;
		top: 0;
		left:0;
		transform: translate(-0%,-0%);
		padding-top: 2em;
		padding-bottom: 4em;
	}
	
	.whoarewe-mobile{
		display: block;
		margin-top:1em;
		margin-bottom:1em;
	}
	
	.whoarewe-mobile h3{
		font-family: 'Barlow Semi Condensed', sans-serif;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight:300;
		text-align: center;
	}
	
	.whoarewe-mobile .schedule-appointment{
		max-width: 220px;
	}
	
	.whoarewe-desktoptablet{
		display: none;
	}
	
	.container .arrow_down{
		display: none;
	}
	
	.container .left-side-picture .arrow_down{
		display: block;
	}
	
	.meet-me {
		width:92%;
		
	}
	
	.betterhometeam {
		display: block;
		width: 100%;
		max-width:320px;
		margin: auto;
	}	
	
	.contactinfo {
		display: block;
		width:100%;
	}
	
	.contact-full-body{
		width:100%;
	}
	
	.pic-benefits{
		display: block;
		margin:auto;
		padding:0px;
		width: 250px;
	}
	
    .report-benefit-picture{
		width: 100%;
	}
	
	.benefits-container, .row-benefits, .report-benefits{
		display: block;
		margin: auto;
	}
	
	.report-benefits {
		padding:0px;
		margin:auto;
		width:90%;
		
	}
	
	.content-section h2 {
		padding-top:20px;
		margin-bottom:0px;
	}
	
	.report-description h3{
		padding-top:2em;
	}
	
	.contact-full-body{
		padding-bottom:2em;
	}
	
	.mobile-blog-picture{
		display: block;
		width: 100%;
	}
	
	.blog-excerpt-picture{
		display: none;
	}
	
	.quotation-mark{
		display: none;
	}
	
	.blog-exceprt-container{
		width:90%;
	}
	
	.blog-exceprt-text{
		width:100%;
		margin: auto;
	}
	
	.blog-section{
		width:100%;
	}
}

/*************************************************
*		CELLPHONE 0 - 768 PX
*
**************************************************/
@media only screen and (min-width: 0px) and (max-width: 540px) {
	.pic-listings {
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-bottom: 25px;
	}

	.fact-listings {
		display: block;
		font-size: 1.1em;
		width: 100%;
		text-align: left;
		vertical-align: top;
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.report-listing-picture{
		width: 100%;
	}
	
	.report-description {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.betterhome-contact-block{
		margin: auto; 
		width:90%; 
		margin-top:1em; 
	}
	
	.betterhome-contact-pic{
		display: none;
	}
	
	.betterhome-contact-address-mobile{
		display: block;
		
	}
	
	.betterhome-contact-address-desktop{
		display: none;
		
	}
	
	.betterhome-contact-betterhome{
		display: block; 
		text-align: left; 
		font-size: 1.2em !important; 
		line-height: 1.2em; 
		height: auto !important;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 2pt;
		text-align: left;
	}
	
	.betterhome-contact-agentlist{
		margin-bottom:1em;
	}


}

/*************************************************
*		CELLPHONE 0 - 320 PX
*
**************************************************/
@media only screen and (min-width: 0px) and (max-width: 320px) {
	.whoarewe-mobile{
		display: block;
	}
	
	.answer{
		width: auto;
		width: 90%;
	}
}
/*************************************************
*		CELLPHONE 0 - 36X
*
**************************************************/	
@media only screen and (min-width: 0px) and (max-width: 360px) {
	.whoarewe-mobile{
		display: block;
	}
}

/*************************************************
*		CELLPHONE 320 - 392 PX
*
**************************************************/

@media only screen and (min-width: 321px) and (max-width: 392px) {
		.whoarewe-mobile{
		display: block;
	}
}

/*************************************************
*		CELLPHONE 392 - 414 PX
*
**************************************************/
@media only screen and (min-width: 393px) and (max-width: 414px) {

}

/*************************************************
*		CELLPHONE / SMALL TABLET 415 - 599 PX
*
**************************************************/
@media only screen and (min-width: 415px) and (max-width: 599px) {
	
}

/*************************************************
*		TABLET MIN 600 PX
*
**************************************************/
@media only screen and (min-width: 700px) and (max-width: 1024px) {
	
	/***********************************
	*	Picture & Questionaire
	*
	***********************************/

	/**** LEFT SIDE ****/
	.left-side-picture{
		width:50%;
	}

	/**** RIGHT SIDE ****/
	.right-side-questionaire{
		width:50%;	
		height: calc(60vw/1.444444);
	}
	
	.questionaire-title{
		display: block;
		margin:auto;
		width:11.5em;
		margin-bottom:0.5em;
	}
	
	.answer{
		font-size: 0.7em;
		padding: 0.7em;
		margin-bottom: 0.4em;
	}

	/**** RIGHT SIDE > Who are we ****/
	.whoarewe-desktoptablet{
		margin:auto;
		margin-top:1.0em;	
		width: 12.5em;
	}

	.whoarewe-desktoptablet h3{
		display:none;
	}

	.schedule-appointment{
		margin-top: 0.8em;
	}
	
	.report-benefit-picture{
		width: 250px;
	}
	
	/******************************************
	*			CONTENT SECTION
	********************************************/

	.benefits-container {
		width: 90%;
		padding: 10px;
		display: table;
		border-collapse: collapse; 
		margin: auto;
		
	}

	.report-description p{
		display: block;
		width: 100%;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 1.1em;
		line-height: 1.5em;
		color: #000;
		font-weight: 400;
		text-align: left;
	}

	.report-benefit-picture{
		width: 250px;
	}
	
	/**********************************************
	*	FREE CONSULTATION
	**********************************************/
	
	.meet-me {
		width:92%;
	}
	
	.report-description h3{
		padding-top:2em;
	}
	
	.contact-full-body{
		padding-bottom:2em;
	}
	
	.free-consultation-description{
		width:90%;
		max-width:630px;
		margin:auto;
	}
	
	.agentcontainer{
		max-width: 600px;
		margin:auto;
	}
	
	.betterhometeam{
		display:inline-block;
		width: 250px;
	}

	.contactinfo{
		display:inline-block;
		width: calc(100% - 260px);
		text-align: left;
		padding-top: 60px;
		vertical-align:top;
	}
	
	.contactinfo .schedule-appointment{
		max-width:220px;
	}
	
	.free-consultation-description .schedule-appointment{
		max-width:220px;
	}
	
	
	

}

@media only screen and (min-width: 700px) and (max-width: 763px) {
	/**** RIGHT SIDE ****/
	.right-side-questionaire{
		width:50%;	
		height: calc(60vw/1.25);
	}
	
}
/*************************************************
*		TABLET MIN 650 PX
*
**************************************************/

@media only screen and (min-width: 650px) {
		
	
}

/*************************************************
*		TABLET MIN 700 PX
*
**************************************************/
@media only screen and (min-width: 700px) {
	
}

/*************************************************
*		DESKTOP/TABLET MIN 1000 PX
*
**************************************************/
@media only screen and (min-width: 1000px) {
	.container-search {
		
	
	}
	.appointment-1000{
		display:none;
	}


	.free-consultation-description{
		width:90%;
		margin:auto;
	}
	
	.benefits-container{
		max-width:930px;
		margin:auto;
	}
	
	.report-benefit-picture{
		width: 250px;
	}
	
	.contact-full{
		width:100%;
		display: table;
	}
	
	
	.contact-full-title{
		display: table-cell;
		width: 80px;
		font-family: 'Oswald', sans-serif;
		font-size:1.5em;
		padding-right:10px;
		font-weight: 400;
	}
	
	.contact-full-body{
		display: table-cell;
		width: calc(100% - 110px);
		margin-top: 10px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		font-size: 1em;
		line-height: 1.5em;
		padding-bottom: 1em;
	}
	
	.report-description-table .schedule-appointment{
		max-width: 12.5em;
		
	}

	.report-description-table{
		display: table; 
		width: 95%;
		border-collapse: collapse; 
		margin: auto;
		padding:0;
	}
	
	.report-description-row{
		display: table-row; 
		width: 100%;
		height: 100%;
		padding:0;

	}
	
	
	.meet-me{
		display: table-cell;
		width: 45%;
		min-width: 350px;
		padding-left: 25px;
		vertical-align: top;
	}
	
	.report-description-spacer{
		width:25px;
		background-color: #F3F3F3;
	}
	
	.free-consultation-frame{
		display: table-cell;
		width: calc(55%-100px);
		background-color: white;
		vertical-align: top;
		padding-right:25px;
	}


	.report-description{
		height: auto;

	}
	
	.betterhometeam {
		display: block;
		width: 100%;
		max-width:320px;
		margin: auto;
	}	
	
	.contactinfo {
		display: block;
		width:100%;
	}
	
	

}



/*************************************************
*		LARGE DESKTOP MIN 1600 PX
*
**************************************************/

@media only screen and (min-width: 1600px) {
	.contact-full{
		margin-left:215px;
	}

	.report-description-table{
		display: table; 
		height: 100%;
		width: 90%;
		border-collapse: collapse; 
		margin: auto;
		padding:0;
	}
}

/***********************************
*	AGENT STUFF - DESKTOP VERSION
***********************************/
@media only screen and (min-width: 1280px) {
	.betterhometeam{
		display:inline-block;
		width: 12.5em;
		
	}
	
	

	.contactinfo{
	display:inline-block;
	width: calc(100% - 13em);
	text-align: left;
	padding-top: 2em;
	vertical-align:top;
	
	}
	
	
}

@media screen and (min-width: 1282px) {
  .menu > ul {
    margin-right:calc(calc(45vw - 577px) / 2);
  }
}


@media only screen and (min-width: 1240px) and (max-width: 1399px) {
  .menu > ul {
    margin-right:calc(calc(45vw - 526px) / 2);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
	.menu > ul {
    margin-right:calc(calc(45vw - 577px) / 2);
  }
}

@media only screen and (min-width: 1550px) and (max-width: 1749px) {
		.menu > ul {
    margin-right:calc(calc(45vw - 591px) / 2);
  }
}

@media only screen and (min-width: 1750px) and (max-width: 1999px){
	.menu > ul {
    margin-right:calc(calc(45vw - 640px) / 2);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2249px){
	.menu > ul {
    margin-right:calc(calc(45vw - 705px) / 2);
  }
}

@media only screen and (min-width: 2250px) and (max-width: 2499px) {
	.menu > ul {
    margin-right:calc(calc(45vw - 770px) / 2);
  }
}

@media only screen and (min-width: 2500px) {
	.menu > ul {
    margin-right:calc(calc(45vw - 820px) / 2);
  }
}