@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/**********************************************************
structural 
**********************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --tool-shadow: 2px 2px 6px 0px rgb(0 0 0 / 25%);
  --font-size-medium: 0.9em;
}

html {
  background: #fff;
  font-size: 1.1em;
  height: 100%;
}

body {
  background: none;
  min-height: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.8rem;
  position: relative;
  overflow: hidden;
}

#headersub {
  position: relative;
  padding: 0.3rem;
}

#content,
#tools,
#footer {
  border: 0px solid;
  padding: 0.5em;
}

#content {
  width: 75%;
  float: left;
  padding-right: 0;
  background-color: #fff;
}

#content.wideBody {
  width: 100%;
}

#tools {
  width: 25%;
  float: right;
  font-size: 0.9em;
  background-color: #fff;
}
#pagehome #tools {
  width: 32%;
}
#pagehome #content {
  width: 68%;
}

/**********************************************************
basic tag styling
**********************************************************/
h1,
h2,
h3 {
  font-weight: normal;
}
h1 {
  margin-top: 0;
}

h2 {
  border-bottom: 3px double;
}

h2 {
  text-align: center;
}

h4 {
  font-size: 1.3rem;
}

#tools h2,
#tools h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
  border: none;
}

h2.indexTitle {
  letter-spacing: 0.5em;
  border: none;
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

ol,
ul {
  padding-left: 1.2em;
}

input {
  margin: 0.2em;
}
/**********************************************************
COLORS
**********************************************************/
body,
.moreLink a,
.bLocational a,
.bLocational a:visited,
#footer ul a {
  color: #534741;
}

a {
  color: #224641;
}

#footer {
  /* border-bottom: 40px solid; */
  padding-bottom: calc(0.5em + 100px);
}

#footer,
.ad {
  border-color: #c1272d;
}

/*a:visited { color:#red; }*/

a:hover {
  color: #24b9a4;
}

#menu {
  background-color: #534741;
}

#menu .inSect {
  color: #f7ffb5;
}

.bFunctional a,
.listingListRowCtrl .bFunctional a {
  color: #f0f0f0;
}

h4 {
  color: #99770a;
}

.special {
  background-color: #c1272d;
}

.special a,
.special {
  color: #fff;
}

.rowAlt,
.toolbox,
.attn {
  background-color: rgba(154, 112, 68, 0.15);
}

.listActive .listingStatus {
  color: #587f4d;
}

.listArchive .listingStatus {
  color: #8c6621;
}

/**********************************************************
FONT FAMILIES
**********************************************************/
body {
  font-family: 'Libre Baskerville', serif;
  line-height: 1.35;
}

h1,
#tools h2,
#tools h3 {
  font-family: Lato, sans-serif;
  font-weight: bold;
  line-height: 1.15;
}

h2,
h3,
h2.indexTitle,
.mainTable th,
#menu,
.rowTitle,
.slogan {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

h4,
.bFunctional,
.featBadge,
.moreLink,
.bLocational,
.formFieldName,
.edt,
.helper {
  font-family: Lato, sans-serif;
}

.typedNum {
  font-family: 'Libre Baskerville', sans-serif;
}

/**********************************************************
UNIVERSAL STYLES
**********************************************************/
.ad {
  border-style: double;
  border-width: 5px;
  box-shadow: var(--tool-shadow);
}

.attn,
.tip-box {
  border: 2px solid #e50e11;
  background-image: url(/images/ATTN.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 2px 50%;
  padding: 0.2em 0.2em 0.2em 55px;
  min-height: 50px;
}
.tip-box {
  background-image: url(/images/OKrt.png);
  background-size: 40px;
  background-position: 4px 4px;
  min-height: 40px;
  padding: 0.2em 0.2em 0.2em 46px;
  font-size: 0.9rem;
}

.tip-ack {
  text-align: right;
  margin: 0.4em;
}

#tools .attn {
  background-size: 40px;
  background-position: 50% 2px;
  padding: 40px 0.2em 0;
}

.bFunctional {
  text-align: center;
  text-transform: uppercase;
  /* background: #c1272d url(/images/corrosion2.png) repeat left top; */
  background-color: #c1272d;
  border: 1px solid #720e12;
  display: block;
  margin: 0.3rem auto;
  max-width: 220px;
  font-weight: bold;
}
.bFunctional a,
.bFunctional .lit {
  text-decoration: none;
  color: #f0f0f0;
  font-size: 80%;
  padding: 0.3rem 0.5rem;
  display: block;
  letter-spacing: 0.1em;
}
.bFunctional .lit {
  font-weight: bold;

  letter-spacing: 0.2em;
}
.bFuncSmall {
  font-size: 0.8em;
  margin: 0.2rem auto;
  /* max-width: 180px; */
}

.bFuncSmall a,
.bFuncSmall .lit {
  padding: 0.1rem 0.3rem;
}

#pagehome .catBody strong {
  text-transform: uppercase;
}

.col {
  float: left;
  border: 0px solid;
}

.blockCol {
  float: none;
  width: 50%;
  margin: auto;
}

.leftCol {
  clear: left;
}

.leftCol,
.rightCol {
  width: 49.6%;
}

.rightCol,
.midCol {
  padding-left: 0.5em;
  margin-left: 0.8%;
}
.wideCol {
  width: 100%;
}

.largeCol {
  width: 70%;
  float: none;
  margin: auto;
}

.down {
  padding-left: 2px;
  /* border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid;
  border-left: 1px solid; */
}

.splash {
  font-style: italic;
  text-align: center;
  font-size: 90%;
}
.splash img {
  width: 100%;
}

#footer .splash {
  float: left;
  width: 24.5%;
}

.faqAns {
  display: none;
}

.formFieldName {
  font-weight: bold;
  font-size: 105%;
  margin: 1em 0 0.2em 0;
}

.frmSub,
.frmRst {
  height: 25px;
}

.frmRst {
  height: 15px;
  margin-left: 5em;
}

.helper {
  font-size: small;
}

.iBtn {
  border: 1px solid;
  display: inline-block;
  width: 1em;
  font-style: italic;
  margin-right: 0.5em;
  text-align: center;
}

.pi a {
  background-image: url(/images/pinterest.png);
}
.fb a {
  background-image: url(/images/fb.png);
}
.tw a {
  background-image: url(/images/twitter.png);
}
.ig a {
  background-image: url(/images/inst.png);
}
.heart a {
  background-image: url(/images/heart.png);
}
.print a {
  background-image: url(/images/print.png);
}
.mail a {
  background-image: url(/images/mail.png);
}
.query a {
  background-image: url(/images/query.png);
}
.mup a {
  background-image: url(/images/arrowup.png);
}
.mdown a {
  background-image: url(/images/arrowdn.png);
}
.heart .down {
  background-image: url(/images/heartdn.png);
}
.fb .down {
  background-image: url(/images/fbdown.png);
}
.tw .down {
  background-image: url(/images/twitterdown.png);
}
.pi .down {
  background-image: url(/images/pinterestdown.png);
}
.ig .down {
  background-image: url(/images/instdown.png);
}
.print .down {
  background-image: url(/images/printdn.png);
}
.mail .down {
  background-image: url(/images/maildn.png);
}
.query .down {
  background-image: url(/images/querydn.png);
}
.mup .down {
  background-image: url(/images/arrowupdn.png);
}
.mdown .down {
  background-image: url(/images/arrowdndn.png);
}

.mailListControl {
  padding: 0;
  text-align: center;
}

.mailListControl form {
  border: 0px solid;
  background: url(/images/mailSlot.png) no-repeat 50%;
  height: 120px;
  background-size: 100%;
  padding-top: 47px;
}
.mailListControl input {
  margin-top: 9px;
}

.moreLink a {
  background: url(/images/point-R-60x45.png) no-repeat;
  background-size: 30px;
  padding-left: 40px;
}

.moreLink a:hover {
  text-decoration: underline;
}

.mailListControl .formtext {
  border: 0px solid;
  width: 80%;
}

.noShow {
  display: none;
}

.tip,
.note,
.instruct {
  font-size: 0.9em;
  font-style: italic;
}

.quote {
  font-style: italic;
  margin: 1em;
}

.required:after {
  content: ' *';
}

.rtPtr {
  background: url(/images/point-R-60x45.png);
  background-size: 30px;
  display: inline-block;
  width: 60px;
  height: 22px;
  margin-left: 1em;
  border: 0px solid;
  position: relative;
  top: 2px;
}

.smallT {
  font-size: small;
}

.samplelisting {
  width: 70%;
  display: block;
  margin: auto;
}
.special {
  text-align: center;
  padding: 0.2em;
  font-variant: small-caps;
  margin: -0.6em 0 0;
}

/*.socialButtons { text-align:center; } */

.stdLinkList .lit {
  font-weight: bold;
}

.mainTable td,
.mainTable th {
  border: 1px solid;
  padding: 0.3em;
}
.mainTable th {
  border-bottom: 3px solid;
}
#pagehome .socialButtons {
  text-align: center;
}
#pagehome .socialButtons a {
  height: 62px;
  width: 60px;
  background-size: 60px;
  display: inline-block;
  text-indent: 60px;
  margin: 0 0.3em;
}
.typedNum {
  color: maroon;
  font-size: 120%;
  font-weight: bold;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.flash-message {
  padding: 1rem;
  border: 1px solid;
  background-color: aliceblue;
  margin-bottom: 1rem;
}

/**********************************************************
header/footer styling
**********************************************************/
#menuTop,
#menuTopCtrl {
  position: absolute;
  right: 1.1rem;
  top: 1.5rem;
  text-align: right;
  font-size: 90%;
  border: 0px solid;
  background: #f0eae3 url(/images/key.png) no-repeat right top;
  padding-right: 42px;
  background-size: contain;
  max-width: 40%;
}
#pagehome #menuTop {
  max-width: 27%;
}

#menuTop div {
  display: inline-block;
  padding: 0.1em 0.5em;
}
#menuTopCtrl {
  display: none;
  border: 0px solid;
  width: 50px;
  overflow: hidden;
  background-color: transparent;
}
#menuTopCtrl a {
  height: 100%;
  width: 50px;
  display: inline-block;
  border: 0px solid;
  padding-top: 6px;
  text-decoration: none;
  text-align: left;
  color: inherit;
}

#menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  min-height: 2em;
  background: url(/images/woodbg.jpg) no-repeat;
  background-size: cover;
  gap: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.slogan {
  margin: 0.5em 0;
  text-align: center;
  line-height: 1.2;
}

#menu .slogan {
  display: none;
}

#menu a,
#menu .lit {
  text-decoration: none;
  color: #fff;
  padding: 0 8px;
  display: inline-block;
  text-transform: uppercase;
}

#menu a:hover {
  text-decoration: underline;
}

#menu .lit {
  text-decoration: underline;
}

#headersub img {
  width: 50%;
}

#pagehome #headersub img {
  width: 70%;
}

#headersub.transp {
  background: rgba(255, 255, 255, 0.4);
}
#footer {
  background-color: rgba(154, 112, 68, 0.3);
  margin: 0 -0.8rem -0.8rem;
  clear: both;
  font-size: 0.8em;
}

#footer .col {
  width: 24.5%;
}

#footer .copyright {
  clear: left;
  text-align: center;
}

#footer ul {
  list-style-type: none;
  padding-left: 0.5em;
}
#footer ul a {
  text-decoration: none;
}

#footer ul a:hover {
  text-decoration: underline;
}

#footer h2 {
  margin: 0;
}

#toTop {
  border: 1px solid #bbb;
  width: 52px;
  position: fixed;
  border-radius: 50%;
  bottom: 105px;
  height: 52px;
  padding: 8px 0px 0 13px;
  right: 15px;
  background-color: rgba(255,255,255,.7);
}

#toTop a {
  line-height: 40px;
  display: inline-block;
  width: 100%;
}

/**********************************************************
BLOG STYLES
**********************************************************/
.imgBanner {
  max-width: 100%;
}

.thmb {
  max-width: 40%;
}

.thmb-l {
  float: left;
  margin-right: 0.3em;
}

.thmb-r {
  float: right;
  margin-left: 0.3em;
}

.thmb-c {
  max-width: 80%;
}

/**********************************************************
ABOUT SECTION STYLES
**********************************************************/
.servingSince {
  text-align: center;
  font-style: italic;
  border: 3px double;
  padding: 0.3em;
  font-size: 0.8em;
}
.servingSince .typedNum {
  font-size: 2em;
}

.priceTab tr.rowTitle td {
  border: none;
}
/**********************************************************
FORM Styles
**********************************************************/
/*input[type='text'],
input[type='password'] {
	width:100%;
}*/
.textMed {
  width: 50%;
}
.textLg,
.textMax {
  width: 98%;
}
.textSm {
  width: 6rem;
}

.taMed {
  width: 50%;
  height: 6rem;
}
.taLg {
  width: 75%;
  height: 6rem;
}
.taXLg {
  width: 100%;
  height: 20rem;
}

label .formFieldName {
  display: inline-block;
}

/**********************************************************
HOME PAGE STYLES
**********************************************************/
.featureditem .featImg {
  text-align: center;
}

.featureditem img {
  display: block;
  max-height: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.featureditem .listingPrice,
.featureditem .listingSqFt {
  float: left;
  clear: left;
}

.featureditem .moreLink {
  margin-top: 2rem;
  text-align: center;
}

#pagehome .mailListControl {
  width: 250px;
  margin: 2em auto;
}
#pagehome #description h2 {
  background: url(/images/welcome.png) no-repeat center;
  height: 85px;
  border: none;
  text-indent: -9999px;
}
/**********************************************************
AGENT PAGE STYLES
**********************************************************/
.agentList {
  margin-bottom: 2.5em;
}

.agent,
.agentNoPic {
  border-top: 1px solid;
  padding: 0.5em 0;
  clear: left;
}

.agentImageBox {
  float: left;
  width: 130px;
  margin-right: 8px;
  display: block;
  text-align: center;
}
.agentImageBox img {
  max-width: 100%;
}

.agentNoPic {
  padding: 0 0 0 138px;
}

.agentNoPic .quote {
  margin-left: 0;
}

#agentMap {
  text-align: center;
}

.stateList {
  display: none;
}

.agent:hover,
.agentNoPic:hover {
  background-color: #f0f0f0;
}

.agentList a {
  text-decoration: none;
  color: inherit;
}

.profile {
  border: 3px solid;
  width: 100%;
}

.profile td {
  padding-bottom: 0.5em;
  background-color: #fff;
}

.profile h2 {
  border: none;
  margin: 0;
}
.agentHeadshotCell,
.agentLogoCell,
.agentAddress,
.agentContact {
  width: 50%;
  float: left;
  padding: 0.5em;
}
.agentLogoCell {
  text-align: center;
}
.agentLogoCell img {
  max-width: 100%;
}

/**********************************************************
SEARCH PAGE
**********************************************************/
#searchConsole .col {
  width: 27%;
}

#searchConsole .midCol {
  width: 43%;
}

.searchElement .listHelper {
  display: none;
}

.searchElement {
  border: 1px solid #ece2d7;
  /* border-top: none; */
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: var(--font-size-medium);
}

.searchElement h3 {
  text-align: center;
  border-bottom: 3px double;
  padding-bottom: 1rem;
  margin: 0;
  text-transform: uppercase;
}

.searchStyle {
  text-indent: -1.2em;
  padding-left: 1.6em;
}

.range {
  margin: auto;
  border: 0px solid;
  display: table;
}
.rangeLab {
  width: 100%;
  text-align: center;
}
.loRange,
.hiRange {
  display: inline-block;
  min-width: 3em;
  text-decoration: underline;
}
.mode-form .loRange,
.mode-form .hiRange {
  min-width: 4em;
  text-decoration: none;
}
.loRange {
  text-align: right;
}
/**********************************************************
LISTING STYLES
**********************************************************/
/**********************/
/** listing elements **/

.listingStatus {
  float: left;
  width: 50%;
  margin: 0;
}
.listingSubStatus {
  font-style: italic;
}
.listingYearStyle {
  border: 0px solid;
  text-align: right;
  margin: 0;
}

.listingLocation {
  text-align: right;
}

.listingSubStatus {
  width: 50%;
}

.listingName {
  border: none;
  margin: 0;
}

.listingPrice,
.listingSqFt {
  font-size: 1.1em;
}

.listingListStatus strong {
  display: block;
  font-size: 105%;
}
/***********/
/** lists **/

.listingList div:hover {
  background-color: #f0f0f0;
}

.listingList a {
  text-decoration: none;
  color: inherit;
}

/*******************/
/** listing row   **/

.listingListRow {
  border-top: 1px solid;
  clear: left;
  padding: 0.5em 0;
  position: relative;
}

.caro .listingListRow {
  border-bottom: 1px solid;
}

.listingListRow img {
  float: left;
  display: block;
  margin-right: 0.5em;
  max-width: 25%;
  max-height: 200px;
}

.listingListRow .listingStatus {
  float: none;
}
.listingListRow .listingYearStyle {
  float: right;
  width: 30%;
  border: 0px solid;
}

.listingListRow .listingLocation {
  float: right;
  clear: right;
  border: 0px solid;
}

.listingListRow .listingName {
  font-size: 1em;
}

.contactCurrentHeadshot {
  border-radius: 50%;
}
.contactHeadshotGallery,
.contactLogoGallery {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contactHeadshotGallery img,
.contactLogoGallery img {
  max-width: 60px;
  cursor: pointer;
  margin-right: 0.6em;
}
.contactLogoGallery img {
  max-width: 100px;
  border: 1px solid #bbb;
}

/*******************/
/** listing tile **/

.listTile {
  background-color: #fff;
  border-top: 1px solid;
  width: 50%;
  float: left;
  height: 320px;
  padding: 0.3em;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}

.listTile img {
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}

.listTile .listingPrice {
  float: right;
  width: 50%;
  text-align: right;
}

.listTile .listingDetails {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0.3em;
  background-color: inherit;
}

/*******************/
/** listing page **/

#listingHeader .listingSubStatus {
  float: left;
  clear: left;
}

#listingHeader .listingPrice {
  clear: left;
  float: left;
  margin: 0.5em 0;
  font-size: 1.3em;
  text-align: center;
  width: 30%;
}

/* .listingName {
  font-size: 1.1em;
} */

/****************************/
/** account page           **/

.acctListing .listingInfo * {
  text-align: left;
  float: none;
}

/****************************/
/** badges                 **/

.lstBadge {
  height: 55px;
  margin-bottom: 8px;
}

.lstBadgeWF {
  background: url(/images/WF-ribbon2.png) no-repeat 50%;
}
.lstBadgeSL {
  background: url(/images/SB-ribbon1.png) no-repeat 50%;
}
.lstBadgeFL {
  background: url(/images/FL-ribbon.png) no-repeat 50%;
}
.lstBadgeFA {
  background: url(/images/FA-ribbon.png) no-repeat 50%;
}
.lstBadgeSS {
  background: url(/images/SS-ribbon.png) no-repeat 50%;
}
.lstBadgeSB {
  background: url(/images/SB-ribbon1.png) no-repeat 50%;
}
.lstBadgeAct {
  background: url(/images/Active-ribbon2.png) no-repeat 50%;
}
.lstBadgeArc {
  background: url(/images/Archive-ribbon2.png) no-repeat 50%;
}
.lstBadgeHid {
  display: none;
}
.lstBadgeInact {
  font-family: 'Vast Shadow';
  text-align: center;
  font-size: 125%;
  padding-top: 1em;
  text-transform: uppercase;
}

.listingList .lstBadge {
  width: 85px;
  height: 30px;
  position: absolute;
  bottom: 0.3em;
  right: 0.3em;
  background-size: 85px;
}
.listingList .listTile .lstBadge {
  right: auto;
}

.numLab {
  display: none;
}

.featListOf2 {
  width: 50%;
  float: left;
}

/*********************************
converts  listinglistrow to table format
************************************/

.listingList {
  display: table;
  border: 0px solid;
  width: 100%;
  font-size: 0.9em;
}
.listRow {
  display: table-row;
}
.listItemCell,
.listingListRowCtrl {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid;
}
.listingListRowCtrl {
  border-left: 1px solid;
  padding: 0.5em;
}
.listRow .listingListRow {
  padding-right: 0.4em;
  border: 0px solid green;
}

/* boxes for the map style and profile default content boxes */
.listProfileStyle,
.listMapStyle {
  border: 1px solid;
  margin: 0.5em auto;
  padding: 0 0.5em;
}

.listMapStyleBox iframe {
  width: 100%;
}
.listMapStyleSelected {
  border: 4px solid;
}
#toolListThumb img {
  display: block;
  margin: auto;
  max-width: 100%;
}
/**********************************************************
ACCOUNT PAGE STYLES
**********************************************************/
.acctListings {
  margin-bottom: 1em;
}

.acctListingHeader:hover {
  cursor: pointer;
}

.acctListing {
  border: 1px solid;
  clear: left;
  margin: 0.2em 0;
}
.acctListing img {
  display: block;
  float: left;
  max-width: 25%;
  max-height: 150px;
}
.listingCurrentStatus {
  float: right;
  width: 30%;
  text-align: center;
  padding: 0.2em;
}
.listingInfo {
  margin-left: 25.5%;
  border: 0px solid;
}

.listingDetails {
  clear: left;
  border: 0px solid;
}

.listingCtrl {
  border: 1px solid;
  text-align: center;
}
.acctListing .btn {
  margin-top: 0.3em;
}

.listingCtrl p {
  display: inline-block;
  width: 30%;
  margin: 0;
}
.acctListing .listingYearStyle {
  text-align: left;
}
.pending {
  background-color: #d2f4f7;
}

.active {
  background-color: #e2fcdb;
}
.archived {
  background-color: #fcebc9;
}

.expired {
  background-color: #eee;
}

/**********************************************************
MODIFY/START LISTING PAGE STYLES
**********************************************************/
/* de-emphasize header on edit pages */
#pagelistingedit h1 {
  font-size: 1.25em;
}

.featCat {
  border: 0px solid;
  float: left;
  width: 32%;
}
.featCatEveryThird {
  clear: left;
}

.rot a {
  background: url(/images/rot90CW.png) no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
}
.rot .ccw90 {
  background-image: url(/images/rot90CCW.png);
}
.rot .cw180 {
  background-image: url(/images/rot180.png);
}

/**********************************************************
PUBLISH PAGE STYLES
**********************************************************/

#pagepublishlisting .alert {
  color: red;
}

/**********************************************************
AD STYLING
**********************************************************/
.ad {
  padding: 0.3em;
}

#agentAd .headshotImg {
  float: left;
  margin: 0.3em 0.3em 0.3em 0;
  max-width: 100px;
  max-height: 150px;
}

.ad .logoImg {
  margin: 0.3em auto;
  max-width: 100%;
  display: block;
}

#agentAd .quote {
  clear: left;
  margin: 0.5em;
}

.featBadge {
  color: #5e7f35;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.5em;
  font-style: italic;
}

#agentAd .featBadge {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 0.9em;
}

.ad-encl {
	border: 1px solid #ddd;
	background-color:#fff;
	--ad-left-offSet: 421px;
	transition: transform .6s .3s ease-out;
}
.ad-sky {
	width: calc(300px + .8em);
	height: calc(600px + .8em);
	box-shadow: var(--tool-shadow);
	padding: 0.4em 0.4em;
	margin: 1em auto;
}
.ad-footer {
	--eff-height: 96px;
	position: fixed;
	bottom: 0;
	width: 100%;
	height:var(--eff-height);
	padding-top:3px;
	transition-duration: .3s;
}
.ad-encl .closer {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-radius: 8px 8px 0 0;
	background-color:#fff;
	cursor:pointer;
	position:absolute;
	top: -30px;
	width:75px;
	height:30px;
	text-align:center;
	font-size:80%;
	line-height:1;
	padding-top:.8em;
}

.ad-sky .closer {
	top: 21px;
	left: -52px;
	transform: rotate(-90deg);		
}
.ad-sky.live {
	position: fixed;
	top: 75px;
	right:20px;
}

.ad-sky.hidden {
	transform: translateX(var(--ad-left-offSet));
}

.ad-sky.closed {
	display:none;
}

.ad-footer.hidden {
	transform: translateY(var(--eff-height));
}
/**********************************************************
RESOURCES
**********************************************************/
.features {
  font-size: 0.95em;
}

.resource-group {
  margin-bottom: 2em;
}

.resource-group h3 {
  text-transform: uppercase;
}
/**********************************************************
PREV/NEXT STYLING
**********************************************************/
.prevNext {
  position: relative;
  text-align: center;
  height: 40px;
}

.btnNext * {
  right: 0;
}
/* .btnPrev {
  float: left;
} */

.btn * {
  height: 40px;
  /*width:40px;*/
  display: block;
  background: url(/images/arrowrt.png) no-repeat left center;
  background-size: 40px 40px;
  overflow: hidden;
  padding-left: 40px;
  line-height: 40px;
}

.prevNext .btn * {
  position: absolute;
  width: 40px;
}
.btnPrev a {
  background-image: url(/images/arrowleft.png);
}
.btnBlank span {
  background-image: url(/images/blank.png);
}
.btnNext a.down {
  background-image: url(/images/arrowrtdn.png);
}
.btnPrev a.down {
  background-image: url(/images/arrowleftdn.png);
}
.btnBlank span.down {
  background-image: url(/images/blankdn.png);
}
.btnOpen a {
  background-image: url(/images/arrowdn.png);
}
.btnOpen a.down {
  background-image: url(/images/arrowdndn.png);
}
.btnCls a {
  background-image: url(/images/arrowup.png);
}
.btnCls a.down {
  background-image: url(/images/arrowupdn.png);
}

.btnLabel {
  display: inline-block;
  border: 0px solid;
  padding-top: 10px;
}

.ofListName {
  text-align: center;
}
/**********************************************************
TOOLS STYLES
**********************************************************/

.toolbox,
.panelUnit,
.arrayUnit,
.knobUnit,
.tool {
  margin-bottom: 0.7em;
  padding: 0.5em 0.7em;
}

/* .toolbox,
.panelUnit,
.arrayUnit,
.knobUnit {
  border: 0px solid;
} */

.toolbox {
  border-top: 7px double #7c4e35;
  box-shadow: var(--tool-shadow);
}

/* #pagehome #toolbuyers,
.TOC {
  background: rgba(154, 112, 68, 0.15) url(/images/casing-test-v2.png) no-repeat;
  background-size: contain;
  padding-top: 50px;
} */

.toolbox p:first-child {
  margin-top: 0;
}

#content #mailinglist {
  width: 250px;
  margin: 0 auto;
}

#content .bLocational {
  text-align: center;
}
.bLocational * {
  background: url(/images/blank.png) 0 3px no-repeat;
  background-size: 18px;
  padding-left: 27px;
  line-height: 1.5em;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.bLocational a:hover {
  background-image: url(/images/arrowrt.png);
  text-decoration: underline;
}

.sidebarList {
  padding: 0.3em 0;
  list-style-type: none;
}
.sidebarList li > * {
  background: url(/images/bullet.png) 0 2px no-repeat;
  background-size: 12px;
  padding-left: 25px;
  line-height: 1.1em;
  margin: 0.2rem 0;
  display: inline-block;
  text-decoration: none;
}
.sidebarList li .lit {
  font-weight: bold;
}
.sidebarList li a:hover {
  text-decoration: underline;
}

#toolStatus {
  border: 3px double;
  box-shadow: var(--tool-shadow);
}

.panelUnit {
  border: 2px solid;
  padding: 1em 0;
}
#findagent {
  text-align: center;
}
.menuOff {
  display: none;
}

#bracket {
  display: none;
}

#content .move-on-min {
  display: none;
}

#content .listingNavLink {
  text-decoration: underline;
}
#content .listingNavLink:hover {
  text-decoration: underline;
  cursor: pointer;
}

/**********************************************************
SLIDER
**********************************************************/

.slider {
  background: none;
  border: 0px solid;
  padding: 1em 5px;
  max-width: 240px;
  margin: auto;
}

.slider .posleft {
  float: left;
}

.slider .posright {
  float: right;
}

.slider .knobLab {
  border: 2px solid grey;
  width: 50%;
  text-align: center;
}

.slider .knobLab a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  color: maroon;
}

.slider .selKnob {
  border: 0px solid;
  clear: both;
  text-align: center;
}

.slider .lit {
  border: 2px solid maroon;
  font-weight: bold;
}

.slider .selKnob a {
  background: url(/images/slide2-md.png) no-repeat;
  display: block;
  width: 75px;
  height: 34px;
  border: 0px solid;
  margin: auto;
  text-indent: -9999px;
}
.slider .selKnob a.slideleft {
  background: url(/images/slide2-lt.png) no-repeat;
}
.slider .selKnob a.slideright {
  background: url(/images/slide2-rt.png) no-repeat;
}

.slider .knobLab {
  width: 80px;
}

/**********************************************************
BIG IMAGE WINDOW
**********************************************************/
#bigWin {
  position: absolute;
  width: 100%;
  display: none;
  background: rgba(30, 16, 2, 0.95);
  text-align: center;
}

#bigWinImg {
  max-height: 90%;
  max-width: 90%;
  position: absolute;

  left: 0;
  right: 0;
  top: 6%;
  margin: auto;
}

#bigWin-slider {
  border: 0px solid;
  margin: 2em 0;
  position: relative;
}
#bigWin-slider img {
  border: 0px solid yellow;
  margin: auto;
  max-width: 100%;
  max-height: 90vh;
}
.bigWinCtrl {
  position: absolute;
}

.bigWinCtrl a,
.bigWinMsg {
  text-decoration: none;
  color: #ddd;
}
.bigWinCtrl a:hover {
  text-decoration: underline;
}

#bigWinNext,
#bigWinPrev {
  top: 10%;
  width: 49%;

  font-size: 400%;
}

#bigWinPrev {
  text-align: left;
}

#bigWinNext {
  right: 0.5%;
  text-align: right;
}
#bigWinNext a,
#bigWinPrev a {
  width: 100%;
  display: inline-block;

  padding: 50% 0;
}
#bigWinPrev {
  left: 0.5%;
}
#bigWinCls {
  top: 1%;
  right: 1%;
  font-size: 200%;
  text-align: right;
}
#bigWinCls a {
  display: block;
  width: 100%;
  height: 100%;
}

.bigWinMsg {
  top: 0;
  width: 100%;
  font-size: 150%;
}
#ipi {
  margin: 0;
  top: 1%;
  left: 1%;
  text-indent: -9999px;
}
/**********************************************************
kilroy
**********************************************************/
#kilroy {
  position: absolute;
  display: none;
}
.kr1,
.kr2,
.kr3 {
  height: 71px;
  width: 34px;
  background: url(/images/kilroy.gif) no-repeat;
  left: -24px;
  top: 122px;
}

.kr2 {
  top: 386px;
}

.kr3 {
  background: url(/images/kilroyrt.gif) no-repeat;
  right: -24px;
  left: auto;
  top: 165px;
}
.kr4,
.kr5 {
  height: 34px;
  width: 71px;
  background: url(/images/kilroydn.gif) no-repeat;
  left: 224px;

  top: 109px;
}
/*.kr5 {
	background:url(/images/kilroyup.gif) no-repeat;
	right:344px;
left:auto;
	top:58px;
}*/

/**********************************************************
SLIDING WINDOW
**********************************************************/
#wndwFrame {
  width: 100%;
  position: relative;
  padding: 5px 12px 5px 5px;
  margin-bottom: 10px;
}

#wndwChannel {
  overflow: hidden;
  position: relative;
  border: 0px solid maroon;
}
.sashUp {
  top: -146px;
}

.wndwSash {
  position: absolute;
  border: 0px solid green;
  width: 100%;
}

.wndwPane {
  border: 0px solid orange;

  overflow: hidden;
  position: relative;
}

#wndwFrame .listingListRow {
  border: none;
  padding: 0;
  height: 100%;
}

.wndwPaneLab {
  display: none;
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  border: 0px solid;
  font-size: 80%;
  font-style: italic;
}
.wndwPaneLab a {
  text-decoration: underline;
}
#wndwFrame .wndwPaneLabLit {
  display: block;
}

#wndwctrl {
  position: absolute;
  bottom: 60px;
  right: -10px;
}

#wndwctrl img {
  width: 17px;
  display: block;
}
.wndw {
  height: 146px;
}
.wndwLg {
  height: 625px;
}

.frame {
  border: 4px solid;
}
/**********************************************************
MEDIA OVERRIDES
**********************************************************/

@media only screen and (min-width: 600px) {
  #menuTop {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

@media only screen and (max-width: 1200px) {
  #plug {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #menu span.xTxt {
    display: none;
  } /* shortens the menu nav text */
  #menuPtr {
    display: none !important;
  } /* eliminates the pointer */
}

@media only screen and (max-width: 800px) {
  #content {
    width: 65%;
  }

  #tools {
    width: 35%;
  }

  .leftCol,
  .rightCol {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }

  #menuTop {
    top: 0.9em;
  }

  /*.rightCol >  .bFunctional { display:none; } */

  #searchConsole .col {
    width: 49%;
  }

  #searchConsole .leftCol {
    clear: none;
  }

  .mapConsole {
    display: none;
  }

  .stateList {
    display: block;
  }

  .stateList .col {
    width: 48%;
  }

  .stateList .rightCol {
    border-left: 1px solid #ddd;
    padding-left: 0.5em;
    margin-left: 0.8%;
  }

  .listItemCell,
  .listingListRowCtrl {
    display: block;
    width: 100%;
    border-left: none;
  }
  .listItemCell {
    border-bottom: none;
  }

  .listRow .btn a {
    display: inline-block;
  }

  .blockCol,
  .largeCol {
    width: 80%;
  }

  .imgTabCell {
    display: block;
    float: left;
  }

  .imgAct {
    clear: left;
  }

  .featCat {
    width: 50%;
  }

  .featCatEveryThird {
    clear: none;
  }

  .featCatOdd {
    clear: left;
  }

  .textMed,
  .taMed {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  #headersub img {
    width: 65%;
  }
  #pagehome #headersub img {
    width: 85%;
  }

  #menuTop {
    position: static;
    border: 0px solid;
    line-height: 1.5rem;
    background-size: 25%;
    background-position: 96% 10%;
    text-align: left;
    font-size: inherit;
    max-width: 100%;
  }

  #pagehome #menuTop {
    max-width: 100%;
  }

  #menu {
    flex-wrap: wrap;
  }

  #pagehome #menuTopCtrl {
    height: 50px;
  }

  .rtMenu {
    display: block;
  }

  #bigWinNext,
  #bigWinPrev {
    font-size: 300%;
  }

  .listTile {
    width: 100%;
  }

  #searchConsole .col {
    width: 100%;
    border: none;
    padding: 0;
  }

  .stdLinkList li {
    margin: 1em 0;
  }

  #footer .col {
    width: 48%;
    padding-left: 1rem;
  }

  #footer .splash {
    width: 50%;
    float: none;
    clear: left;
    margin: 1rem auto;
  }

  #sectionblog .thmb {
    max-width: 50%;
  }

  .blockCol,
  .largeCol {
    width: 90%;
  }
  .agentHeadshotCell,
  .agentLogoCell,
  .agentAddress,
  .agentContact {
    width: 100%;
  }

  .buttonList li,
  .sidebarList li,
  .rangeRow,
  .searchState,
  .searchStyle {
    margin: 0.5rem 0;
  }

  .featCat {
    width: 100%;
    line-height: 1.5em;
  }

  .pubSvcDesc {
    display: none;
  }

  .publishService .textSm {
    width: 4em;
  }

  .acctListing img {
    max-width: 50%;
  }

  .listingInfo {
    margin-left: 50.5%;
    clear: left;
    margin: 0;
  }
  .listingCurrentStatus {
    width: 50%;
  }

  .listingCtrl p {
    width: 40%;
  }

  #tools .lstBadge {
    background-size: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 0.3em;
  }

  h1 {
    font-size: 1.5em;
  }

  h2,
  .listingPrice {
    font-size: 1.2em;
  }

  #content,
  #pagehome #content,
  #tools,
  #pagehome #tools {
    width: 100%;
  }

  #tools,
  #pagehome #tools {
    position: absolute;
    right: -600px;
    width: 90%;
    background: #fff;
    box-shadow: -2px -2px 4px #333;
  }
  #pagehome #headersub img {
    width: 80%;
  }
  #footer .col {
    width: 100%;
    float: none;
  }
  .sidebarList li {
    margin: 0.6em 0;
  }

  #content {
    padding-right: 0.5em;
  }

  #content .move-on-min {
    display: block;

    padding-bottom: 1em;
    margin: 0.1em auto;
    font-size: 95%;
    background-image: none;
    padding-top: 0.5em;
  }

  #content .move-on-min h3 {
    margin: 0;
    font-size: 1em;
    text-align: center;
  }

  #content .noMin {
    display: none;
  }

  .listingList .listingYearStyle {
    width: auto;
  }

  .listingListRow img {
    max-width: 40%;
  }

  .listingListRow .listingYearStyle {
    max-width: 58%;
  }

  .listingListRow .listingStatus {
    clear: left;
  }

  .listingListRow {
    font-size: 90%;
  }

  .listTile {
    height: auto;
  }

  .listTile .listingLocation {
    position: static;
  }

  #wndwFrame .listingName,
  #wndwFrame .lstBadge,
  #content .splash,
  #bracket {
    display: none;
  }

  /* #menu.minned {
    display: none;
  } */

  /* #headersub.minned {
    border-bottom: 3px double;
  } */

  #menuTop {
    background-image: none;
    max-width: 100%;
  }

  #menuTopCtrl,
  #pagehome #menuTopCtrl {
    height: 30px;
    top: 0.55em;
    display: block;
    width: 66px;
    max-width: unset;
  }

  #pagehome #menuTopCtrl {
    right: 5px;
  }

  .menuOff {
    display: block;
    position: absolute;
    width: 30px;
    height: 50px;
    left: -17px;
    border: 0px solid;
    background: url(/images/arrowrt.png) 0 50% no-repeat;
    background-size: contain;
    text-indent: -9999px;
  }

  .menuOff a {
    display: block;
    width: 100%;
    line-height: 50px;
  }

  #menuOffTop {
    top: 0px;
  }

  #menuOffBottom {
    bottom: 0px;
  }

  .textMed,
  .taMed {
    width: 100%;
  }

  .textLg,
  .taLg {
    width: 100%;
  }

  .wndwLg {
    height: 425px;
  }

  #listingHeader .listingPrice {
    width: 35%;
  }

  .contentcustomerhome h2 .helper {
    display: block;
  }

  .ad-footer {
	--eff-height: 58px;
  }
  .ad-footer .closer {
	width:55px;
  }
}
