@font-face{
font-family:FontAwesome;font-weight:400;font-style:normal;src:url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0);font-display:swap;}
body {
  font-family:Helvetica,sans-serif;
  margin-right: auto;
  margin-left: auto;
}
h1{
padding:10px;
}
h2 {
	font-size: 1.33em;
}
h3 {
	font-size: 1.33em;
//    margin-block-start: 3em;
}
h4 {
	font-size: 1.1em;
}
h1, h2, h3, h4 {
  color: #005fa8 !important;
}
li a {
	text-decoration: none;
}
li a:hover {
  color: #005fa8 !important;
}
.home h1 {
    padding: 3%;
}
.home .header .logo {
height: auto;
    width:30vw;
	bottom: 0;
}
.home .logo img {
    height:auto;
	width:auto;
	visibility: hidden;
}
.home a.logo {
    position: absolute;
    bottom: -25px;
    top: auto;
}
.home .header ul {
    background-color: initial;
}
.home .header li a, .home .header li span {
    color: #ffffffc2;
}
@media (max-width:900px){
.home .header li a, .home .header li span {
    color: inherit;
}
}
@media (max-width:1300px){
.home .menu li:nth-of-type(1) {
  margin-left: 42px;
}
}
.home .searchbarwrapper {
    position: fixed;
left:50px;
}
.home .searchbarwrapper:after {
    color: #ffffffc2;
}
.home .searchbarwrapper input, .home div#wrapper input {
    width:250px !important;
    min-width:250px !important;
	border-bottom: 1px solid #ffffffc2 !important;
}
.home .wildsearch, .home .searchbar {
	color: #9a9c9e;
padding:10px !important;
border-radius:5px !important;
}
.home .wildsearch::placeholder, .home .searchbar::placeholder {
	color: #9a9c9e;
}
.home .pagewrapper {
  margin: 28vh auto 0 auto !important;
}
.home .header .menu-icon .navicon,
.home .header .menu-icon .navicon:before, 
.home .header .menu-icon .navicon:after
{
    background: #ffffffc2;
}
a {
  color: #005fa8;
}
.xwrapper {
    cursor: pointer;
    width:25px;
    height: 25px;
    background-color: #fff !important;
    border: none !important;
    float: right;
}
.house.icon {
    position: relative;
}
.popup {
	display: none;
    z-index: 3;
    position: fixed;
    width:50%;
    min-width: auto;
    min-height: auto;
    top: 40px;
    right: 25%;
    left: 25%;
    background: #FFF;
    border: 2px solid silver;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    padding: 10px;
    overflow-y: scroll;
height: -webkit-fill-available;
max-height: 900px;
}
.popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

.popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
min-height:795px;
}
.breadcrumbs {
  position: relative;
  top: 100px;
  list-style: none;
  line-height: 2;
  max-width:85%;
  margin: auto;
padding-inline-start: 0;
}
.breadcrumbs li {
  display: inline;
  font-size: small;
}
.breadcrumbs li:after {
  content: '/';
  padding: 0 .5rem;
  display: inline-block;
}
.currentcrumb:after {
  padding: 0 .2rem;
  display: inline-block;
  all: unset !important;
}
.features {
  border: 1px solid silver;
  border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  vertical-align: top;
  text-align: left;
}
.features_title {
  background: silver;
  padding: 5px;
  margin: 3px;
}
.feature_wrapper {
    display: block;
    padding: 0;
    margin: 5px;
    border: none;
    border-radius: 0;
    margin: 0;
border-bottom: 1px solid silver;
}
span.feature_wrapper {
    line-height: 2.5;
}
.header {
  background-color: #fff !important;
  position: fixed !important;
  top: 0;
  width:auto;
  z-index: 3;
  border-bottom: none !important;
  height: 100px !important;
  padding: 0 0 !important;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5) !important;
  left: 0;
  right: 0;
}
@media (max-width:900px){
  .header {
    height: 86px;
  }
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  right: 100px;
  top: 10px;
}
@media (max-width:900px){
  .header ul {
    flex-direction: column;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    top: 63px;
    transform: inherit;
    right: 50;
  }
}
@media (max-width:540){
  .header ul {
  background-color: #fff !important;
  }
}
.header li span {
  padding: 10px 15px;
}
.header li a, .header li span {
  display: block;
  padding: 10px 15px;
  border-right: none !important;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #005fa8;
  line-height: 2.2;
}
@media (max-width:900px){
  .header li a, .header li span {
  padding: 0 30px !important;
    text-align: center;
  }
}
.header li a:hover, .header .menu-btn:hover, .header li span:hover {
  color: #9a9c9e;
  background-color: transparent !important;	
}
.menu li a:hover {
    color: #9a9c9e !important;
}
.header .logo {
  display: block;
  float: left;
  font-size: 1.5em;
  padding-right: 10px;
  text-decoration: none;
  height: 62px;
  left: 50px;
}
@media (max-width:1300px){
.header .logo {
  height: 62px;
  }
}
@media (max-width:900px){
  .header .logo {
    height:62px;
    width:46px;
    overflow: hidden;
  }
}
.logo img {
  height:67px;
  width:300px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width:900px){
  .logo img {
    height:61px;
    width:272px;
  }
}
a.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .menu {
  max-height: 0;
  transition: max-height .2s ease-out;
  z-index: 10;
}
@media (min-width:48em){
.header .menu {
    clear: none;
    float: right;
    max-height: none;
	position: absolute !important;
    right: 37px;
  padding: 0 0;	
}
}
@media (max-width:900px){
.header .menu {
  max-height: 0 !important;	
  right: 50px;
  top: 70px !important;
  background-color: #fff !important;	
  }
}
.menu {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
}
.menu li:nth-of-type(1) a::before, .menu li:nth-of-type(1) span::before {
  font-family: FontAwesome;
  content: "\f007 ";
  color: #005fa8;
  font-size: 24px;
  background: #9a9c9e50;
  width:60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  line-height: 57px;
  text-align: center;
}
.menu li:nth-of-type(1) a:hover::before {
  color: #fff;
  border: 1px solid #005fa8;
  margin:-1px;
}
.menu li:nth-of-type(1) a, .menu li:nth-of-type(1) span {
  color: transparent;
    width:60px;
    height:60px;	
}
@media (max-width:900px){
  .menu li:nth-of-type(1) a, .menu li:nth-of-type(1) span {
    padding: 10px 10px 20px !important;
    font-size: 0;
    margin-left: -5px;
  }
}
.menu li:nth-of-type(1) {
  order: 4;
  margin-left: 0;
}
@media (max-width:1300px){
.menu li:nth-of-type(1) {
  margin-left: 30px;
}
}
@media (max-width:900px){
  .menu li:nth-of-type(1) {
    margin-left: auto;
    margin-right: auto;
    width:72px;
  }
}
.menu li:nth-of-type(2) {
  order: 1;
}
.menu li:nth-of-type(3) {
  order: 2;
}
.menu li:nth-of-type(4) {
  order: 3;
}
@media (max-width:900px){
.menu li:nth-of-type(2) span {
    padding: 10px 0 0 0 !important;
}
}
@media (max-width:900px){
.menu li:nth-of-type(4) span {
    padding: 0 0 0 0 !important;
}
}
.menu li:nth-of-type(2), .menu li:nth-of-type(4) {
  margin-top: 12px;		
}
.menu li:nth-of-type(3) {
  margin-top: 12px;		
}
@media (max-width:1300px){
.menu li:nth-of-type(2), .menu li:nth-of-type(4), .menu li:nth-of-type(3) {
//  margin-top: -8px;		
}
}
@media (max-width:900px){
.menu li:nth-of-type(3), .menu li:nth-of-type(4) {
  margin-top: 0;		
}
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 20px;
  position: relative;
  user-select: none;
  display: none;	
}
@media (max-width:900px){
  .header .menu-icon {
    top: 30px;
    right: 30px;
    display: block !important;
  }
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width:18px;
}
.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width:100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
.searchbarwrapper {
  z-index: 3;
  float: right;
  position: fixed;
  left: auto;
  right: 520px;
  top: 32px;
  border-bottom: none !important;	 
  width:285px;	
}
@media (max-width:1300px){
  div#wrapper.wildsearch {
    right: 136px !important;
    top: 44px !important;
  }
}
@media (max-width:1300px){
  .searchbarwrapper {
    right: 195px;
    top: 44px;
  }
}
@media (max-width:900px){
  .searchbarwrapper {
    right: 140px;
    top: 33px;
  }
}
div#wrapper input, .searchbarwrapper input {
    width:283px !important;
    min-width:256px !important;
    padding: 10px 15px 10px 10px !important;
  border-bottom: 1px solid #9a9c9e !important;	  	
}
@media (max-width:1300px){
div#wrapper input, .searchbarwrapper input {
    width:283px !important;
margin-top:12px;
}
.searchbarwrapper:after {

    top: 21px !important;
}
}
div#wrapper.wildsearch {
  z-index: 3;
  float: right;
  position: fixed;
  left: auto;
  right: 482px;
  top: 32px;
}

div#wrapper.wildsearch ul, .searchbarwrapper ul {
  margin: 0;
  padding: 0;
}
/* magnifying glass */
.wildsearch:after {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #9a9c9e;
  margin-left: -24px;
  float: right;
  padding: 10px;	
} 
.searchbarwrapper:after {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #005fa8;
  position: absolute;
  right: -13px;
  top: 10px;
}

.wildsearch, .searchbar {
  text-align: left !important;
  border: none !important;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
//  color: #9a9c9e;
  background: #FFFFFF;
  padding: 0 0 0 0 !important;
  border-radius: 0 !important;	
}
.wildsearch::placeholder {
    color: #9a9c9e50;
	visibility:hidden;
}
.wildsearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #9a9c9e50;
 visibility:hidden;	
}

.wildsearch::-ms-input-placeholder { /* Microsoft Edge */
 color: #9a9c9e50;
 visibility:hidden;	
}
.filter {
  cursor: pointer;
  top: 3px;
  z-index: 1000;
  padding: 6px;
  font-size: small;
  position: absolute;
  right: -16px;
  visibility: hidden;
}
.filter:after {
    content: "\f0b0";
    font-family: 'FontAwesome';
    font-size: 1.4em;
    color: #005fa8;
    visibility: visible;
    padding: 10px;
    position: absolute;
    top: -5px;
    right: -40px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 340px !important;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.listing_40 {
  max-width:1200px;
  margin: auto;
  text-align: center;
}
.listing_summary {
  max-width:80%;
  border: 1px solid silver;
  padding: 5px;
  margin: auto;
  border-radius: 5px;
}
.summary_label {
  border-bottom: 1px solid black;
  padding: 10px 0 10px 10px;
  display: inline-block;
  width:35%;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  font-size: small;
}
@media (min-width:48em) {
  .sortlist {
    width:fit-content !important;
  }
  .header li {
    float: left;
  }
  .count_totals {
    display: flex;
    padding: 0 0 0 50px;
    line-height: 10px
  }
}
.home_search {
  padding: 5px;
  border-color: dodgerblue;
}
.listbox {
  display:inline-block;
  padding:10px;
  margin:10px;
  width:280px;
  overflow: hidden;
  height: 475px;
  border: none !important;	
  border-radius: 0 !important;	
  -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
.listbox:hover {
  border: none !important;	
  border-radius: 0 !important;	
  -webkit-box-shadow: 0 0 24px 0 rgb(0, 95, 168 / 12%);
  box-shadow: 0 0 24px 0 rgb(0, 95, 168 / 12%);
}
.listbox_img {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  width:100%;
}
.listbox_img_container {
  margin: -10px -10px 0 -10px;
  height: 200px;
  overflow: hidden;
}
.listbox_title {
  font-size: 13px;
  line-height: 16px;
  font-family: proxima-nova, system, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
  padding: 0 5px 5px 5px;
  color: #595959;
  overflow: hidden;
  white-space: nowrap;
}
.vesselname {
  font-size: 18px;
  line-height: 25px;
  font-family: proxima-nova, system, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
  padding-top: 4px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  top: -229px;
  background: white;
  opacity: 60%;
  width:300px;
  margin-left: -10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 26px;
}
.listbox_price {
  font-size: 18px;
  line-height: 16px;
  font-family: proxima-nova, system, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
  padding: 5px;
  color: #595959;
  font-weight: 600;
  text-align: left;
}
.listbox_location {
  font-size: 16px;
  line-height: 25px;
  font-family: proxima-nova, system, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
  padding: 5px;
  color: #595959;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
margin:0px;
}
.sumtitle{
font-weight: 700;
}
.spacer {
  height: 20px;
}

.pagewrapper {
  max-width:85%;
  border-radius: 10px;
  margin: 110px auto 0 auto !important;
  background: white;
  padding: 5px;
}
@media (max-width:1300px){
.pagewrapper{
  margin: 110px auto 100px auto !important;
}
}
.listingswrapper{
text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.listingswrapper a {
//    color: #000;
    text-decoration: none;
}
.listingswrapper a:hover {
    opacity: .5;
}
.listingswrapper .date {
    padding: 10px;
    background: none;
    left: 0;
    width:fit-content;
    font-size: 1.8em;
    top: 50%;
line-height: 1;
}
.featuredwrapper-container {
    border: 0 solid silver !important;
	margin: 2rem auto;
}
span.ohdetail.ohdetailheader {
 color: #005fa8;
	text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 2px;
	line-height: 1px;
	margin-top: 24px;
}
.ohdetail {
    width: 20%;
    display: inline-block;
    padding: 10px;
    text-align: left;
    line-height: 1;
	text-align: left;
vertical-align: top;	
}
.total_listings {
  display: inline-block;
  height: 35px;
  line-height: 2;
  padding: 1rem 1rem 2rem;
	float: left !important;
	width: fit-content;
}
.total_pages {
  display: inline-block;
  width: 300px;
  height: 35px;
  line-height: 2;
	float: left;
}

.footer {
  text-align: center;
  font-size: smaller;
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 2;
  max-width: 85%;
  margin: 15px auto 25px auto !important;
  background: white;
  border-radius: 10px;
}

.dropdown {
  position: relative;
  display: block;
  padding: 10px 10px;
  margin: 1px;
  border-right: 1px solid #f4f4f4;
}
.dropdown:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
#Image Carousel * {
  box-sizing: border-box
}
* * * body {
  font-family: Verdana, sans-serif;
  margin: 0
}
* * * .mySlides {
  display: none
cursor:pointer;
}
* * * img {
  vertical-align: middle;
}
* * * * * * /* Slideshow container */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  padding-top: 32%;
  padding-bottom: 32%;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: #fff !important;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  max-width: 720px !important;
max-width:615px;
cursor:pointer;

}
@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
.propertydesc {
  display: inline-block;
  border: none;
  border-left: 1px solid #005fa8;
  border-radius: 0;
  vertical-align: text-bottom;
  padding: 20px;
  text-align: justify;
  line-height: 2;
	width: 60%;
max-width:700px;
overflow:hidden;
}
@media (max-width: 1000px) {
.propertydesc {
  border-left: 0 solid #005fa8;
  border-top: 1px solid #005fa8;
width: auto !important;
max-width:100%;
}
}
@media only screen and (min-width: 1000px) {
  .total_listings {
    float: left;
    text-align: left;
    padding-left: 50px;
	padding: 1rem 1rem 2rem;  
	display:inline-block;
	width:fit-content;
	height:35px;
	line-height:2;	  
  }
  .total_pages {
    float: right;
    text-align: right;
    padding-right: 50px;
  }
  .pagewrapper {
    min-width: 1000px;
  }
  .midsection {
    display: table !important;
  }
  .propertydesc {
    margin: 0 -10px 0 10px !important;
	display: table-cell !important;	  
  }
  .listingactions {
    margin: 0 10px 0 -10px !important;
	display: table-cell !important;
  }
}
@media only screen and (max-width: 375px) {
  .prev, .next, .text {
    font-size: 11px
  }
  .pagewrapper {
    width: fit-content;
    min-width: 320px;
    max-width: unset;
  }
  .slidebody, .featurebody {
    width: unset !important;
  }
}
@media only screen and (max-width: 540px) {
  .price {
    width: 100%;
    text-align: unset !important;
  }
  .listingdetail {
    text-align: unset !important;
  }
  .splash {
    width: 300px !important;
    height: 187px !important;
    margin-left: -150px !important;
  }
  .splashbuttonwrapper {
    margin-top: unset !important;
    width: i90% !important;
  }
  .popup {
    right: 0;
    left: 0;
    width: auto !important;
    z-index: 9999;
    overflow-y: scroll;
    padding-bottom: 0;
	  min-width: 362px !important;
height: -webkit-fill-available;
top:0px;
  }
  .split {
    width: auto !important;
  }
}
.slide_dots {
  text-align: center;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.mdiv {
  height: 25px;
  width: 3px;
  margin-left: 12px;
  background-color: black;
  transform: rotate(45deg);
  Z-index: 1;
}
.mdiv:hover, .md:hover {
  background-color: red;
}
.md {
  height: 25px;
  width: 3px;
  background-color: black;
  transform: rotate(90deg);
  Z-index: 2;
}
input[type="text"], input[type="password"], input[type="tel"] {
  padding: 10px;
  width: 40%;
  text-align: center;
  min-width: 300px;
}
textarea {
  width: 94%;
  margin: 10px;
}
input[type="submit"], input[type="button"], input[type="file"], input[type="reset"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 250px;
  padding: 15px;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 45px;
}
input[type="file"] {
  font-size: 20;
}
.contactform {
  margin-top: 30px;
  text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
max-width:fit-content;
}
.contactform a {
  cursor: pointer;
}
.contactform input[type="text"], .contactform input[type="password"] {
    margin: 10px;
	    border: none;
    border-bottom: 1px solid #005fa8 !important;
}
.contactform input[type="submit"] {
border: 1px solid #005fa8;
    background: #005fa8;
    color: #fff;
    min-width: auto;
    width: auto;
    padding: 5px 20px;
    margin: 10px auto;
    cursor: pointer;
}
.contactform input:hover[type="submit"] {
    background: #fff;
    color: #005fa8;
}
.sitemap {
  list-style: none;
  margin: 10px;
  padding: 10px;
  text-align: center;
}
.sitemap li {
  padding: 15px 5px 5px 5px;
  border: 1px solid silver;
  border-radius: 5px;
  margin: 5px;
  max-width: 600px;
  text-align: center;
  display: inline-block;
  width: 300px;
  height:50px;
line-height:1.5;
vertical-align:middle;
}
.sitemap ol li {
  width: 200px;
}
.column {
  display: inline-block;
  vertical-align: top;
  min-width: 300px;
}
.column_home {
  display: inline-block;
  vertical-align: top;
  min-width: 300px;
  border: 1px solid silver;
  border-radius: 10px;
  padding: 15px;
  min-height: 250px;
}
.typeahead {
  width: -webkit-fill-available !important;
  min-width: unset !important;
}
.split {
  width: 45%;
  border: 1px solid silver;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
.split input[type="text"], select {
  padding: 10px;
  margin: 5px;
  border: 1px solid silver;
  border-radius: 5px;
  text-align: left;
}
.splithalf {
  width: 45% !important;
  min-width: unset !important;
}
.splitfull {
  width: -webkit-fill-available !important;
}
.searchdropdown {
  padding: 5px;
  margin: 5px;
  border: 0;
  border-bottom: 1px solid silver;
  width: -webkit-fill-available;
  text-align: left;
}
.advancedsearch {
  margin-bottom: 20px;
}
.response {
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  margin-top: 50px;
  padding: 50px;
  line-height: 50px;
}
.homepage_form {
  text-align: center;
  position: relative;
  bottom: 300px;
  width: -webkit-fill-available;
  border: 1px solid white;
}
.homepage_form input[type="text"] {
  width: 15%;
  min-width: 150px;
}
.homepage_form input[list], input[type="number"] {
  width: 15%;
  padding: 15px;
  text-align: center;
  min-width: 150px;
}
.homepage_form input[type="submit"] {
  display: unset;
  width: unset;
  min-width: 175px;
}
.homepage_form a {
  padding: 15px;
  white-space: nowrap;
  color: #FFFFFF;
  line-height: 25px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.quicknav {
  text-align: center;
  line-height: 25px;
  margin: 10px
}
.quicknav ul {
  text-align: left;
}
.copy {
  padding: 20px;
  text-align: justify;
  line-height: 2;
}
.brokercard {
  display: inline-block;
  padding: 50px !important;
}
.brokercard img {
	margin-bottom: 25px !important;
}
.brokerphoto {
  border-radius: 50%;
  max-width: 200px;
  width: 200px;
  height: 200px;
  border: 5px solid silver;
}
.brokerbio {
  border-radius: 10px;
  display: inline-block;
  width: 70%;
  text-align: justify;
  vertical-align: top;
  padding: 25px;
  line-height: 30px;
}
.brokercard .brokername {
    display: none;
}
.brokername {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  max-width: 250px;
}
.brokercard .brokertitle {
    display: none;
}
.brokertitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 1 !important;
}
.brokerphone {
  font-size: 18px;
  padding-bottom: 20px;
}
.brokerwrapper {
  padding: 25px 0 25px 0;
  border-bottom: 1px solid silver;
}
.brokercontact {
  background: #efefef;
  border-radius: 5px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  width: 75%;
  margin: auto;
  border: 1px solid black;
  cursor: pointer;
}
.minibroker {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px 0 0 5px;
  border: 1px solid silver;
}
#my-signin2 {
  display: inline-block;
  margin: 10px;
}
.socialsignup {
  font-size: 1rem;
  color: #767676;
}
.socialsignup::before, .socialsignup::after {
  display: inline-block;
  content: "";
  border-top: .1rem solid #767676;
  width: 10%;
  margin: 0 1rem;
  transform: translateY(-.25rem);
}
.filterform {
  text-align: center;
}
.filternotes {
  width: 80% !important;
}
.communitycopy {
  text-align: justify;
  padding: 5px;
  line-height: 2;
margin:0px 0px 10px 0px;
}
.communitycopy a {
  color: #005fa8;
text-decoration:none;
}
.listboxsvg {
  vertical-align: bottom;
  fill: #0361a9;
	    height: 24px;
    width: 24px;
}
.svgwrapper {
  height: 40px;
  width: 38px;
  float: left;
  margin: 2px;
  padding: 5px;
  border: none !important;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.svglarger {
  height: 60px;
  width: 60px;
  padding: 10px;
  margin: 5px;
  float: unset;
  vertical-align: top;
  background: white;
  border-radius: 5px;
}
.listboxvalue {
    font-size: 12px;
    line-height: 1;
}
.largelistboxvalue {
  font-size: 12px;
  font-weight: normal;
}
.listbox_features .mls {
    margin-top: 21px;
}
.mls {
  float: right;
}
.orig_price {
  display: inline-block;
  text-decoration: line-through;
  color: #b50707;
  float: right;
}
.sort {
  float: right;
  cursor: pointer;
  position: fixed;
    top: 100px;
    right: 0;
}
@media only screen and (max-width: 540px) {
.sort {
  right: 1px;
}
}
div#sortlist {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.sortlist {
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  position: fixed;
  top: 100px;
  right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #FFFFFF;
  width: 100%;
  display: none;
  z-index: 9;
}
@media only screen and (max-width: 540px) {
.sortlist {
right: 24px;
    width: auto;
	}
}

.share {
  right: 25px !important;
}
.sortlistitem {
  border: unset;
  display: block;
  text-decoration: none;
  position: revert;
  width: auto;
}
a.sortlist.sortlistitem:hover {
    color: #005fa8;
}
.featuredcomms {
  text-align: left;
  display: inline-block;
  line-height: 2;
}
ul.featuredcomms {
    padding-inline-start: 0;
    margin-left: 40px;
    width: calc(100% - 40px);
}
.featuredwrapper {
  width: 280px;
  margin: 10px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  min-height: 250px;
  border: none !important;	
  border-radius: 0 !important;	
  -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
.featuredwrapper h2 {
    font-size: 1.1em;
}
.wildsearch {
  padding: 50px 0 50px 0;
  border-radius: 10px;
}
.huge_list {
  list-style: none;
  width: 40%;
  margin: auto;
  min-width: 300px;
}
.huge_list li {
  border: 1px solid silver;
  text-align: left;
  margin: auto;
  padding: 10px 5px 10px 10px;
  margin-right: 8px;
  background: white;
width:291px;
}
.ui-widget {
  position: absolute;
  margin: auto;
  width: 85%;
  z-index: 2;
}
.featuredcities {
  border: 1px solid silver;
  border-radius: 5px;
  margin: 10px;
  min-width: 280px;
text-align:left;
}
.featuredcities li {
  display: inline-block;
  padding: 0 25px 25px 0;
  line-height: 2;
  white-space: nowrap;
  min-width: 240px;
  text-align: center;
}
.subsparentlink {
  text-align: center;
  display: block;
  padding: 10px;
}
.listboxreduced {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Mulish', sans-serif !important;
  padding-top: 4px;
  color: #fff !important;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  top: -172px;
  background: #830303;
  transform: rotateY(0deg) rotate(315deg);
  width: 150px;
  margin-left: -10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 26px;
  left: -32px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
.listboxpending {
  background: #005fa8;
}
.listboxsoon {
  background: #4caf50;
}
.agent {
  padding-left: 19px;
  background-size: 16px;
}
.commphotowrapper {
}
.commphotowrapper img {
    width: 100%;
}
.mapwrapper {
padding: 2rem 0;
}
.commphoto {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid silver;
}
.disclaimer {
    padding: 75px 7px;
	text-align: justify;
font-size: .8em;
    line-height: 1.75;
}
.notnew {
  height: 8px;
}
.favorite {
  position: relative;
  top: -25px;
  margin: -25px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: -25px auto 0 auto;
}
.loading {
  max-width: 100%;
  max-width: 100%;
}
.filterfeatures {
  border: 1px dotted;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin: 5px 0 0 0;
  vertical-align: top;
  height: 50px;
  min-width: 135px;
}
.filterfeatures input[type="text"], input[type="number"] {
  padding: 11px;
  margin: 5px;
  text-align: center;
  border: 1px solid silver;
  width: 87px;
  min-width: unset;
  border-radius: 5px;
}
.advanced input[type="text"]{
width:200px;
}
.filterfeatures select {
  font-size: 15px;
  width: 75px;
}
.agentwrapper {
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  vertical-align: bottom;
  min-width: 310px;
}
.slidewrapper {
  display: inline-block;
  max-width: 720px;
}
.slidewrapper img {
    border-radius: 0;
    min-height: auto;
    padding: 0;
    -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    margin: 10px;
}
@media only screen and (max-width: 600px) {
.slidewrapper img {
width: 90% !important;
    height: auto !important;
	}
}
.mySlides-fullscreen{
background:white;
display:block;
}
.mySlides-fullscreen img{
height:auto;
max-width:100%;
}

.agentphoto {
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 50%;
	padding-bottom: 0;
}
.agentname {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1em !important;
}
.agentphone, .agenttitle {
  line-height: 1.1 !important;
  font-size: 1em !important;
}
.agentphone {
    padding-bottom: 10px;
}
.agentcontact {
  background: #efefef;
  border-radius: 5px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  width: 75%;
  margin: auto;
  border: 1px solid black;
  cursor: pointer;
}
.swipecontainer {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.swipecontainer img {
  max-width: 100%;
}
.forward {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -25px;
  background: grey;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
}
.back {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -25px;
  background: grey;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  transform: rotate(180deg);
}
.fullscreen {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  max-width: unset !important;
}
.slidebody {
  border-radius: 0;
  margin: 10px auto 10px auto;
  width: 90%;
  padding: 20px !important;
  display: inline-block;
	border:0 solid #005fa8;
}

.price {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  float: right;
}
@media (max-width:900px){
.price {
  float: inherit !important;
}
.brokerbio {
  width: 85%;
}
}
.midline {
  height: 1px;
  background: #000000;
  width: 100%;
  display: block;
  margin: 10px;
}
.listingdetail {
  display: inline-block;
  float: left;
  text-align: left;
}
.actions {
  position: fixed;
  top: 100px;
  right: 0;
  width: 25px;
  cursor: pointer;
}
.agentcard {
  padding: 10px;
    display: inline-block;
    min-width: auto;	
}
@media (min-width: 1181px){
.agentcard{
width:100%;
}

}
.realtorcard {
  display: inline-block;
  padding: 20px;
  text-align: center;
}
.agentlarge {
  width: 200px;
  height: 200px;
}
.bigger {
  padding: 10px 0 0 0;
}
.brokerthumbs {
  display: inline-block;
  max-width: 75%;
  vertical-align: top;
  padding: 25px;
  line-height: 30px;
  width: -webkit-fill-available;
  text-align: left;
}
.listingactions {
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 20px;
  text-align: left;
width: 30%;
}
@media (max-width: 1000px) {
.listingactions {
width: 90%;
}
}
.actionwrapper {
  padding: 5px;
}
.actionwrapper svg {
  vertical-align: middle;
  fill: #0361a9;
}
.midsection {
  width: 100%;
  margin: auto;
	border-top: 1px solid #005fa8;
	border-bottom: 1px solid #005fa8;
	display: block;
}
.browse {
    z-index: 100;
    border-right: none;
    border-bottom: none;
    display: none;
    position: fixed;
    top: 24px !important;
    right: 303px !important;
    list-style: none;
    background: white;
    min-width: 42px;
    padding: 10px 20px !important;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
max-height: -webkit-fill-available;
    overflow: scroll;
scrollbar-width: none;
}
.browse ul{
list-style:none;
padding:5px;
display:inline-block;
vertical-align:top;
}
.browsetitle{
font-weight: bold;
    border-bottom: 1px solid;
}
.childmenu{

}
@media only screen and (min-width:1300px){
  .browse {
    top: 55px !important;
  }
}
@media only screen and (max-width:900px){
  .browse {
    top: 55px !important;
    right: 190px !important;
  }
}
@media only screen and (max-width:540px){
  .browse {
    right: 160px !important;
  }
}
.browse li {
    text-align: left;
}
.browse a {
  line-height: 2.2;
  text-decoration: none;
}
.browse a:hover {
  color: #005fa8;
}
.social {
  padding: 10px;
}
.featurename {
color: #005fa8;
  text-transform: uppercase;
  font-weight: bold;
    padding-right: 10px;
display: block;
}
.featurevalue {
	padding-right: 20px;
margin:0px;
}

.splitfeatures {
border: none;
	border-top: 1px solid #005fa8;
    display: inline-block;
    width:46%;
    min-width:350px;
    border-radius:0;
    margin:10px 0;
    vertical-align: top;
}

@media (max-width:1237px) {
.splitfeatures {
    width:45% !important;
}
}
@media (max-width:1000px) {
.splitfeatures {
    width:44% !important;
}
}
@media (max-width:900px){
.splitfeatures {
    width:95% !important;
}
}
.splitfeatures h4 {
	text-align: left;
}
.mtg_label {
    text-align: left;
display:inline-block;
min-width:150px;
}
.bus {
border-bottom:1px solid #005fa8;
}
.bus_label {
    text-align: right;
display:inline-block;
font-weight:bold;
}
.bus_value {
display:inline-block;
padding:10px;
text-align:left;
min-width:75%;
}

.compline{
border-bottom: 1px solid;
text-align:left;
padding:5px;
font-size:small;
}
.comp{
display:inline-block;
text-align:left;
line-height:2;
overflow:hidden;
white-space:nowrap;
}
.quarter{
width:10%;
min-width:78px;
}
.tenth{
width:4%;
min-width:20px;
}
.address{
width:24%;
min-width:100px;

}

.splitfeatures input[type="text"] {
    min-width: 150px;
    border: none;
    border-bottom: 1px solid #005fa8;	
}
.splitfeatures:nth-child(4) {
    border-bottom: 1px solid #005fa8;
}
@media only screen and (max-width:900px){
.splitfeatures:nth-child(4) {
    border-bottom: 0;
}
}
.splitfeatures:last-child {
    border-bottom: 1px solid #005fa8;
}
.splitfeatures span div {
}
@media only screen and (max-width: 540px) {
.splitfeatures span div {
margin-top: 0 !important;
	}
}
.mapinfo {
  width: 200px;
  border-radius: 10px;
  padding: 5px;
}
.devlist {
  display: inline-block;
  width: 30%;
  border-bottom: 1px solid silver;
}
.devaction {
  display: inline-block;
  border-bottom: 1px solid silver;
  width: 150px;
}
.school_wrapper {
    border: none !important;
    border-radius: 0;
    margin: 5px;
//    width: 29%;
    display: inherit;
vertical-align:top;
}
.school_title {
  font-weight: bolder;
  background: #fff !important;
  padding: 0 10px;
white-space:nowrap;
}
.school_value {
  padding: 5px 10px;
//white-space:nowrap;
//min-width:100px;
}
.qrcode {
  display: none;
}
.devalert {
    margin: 10px auto;
    border: 3px solid #005fa8;
    width: fit-content;
    padding: 5px 5px;
    border-radius: 5px;
    background: #fff;
    color: #005fa8;	
    cursor: pointer;
    text-align: center;
font-size:18px;
}
.lr{
line-height:2.5;
}
.devalert:hover{
    background: #005fa8;
    color: white;
}
.devalert a:hover{
    background: #005fa8;
    color: white;
opacity:unset;
}
.devalert a {
    text-decoration: none;
}


.recordadded {
  margin: auto;
  border: 1px solid grey;
  width: fit-content;
  padding: 25px;
  border-radius: 5px;
}
.alertwrapper {
  border-bottom: 1px solid;
}
.alertitem {
  font-size: 12;
  border-right: 1px solid;
  display: inline-block;
}
.alertcity {
  width: 30%;
  min-width: 100px;
}
.alertdev {
  width: 30%;
  min-width: 100px;
}
.alertbb {
  width: 10px;
}
.alertprice {
  width: -webkit-fill-available;
  min-width: 184px;
}
#viewedcheck:checked ~ .historywrapper {
  display: block;
}
#savedcheck:checked ~ .bookmarkhistorywrapper {
  display: block;
}
.historywrapper, .bookmarkhistorywrapper {
  border-top: 1px solid;
  display: none;
}
.callhistorywrapper {
  border-bottom: 1px solid;
}
.loginhistorywrapper {
  font-size: 12;
}
.calltime, .callagent {
  min-width: 100px;
  border-right: unset !important;
}
.logintime {
  width: unset;
  border-right: unset !important;
}
.history {
  display: inline-block;
  border-right: 1px solid;
  padding: 5px;
  font-size: 12;
}
.quote {
  display: inline-block;
  width: 70%;
  text-align: justify;
  font-style: italic;
  line-height: 2;
  padding: 15px;
  box-shadow: none;
  border-radius: 5px;
}
.quote .date {
    font-size: 1em;
    font-weight: 400;
    font-style: initial;
    color: #005fa8;
}
.openquote {
  display: inline-block;
  vertical-align: top;
}
.closequote {
  display: inline-block;
}
.quote .client {
    font-weight: 400;
    font-style: normal;
    color: #005fa8;
}
.client {
  text-align: right;
  font-weight: bold;
}
.date {
  font-weight: bold;
padding: 10px;
    background: #aecce4;
    display: inline-block;
    float: left;
width:65px;
border-radius:5px;
}
@media print {
  .menu, .searchbar, .breadcrumbs, .actions, .agentcontact, .listingactions, .splitfeatures, .mapwrapper, .disclaimer, .similar, .agentactionwrapper, #capture, #capture2, .bottomcapture, .featuredcities, .flag, .searchbarwrapper:after {
    display: none;
  }
  .slideshow-container {
    max-height: 200px;
  }
  h1 {
    font-size: large;
  }
  h2 {
    display: none;
  }
.header{
-webkit-box-shadow: 0px !important;
box-shadow: none !important;
height: none !important;
}
.agentwrapper{
position: fixed;
    top: -11px;
    left: 265px;
    z-index: 999;
}
.svglarger{
width:30px;
}
  .propertydesc {
    padding: 0px 0 0 0;
    width: 100%;
    height: 402px;
    overflow: hidden;
    margin: 0;
    border: 0;
  }
  .feature_wrapper {
    padding: 0;
    margin: 1px;
  }
  .featurename {
    padding-right: 10px;
  }
  .footerlinks {
    display: none;
  }
  .footer {
    margin: 0 auto 0 auto;
    position: fixed;
    bottom: 0;
    font-size: x-small;
  }
  .footertext {
    display: inline;
  }
  .qrcode {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    margin: -20px;
  }
.slidebody{
margin:20px auto 10px auto;
}
.featurename{
line-height:1;
}
.slidebody{
width:100%;
}
span.feature_wrapper{
line-height:1;
}
}
.popback {
  background: grey;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 80%;
  display: none;
}
.slidewrapper{display:inline-block;max-width:900px;overflow:hidden;}

.agentname{font-weight:bold;line-height:1.5}.agentphone,.agenttitle{line-height:1.5;font-size:20px}.agentcontact{background:#efefef;border-radius:5px;line-height:30px;font-size:20px;font-weight:bold;width:75%;margin:auto;border:1px solid black;cursor:pointer}

.featurebody {
    border: none;
    border-radius: 0;
    margin: auto;
    width: 90%;
    padding: 10px;
    display: block;
    background: transparent;
}
.price{font-size:24px;font-weight:bold;text-align:right;float:right}.listingdetail{display:inline-block;float:left;text-align:left}

.actionwrapper{padding:5px}.actionwrapper svg{vertical-align:middle;fill:#0361a9}

.browse{z-index:1000;display:none;position:fixed;top:22px;right:177px;list-style:none;background:white;min-width:42px;border-right:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;padding:10px}.browse a{line-height:2;text-decoration:none}

.school_wrapper{border:1px solid silver;border-radius:5px;margin:5px}.school_title{font-weight:bolder;background:#aecce4;padding:8px}.school_value{padding:9px}.qrcode{display:none}

@media print{.menu,.searchbar,.breadcrumbs,.actions,.agentcontact,.listingactions,.splitfeatures,.mapwrapper,.disclaimer,.similar{display:none}.slidewrapper img{max-height:375px;}.h1{font-size:large}.features{overflow:hidden}h2{display:none}

	.feature_wrapper{padding:0;margin:1px}.featurename{padding:5px}.footerlinks{display:none}.footer{margin:0 auto 0 auto;position:fixed;bottom:0;font-size:x-small}.footertext{display:inline}.qrcode{display:block;position:absolute;top:0;right:0;z-index:9999;margin:-20px}}.actionfav{position: relative;top: 25px;}

.slidebody2 {
	border: 0 solid silver;
	display: inline-block;
	width: 100%;
	margin: 10px auto 10px auto;
	border-radius: 0;
	padding: 5px;
}
.slidwrapper{min-height:600px;}

ul.pagination {
	display:inline-block;    
	padding: 1rem 1rem 2rem;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 540px) {
ul.pagination{
    margin: 2rem auto;
min-width:225px;

	}
}
ul.pagination li{display:inline;}
ul.pagination li a{float:left;padding:0 16px 5px;text-decoration:none;border:none;    margin: -18px 1px 1px 1px;
    border-radius: 5px;
    font-size: 3em;
    color: #0361a9;
}

@media only screen and (max-width: 540px) {
.total_listings{
float: inherit !important;
	padding-bottom: 1rem;
	}
}
.total_pages {
	display: inline-block;
	width: 300px;
	height: 35px;
	line-height: 2;
	float: right !important;
	padding: 1rem 1rem 2rem;
    text-align: right;	
}
@media only screen and (min-width: 1000px) {
.total_pages{
	display:inline-block;
	width:300px;height:35px;
	line-height:2;
	float:right !important;
	padding: 1rem 1rem 2rem;
	}
}
@media only screen and (max-width: 540px) {
.total_pages{
	float: inherit !important;
text-align: center;	
	}
}

.realtors_page {
    width: 85%;
    margin: auto;
}

@media only screen and (max-width:900px){
.realtors_page {
    width: inherit;
}
}
@media only screen and (max-width:540px){
.realtors_page {
    width: 70%;
}
}
.realtors_page .realtors_cards_wrap{
    grid-gap: 2.5rem;
}
@media only screen and (max-width:900px){
.realtors_page .realtors_cards_wrap {
    grid-gap: 1.5rem;
}
}
.realtors_cards_wrap {
    grid-template-columns: repeat(4,1fr);
}
@media (max-width: 1200px) {
.realtors_cards_wrap {
    grid-template-columns: repeat(3,1fr);
}
}
@media (max-width:900px){
.realtors_cards_wrap{
    grid-template-columns: repeat(3,1fr);
}
}
.realtors_page .realtors_cards_wrap .realtors_card {
	padding: 0;
	    -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
.realtors_page .realtors_cards_wrap .realtors_card .card_buttons {
    justify-content: right;
	margin-top: 0;
}
.realtors_page .realtors_cards_wrap .realtors_card {
    border-radius: 3px;
}
.realtors_page .realtors_cards_wrap .realtors_card .main_card_img {
    align-items: center;
    justify-content: center;
    max-width: none;
    max-height: none;
}

@media (min-height:1200px){
.home .pagewrapper{
margin: 330px auto 0 auto !important;
}
}
@media (max-width:1300px){
.realtors_page .realtors_cards_wrap .realtors_card .main_card_img {
display: block;
	margin-bottom: 0;
	}
}
.realtors_page .realtors_cards_wrap .realtors_card .card_buttons .realtor_footer_btn {
    padding: 10px !important;
    background-color: transparent;
    min-width: auto;	
	margin-right: 0;
}
.realtors_page .realtors_cards_wrap .realtors_card .card_buttons .realtor_footer_btn:hover {
    background-color: transparent;
}
a.realtor_footer_btn img {
    display: none;
}
.card_buttons a:before {
    font-family: 'FontAwesome';
    font-size: 1.2em;
    color: #005fa8;
    visibility: visible;
}
.card_buttons a:nth-child(1)::before {
    content: "\f095";
    font-weight:900;
}
.card_buttons a:nth-child(2)::before {
    content: "\f075";
    font-weight: 200;
}
.card_buttons a:nth-child(3)::before {
    content: "\f0e0";
    font-weight: 200;
    margin-right: 10px;
}
.realtors_page .realtors_cards_wrap .realtors_card .main_card_info {
    padding: 0 20px;
    align-items: baseline;
}
.realtors_page .realtors_cards_wrap .realtors_card .main_card_info .name {
    font-size: 1.2em;
    letter-spacing: 1;
}
.realtors_page .realtors_cards_wrap .realtors_card .main_card_info .name a {
    color: #005fa8;
}
.realtors_page .realtors_cards_wrap .realtors_card .main_card_info .info {
    font-size: 1em;
    color: #000;
    margin-block-start: 0;
    margin-block-end: 0;
	text-align: left;
}
.violator{
    font-size: 15px;
    line-height: 25px;
    font-family: 'Mulish', sans-serif !important;
    padding-top: 4px;
    color: #fff !important;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 32px;
    background: orange;
    transform: rotateY(0deg) rotate(315deg);
    width: 287px;
    margin-left: -10px;
    height: 27px;
    left: -86px;
    z-index: 0;
    text-align: midd;
}
.siteplan{
text-align:center;
}


@media (max-width:540px){
.listingswrapper .date {
    font-size: 1.5em;
    top: 0;
    transform: inherit;
    line-height: 1;
        }
.ohdetail {
    width: 17% !important;
        }

.home .searchbarwrapper:after {
    right:21px;
        }
.breadcrumbs {
padding-inline-start: 0;
	}
  .header .logo {
  left: 25px;
  	}
.header .menu {
  right: 20px;
  	}
  .header .menu-icon {
    right: 10px;
  	}
  .searchbarwrapper {
  right:99px !important;
  width:150px;
  	}
.searchbarwrapper {
  top:33px;
	}
.searchbarwrapper {
  right: -30px;
  	}
div#wrapper.wildsearch {
  right: 50px !important;
  	}
div#wrapper input, .searchbarwrapper input {
  width:150px !important;
  min-width:150px !important;
	}
.wildsearch:after {
  margin-left: -24px;
  float: right;
  top: 3px;
  position: absolute;
  right: 0;
	}
.searchbarwrapper:after {
  right: -13px;
	}
  .wildsearch, .searchbar {
    min-width:170px !important;
  	}
  .filter {
    right: -48px !important;
  	}
  .filter:after {
    right: 0 !important;
  	}
.pagewrapper{
  margin: 110px auto 100px auto;
	}
.splitfeatures {
    width:auto !important;
	}
.realtors_cards_wrap{
    grid-template-columns: repeat(1,1fr);
	}
}




.iconWrapper{display:inline-block;width:25px;height:25px;box-sizing:border-box;border-radius:0;cursor:pointer;vertical-align:middle}.iconWrapper .icon{z-index:1}.iconWrapper:hover{cursor:pointer;border-color:#19d599;transition:none}.icon{position:absolute}.icon:before,.icon:after{content:'';position:absolute;display:block}.icon{position:absolute}.icon:before,.icon:after{content:'';position:absolute;display:block}.icon{position:absolute}.icon:before,.icon:after{content:'';position:absolute;display:block}.icon{position:absolute}.icon:before,.icon:after{content:'';position:absolute;display:block}.mail.icon{margin-left:2px;margin-top:4px;width:15px;height:10px;border:solid 1px #333;border-radius:1px}.mail.icon:before,.mail.icon:after{width:1px;height:10px;background-color:#333;-webkit-transform-origin:bottom;transform-origin:bottom;left:7px;top:-4px}.mail.icon:before{-webkit-transform:rotate(-54deg);transform:rotate(-54deg)}.mail.icon:after{-webkit-transform:rotate(54deg);transform:rotate(54deg)}.chat.icon{margin-left:2px;margin-top:4px;width:15px;height:10px;border:solid 1px #333;border-radius:2px}.chat.icon:before{width:4px;height:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:white;border-bottom:solid 1px #333;border-right:solid 1px #333;left:3px;top:8px}.mobile.icon{margin-left:4px;margin-top:0px;width:12px;height:19px;border-radius:2px;border:solid 1px #333}.mobile.icon:before{left:5px;top:1px;width:2px;height:1px;background-color:#333}.mobile.icon:after{bottom:1px;left:5px;height:2px;width:2px;background-color:#333;border-radius:50%}.mobile.icon.filled{height:14px;border-top:solid 3px #333;border-bottom:solid 4px #333}.mobile.icon.filled:before{top:-2px;background-color:white}.mobile.icon.filled:after{bottom:-3px;background-color:white}

.sold_averages{
line-height:1.5;
font-size:18px;
}
.sold_avg{
display: inline-block;
    border: 1px solid silver;
    padding: 10px;
margin-right:-3px;
margin-left:-3px;
margin-top:-1px;
vertical-align:bottom;
width:145px;
height:120px;
}
.sold_label{
font-weight:bold;
display:block;
text-transform:uppercase;
}

.bottomcapture{
max-width: 400px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.capture{
width: 300px !important;
    font-size: 20px;
    margin: 5px;
    text-align: left !important;
min-width:unset !important;
margin-right: auto;
    margin-left: auto;
}
.capture input[type="button"] {
background: #005fa8;
    color: #fff;
font-size:25px;
height:unset !important;
min-width:297px !important;
cursor:pointer;
}
.capture input[type="text"], input[type="tel"] {
width:279px !important;
}
.captureagentphoto{
width: 75px;
    height: 75px;
    border-radius: 50%;
    float: left;
padding:5px;
}
.agentcardwrapper{
background:#d3d3d354;
border-radius:5px;
border: 1px solid silver;
display:inline-block;
text-align:center;

}
.agentactionwrapper{
    font-size: 14px !important;
border-bottom:1px solid;
}
.agentcard{
display:block !important;
width:unset !important;
padding-top:1px !important;
padding-bottom:1px !important;
}


@media only screen and (min-width: 800px) and (max-width: 1257px)  {
.agentcard{
display:inline-block !important;
}
.capture{
margin-left: auto;
margin-right: auto;
}

}
.flag{
cursor:pointer;
width:16px;
height:11px;
padding:5px;
}
.flags{
float: right;
    position: fixed;
    right: 27px;
    top: 153px;
    display: none;
}
.flags img{
display:block;
}
.citynav{

}
@media (min-width:540px){
input:focus{
    outline: none;
}
.school_wrapper {
width:29%;
}
}
@media only screen and (max-width:800px){
.minislides{
display:none;
}

.bigslides{
width:100% !important;
}
.sideslides{
display:none !important;
}
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.slides{
width:100%;
}
.sideslides{
display:inline-grid;
overflow:scroll;
width:20%;
background:white;
height:100%;
}
.bigslides{
width:80%;
height:100%;
vertical-align:top;
display:inline-grid;
overflow:scroll;
}
.slideshow-container-fullscreen{
position:fixed;
display:flex;
width:100%;
height:90%;
margin:auto;
top:150px;
left:0px;
z-index:2;
background:white;
}
.closefullscreen{
cursor:pointer;
    background: red;
    border-style: none;
    padding: 15px;
    border-radius: 5px;
}
.closefullscreenwrapper{
position:fixed;
bottom:0px;
left:0px;
width:100%;
z-index:5;
display:none;
}
.banner{
height: 50px;
    top: 100px;
background: white;
text-align:left;
width:100%;
padding-top:5px;
border-bottom: 1px solid black;
display:none;
}
.banner img{
width:50px !important;
margin: -3px 0px 0px 0px !important;
}
.banneritem{
display:inline-flex;
align-items:center;
height:50px;
margin: 0px 5px 5px 5px;
font-size: 12px;
max-width:40%;
min-width: 100px;
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.realtors_cards_wrap{grid-template-columns:repeat(1,1fr)}@media (min-width:900px){.realtors_cards_wrap{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.realtors_cards_wrap{grid-template-columns:repeat(3,1fr)}}.realtors_page .realtors_cards_wrap{display:grid;grid-gap:1rem;margin-bottom:40px}.realtors_page .realtors_cards_wrap .realtors_card{padding:30px;background:#fff;box-shadow:0 0 90px -15px rgba(41,44,28,.1);border-radius:4px}.realtors_page .realtors_cards_wrap .realtors_card:hover{box-shadow:0 0 90px -15px rgba(41,44,28,.2)}@media (max-width:800px){.realtors_page .realtors_cards_wrap .realtors_card{padding:15px}}.realtors_page .realtors_cards_wrap .realtors_card .main_card_img{cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 auto;margin-bottom:20px;max-width:200px;max-height:200px}.realtors_page .realtors_cards_wrap .realtors_card .main_card_img img{border-radius:50%;padding-top:10px;}.realtors_page .realtors_cards_wrap .realtors_card .main_card_info{display:flex;margin-bottom:5px;flex-direction:column;align-items:center}.realtors_page .realtors_cards_wrap .realtors_card .main_card_info.footer_info .info{color:#898b91}.realtors_page .realtors_cards_wrap .realtors_card .main_card_info .name{font-size:18px;color:#101010;font-weight:600}.realtors_page .realtors_cards_wrap .realtors_card .main_card_info .info{font-size:16px;color:#1563a4;font-weight:500;font-weight:400;text-align:right}.realtors_page .realtors_cards_wrap .realtors_card .card_buttons{display:flex;margin-top:25px;justify-content:space-between}.realtors_page .realtors_cards_wrap .realtors_card .card_buttons .realtor_footer_btn{color:#fff;border-radius:3px;display:flex;height:32px;justify-content:center;align-items:center;padding-left:20px;padding-right:20px;margin-right:5px}.realtors_page .realtors_cards_wrap .realtors_card .card_buttons .realtor_footer_btn:hover{background-color:#0d4f87}.realtors_page .realtors_cards_wrap .realtors_card .card_buttons .realtor_footer_btn:last-child{margin-right:0}@media (max-width:830px){.realtors_page .realtors_cards_wrap .realtors_card .card_buttons .realtor_footer_btn{padding-left:20px;padding-right:20px}}

#map_canvas{
position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.communitybullets{
text-align:left;
margin:0px;
}
.video{
text-align: center;
width:100%;
}
.video iframe{
width:100%;
height:100%;
max-width:560px;
min-height:315px;
}
