.CSMlineText {
	width: 240px;
}

.CSMlineLink {
	width: 140px;
}


/*  --------	ALL PAGES GENERAL   ------------  */

body {
	min-height: 690px;
}

.imageBlock{
	margin-top: 75px;
	text-align: center;
}

select.year{
	width: 25%;
}

select.month{
	width: 30%;
}
select.day{
	width: 20%;
}

table{
	padding-left: 10px;
	padding-right: 10px;
	}
	
	th{
	text-align: left;
	padding: 10px;
	color: #606060;
	}
	
	td{
	padding: 10px;
	color: #606060;
	}
	
	td.blue{
	padding: 10px;
	color: #204080;
	}
	
	

/*------------- NAVBAR STYLES ------------------ */
#syhffTopnav {
	width: 100%;
	z-index: 1080;
}

.topnav {
  position: fixed; top: 0; left: 0;
  height: 60px;
  background-color: #102040;
  border-bottom: none;
}

.headspace {
  height: 50px;
}

#forMobile {
	height: 528px;
	/*-webkit-transition:height 600ms ease-in-out;
	-moz-transition:height 600ms ease-in-out;
	-o-transition:height 600ms ease-in-out;
	transition:height 600ms ease-in-out; */
	width: 0px;
	-webkit-transition:width 600ms ease-in-out;
	-moz-transition:width 600ms ease-in-out;
	-o-transition:width 600ms ease-in-out;
	transition:width 600ms ease-in-out;
	overflow: hidden;
	position: relative;
	left: -60px;
 
}

.topnav a {
   position: relative; 
   /* left: -60px;  */
   top: 2px;
   width: 254px;
   /* width: 0; */
   /* -webkit-transition:width 600ms ease-in-out;
   -moz-transition:width 600ms ease-in-out;
   -o-transition:width 600ms ease-in-out;
   transition:width 600ms ease-in-out; */
   display: none;
   color: #ffffd0;
   /* overflow: hidden; */
} 

.topnav a.icon {
  /* background-color: burlywood; */
  float: right;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 17px;
  min-height: 34px;
  margin-top: 8px;
  /* margin-bottom: -5px; */
}

/* .fa-bars:hover {
  color: white;
} */

.topnav a.active{
  background-color: white;
  color: #102040;
}

#landscapePadder {
	height: 60px;
	background-color: #102040;
}

#syhffTopnav {
	position: fixed; top: 0; left: 60px;
}

#hamburgerCont.active{
	background-color: #102040;
}

#hamburgerCont {
	position: fixed; top: 0; left: 0;
	background-color: #102040;
	display: inline-block;
	width: 60px;
    height: 60px;
    vertical-align: bottom;
	cursor: pointer;
	padding: 0;
}

#hamburgers {
	width: 100%;
}

#mobileHeader {
	display: inline-block;
	padding: 16px 16px 8px 16px;
	font-size: 17px;
	min-height: 34px;
	color: #ffffff;
  }

.topnav a:hover{
	/* background-color: white; */
	color: #ffffff;
  }
  
  .topnav a.mobileOnly{
  /* float: left; */
  display: inline-block;
  padding: 16px 16px 8px 16px;
  text-decoration: none;
  font-size: 17px;
  min-height: 34px;
}

.ddIconContainer {
	margin-left: 16px;
}

.dropdown .dropbtn {
	/* position: relative; left: -60px;  */
	display: none;
	width: 250px;
	background-color: #ffffff;
	color: #102040;
}

.dropdown .dropbtnActive {
  /* position: relative; left: -60px;  */
  display: none;
  width: 250px;
}


.dropbtn, .dropbtnActive {
	cursor: pointer;
}


.topnav.responsive {
  position: relative;
  z-index: 9;
}

.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.topnav.responsive a {
  float: none;
  display: block;
  background-color: white;
  /* border-bottom: 1px solid #c0c0c0; */
  color: #102040;
  text-align: left;
  padding: 0px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover, .topnav a.active {
	background-color: #102040;
	color: #ffffd0;
  }



.topnav.responsive .dropdown {
	position: relative; 
	/* left: -60px;  */
	top: 2px;
	/* float: none; */
  text-align: left;
  font-size: 17px;
}

.topnav.responsive .dropdown-content {
  position: relative; top: -2px;
  background-color: transparent;
  /* width: 200px; */
}

.dropdown-content {
	/* display: none; */
	height: 0px;
	-webkit-transition:height 600ms ease-in-out;
	-moz-transition:height 600ms ease-in-out;
	-o-transition:height 600ms ease-in-out;
	transition:height 600ms ease-in-out;
	overflow: hidden;
	position: absolute; 
	background-color: #f5f8fc;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
  }
  
  .dropdown-display {
	  display: block;
	  width: 286px;
	  height: 0px;
	  -webkit-transition:height 600ms ease-in-out;
	  -moz-transition:height 600ms ease-in-out;
	  -o-transition:height 600ms ease-in-out;
	  transition:height 600ms ease-in-out;
	  overflow: hidden;
		position: absolute; 
	  background-color: #f5f8fc;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 9999;
  }
  
  
.topnav.responsive .dropdown .dropbtn {
  display: block;
  width: 286px;
  text-align: left;
  padding: 0;
}

.topnav.responsive .dropdown .dropbtnActive {
  display: block;
  width: 286px;
  text-align: left;
  padding: 0;
}
	
.ddcont {
	position: relative; left: 0 !important;
	background-color: #f0f0ff !important;
	padding: 8px 18px !important;
	width: 250px !important;
}
.ddcont:hover {
	background-color: #102040 !important;
}

/* -------------   FORMS   ----------------- */

.formHeader {
	padding: 10px 10px;
	font-size:10px;
}


.inputContainer{
  margin-left: 10%;
  width: 80%;
}

.inputContainerPass{
	padding-top: 20px;
	text-align: left;
    padding-left: 10%;
}

.inputText, .selectInputText, .advSelectInputText,  .inputTextSub{
  text-align: left;
  padding: 15px 0 5px 0;
}

.inputTextCheck {
	text-align: left;
	padding: 25px 0 5px 0;
}

.inputTextSub {
	text-align: left;
	margin-left: -3%;
}

.formInput{
  width: 100%;
  padding: 5px;
}

input[type=text],[type=password],[type=number]{
  width: 90%;
  margin-left: 5%;
  padding: 5px;
}

.inputContainer textarea{
	padding: 5px;
	width: 90%;
	height: 150px;
}

select{
  margin-left: 5%;
  width: 90%;
  padding: 5px;
  /* margin-left: -16px; */
  }

.grayButton {
	margin: 15px 0;
}

/* --------- HOME PAGE ------------------- */

#syhff{
	width: 75%;
}

#backimg {
	opacity: 80%;
}

/* -------------- ABOUT PAGE ---------------------------*/

#joincurtain {
	background-color: #102040;height: 975px;
}
#valuecurtain {
	background-color: #fff;height: 1075px;
}
#finalContainer {
	top:2325px;
	background-color:#ece4e6;
	min-height: 3000px;
}
#finalcurtain {
	background-color: #102040;
	height: 3000px;
}

#SPDcurtain {
	background-color: #102040;
	height: 745px;
	opacity:70%;
}
#howitworks {
	top:745px;
	background-color:#fff;
}
#HIWcurtain {
	background-color: #102040;
	height: 1200px;
	opacity:50%
}
#terms {
	top:1945px;
	background-color:#102040;
}
#termscurtain {
	background-color: #fff;
	height: 540px;
	opacity: 70%
}
#dontdelay {
	top:2475px;
	background-color:#102040;
}
#DDcutain {
	height:610px;
	background-color:#102040;
	opacity:60%
}



.aboutSection {
	background-color: #f5f5f5;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	/* padding: 20px; */
	margin: 5px;
}

/* .aboutPage {
	padding: 5px;
} */

.aboutText {
	display: inline-block;
	width: 40%;
	font-size: 15px;
	padding: 20px;
}

.aboutImg {
	display: inline-block;
	width: 30%;
}

.aboutImg img {
	width: 80%;
}
.aboutSectionNew {
	margin: 20px;
	position: relative;
}

.aboutText {
	background-color: #f7f7f7;
	border: 1px solid #102040;
	border-radius: 5px;
}

.darkText {
	top:965px;
	background-color:#fff;
}


/* .aboutImg {
	position: absolute;
	left: 65%;
} */

.v-aImg {
	position:absolute;
	top: 50%; left: 65%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 
}

.aboutImg img {
	/* width: 80%; */
	max-width: 80%;
	max-height: 150px;
}

.linktext{
  margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

/* Additional for Stakeholder Details */

.v-aImgLeft {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 5%;
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	display: inline-block;
  }

  .aboutTextStk {
	display: inline-block;
	position: relative;
	width: 40%;
	font-size: 14px;
	padding: 30px;
	height: 150px;


	background-color: #f7f7f7;
	border: 1px solid #102040;
	border-radius: 10px;
}

.aboutTextFull {
	background-color: #f7f7f7;
	border: 1px solid #102040;
	border-radius: 10px;
  padding: 10px;
}

.portraitImg {width:1000px;}
.narrowLandscapeImg {display:none;}
.landscapeImg {display:none;}
.aboutTextcontainer {
	position: absolute; top: 0; right: 0;
	width: 280px;
	/* background-color: #687081; */
}

/* .blueBack {
	background-color: #687081;
} */

/* -------- PROPERTY ADD AND EDIT  -------------- */

.propertyDetails img{
	width: 100%;
}

.propertyMainMenu a i, .propertySubMenu a i, .messagesMain a i, .favsMain a i, .dimHeader a div i, .adsheader a i {
	position: absolute;
	left: 88%;
}

.propertyDetails select, .propertyDetails input[type=text],[type=number], .propertyDetailsTall textarea, .propertyDetails span {
  margin: 0;
	position: absolute;
	left: 50%;
	width: 35%;
}

.propertyDetails input[type=checkbox], .propertyDetailsGrey input[type=checkbox]{
	position: absolute;
	left: 50%;
}

#resultsListBlock{
  width: 100%;
}

.whitespace{
	min-height: 100px;
}

.spdis img{
	width: 100%;
}


/* ---------- Search -------------- */

.ownAdText{
	position: absolute; top: 50px; left: 10px;
	width: 60%;
	text-align: left;
  font-size: 10px;
}
/* .closeCross {
	position: absolute;
	top: 65px;
	right: 5%;
} */

.propertyContainer{
	display: grid;
	grid-template-areas: 
		'photoCol photoCol'
		'typeHeader priceHeader'
		'detailsRow detailsRow';
	grid-template-columns: 49% 49%;
	background-color: #F0F0F0;
	border: 1px solid black;
}

/* =============== Property Details ======================*/

.propertyDetails, .propertyDetailsTall {
	padding-left: 10px;
	padding-right: 10px;
}

.propertyDetailButton {
	display: inline-block;
	padding: 10px 4.5px;
	font-size: 1em;
}

.propertyDetailButton a {
	cursor: pointer;
	color: #102040;
	background-color: white;
	border: 1px solid #102040;
	padding: 0.5em;
}

#contactInfo{
	display: inline-block;
	width: 388px;
}


/* ======================= LISTINGS =================================== */

.listing {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-template-areas: 
/*  'ch mh wh'
		'cc mc wc'
		'th ah ah'
		'tc ac ac'
		'ph ph ph'
		'pc pc pc'
	; */
    'ch cc'
    'mh mc'
    'wh wc'
    'th tc'
    'ah ac'
    'ph pc'
    ;
	min-height: 60px;
	width: 100%;
	background-color: #F0F0F0;
	color:black;
	border-bottom: solid 2px black;
}

.listingsheadertext{
	padding-left: 5px;
	font-style: italic;
	font-size: 12px;
	color: #b0b0b0;
}
.listingscontent {
	padding-left: 5px;
}

.listcomphead {grid-area: ch;} .listcompcont {grid-area: cc;} .listwebhead {grid-area: wh;} .listwebcont {grid-area: wc;} .listtelhead {grid-area: th;} .listtelcont {grid-area: tc;} .listaddhead {grid-area: ah;} .listaddcont {grid-area: ac;} .listprodhead {grid-area: ph;} .listprodcont {grid-area: pc;} .listmailhead {grid-area: mh;} .listmailcont {grid-area: mc;}


/* =======   Register   =========== */

.g-recaptcha{
	width: 225px;
    overflow: hidden;
}