/* Stylesheet - COBA Tour of Homes */

html,
body,
div,
span,
applet,
object,
iframe,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
header,
footer,
nav,
article,
section,
aside {
  display: block;
}
:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  font: 13px/18px 'Open Sans', sans-serif;
  color: #4f4f4f;
}
body.pixelsilk {
  text-align: center;
  padding: 0;
  border: 0;
  background-color: #6a6a6a;
}
body.pixelsilk.popUp {
  padding: 10px;
  background-color: white;
}
body.pixelsilk.popUp #mainColumn {
  text-align: left;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}
p {
  margin: 0 0 0.75em 0;
}
a img {
  border: 0;
}
hr {
  height: 1px;
  color: #f1f1f1;
  background-color: #f1f1f1;
  border: 0;
}
object {
  outline: none;
}
sub {
  font-size: 10px;
  vertical-align: sub;
}
sup {
  font-size: 10px;
  vertical-align: super;
}
a,
a:link,
a:visited {
  color: #1c4d5a;
  text-decoration: none;
  outline: none;
}
a:active,
a:hover,
a:focus {
  color: #1c4d5a;
  text-decoration: underline;
  outline: none;
}
a[name] {
  color: black;
  text-decoration: none;
}
/* Heading Styles */

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 15px 0;
  font-weight: normal;
  color: #777777;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h1 > strong {
  color: #31859c;
  font-weight: normal;
}
.round3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.round4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.round5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.round6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.round10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* Alignment/spacing classes */

.alignleft {
  margin: 0 20px 20px 0;
  float: left;
}
.alignright {
  margin: 0 0 20px 20px;
  float: right;
}
/* Setup the Sprites */

.spriteTheme {
  background-image: url('/connection-depot-sprite-theme.png');
  background-repeat: no-repeat;
}
.spriteHrz {
  background-image: url('/connection-depot-sprite-hrz.png');
  background-repeat: repeat-x;
}
.spriteVert {
  background-image: url('/connection-depot-sprite-vert2.png');
  background-repeat: repeat-y;
}
.inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: left;
  width: 1100px;
  min-width: 1100px;
}
/* Header styles */

#header {
  position: relative;
  z-index: 100;
  min-width: 1100px;
  height: 110px;
  text-align: center;
  background-color: white;
}
#header > .inner {
  height: 110px;
}
#header #logo {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 385px;
  z-index: 200;
  font-size: 0;
}
#header #logo img {
  width: 100%;
  height: auto;
}
#header .event-date {
  position: absolute;
  top: 60px;
  left: 420px;
  z-index: 1;
  width: auto;
  font-size: 20px;
  color: #31859c;
}
.userLocation {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1500;
  text-align: center;
  color: #444444;
  font-size: 12px;
  padding: 3px 15px;
  border: solid 1px white;
  border-top: 0;
  background-color: #9fc647;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.userLocation a,
.userLocation a:link,
.userLocation a:visited {
  color: white;
  text-decoration: none;
}
span.arrowDown {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background-position: -307px -50px;
}
.userLocation.open span.arrowDown {
  background-position: -307px -57px;
}
.userLocation span.loc {
  margin: 0 5px 0 0;
}
.userLocation.open .locations {
  text-align: left;
}
.userLocation ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.userLocation li.stateHead {
  font-weight: bold;
}
/* Top / bottom shadow styles */

.tbShadow {
  position: relative;
  z-index: 1;
}
.tbShadow .shadow {
  width: 262px;
  height: 5px;
  margin: 0 auto;
}
.tbShadow > .shadowTop {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 5px;
  overflow: hidden;
  text-align: center;
}
.tbShadow > .shadowTop > .shadow {
  background-position: -170px -95px;
}
.tbShadow > .shadowBottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 5px;
  overflow: hidden;
  text-align: center;
}
.tbShadow > .shadowBottom > .shadow {
  background-position: -170px -101px;
}
/* Search Form Styles */

.search {
  position: absolute;
  top: 95px;
  right: 55px;
  z-index: 1;
  width: 356px;
  height: 88px;
  background-position: 0 0;
  -webkit-box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.75);
  -moz-box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.75);
  -o-box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.75);
  box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.75);
}
.search span.title {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 1;
  display: block;
  padding: 0;
  color: black;
  font-size: 25px;
}
.search div.searchCategory {
  position: absolute;
  top: 10px;
  right: 65px;
  z-index: 1;
}
.search div.searchCategory input[type='radio'],
.search div.searchCategory label {
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}
.search div.searchCategory label {
  font-size: 12px;
}
.search .txtSearch {
  position: absolute;
  left: 20px;
  top: 34px;
  width: 250px;
  height: 30px;
  margin: 0;
  padding: 5px 10px;
  color: #5a5a5a;
  line-height: 30px;
  border: solid 1px #c5c5c5;
  background-color: white;
}
.search .btnSearch {
  position: absolute;
  right: 12px;
  top: 29px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0;
  border: solid 0px white;
  background-color: transparent;
  background-position: -208px -50px;
}
/* Menu Styles */

#nav {
  position: relative;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: auto;
}
#nav ul {
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}
#nav li {
  position: relative;
  z-index: 1000;
}
#nav > ul > li {
  position: relative;
  z-index: 2;
  z-index: 1000;
  float: left;
  display: block;
  margin: 0;
  border-right: solid 1px white;
}
#nav > ul > li:last-child {
  border: 0;
}
#nav > ul > li li {
  float: none;
}
#nav li a,
#nav li a:link,
#nav li a:visited {
  display: block;
  color: white;
  font-size: 18px;
  text-decoration: none;
  padding: 0 15px;
}
#nav > ul > li.over > a,
#nav > ul > li.over > a:link,
#nav > ul > li.over > a:visited,
#nav > ul > li > a:active,
#nav > ul > li > a:hover,
#nav > ul > li > a:focus {
  position: relative;
  z-index: 1200;
  color: white;
}
/* Sub Navigation */

#nav ul ul {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 999;
  text-align: left;
  display: none;
  list-style: none;
  padding: 0;
  line-height: 25px;
  width: 200px;
  height: auto;
  border: 0;
  background-color: white;
  border: solid 1px #aaaaaa;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#nav ul ul li a,
#nav ul ul li a:link,
#nav ul ul li a:visited {
  color: black;
  font-size: 16px;
}
#nav ul ul li:last-child {
  border-bottom: 0px;
}
#nav ul ul li a,
#nav ul ul li a:link,
#nav ul ul li a:visited {
  padding: 5px 10px;
  display: block;
}
#nav ul ul ul {
  margin: 0;
  top: 0;
  left: 250px;
}
span.menu-sub-indicator {
  float: right;
  display: block;
  line-height: 20px;
  width: 9px;
  height: 100%;
  margin: 0 2px 0 10px;
}
#nav > ul > li ul {
  min-width: 250px;
  padding: 15px;
}
/* Home Header Banner Styles */

#postHeader {
  position: relative;
  z-index: 5;
  line-height: 45px;
  background-color: #6a6a6a;
  background-image: linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -o-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -moz-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -webkit-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -ms-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#6a6a6a', GradientType=0);
  -webkit-box-shadow: 0 13px 15px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 13px 15px -15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 13px 15px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 13px 15px -15px rgba(0, 0, 0, 0.5);
}
.headerText {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 2;
  padding: 40px 0 10px 15px;
  width: 450px;
  height: 60px;
  color: #beb89f;
  font-size: 20px;
  border-bottom: solid 1px #665b50;
}
.headerText h1 {
  color: #cc7619;
  font-size: 36px;
  text-transform: none;
}
.headerText h1 strong {
  color: #cc7619;
}
.headerText span.arrow {
  position: absolute;
  top: 35px;
  right: -50px;
  z-index: 2;
  display: block;
  width: 50px;
  height: 45px;
  background-position: -344px -50px;
}
.slides {
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 2;
  width: 500px;
  height: 285px;
}
.slides ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 500px;
  height: 285px;
  overflow: hidden;
}
.slides li {
  position: relative;
  z-index: 1;
  width: 500px;
  height: 285px;
}
.slides h2 {
  color: #31859c;
  font-size: 25px;
  margin: 0;
  padding: 0;
}
.slides p {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 170px;
  color: white;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0;
}
.slides img.img {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  border: solid 5px white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.slides a.lnk,
.slides a.lnk:link,
.slides a.lnk:visited {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: block;
  color: white;
  font-size: 25px;
  text-decoration: none;
}
#pager {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
#pager a,
#pager a:link,
#pager a:visited {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  text-align: center;
  color: #dfdbd4;
  font-size: 1px;
  background-color: #dfdbd4;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
#pager a.current,
#pager a.current:link,
#pager a.current:visited {
  color: #a5cb55;
  background-color: #a5cb55;
}
#categorySlides {
  position: relative;
  z-index: 1;
  float: right;
  width: 317px;
  height: 128px;
  margin: 0 0 10px 20px;
}
#categorySlides ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 317px;
  height: 128px;
  overflow: hidden;
}
#categorySlides .catSlideArrow {
  position: absolute;
  top: 50px;
  z-index: 100;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
#categorySlides .catSlideArrow.left {
  left: -14px;
  background-position: -395px -50px;
}
#categorySlides .catSlideArrow.right {
  right: -14px;
  background-position: -424px -50px;
}
.categoryLinks {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2;
  padding: 45px 20px 0;
  width: 390px;
  height: 355px;
  background-color: #31859c;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
body.home .categoryLinks {
  display: block;
}
.categoryLinks dl {
  width: 50%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
.categoryLinks dt,
.categoryLinks dd {
  margin: 0;
  padding: 0;
}
.categoryLinks dt {
  width: 10%;
  float: left;
  display: block;
  clear: left;
  color: #f5f8ee;
  font-size: 14px;
  text-transform: uppercase;
}
.categoryLinks dd {
  width: 90%;
  float: left;
  display: block;
  color: #4c4c4c;
  font-size: 14px;
}
.categoryLinks dd a,
.categoryLinks dd a:link,
.categoryLinks dd a:visited {
  color: #4c4c4c;
}
.glowContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.glowContainer .glow {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  width: 0px;
  height: 0px;
  background-color: #d2cfcc;
  -webkit-box-shadow: 0 0 175px 175px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 175px 175px rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 0 175px 175px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 175px 175px rgba(255, 255, 255, 0.15);
}
#mainColumn {
  float: left;
  display: block;
  margin: 0 0 0 10px;
  padding: 15px 0 0;
  width: 727px;
}
#column2 {
  float: left;
  display: block;
  margin: 0 0 0 25px;
  width: 200px;
}
#column2 .content {
  margin: 15px;
}
#column2 img {
  max-width: 175px;
}
#col2Ads {
  padding: 0 15px 15px;
}
body.home #mainColumn {
  width: 570px;
  margin: 0 15px;
}
#homeColumn2 {
  float: left;
  display: block;
  width: 340px;
  margin: 15px 0;
}
#pseudoColumn2Border {
  position: absolute;
  top: 0;
  left: 750px;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #e9e8e6;
}
body.fullWidth #pseudoColumn2Border {
  display: none;
}
/* Main content area styles */

#mainContent {
  position: relative;
  z-index: 3;
  min-width: 1100px;
  padding: 0;
  background-color: white;
}
/* Full Width Styles */

body.fullWidth #mainColumn {
  float: none;
  width: auto;
}
/* Main CTA */

ul.mainCTA {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.mainCTA li {
  width: 300px;
  height: auto;
  float: left;
  display: block;
  margin: 0 10px;
}
ul.mainCTA li:last-child {
  margin: 0;
}
ul.mainCTA h2 {
  font-weight: normal;
  color: #444444;
  font-size: 20px;
  line-height: 42px;
}
ul.mainCTA h2 strong {
  color: #9bc93d;
  font-weight: normal;
}
ul.mainCTA .img {
  height: 190px;
}
ul.mainCTA .img img {
  width: 285px;
  height: 178px;
  margin: 0;
  padding: 5px;
  border: solid 1px #e1e1e1;
  background-color: #f3f3f3;
}
ul.mainCTA h2 a,
ul.mainCTA h2 a:link,
ul.mainCTA h2 a:visited {
  display: inline-block;
  color: #444444;
  text-decoration: none;
}
ul.mainCTA p {
  margin: 15px 0 0;
  padding: 0;
}
span.lnkGo {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-position: -208px -50px;
}
ul.mainCTA span.lnkGo {
  float: right;
  margin: 0 0 0 10px;
}
#column2 ul.mainCTA {
  background-color: #f2f2f2;
  border-bottom: solid 1px #e5e5e5;
}
#column2 ul.mainCTA li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#column2 ul.mainCTA h2 {
  margin: 0;
  padding: 0;
}
#column2 ul.mainCTA a,
#column2 ul.mainCTA a:link,
#column2 ul.mainCTA a:visited {
  font-size: 16px;
  padding: 10px 15px;
  display: block;
}
#column2 ul.mainCTA .img {
  display: none;
}
#column2 ul.mainCTA p {
  display: none;
}
#column2 ul.mainCTA span.lnkGo {
  float: right;
  width: 37px;
  height: 36px;
  background-position: -170px -50px;
}
body.searchPageResults #mainColumn {
  width: auto;
  float: none;
  margin: 0;
}
/* Subpage styles */

#breadcrumbs {
  margin: 5px 0 0 19px;
  font-size: 10px;
}
#breadcrumbs a {
  font-size: 10px;
  color: black;
}
#breadcrumbs .separator {
  padding: 0 3px;
  font-size: 12px;
}
/* General form styles */

.editForm div {
  clear: both;
}
.editForm > div {
  margin: 0 0 3px;
}
.editForm label {
  float: left;
  margin: 0 10px 0 0;
  width: 30%;
}
.editForm span {
  float: left;
  width: 65%;
}
.editForm span label {
  float: none;
}
.editForm span span {
  float: none;
}
.editForm span input[type=text] {
  width: 60%;
}
.editForm span input[type=text].hasDatepicker {
  width: 75px;
}
.editForm span img {
  max-width: 120px;
  max-height: 120px;
}
.required {
  font-weight: bold;
}
.editForm textarea {
  width: 100%;
  height: 150px;
}
.editForm fieldset {
  clear: both;
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
  height: 300px;
  border: 1px #cccccc solid;
}
.editForm fieldset .inner {
  padding: 5px 10px 0 10px !important;
  width: 98% !important;
  min-width: 98% !important;
  height: 273px;
  overflow: auto;
}
.editForm legend {
  margin: 0 0 0 10px;
}
.editForm.homes > div {
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.editForm.homes > div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.editForm.homes > div:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.editForm.homes input[type="text"] {
  padding: 5px;
}
.editForm.homes textarea {
  padding: 5px;
}
.editForm.homes select {
  padding: 5px;
}
.editForm.homes > fieldset > div {
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.editForm.homes > fieldset > div:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.editForm.homes > fieldset > div:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.contactForm input[type=text]:focus,
.contactForm textarea:focus {
  outline: none;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
/* Misc form field styles */

.width100 > input[type=text] {
  width: 100px;
}
.width150 > input[type=text] {
  width: 150px;
}
.width200 > input[type=text] {
  width: 200px;
}
.width300 > input[type=text] {
  width: 300px;
}
/* Generic List Section Styles */

.listItems {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listItems .item {
  display: block;
  clear: both;
  padding: 10px 0;
  border-bottom: solid 1px #dddddd;
}
.listItems .item:last-child {
  border-bottom: 0px;
}
.listItems .listItemImage {
  float: left;
  display: inline;
  margin: 0 10px 10px 0;
}
/* Article styles */

.articleItem {
  clear: both;
  margin: 0 0 20px 0;
}
.articleItemTitle {
  margin: 0 0 5px 0;
}
.articleItemDate {
  font-style: italic;
}
.articleItemImage {
  float: left;
  margin: 0 15px 15px 0;
}
#articleDate {
  margin: 0 0 15px 0;
  font-style: italic;
}
#articleImage {
  float: left;
  margin: 0 20px 15px 0;
}
/* Staff styles */

.staffItem {
  float: left;
  margin: 0 40px 30px 0;
  width: 40%;
}
.staffImage {
  float: left;
  margin: 0 20px 20px 0;
}
.staffItemName {
  font-weight: bold;
}
.staffItemTitle {
  font-style: italic;
}
#staffDetailImage {
  float: left;
  margin: 0 20px 20px 0;
}
/* Landing Page Styles */

.listItems.landingPage .item {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  clear: none;
  width: 207px;
  height: 395px;
  margin: 0 40px 0 0;
  border: 0;
}
.listItems.landingPage h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-weight: 500;
}
.listItems.landingPage h2 a,
.listItems.landingPage h2 a:link,
.listItems.landingPage h2 a:visited {
  font-size: 22px;
  color: #444444;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.listItems.landingPage .lnkGo {
  margin: 0 0 0 10px;
  float: right;
}
.listItems.landingPage p {
  margin: 10px 0;
  padding: 0;
}
.listItems.landingPage .img {
  position: relative;
  z-index: 1;
  height: 132px;
}
.listItems.landingPage .img span.title {
  position: absolute;
  z-index: 2;
  bottom: 4px;
  right: 4px;
  width: 187px;
  height: 27px;
  padding: 0 5px;
  line-height: 27px;
  text-align: right;
  color: white;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #87796e;
}
.listItems.landingPage .img img {
  width: 197px;
  height: 122px;
  margin: 0;
  padding: 5px;
  border: solid 1px #e1e1e1;
  background-color: #f3f3f3;
}
.listItems.landingPage .shadow {
  margin: 0 0 0 -28px;
}
/* Photo gallery styles */

#photoLargeImage {
  position: relative;
  width: 665px;
  height: 500px;
  text-align: center;
}
#photoLargeImage img {
  margin: 0 auto;
}
#photoItems {
  margin: 20px 0 10px 0;
}
.photoItem {
  float: left;
  margin: 0 15px 15px 0;
  width: 110px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#photoItems img {
  position: relative;
  z-index: 10;
}
#photoItems a img:hover {
  opacity: 0.85;
}
#photoItems img[src='?w=120'] {
  display: none;
}
#photoImageTitle {
  position: relative;
  height: 24px;
}
#photoImageDescription {
  position: relative;
  height: 35px;
}
.photoItemTitle {
  display: none;
}
.photoItemDescription {
  display: none;
}
.loading {
  background-image: url('/loadingIcon.gif');
  background-repeat: no-repeat;
  background-position: center 33%;
}
.listItems.photoGallery img.listItemImage {
  width: 197px;
  height: 122px;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: solid 1px #e1e1e1;
  background-color: #f3f3f3;
}
.listItems.photoGallery.homes .item {
  position: relative;
  z-index: 1;
  width: 30%;
  height: 210px;
  float: left;
  display: block;
  clear: none;
  margin: 0 3% 1% 0;
  border: 0;
}
.listItems.photoGallery.homes.new .item {
  padding: 10px 0 30px;
}
.listItems.photoGallery.homes.new h2 {
  margin: 0 0 5px;
}
.listItems.photoGallery.homes.new .addl {
  padding: 0 0 5px;
}
.listItems.photoGallery.homes .item:nth-child(3n+1) {
  clear: left;
}
.listItems.photoGallery.homes.list .item {
  position: relative;
  z-index: 1;
  float: none;
  clear: both;
  width: auto;
  height: auto;
  border-bottom: solid 1px #cccccc;
}
.listItems.photoGallery.homes.list .item:last-child {
  border: 0;
}
.listItems.photoGallery.homes.list img.listItemImage {
  width: 400px;
  height: auto;
}
.listItems.photoGallery .responsive-thumb {
  display: none;
}
a.lnk-button,
a.lnk-button:link,
a.lnk-button:visited {
  display: inline-block;
  line-height: 25px;
  color: white;
  font-size: 14px;
  margin: 2px 2px 2px 0;
  padding: 2px 10px;
  background-color: #444444;
}
.actions .lnk-button.addr {
  display: none;
}
.actions[data-tour-off="on"] .lnk-button.coords {
  display: inline-block;
}
.actions[data-tour-off="on"] .lnk-button.addr {
  display: none;
}
/* Event calendar styles */

.calendarListItems {
  float: left;
  width: 231px;
}
.calendarListItems h2 a {
  font-size: 16px;
}
#calendarImage {
  float: right;
  margin: 0 0 10px 20px;
}
.map-btns {
  position: absolute;
  top: -32px;
  right: 0;
  z-index: 1;
  margin: 0;
}
.map-btns .btn {
  display: none;
  line-height: 25px;
  color: white;
  font-size: 14px;
  margin: 2px 2px 2px 0;
  padding: 2px 10px;
  cursor: pointer;
  background-color: #444444;
}
.map-btns .btn.on {
  display: inline-block;
}
.map-wrapper {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  min-height: 1px;
}
.map-wrapper,
.map-wrapper * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.map-wrapper #googleMap {
  display: none;
  padding: 0;
  width: 100%;
  height: 400px;
  border: solid 5px white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.innerColumns .listItems {
  float: left;
  width: 62%;
}
.innerColumns > #column2 {
  width: 34%;
  margin: 0 0 0 4%;
}
/* Tour Planner */

.addToList {
  margin: 5px 0 0;
}
.addToList label {
  display: inline-block;
  cursor: pointer;
}
.addToList span.cannot-plan {
  display: none;
}
.addToList[data-tour-off="on"] span.cannot-plan {
  display: inline;
}
.addToList[data-tour-off="on"] label {
  display: none;
}
.trip-planner {
  padding: 15px;
  color: white;
  background-color: #31859c;
  border: solid 1px white;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.trip-planner h3 {
  color: white;
}
.trip-planner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.trip-planner ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.trip-planner li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 3px;
  padding: 5px;
  color: #001c47;
  border: solid 1px #eeeeee;
  background-color: white;
}
.trip-planner .btn-go {
  display: block;
  text-align: center;
  line-height: 25px;
  color: white;
  font-size: 14px;
  margin: 15px 0 0;
  padding: 2px 10px;
  border: solid 1px white;
  background-color: #001c47;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.home-number {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 10px;
  line-height: 10px;
  border: 1px solid black;
  background-color: #fb7468;
  border-radius: 30px;
}
.listItems.photoGallery.homes.list .item .home-number {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 10;
}
.trip-planner li .home-number,
.heading .home-number {
  float: left;
  display: block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.trip-planner li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.heading .home-number {
  margin: -6px 5px 0 0;
}
/* Pagination */

.pagination {
  display: block;
  margin: 0;
  text-align: right;
}
.pagination ul {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  width: auto;
}
.pagination ul li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  display: inline;
  line-height: 18px;
}
.pagination ul li a,
.pagination ul li a:link,
.pagination ul li a:visited {
  font-size: 13px;
  padding: 0 3px;
  text-decoration: none;
}
.pagination ul li.current {
  margin: 0;
  padding: 0 3px;
  font-size: 13px;
  display: inline;
  font-weight: bold;
}
.pagination ul li.previous a,
.pagination ul li.previous a:link,
.pagination ul li.previous a:visited {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0 5px 0 0;
  text-decoration: none;
}
.pagination ul li.next a,
.pagination ul li.next a:link,
.pagination ul li.next a:visited {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0 0 0 5px;
  text-decoration: none;
}
/* Footer styles */

#footer {
  position: relative;
  z-index: 1;
  text-align: left;
  min-width: 952px;
  height: 265px;
  clear: both;
  background-color: #6a6a6a;
  background-image: linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -o-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -moz-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -webkit-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  background-image: -ms-linear-gradient(bottom, #6a6a6a 0%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#6a6a6a', GradientType=0);
}
#footer .logo-coba {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}
#footer > .inner {
  height: 165px;
  padding: 100px 0 0;
}
#footer p {
  margin: 0;
  font-size: 11px;
  color: white;
}
#footer a,
#footer a:link,
#footer a:visited {
  font-size: 11px;
  color: white;
}
#footer img {
  vertical-align: text-bottom;
}
#footer div.block {
  float: left;
  display: block;
  width: auto;
  margin: 10px 0 0;
  padding: 10px 30px;
  height: 80px;
  border-left: dotted 2px #757575;
}
#footer div.block.first {
  border: none;
  padding-left: 60px;
}
#footer div.block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 15px;
}
#footer div.block.first ul {
  line-height: 16px;
}
#footer div.block a,
#footer div.block a:link,
#footer div.block a:visited {
  color: white;
  font-size: 12px;
}
#footer .logo80-small {
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 1;
  width: 61px;
  height: 132px;
  background-position: -99px 0;
}
#footer p.savy {
  position: absolute;
  bottom: 15px;
  right: 100px;
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: right;
  color: white;
  font-size: 9px;
  font-family: Arial, Geneva, sans-serif;
}
#footerAd {
  position: absolute;
  top: 230px;
  left: -2px;
  z-index: 2;
  height: 130px;
}
#footerAd a,
#footerAd a:link,
#footerAd a:visited {
  margin: 0 6px 0 0;
}
#footerAd a:last-child {
  margin: 0;
}
#footerAd a.last {
  margin: 0;
}
#footerAd img {
  margin: 0 !important;
  padding: 0;
}
#footer.resultsPage > .inner {
  padding: 0;
}
.login-block {
  position: relative;
  z-index: 1;
}
.login-block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.usernamelabel,
.username,
.passwordlabel,
.password,
.submit {
  display: inline-block;
}
#pagesWoodgrain {
  position: relative;
  z-index: 4;
  min-width: 1100px;
  height: 70px;
  border-top: solid 2px white;
  background-color: #444444;
}
#pagesWoodgrain #footerAd {
  top: 25px;
}
/* Search Results page Styles */

.searchHeading {
  margin: 20px 0 10px;
  line-height: 20px;
  border-bottom: solid 1px #dddddd;
}
.searchHeading .heading {
  float: left;
  display: block;
  font-weight: bold;
}
.searchHeading .logo {
  width: 150px;
  margin: 0 20px 0 5px;
}
.searchHeading .companyInfo {
  width: 200px;
  margin: 0 0 0 5px;
}
.searchHeading .description {
  width: 285px;
  margin: 0 0 0 5px;
}
.searchHeading .credentials {
  width: 135px;
  margin: 0 0 0 10px;
}
.searchHeading .specialOffers {
  width: 80px;
  margin: 0 0 0 5px;
}
.searchHeading .action {
  width: 42px;
  margin: 0 0 0 10px;
}
ul.searchResults {
  background: url('/bg-sample.png') 50% 50% no-repeat;
}
.searchResults {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #eeeeee;
}
.searchResults li {
  position: relative;
  z-index: 1;
  padding: 5px;
  border: solid 1px #eeeeee;
  border-bottom: 0;
}
.searchResults li.featured {
  background: url('/bg-black-09.png');
}
.searchResults .vendor-logo {
  float: left;
  display: block;
  width: 150px;
  margin: 0 20px 0 0;
  text-align: center;
}
.searchResults .vendor-logo img {
  max-width: 145px;
}
.searchResults .vendor-info {
  float: left;
  display: block;
  width: 200px;
  margin: 0 0 0 5px;
}
.searchResults .vendor-name {
  display: block;
  font-weight: bold;
}
.searchResults .vendor-location {
  display: block;
}
.searchResults .vendor-detail {
  float: left;
  display: block;
  width: 285px;
  margin: 0 0 0 5px;
  overflow-x: auto;
}
.searchResults .icons {
  float: left;
  display: block;
  width: 135px;
  margin: 0 0 0 10px;
}
.searchResults .icons img {
  margin: 0 2px 0 0;
}
.searchResults .icons img.False {
  display: none;
}
.searchResults .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 5px 0 0;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #eeeeee;
  border-radius: 3px;
}
.searchResults .icon.icon1 {
  color: #0b67ff;
  border-color: #0b67ff;
}
.searchResults .icon.icon2 {
  color: #00ae2d;
  border-color: #00ae2d;
}
.searchResults .icon.icon3 {
  color: #d90000;
  border-color: #d90000;
}
.searchResults .icon.icon4 {
  color: #393939;
  border-color: #393939;
}
.searchResults .vendor-profile-link {
  display: inline-block;
  margin: 0 0 0 10px;
}
.searchResults .vendor-special-offer {
  float: left;
  display: block;
  width: 80px;
  margin: 0 0 0 5px;
}
.searchResults .vendor-description {
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0;
  line-height: 14px;
}
.searchResults a.lnkGo,
.searchResults a.lnkGo:link,
.searchResults a.lnkGo:visited {
  float: left;
  display: block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  margin: 0 0 0 10px;
  background-position: -208px -50px;
}
.searchLegend {
  display: block;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  border: solid 1px #eeeeee;
}
.searchLegend img {
  vertical-align: middle;
  margin: 0 0 0 20px;
}
.searchLegend .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 15px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #eeeeee;
  border-radius: 3px;
}
.searchLegend .icon.icon1 {
  color: #0b67ff;
  border-color: #0b67ff;
}
.searchLegend .icon.icon2 {
  color: #00ae2d;
  border-color: #00ae2d;
}
.searchLegend .icon.icon3 {
  color: #d90000;
  border-color: #d90000;
}
.searchLegend .icon.icon4 {
  color: #393939;
  border-color: #393939;
}
#googleMap {
  width: 242px;
  height: 145px;
}
/* User Styles */

.footGradientBlock {
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  padding: 30px 20px;
  width: auto;
  max-width: 727px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background-position: -1226px 0;
  -webkit-box-shadow: inset 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 0px white;
  -o-box-shadow: inset 0px 1px 0px white;
  box-shadow: inset 0px 1px 0px white;
}
.darkBackground {
  color: white;
  padding: 5px;
  background-color: #6e5f53;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tourAction {
  display: block;
  padding: 10px;
  color: white;
  font-size: 16px;
  background-color: #cc7619;
}
a.tourAction,
a.tourAction:link,
a.tourAction:visited {
  display: block;
  padding: 10px;
  color: white;
  font-size: 16px;
  background-color: #cc7619;
}
.tourActionGreen {
  display: block;
  padding: 10px;
  color: white;
  font-size: 16px;
  background-color: #9dc93e;
}
a.tourActionGreen,
a.tourActionGreen:link,
a.tourActionGreen:visited {
  display: block;
  padding: 10px;
  color: white;
  font-size: 16px;
  background-color: #9dc93e;
}
/* Misc styles */

.clear {
  clear: both;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.divAddControl {
  margin: 25px 0 0 0;
}
.divEditDeleteControls {
  margin: 25px 0 0 0;
}
.errorMsg,
.error {
  color: #cc0000;
}
.loading {
  background-image: url('/loadingIcon.gif');
  background-repeat: no-repeat;
  background-position: center 33%;
}
label.error {
  margin: 0 0 0 5px;
  color: #cc0000;
}
#cse-search-results iframe {
  width: 600px;
}
.ajaxLoaderBar {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 20px 0;
}
.ajaxLoaderBar span {
  margin: 0 auto;
  display: block;
  width: 220px;
  height: 19px;
  background: url('/ajax-loader-bar.gif') no-repeat;
}
div.noscript {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  line-height: 20px;
  padding: 2px 0;
  color: white;
  font-weight: bold;
  background-color: #ae0000;
}
*[data-value=""] {
  display: none;
}
#pfilters {
  display: none;
  margin: 5px 0;
  padding: 10px;
  border: solid 1px #e1e1e1;
  background-color: #f3f3f3;
}
#pform {
  min-height: 1px;
}
#pform,
#pform * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pform #fields div.field {
  float: left;
  display: block;
  margin: 0 5px 0 0;
  min-height: 1px;
}
#pform #fields label {
  display: block;
  margin: 0 0 3px;
}
#pform div.field.dd {
  width: 20%;
}
#pform select {
  width: 100%;
  padding: 3px;
}
#pform input[type="button"] {
  padding: 3px 10px;
}
#filterLoader {
  width: 100%;
  height: 30px;
  padding: 35px 0 0;
  text-align: center;
  display: none;
}
@font-face {
  font-family: 'MuseoSans500';
  src: url('/MuseoSans_500-webfont.eot');
  src: url('/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'), url('/MuseoSans_500-webfont.woff') format('woff'), url('/MuseoSans_500-webfont.ttf') format('truetype'), url('/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
  font-weight: normal;
  font-style: normal;
}
a.lnkToTop {
  display: none;
}
body.toh #mainContent > .inner {
  width: 100%;
}
body.toh #mainColumn {
  margin: 0;
  padding: 0;
}
body.toh header.imageLarge {
  position: relative;
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  height: 800px;
  border: none;
  box-shadow: none;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
body.toh header.imageLarge img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 800px;
  z-index: 1;
}
body.toh header.imageLarge .heading {
  position: absolute;
  top: 20px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 2;
}
body.toh header.imageLarge .heading h1 {
  color: white;
  text-shadow: 2px 2px 3px black;
}
body.toh header.imageLarge .heading h1 > strong {
  color: white;
}
body.toh header.imageLarge .tour-iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
}
body.toh header.imageLarge .tour-iframe .tour-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.toh header.imageLarge .tour-iframe img {
  width: auto;
}
body.toh header.imageLarge .tour-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.toh header.imageLarge .close-iframe {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 29px;
  height: 26px;
  padding: 6px;
  background: white;
  border: 2px solid #9e9785;
  border-radius: 50%;
  z-index: 4;
  cursor: pointer;
  text-decoration: none;
}
body.toh header.imageLarge .close-iframe span {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 26px;
}
body.toh header.imageLarge .close-iframe span.x-left {
  background-position: -270px -50px;
}
body.toh header.imageLarge .close-iframe span.x-right {
  left: 19px;
  background-position: -251px -50px;
}
body.toh .listing-description {
  float: left;
  width: 50%;
}
body.toh #photoItems {
  float: left;
  width: 50%;
}
body.toh #photoItems .tour-button[data-url=""] {
  display: none;
}
@media only screen and (max-width: 675px) {
  html,
  body {
    width: 100%;
    height: auto;
  }
  html {
    text-align: center;
  }
  body.pixelsilk {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    background-color: white;
    overflow-x: hidden;
  }
  body.pixelsilk,
  body.pixelsilk * {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .headerText,
  .glowContainer {
    display: none;
  }
  #header,
  #postHeader,
  #mainContent,
  #pagesWoodgrain,
  #socialMedia,
  #footer,
  #header > .inner,
  #postHeader > .inner,
  #mainContent > .inner,
  #pagesWoodgrain > .inner,
  #socialMedia > .inner,
  #footer > .inner {
    width: auto;
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
  #mainContent {
    padding: 0 2%;
  }
  #mainContent img {
    max-width: 100% !important;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
  }
  div.inner {
    width: auto;
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
  .inner.headerAds {
    display: none;
  }
  body.home #mainColumn,
  #mainColumn,
  #homeColumn2 {
    width: auto;
    margin: 0;
    padding: 10px;
    float: none;
  }
  /*#column2 {display:none;}*/
  
  #column2 {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #pseudoColumn2Border {
    display: none;
  }
  .seasonalTips {
    width: auto;
  }
  .vendorProfile .rColumn1 {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .vendorProfile .rColumn2 {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .vendorProfile dl {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px !important;
    padding: 0;
  }
  .vendor-contact-info .vendor-logo {
    width: 45%;
    height: auto;
  }
  .vendor-contact-info .vendor-logo img {
    max-width: 95%;
  }
  .vendor-contact-info .vendor-logo a {
    margin: 0 !important;
  }
  .vendor-contact-info .vcard {
    float: left;
    width: 45%;
  }
  #header,
  #header > .inner {
    height: auto;
  }
  #header .event-date {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    padding: 1% 0 4%;
  }
  #header #logo {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0;
    padding: 1%;
    width: 100%;
    text-align: center;
  }
  #header #logo img {
    margin: 0 auto;
  }
  #postHeader > .inner {
    border: 0;
  }
  body.home #postHeader,
  body.home #postHeader > .inner {
    height: auto;
  }
  #nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 300px;
    height: auto;
    margin: 0;
    min-height: 50px;
    line-height: 50px;
    border: 0;
  }
  #nav:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  #nav .menuArrow {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1100;
    display: block !important;
    width: 49px;
    height: 50px;
    cursor: pointer;
    border-left: solid 1px white;
    background-color: #001c47;
    background-image: url('/mobile-icons.png');
    background-position: -65px -5px;
  }
  #nav.expanded #nav .menuArrow {
    background-position: -5px -5px;
  }
  #nav > ul {
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
    border-top: solid 1px white;
    background-color: #00307a;
  }
  #nav > ul > li {
    float: none;
    clear: left;
    display: none;
    color: white;
    line-height: inherit;
    height: auto;
    line-height: 50px;
    margin: 0;
    border: 0;
    border-bottom: solid 1px white;
  }
  #nav > ul > li a,
  #nav > ul > li a:link,
  #nav > ul > li a:visited {
    line-height: 50px;
    height: 50px;
    padding: 0;
    display: block;
    color: white;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 60px 0 10px;
    text-transform: capitalize;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  }
  #nav > ul > li a:active,
  #nav > ul > li a:hover,
  #nav > ul > li a:focus {
    background-color: #003a93;
  }
  #nav > ul > li.current {
    display: list-item !important;
    margin: 0;
  }
  #nav > ul > li.current a,
  #nav > ul > li.current a:link,
  #nav > ul > li.current a:visited {
    font-weight: bold;
  }
  #nav > ul > li .subMenu {
    display: none !important;
  }
  #nav > ul > li.separator {
    display: none !important;
  }
  #nav > ul > li:last-child {
    border-bottom: solid 1px white !important;
  }
  #nav > ul > li > ul {
    display: none !important;
  }
  #nav.expanded li {
    display: list-item !important;
  }
  #nav.expanded li,
  #nav.expanded li.current {
    border-bottom: solid 1px white;
  }
  #nav.expanded li.current {
    background-color: #0044ad;
  }
  #nav li.lnk-home.current {
    display: list-item !important;
  }
  .listItems.landingPage .item {
    float: none;
    width: auto;
    height: auto;
    border-bottom: solid 1px #dddddd;
  }
  .listItems.landingPage .item:last-child {
    border: 0;
  }
  .listItems.landingPage h2 {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .listItems.landingPage div.img {
    height: auto;
  }
  .listItems.landingPage div.img .listItemImage {
    display: none;
  }
  .listItems.landingPage div.img span.title {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: auto;
    text-align: left;
    color: #87796e;
    padding: 0;
    background-color: transparent;
  }
  .listItems.landingPage div.img span.title:after {
    content: " »";
  }
  .listItems.landingPage div.img .shadowTop,
  .listItems.landingPage div.img .shadowBottom {
    display: none;
  }
  .footGradientBlock {
    width: auto;
  }
  .homeFooter {
    height: auto;
    background-image: none;
  }
  .feed-events {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    display: block;
  }
  .feed-events.seasonal {
    left: auto;
  }
  .localOffers {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    margin: 10px 0;
  }
  #socialMedia {
    height: auto;
    padding: 10px 0;
    background-repeat: repeat-y;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
  }
  #socialMedia .panel,
  #socialMedia .panel.events {
    margin: 10px;
    padding: 0 10px 25px;
    width: auto;
    height: auto;
    float: none;
  }
  #socialMedia .connect,
  #socialMedia .signup {
    float: none;
    margin: 0;
    width: auto;
    clear: both;
  }
  #socialMedia .connect h3,
  #socialMedia .signup h3 {
    display: none;
  }
  #emailSignup {
    height: 40px;
  }
  body.home #pagesWoodgrain {
    display: none;
  }
  #pagesWoodgrain {
    height: auto;
  }
  #pagesWoodgrain #footerAd {
    top: auto;
  }
  #footerAd {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    text-align: center;
  }
  #footer,
  #footer .inner {
    height: auto;
  }
  #footer > .inner,
  #footer.resultsPage > .inner {
    width: auto;
    min-width: auto;
    padding: 10px;
  }
  #footer div.block {
    width: auto;
    height: auto;
    display: block;
    float: none;
    border: 0;
  }
  #footer div.block.first {
    padding: 10px 30px;
  }
  .planCenterLogin {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0;
  }
  .planCenterLogin legend {
    float: none;
  }
  .planCenterLogin div.field {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .planCenterLogin input[type="text"],
  .planCenterLogin input[type="password"] {
    width: 80%;
    padding: 0 5%;
  }
  #mainColumn #mapCanvas {
    width: 95%;
  }
  a.lnkToTop,
  a.lnkToTop:link,
  a.lnkToTop:visited {
    display: block;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 16px;
    background-color: #5e5e5e;
    text-shadow: 1px 1px 0px black;
  }
  .listItems.photoGallery .imageLarge {
    max-width: 98%;
  }
  .listItems.photoGallery .responsive-thumb {
    display: block;
    max-width: 98% !important;
    padding: 5px;
    margin: 0 0 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  }
  .listItems.photoGallery a[rel*="prettyphoto[pp_gal]"] {
    display: none;
  }
  .listItems.photoGallery li {
    float: none !important;
    width: auto !important;
    height: auto !important;
  }
  .innerColumns .listItems,
  .innerColumns > #column2 {
    float: none;
    width: auto;
    margin: 0;
  }
  #pform #fields .field.label {
    float: none;
  }
  /* Plan your Tour */
  
  .addToList,
  .trip-planner {
    display: none;
  }
  .listItems.photoGallery.homes.list img.listItemImage {
    width: 100%;
    display: block;
    float: none;
  }
  body.toh #mainContent {
    padding: 0;
  }
  body.toh #mainColumn .inner {
    padding: 0 2%;
  }
  body.toh header.imageLarge {
    max-width: 100%;
    height: auto;
  }
  body.toh .listItems.photoGallery .imageLarge {
    max-width: 100%;
  }
  body.toh .listing-description {
    float: none;
    width: 100%;
  }
  body.toh #photoItems {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 675px) {
  body.pixelsilk {
    width: 480px;
    min-width: 480px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #pform div.field.dd {
    width: 100% !important;
  }
}
