@charset "utf-8";
/* CSS Document */
*
{
	margin: 0%;
	padding: 0%;
   font-family: Arial, Helvetica, sans-serif;
}

/*-----------------------------  Main Menu --------------------------------------------*/
.hdevl img { width: 100%; }
 ul{
	list-style: none;
    color:white;
    background-color:#263E60;
    box-shadow:1px 1px 4px 0 rgba(0,0,0,.1);
    position:fixed;
    width:100%;
    z-index:3;
}

 ul li {
	background-color: #263E60;
	width: 25vh;
	line-height: 30px;
	text-align: center;
	float: left;
	position: relative;
}
 ul li a {
	background-image: linear-gradient(to right, red 50%, #263E60 50%);
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-position: 100% 0;
	transition: background-position 0.11s linear;
	text-decoration: none;
	color: white;
	display: block;
   border-right:1px solid #aaa;
}
 ul li a:hover {
	background-color: red;
	background-position: 0% 0;
}
.dropdown ul li a{
	margin: 5px;
	text-align: center;
	height: 20px;
	border-right:none !important;
}
 ul ul {
	position: absolute;
	display:none;
}
 ul li:hover > ul {
	display: block;
}
/*----- END MENU ------------------------------------------------------*/
.broker-box { 
	padding-top: 1em; 
	padding-left: 2em;
	padding-right: 2em;
	font-family: "Bai Jamjuree", serif;
	font-weight: 400;
	color: black;
}
.broker-box h1 { font-size: 3.5vw; }
.broker-box p { font-size: 1.2vw; }
.broker-box img { width: 4vw; }
.broker-box img:hover {
	cursor: pointer;
	transform: scale(1.1);
	}

.contact-box { 
	padding-top: 1em; 
	padding-left: 1em;
	padding-right: 2em;
	font-family: "Bai Jamjuree", serif;
	font-weight: 400;
	color: black;
}
.contact-box h1 { font-size: 3.5vw; }
.contact-box p { font-size: 2vw; }
.contact-box img { width: 4vw; }
.contact-box img:hover {
	cursor: pointer;
	transform: scale(1.1);
	}
/*------------------------------------------------------------------------------*/
.broker-entry {
	padding-left: 1em;
	padding-right: 2em;
	font-size: 1.9vw;
	line-height: .5;
	}
.broker-entry h3 { 
	font-size: 2.5vw; 
	text-align: center;
	}
.broker-entry p { 
	font-size: 1.5vw;
}
.broker-entry h4 { 
	font-size: 1.5vw; 
	font-weight: 300;
	line-height: 1.2;
	}

.contact-entry {
	padding-left: 1em;
	padding-right: 2em;
	font-size: 1.9vw;
	line-height: 1.3;
}
.Signup-overlay-close {
	position: absolute;
	top: 20px;
	right: 5vw;
}
.SU-column1 {  /* Address */
	display: grid;  
	grid-template-columns: 45% 20% 15% 15%;
	gap: 10px;
	margin-bottom: 10px;
}
input[type="password"]:valid { background: #B8FFB8; }
/*-----------------------  Realtor Commission Statement -----------------------*/

.dropdown { display: none; }
.hidden { display: block; }
.question { font-size: 1.8vw; }
.answers { font-size: 1.8vw; }
.answers {
  background: white;
  color: purple;
  padding: 0px 15px;
  margin: 4px 2.5em;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}
.question:hover { background: #E5E4E2; }
.question {
  position: relative;
  background: white;
  color: purple;
  margin: 3px 1px 3px 1px;
  padding: 10px 10px 10px 50px;
  display: block;
	border: 2px;;
	border-style: solid;
	border-color: #E5E4E2;
  width: 90%;
  cursor: pointer;
}
.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 1.5em;
  color: black;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  pointer-events: none;
}

.questions:checked ~ .plus {
  color: red;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

.inp::-webkit-input-placeholder { font-size: 1.9vw; color: #919191; }
.msg-box::-webkit-input-placeholder { font-size: 1.9vw; color: #919191; }
input[type="tel"] { font-size: 1.9vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="text"] { font-size: 1.9vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="email"] { font-size: 1.9vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="password"] { font-size: 1.9vw; height: 30px; border: 2px solid black; padding-left: .50em; }
.pswButton { font-size: 1.5vw; border: 2px solid black; background:white; color:blue; padding-left:.5em; padding-right:.5em; }
.pswButton:hover {
		cursor: pointer;
		transform: scale(1.1); 
		box-shadow: 3px 3px 15px 1px #0FFF50;
}
.sign {
	font-family: "Alex Brush", cursive;
	font-weight: 400;
	font-style: normal;
}
input[type="submit"] { 
	height: 30px; 
	font-size: 2.3vw;
}
select { height: 30px; }
textarea { height: 100px; width: 43vw; }
#statement { font-size: 1.7vw; }
#Contact-By { width: 60vw; font-size: 1.9vw;  border: 2px solid black; }
#Working-With, #Finance { width: 60vw; font-size: 1.9vw;  border: 2px solid black; }
.msg-box { 	width: 60vw; 
				font-size: 1.9vw; 
				padding-left: .5em;
				color: black;  
				border: 2px solid black; 
			}
#Agent { margin-bottom: -15px; }
input[type="submit"]:hover  { 
		transform: scale(1.1); 
		cursor: pointer; 
		box-shadow: 3px 3px 15px 1px orange;
	}
#SubmitIt { color: black; 
				background: #FFC000; 
				width: 30vw; 
				border-radius: 10px;	
				font-size: 2vw;
		   }

.Thankyou img { 
	width: 60%; 
	border: 4px solid cyan;
}
.Thankyou .button { width: 6em; height: 3em; }

.diagonal {
	position: relative;
	text-align: center;
	color:#004700;
	font-size: 4vw;
}
#place-company h1 {
	position: absolute;
	top: 65%; 
	left: 17%;
	font-size: 5vw;
	font-weight: bold;
	text-shadow: 2px 2px 4px white;
}
#place-company p {
	position: absolute;
	top: 82%; 
	left: 8%;
	font-size: 1.3vw;
	margin-right: 5vw;
	font-weight: normal;
	color: #004700;
}
.hobart-bg {
	position: relative;
	display: inline-block;
}
.hobart-bg img {
	margin-top: 120px;
	width: 100vw;
	max-height: 45vw;
}
.hobart-overlay-image1 {
	position: absolute;
	bottom: 5px;
	left: 1vw;
	max-width: 15vw;
	height: 10vw;
}
.hobart-overlay-image2 {
	position: absolute;
	bottom: 5px;
	right: 2vw;
	max-width: 15vw;
	height: 10vw;
}
.hobart-overlay-image3 {
	position: absolute;
	bottom: 5px;
	left: 17vw;
	max-width: 15vw;
	height: 10vw;
}
.hobart-overlay-image4 {
	position: absolute;
	bottom: 5px;
	right: 18vw;
	max-width: 20vw;
	height: 10vw;
}
.whiting-bg {
	position: relative;
	display: inline-block;
}
.whiting-bg img {
	margin-top: 120px;
	width: 100vw;
	max-height: 45vw;
}
.whiting-overlay-image1:hover + .hide1 { display:block; }
.whiting-overlay-image1 {
	position: absolute;
	top: 16px;
	left: 1vw;
	max-width: 15vw;
	height: 10vw;
   border:1px solid #00FF00;
}

.whiting-overlay-image2:hover + .hide2 { display:block; }
.whiting-overlay-image2 {
	position: absolute;
	top: 16px;
	right: 2vw;
	max-width: 15vw;
	height: 10vw;
   border:1px solid #00FF00;
}

.whiting-overlay-image3:hover + .hide3 { display:block; }
.whiting-overlay-image3 {
	position: absolute;
	bottom: 5px;
	left: 1vw;
	max-width: 15vw;
	height: 10vw;
   border:1px solid #00FF00;
}

.whiting-overlay-image4:hover + .hide4 { display:block; }
.whiting-overlay-image4 {
	position: absolute;
	bottom: 5px;
	right: 2vw;
	max-width: 15vw;
	height: 10vw;
   border:1px solid #00FF00;
}

.hide1 { 
	position: absolute;
	color: white;
	font-size: 2.2vw;
	top: 140px;
	left: 1.5vw;
	display: none; 
}
.hide2 { 
	position: absolute;
	color: white;
	font-size: 2.5vw;
	top: 140px;
	right: 4vw;
	display: none; 
}
.hide3 { 
	position: absolute;
	color: white;
	font-size: 2.5vw;
	bottom: 90px;
	left: 4vw;
	display: none; 
}
.hide4 { 
	position: absolute;
	color: white;
	font-size: 2.5vw;
	bottom: 90px;
	right: 3vw;
	display: none; 
}

.HB-headline {
	display: grid;  
	grid-template-rows: 1fr .5fr;
	grid-template-columns: 20% 60% 20%;
}
.HB-headline h1 {
	grid-row: 1 / 1;  
	grid-column: 2 / 2;
	padding-left: 2em;
	color: #004700;
	font-size: 4.5vw;
}
.headline {
	display: grid;  
	grid-template-rows: 1fr .5fr;
	grid-template-columns: 20% 60% 20%;
}
.headline h1 {
	grid-row: 1 / 1;  
	grid-column: 2 / 2;
	text-align: center;
	color: #004700;
	font-size: 5vw;
}
.headline p {
	grid-row: 2 / 2;  
	grid-column: 2 / 2;
	text-align: center;
	color: #004700;
	font-size: 2.3vw;
	color: blue;
}
.headline li {
	grid-row: 2 / 2;  
	grid-column: 3 / 3;
	text-align: center;
	list-style-type: none;
}

input[type="button"] { 
		height: 30px; 
		color: black; 
		background: #FFC000;	
		font-size: 1.5vw;
		border-radius: 10px;	
		}
.GetButton:hover {
		cursor: pointer;
		transform: scale(1.1); 
		box-shadow: 3px 3px 15px 1px #FF00FF;
}
	
.townhome {
	display: grid;
	grid-template-rows: 3em 1fr ;
	grid-template-columns: .5fr 1fr;
}
.TH-1 {
	grid-row: 2 / 2;  
	grid-column: 1 / 1;
	padding-left: 4em;
	line-height: 2;
	font-size: 2.1vh;
	color: #004700;
}
.TH-1 h4 { font-size: 1.2vh; }
.TH-1 a { font-size: 1.3vw; }
.TH-1 a:hover {
	color:red;
}
.TH-2 {
	grid-row: 2 / 2;  
	grid-column: 2 / 2;
}
.TH-2 img { width: 65vw; border-radius: 20px; }
.TH-2 img:hover { box-shadow: 3px 3px 15px 1px #0000FF;  }
.TH-3 { font-size: 1.7vw; }
.first-floor {
	grid-row: 1 / 1;  
	grid-column: 1 / 1;
}
/*----------------------- Whiting Unit Details ----------------------*/
.Unit-Details h2 {
	font-size: 3vw;
	color: #004700;
}
#lot { width: 2vw; }
#status { width: 4vw; }
#addr { width: 63vw; }
#intSF { width: 7vw; }
#lotSF { width: 8vw; }
#common { width: 15vw; }

.Unit-Details {
	padding-top: 2em;
	padding-left: 5.5em; 

    table {
        width: 63%;
        border-collapse: collapse;
    }
    th, td {
        border: 1px solid #004700;
        text-align: center;
        padding: .3em;
    }
    th {
        background-color: #f2f2f2;
    }
    tr:nth-child(even) {
        background-color: #f9f9f9;
    }
}
/*----------------------- Plat Details ----------------------*/

.Plat h2 { 
	padding-top: 1em; 
	font-size: 3.0vw; 
   text-align: left;
	padding-left: 2em;
	color: #004700;
}
.Plat img {
	padding-left: 5em;
	width: 55vw; 
	}

#BrokerReg { 
	background: orange; 
	color: black; 
	padding: .3em;
	border-radius: 10px;	
	font-size: 1.2vw;
	margin-bottom: 10px;
	}
#BrokerReg:hover { 
	transform: scale(1.1);
	cursor: pointer;
	box-shadow: 3px 3px 15px 1px DarkOrange;
}
.HB-floorplans {
	padding-left: 5em;
	padding-right: 5em;
}
.floorplans {
	padding-top: 2em;
	padding-left: 5em;
	padding-right: 5em;
}
.HB-floorplans h2 { 
	padding-top: 15px;
	font-size: 3.0vw; 
	font-weight: 100;
	color: #004700;
}
.floorplans h2 { 
	padding-top: 15px;
	font-size: 3.0vw; 
	font-weight: 100;
	color: #004700;
}

.HB-floorplans p { margin-top: 20px; font-size: 1.40vw; }
.floorplans p { margin-top: 20px; font-size: 1.40vw; }
.floor-layout {
	display: grid;
	grid-template-rows: 1fr 3vw;
	grid-template-columns: 1fr 1fr;
	margin-top: 5em; 
}
.Whiting-floor-layout {
	display: grid;
	grid-template-rows: 1fr 3vw;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 5em; 
}
.Hobart-floor-layout {
	display: grid;
	grid-template-rows: 1fr 3vw;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 5em; 
}

.Mark-Keene img { width: 25vw; }
.Mark-Keene img:hover { transform: scale(1.1); cursor: pointer; }
.Mark-Keene {
	grid-row: 1 / 1;  
	grid-column: 1 / 1;
	padding-left: 4em;
}
.Mark-Keene p { font-size: 1.8vw; padding-left: 1.5em; }

.basement-floor img { width: 23vw; float: right; }
.basement-floor img:hover { 		
	transform: scale(1.1);
	cursor: pointer;
}
.basement-floor-tag p { padding-left: 2.5em; color: black; }
.first-floor img { width: 26vw; float: right; }
.first-floor img:hover { 		
	transform: scale(1.1);
	cursor: pointer;
}
.basement-floor {
	grid-row: 1 / 1;  
	grid-column: 1 / 1;
}
.first-floor {
	grid-row: 1 / 1;  
	grid-column: 2 / 2;
}
.Hobart-first-floor img { width: 26vw; float: right; }
.Hobart-first-floor img:hover { 		
	transform: scale(1.1);
	cursor: pointer;
}
.Hobart-first-floor {
	grid-row: 1 / 1;  
	grid-column: 2 / 2;
}

.first-floor-tag p { text-align: right; color: black; padding-right: 2em; }
.first-floor-tag {
	grid-row: 2 / 2;  
	grid-column: 2 / 2;
}
.Hobart-first-floor-tag p { text-align: right; color: black; }
.Hobart-first-floor-tag {
	grid-row: 2 / 2;  
	grid-column: 2 / 2;
}

.second-floor img:hover { 		
	transform: scale(1.1);
	cursor: pointer;
}
.Hobart-second-floor img:hover { 		
	transform: scale(1.1);
	cursor: pointer;
}
.second-floor img { width: 30vw; float: left; padding-right: 1em; }
.second-floor {
	grid-row: 1 / 1;  
	grid-column: 3 / 3;
	padding-left: 4em;
}
.Hobart-second-floor img { width: 30vw; float: left; }
.Hobart-second-floor {
	grid-row: 1 / 1;  
	grid-column: 3 / 3;
	padding-left: 3em;
}
.second-floor-tag p { text-align: center; color: black; }
.second-floor-tag {
	grid-row: 2 / 2;  
	grid-column: 3 / 3;
}
.Hobart-second-floor-tag p { text-align: center; color: black; }
.Hobart-second-floor-tag {
	grid-row: 2 / 2;  
	grid-column: 3 / 3;
}

.notice {
	font-size: 1.1vw;
	padding-left: 5em;
	text-decoration: none;
	margin-top: 20px; 
	padding-bottom: 1em;
	}
.footer a:hover {
	cursor: pointer;
	color: red;
	}
.footer p:hover {
	cursor: pointer;
	color: red;
	}
.footer {
	margin: -11px;
	display: flex;
	flex-direction: row;
	background: #cbc2a6;
	height: 5vw;
	color: #004700;
	font-size: 1.3vw;
}
.footer div { 
	margin: 10px;
	padding: 10px;
	}
	
.Thankyou {
	position: relative;
	text-align: center;
}
.TY { /* Thank You */
	position: absolute;
	top: 3em;
	left: 3.5em;
	font-size: 8vw;
	color: white;
	font-weight: bold;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
}

.TY-msg {
	position: absolute;
	top: 18em;
	left: 22vw;
	font-size: 2vw;
	color: white;
	font-weight: bold;
}
.Thankyou img { 
	width: 80vw; 
}
	
/*----------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) { /* IPAD (768)*/
	.hdevl img { width: 100%;}
	.whiting-bg img { margin-top: 90px; }
	.headline h1 { font-size: 5vw; }
	.headline p { font-size: 3vw; }
	input[type="button"] { 
		font-size: 3vw;
		border-radius: 10px;	
		}
	.townhome {
		grid-template-rows: 3em 12em ;
		grid-template-columns: .6fr 1fr;
	}
	.whiting-overlay-image3 {
		bottom: 5px;
		left: 1vw;
	}
.whiting-overlay-image4 {
	bottom: 5px;
	right: 2vw;
}
	.hide1 { 
		top: 110px;
		left: 1.5vw;
	}
	.hide2 { 
		top: 110px;
		right: 4vw;
	}
	.hide3 { 
		bottom: 60px;
		left: 4vw;
	}
	.hide4 { 
		bottom: 60px;
		right: 3vw;
	}
	.TH-1 {
		padding-left: 2em;
		line-height: 2;
		font-size: 1.5vh;
	}
	.TH-1 h4 { font-size: 1.2vh; }
	.TH-1 a {
		font-size: 1.7vw;
	}
	.TH-2 img { width: 60vw; }
	.TH-3 p { font-size: 2vw; padding-left: 3.5em; }
/*----------------------- 768 Unit Details ---------------------------------*/
	.Unit-Details {
		padding-top: 3em;
		padding-left: 2.5em; 
		table { width: 90%; }
		font-size: 2vw;
	}
	.Unit-Details h2 {
		font-size: 4vw;
		color: #004700;
	}

	.Plat h2 { 
		padding-top: 1em; 
		font-size: 5vw; 
		padding-left: .75em;
	}
	.Plat img {
		padding-left: 1.3em;
		width: 80vw; 
		}

#BrokerReg { width: 14em; font-size: 2.2vw; }
/*----------------------- 768 Floor Plans ---------------------------------*/
	.HB-floorplans { padding-left: 1em; padding-right: 1em;}
	.HB-floorplans h2 { font-size: 5vw;  padding-top: 1em;  padding-left: .5em;}
	.HB-floorplans p { margin-top: 10px; font-size: 2vw;  padding-left: .5em;}
	.floorplans { padding-left: 1em; padding-right: 1em;}
	.floorplans h2 { font-size: 4vw;  padding-top: .2em;  padding-left: .5em;}
	.floorplans p { margin-top: 10px; font-size: 2vw;  padding-left: .5em;}
	.floor-layout {
		grid-template-columns: .75fr 1fr;
		margin-top: 1em; 
	}
	.Mark-Keene { padding-left: 1em; }
	.Mark-Keene p { font-size: 2.3vw; padding-left: .1em; }
	.first-floor { padding-left: .5em; }
	.second-floor { padding-left: .5em; }
	.basement-floor-tag  { display: none; }
	.first-floor-tag  { display: none; }
	.second-floor-tag  { display: none; }
	.Hobart-first-floor-tag  { display: none; }
	.Hobart-second-floor-tag  { display: none; }
	.notice {
		font-size: 2vw;
		padding-left: 2em;
		margin-top: 20px; 
	}
	.footer { height: 5vw; }
	.footer div { margin: 2px; padding: 5px; }
	.footer { font-size: 1.4vw; }


.broker-entry { padding-left: 1em; padding-right: 2em; }
.broker-box h1 { font-size: 5vw; }
.broker-box img { width: 2.5em; }
.broker-box p { font-size: 3vw; }
.inp::-webkit-input-placeholder { font-size: 3.4vw; color: #919191; }
.msg-box::-webkit-input-placeholder { font-size: 3.5vw; color: #919191;}
input[type="tel"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="text"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="email"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="password"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; padding-right: .50em; }
input[type="radio"] { font-size: 3.5vw;  border: 2px solid black; padding-left: .50em; padding-right: .50em; }
.pswButton { font-size: 3.4vw; border: 2px solid black; background:white; color:blue; padding-left:.5em; padding-right:.5em; }
.answers { font-size: 3.5vw; }
.answers {
  padding: 0px 15px;
  margin: 4px 1em;
}
.dropdown label { font-size: 3.5vw; }
.plus { font-size: 3.5em; }
.broker-entry p { font-size: 3.5vw; line-height: 1; }
.broker-entry h3 { font-size: 2.7vw; }
.broker-entry h4 { font-size: 3vw; }
#SubmitIt { font-size: 3vw; width: 35vw; }

}

/*--------------------------  END 768 --------------------------------*/

@media only screen and (max-width: 600px) { 
	.hdevl img { width: 100%;}
	ul li { width: 25vh; }
	.headline {
		grid-template-rows: 1fr .5fr;
		grid-template-columns: 1fr;
	}
	.whiting-bg img { margin-top: 70px; }
	.headline h1 { font-size: 6vw; }
	.headline p { font-size: 4vw; }
	input[type="button"] { 
		font-size: 3vw;
		border-radius: 10px;	
		}
	.townhome {
		grid-template-rows: 1fr .5fr;
		grid-template-columns: 1fr;
		padding-left: .5em; 
	}
	.hide1 { 
		top: 90px;
		left: 1.5vw;
	}
	.hide2 { 
		top: 90px;
		right: 4vw;
	}
	.hide3 { 
		bottom: 40px;
		left: 4vw;
	}
	.hide4 { 
		bottom: 40px;
		right: 3vw;
	}
	.TH-1 {
		grid-row: 1 / 1;  
		grid-column: 1 / 1;
		padding-left: 1em;
		line-height: 2;
		font-size: 2vh;
	}
	.TH-1 a { font-size: 3.5vw; }
	.TH-1 h4 { font-size: 1.1vh;  }
	.TH-2 {
		grid-row: 2 / 2;  
		grid-column: 1 / 1;
		margin-top: 20px;
	}
	.TH-2 img { width: 85vw; padding-left: 2em; }
	.TH-3 { font-size: 3vw; padding-left: 2.5em; }
	.TH-3 p { font-size: 3.5vw; padding-left: 2em; }
	.floor-layout {
		grid-template-rows: 1fr;
		grid-template-columns: 1fr;
		margin-top: .15em; 
	}
	.Plat h2 { 
		padding-top: 1em; 
		font-size: 5.0vw; 
		padding-left: 1em;
	}
	.Plat img {
		padding-left: 1em;
		width: 80vw; 
		}
	.HB-floorplans { padding-left: 1em; padding-right: 1em; }
	.HB-floorplans h2 { font-size: 7vw; padding-left: .5em; }
	.HB-floorplans p { margin-top: 1px; font-size: 3.5vw; padding-left: .5em; }
	.floorplans { padding-left: 1em; padding-right: 1em; }
	.floorplans h2 { font-size: 7vw; padding-left: .5em; }
	.floorplans p { margin-top: 1px; font-size: 3.5vw; padding-left: .5em; }
	.Mark-Keene { padding-left: 1em; }
	.Mark-Keene p { font-size: 2vw; padding-left: 1em; }
	.Whiting-floor-layout {
		grid-template-rows: 1fr 1fr .75fr;
		grid-template-columns: 1fr;
		margin-top: 5em; 
	}
	.basement-floor img { width: 60vw;  float: left; padding-left: 7em; }
	.basement-floor {
		grid-row: 1 / 1;  
		grid-column: 1 / 1;
	}
	.first-floor img { width: 60vw;  float: left; padding-left: 7em; }
	.first-floor {
		grid-row: 2 / 2;  
		grid-column: 1 / 1;
		padding-top: 2em;
	}
	.second-floor img { width: 60vw;  padding-left: 5em; }
	.second-floor {
		grid-row: 3 / 3;  
		grid-column: 1 / 1;
	}
	.Hobart-first-floor { padding-left: 2em; }
	.Hobart-second-floor { padding-left: 2em; }
	.basement-floor-tag  { display: none; }
	.first-floor-tag  { display: none; }
	.second-floor-tag  { display: none; }
	.Hobart-first-floor-tag  { display: none; }
	.Hobart-second-floor-tag  { display: none; }
	.notice {
		font-size: 3vw;
		padding-left: 2em;
		margin-top: 20px; 
	}
	.footer { height: 6vw; }
	.footer div { margin: 3px; padding: 5px; }
	.footer { font-size: 1.4vw; padding-left: 1em; }
/*-------------------------- 600 Broker Registration --------------------------*/
.broker-entry { padding-left: 1em; padding-right: 2em; }
.broker-box h1 { font-size: 5vw; }
.broker-box img { width: 2.5em; }
.broker-box p { font-size: 4vw; }
.inp::-webkit-input-placeholder { font-size: 3.4vw; color: #919191; }
.msg-box::-webkit-input-placeholder { font-size: 3.5vw; color: #919191;}
input[type="tel"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="text"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="email"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; }
input[type="password"] { font-size: 3.4vw; height: 30px; border: 2px solid black; padding-left: .50em; padding-right: .50em; }
input[type="radio"] { font-size: 3.5vw;  border: 2px solid black; padding-left: .50em; padding-right: .50em; }
.pswButton { font-size: 3.4vw; border: 2px solid black; background:white; color:blue; padding-left:.5em; padding-right:.5em; }
.answers { font-size: 3.5vw; }
.answers {
  padding: 0px 15px;
  margin: 4px 1em;
}
.dropdown label { font-size: 3.5vw; }
.plus { font-size: 3.5em; }
.broker-entry p { font-size: 3.5vw; line-height: 1; }
.broker-entry h3 { font-size: 2.7vw; }
.broker-entry h4 { font-size: 3vw; }
#SubmitIt { font-size: 3vw; width: 35vw; }




}  /*----------- END 600 -------------*/