/* Reset
------------------------------------------------------------ */

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 5px;
  color: #fff	;
  font-size: 20px;
}

h2 {
  color: #406fb5;
  font-size: 18px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  color: #fff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}
h4 {
  color:#C00;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}
a {
  outline: none;
  border: none;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
A.class1 {
  outline: none;
  border: none;
  color: #C00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  text-transform: none;
}

p {
  margin: 0 0 10px;
  line-height: 1.4em;
  font-size: 1.2em;
}

img {
  display: inline-block;
}

aside {
  font-style: italic;
  font-size: 0.9em;
}
/* imgframe - adding border round map image */

.imgframe {
  background: #ffffff;
  border: 1px solid #999999;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
}

.style96 {
	color: #FF9900;
	text-align: center;
	padding: 5px;
	font-size: 20px;
}

/* Structure */

body {
  background-color: #406fb6;
}

#wrapper {
  max-width: 1500px;
  margin: auto;
  text-align: center;
  width: 90%;
}
/* Contain1 to 7 are to prevent Cumulative Layout shift caused by the header images */
/* header image */
.contain1 {
          object-fit: cover;
          width: 100%;
          height:450px;
}
/* header image-smaller */
.contain2 {
          object-fit: cover;
          width: 100%;
          height:175px;
}  
/* site logo */  
.contain3 {
          object-fit: cover;
          width: 100%;
          height:150px;
}
/* site logo -smaller */
.contain4 {
          object-fit: cover;
          width: 100%;
          height:95px;
}  
/* luxury home image */ 
.contain5 {
          object-fit: cover;
          width: 100%;
          height:250px;
}
/* map-button-smaller */ 
.contain6 {
          object-fit: cover;
          width: 100%;
          height: 125px;
}
  /* white bar under nav */
.contain7 {
          object-fit: cover;
          width: 100%;
          height: 5px;
}

#img1 {display:block;}
#img2 {display:none;}
#img3 {display:block;}
#img4 {display:none;}

.headline {
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
	color: #FFF;
}

.subheadline {
  margin: auto;
  padding: 12px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
	color:#FF0;
  width: 100%;
}
.subheadline2 {
  margin: auto;
  padding: 12px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
	color: #FFF;
  width: 100%;
}
.googlesearchboxholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  background-color: #fff;
  width: 100%;
}
.googlesearchbox1 {
  margin: auto;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
	color:#446db7;
  width: 35%;
}
.googlesearchbox2 {
  margin: auto;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: ##ffffcc;
	color:#4e90fe;
  width: 65%;
}
.profile {
	  margin: auto;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
	color: #406fb6;
  width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.profile2 {
	  margin: auto;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
	color: #406fb6;
  width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
  .jump-to-search {
  display: none;	  
  }
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
}

.grid_column1 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 12px;
  background-color: #fff;
}
.holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  background-color: #fff;
  width: 100%;
}
.boxlineA {
  Width: 60%;
  border-radius: 10px 0px 0px 10px; 
  height: 320px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d6d6d6;
  border-bottom-color: #d6d6d6;
  background-color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #036;
  text-align: center;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: auto;
  margin-left: 10px;
}
.boxlineB {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px 10px 10px 00px; 
  height: 320px;
  border-left-width: 0px;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d6d6d6;
  border-bottom-color: #d6d6d6;
  background-color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #036;
  text-align: center;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: auto;
  margin-right: 10px;
}
.boxline1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  height: 370px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d6d6d6;
  border-bottom-color: #d6d6d6;
  background-color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #036;
  text-align: center;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: auto;
  margin: 10px;
}
.box_topbottom {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color:#406fb6;
	padding: 6px;
	text-align: center;
	border-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
	border-right-color: #ececff;
	border-bottom-color: #406FB6;
	border-left-color: #ececff;
    width: 98%;
}
.splitbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ececff;
	font-weight: bold;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
    width: 98%;
}
.box1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
	background-color:#ececff;
	padding: 6px;
	text-align: left;
	border-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
	border-right-color: #406FB6;
	border-bottom-color: #406FB6;
	border-left-color: #406FB6;
}

.box2 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
	padding: 6px;
	background-color:#ececff;
	text-align: left;
	border: medium solid #406FB6;
}
.box3 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	font-weight: bold;
	padding: 6px;
	background-color:#ececff;
	text-align: left;
	border: medium solid #406FB6;
}
.boxbottom {
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	align-items: center;
    justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #406fb6;
	padding: 10px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #406FB6;
	border-right-color: #406FB6;
	border-bottom-color:#406FB6;
	border-left-color: #406fb6;
	width: 98%;
}


.grid_column4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px;
  background-color: #fff;
}
.top-button {
	display: none;
}
.footer {
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #406fb6;
  color: #FFF;
}
/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  margin-bottom: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/*!End of responsive-nav.js 1.0.39 by @viljamis */

@media screen and (max-width: 480px) {
  #img1 {display: none;}
  #img2 {display: block;}
  #img3 {display: none;}
  #img4 {display: block;}
  
  .jump-to-search {
	display: block;
	margin-top: 5px;
	padding-bottom: 10px;
	width: 100%;
  background-color: #406fb6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#F90;
	font-style: italic;
}

  .grid {
    display: block;
    width: 100%;
    background-color: #FFF;

  }

  .grid_column1 {
    display: block;
		width: 100%;

  }
  .holder {
	 display: block; 
  }
  .contain5 {
          height:160px;
}
    .boxlineA {
     height: 170px;
     border-radius: 10px 10px 0px 0px;
     border-bottom-width: 0px;
	 border-right-width: 3px;  
	display: block;
	width: 100%;
    margin-left: 0px;

}
    .boxlineB {
	height: 350px;
    border-radius: 0px 0px 10px 10px; 
    border-top-width: 0px;	
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
  .boxline1 {
	  margin: 0px;
	  margin-bottom: 15px;
  }
  .top-button {
	display: block;
	width: 100%;
}
  .grid_column4 {
    display: block;
    width: 100%;
  }

}
