@charset "utf-8";
body {
    position: absolute;
}


#topImg {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    bottom: auto;
    top: auto;
    position: static;
}
#topImg h1 {
  position: absolute;
  color: #fff;
  text-shadow: 2px 1px rgba(71, 71, 71, 0.68);
  font-size: 1.5rem;
  bottom: 10%;
  right: 3%;
}
#highlights {
  text-align: center;
}
#highlights img[src$="icon.svg"] {
  width: 50px;
  margin: 10px auto;
  display: block;
}
#highlights h2 {
  color: #4896AA;
}
article h3 {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  text-shadow: 1px 2px 3px rgba(71, 71, 71, 0.73);
}
.card-img-overlay {
  right: 6%;
  top: -10px;
}
footer {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    background-color: #000;
}
.graybkgnd {
  background-color: #E3E3E3;
  -webkit-box-shadow: inset 0px 0px;
  box-shadow: inset 0px 0px;
  border-radius: 15px;
}

.tealbkgnd {
  background-image: -webkit-linear-gradient(270deg, rgba(86, 163, 183, 1.00) 0%, rgba(123, 183, 199, 1.00) 46.11%, rgba(250, 252, 253, 1.00) 96.89%);
  background-image: -moz-linear-gradient(270deg, rgba(86, 163, 183, 1.00) 0%, rgba(123, 183, 199, 1.00) 46.11%, rgba(250, 252, 253, 1.00) 96.89%);
  background-image: -o-linear-gradient(270deg, rgba(86, 163, 183, 1.00) 0%, rgba(123, 183, 199, 1.00) 46.11%, rgba(250, 252, 253, 1.00) 96.89%);
  background-image: linear-gradient(180deg, rgba(86, 163, 183, 1.00) 0%, rgba(123, 183, 199, 1.00) 46.11%, rgba(250, 252, 253, 1.00) 96.89%);
  min-width: 100%;
}
#iconlogos {}
.img-border {
  border-radius: 5px;
  border: thin solid #59A4B8;
}

.card.graybkgnd .card-body a {
  color: #FFFFFF;
}
.listing {
  margin-top: 10px;
  margin-left: 1rem;
  width: 95%;
}

.leased {
	background-image: url(../images/site/Leased-160w.png);
	background-repeat: no-repeat;
	background-position: center top;
}



.pending {
	background-image: url(../images/site/Sale-Pending-Sign.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#lynda img {
  padding-right: 10px;
}

#feature {
  background-color: #316F7F;
  background-image: -webkit-linear-gradient(270deg, rgba(49, 111, 127, 1.00) 0%, rgba(70, 151, 171, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(49, 111, 127, 1.00) 0%, rgba(70, 151, 171, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(49, 111, 127, 1.00) 0%, rgba(70, 151, 171, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(49, 111, 127, 1.00) 0%, rgba(70, 151, 171, 1.00) 100%);
  color: #fff;
}
#feature h2 {
  text-align: center;
}
#feature p {
  font-size: 1.2rem;
}
#articles {
  padding: 20px 0;
}

#lynda {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  margin-top: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
  font-stretch: wider;
}

.indent06rem {
  padding-left: .6rem;
}
.indent07rem {
  padding-left: .7rem;
}
.indent1rem {
  padding-left: 1rem;
}
.indent2rem {
  padding-left: 2rem;
}
.reviews {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #090000;
    padding-bottom: 12px;
}
.font-color-white {
  color: #F5EEEE;
  text-shadow: 1px 1px #000000;
}
#PoweredByLink {
  text-align: justify;
  float: right;
}
.img-left {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pad20px {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.font-teal {
  color: #4896aa;
  font-size: 1.1rem;
}
.font-color-black {
  color: #000000;
}
#CoPhone h3 {
  padding-top: 25px;
  color: #4896AA;
  text-align: center;
}

.listing .img-fluid.img-left {
  padding-right: 10px;
  padding-bottom: 0px;
}
.listing .title h6 {
  color: #4896AA;
  font-weight: bold;
}
.listing-img {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: thin solid #000000;

}
.noshow {
    display: none;
}
.font-red {
    color: red;
}

.ptfiverempadbottom {
  padding-bottom: 0.5rem;
}
.ptfourrempadbottom {
  padding-bottom: 0.4rem;
}
.btn-info a {
  color: white;
  text-decoration: underline;
}
.propimg {
    margin-left: 3rem;
    margin-top: 1rem;
    border: thin solid #000000;
}

.white-link a {
    color:white;
}

.sold {
    background-image: url(../images/site/Sold.png);
    background-repeat: no-repeat;
    background-position: top;
}
