/*
html {
    margin-top: 0 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555; 
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555; 
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555; 
}

input::placeholder,
textarea::placeholder {
  color: #555; 
}

option {
  color:black;
}

#masthead {
    position: relative;
}

.internal_mainimage #featured-hero {
	height: 184px;
	margin-top: -144px;
}

.internal_mainimage #featured-hero .text {
    display: none;
}

#section_one.internal {
    padding-top: 0;
    margin-top: -40px;
    background: transparent;
}

section {
	padding-top: 100px;
	min-height: 100% !important;
	position: relative;
}

h3, .content.large-8 h3, #single-post h1 {
    letter-spacing: normal !important;
    margin: .625em 0 .375em;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

@media screen and (min-width: 1600px){
  .internal_mainimage #featured-hero {
  	background-position: 0 -40px !important;
  }
}
*/

#psa-search > div:last-child input {
	margin-right: 0;
}

#psa-container {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#psa-container .row {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#psa-map-container {
	width: 100%;
	height: 600px;
}

#psa-search {
	/* margin-top: 121px; */
	padding: 0;
	height: 42px;
	/* width: 100%; */
	/* display: block; */
	border-bottom: 1px solid #cdcdcd;
}

#psa-search > div {
	display: block;
	float: left;
}

#psa-search #psa-search-keyword, 
#psa-search #psa-search-minprice, 
#psa-search #psa-search-maxprice, 
#psa-search #psa-search-bedrooms, 
#psa-search #psa-search-bathrooms, 
#psa-search #psa-search-type {
	margin: 5px;
	padding: 5px;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.25) !important;
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	box-shadow: none !important;
	font-size: 0.75rem;
	outline: none !important;
	height: 30px;
	color: #999;
}

#psa-search > div:first-child {
	width: 30.5%;
}

#psa-search #psa-search-keyword {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #ccc !important;
}

#psa-search #psa-search-keyword:focus {
	color: black !important;
}

#psa-search #psa-search-minprice, #psa-search #psa-search-maxprice, #psa-search #psa-search-bedrooms, #psa-search #psa-search-bathrooms {
	width: 96%;
	border: 1px solid #ccc !important;
	min-width: 120px;
}

#psa-search #psa-search-type {
    width: 93%;
    border: 1px solid #ccc !important;
}

#psa-search-submit {
	margin-top: 0;
	height: 30px;
  	min-width: 115px;
	margin: 5px;
	line-height: 10px;
}

#psa-barricade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    display: none;
    z-index: 9999;
}

#psa-barricade img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
}

#psa-barricade p {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	text-align: center;
	font-size: 4vw;
	line-height: 4.5vw;
	text-shadow: 0 0 10px #fff;
	color: #000;
	margin-top: -4.5vw;
}

#psa-sidebar {
    background: #fff;
    display: none;
	overflow: hidden;
	height: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0;
	width: 29.9%;
}

#psa-sidebar-header {
    background: #c4c4c4;
    color: #000;
    padding: 5px;
}

#psa-sidebar-header .column {
	margin: 0 1% 0px;
}

#psa-sidebar-header::after {
    clear: both;
    content: "";
    display: table;
}

#psa-sidebar-header .psa-progress {
    font-size: 12px;
}

#psa-sidebar-header .psa-sort {
    text-align: right;
    font-size: 12px;
}

#psa-sidebar-header .psa-sort select {
    font-size: 12px;
    width: 75%;
    padding: 2px;
    height: 20px;
    display: inline;
    margin: 0;
}

#psa-listinginfo {
  display: none;
  width: 400px;
  height: auto;
  position: fixed;
  left: 34%;
  top: 10%;
  right: auto;
  bottom: auto;
  background-color: #ffffff;
  box-shadow: 0 2px 15px #000000;
  z-index: 99999;
}

#psa-sidebar-listingresults {
	background: #fff;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

#psa-sidebar-listingresults > ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#psa-sidebar-listingresults > ul > li {
    border-bottom: 1px solid #E3DFD7;
    list-style-type: none;
    padding: 15px 0px;
    margin-bottom: 0;
}

#psa-sidebar-listingresults > ul > li,
#psa-sidebar-listingresults > ul > li * {
    cursor: pointer;
    overflow: hidden;
}

#psa-sidebar-listingresults > ul > li:last-child {
    padding-bottom: 10px;
}

#psa-sidebar-listingresults > ul > li:nth-child(even),
#psa-search-placeselector > ul > li:nth-child(even) {
    background-color: white;
}

#psa-sidebar-listingresults > ul > li:hover,
#psa-search-placeselector > ul > li:hover {
    background-color: rgba(21, 66, 117, 0.1);
    cursor:pointer;
}

#psa-sidebar-listingresults:not(.no-click-action) > ul > li:active,
#psa-search-placeselector > ul > li:active {
    background-color: rgba(21, 66, 117, 0.2);
}

#psa-sidebar-listingresults > ul > li.loader {
    text-align: center;
}

#psa-sidebar-listingresults > ul > li.loader:hover,
#psa-sidebar-listingresults > ul > li.loader:active {
    background-color: #fff;
}

#psa-sidebar-listingresults > ul > li .listingImage {
    width: 100%;
    padding: 5px 0 0 10px;
    display: block;
    margin-bottom:15px;
}

#psa-sidebar-listingresults > ul > li .column {
	margin: 0;
}

#psa-sidebar-listingresults > ul > li .column:last-child {
	margin-left: 10px;
}

#psa-sidebar-listingresults > ul > li h3,
#psa-sidebar-listingresults > ul > li p,
#psa-listinginfo h3,
#psa-listinginfo p {
    color: #404040 !important;
    margin: 0;
    font-weight:bold;
}

#psa-sidebar-listingresults > ul > li p,
#psa-listinginfo p {
    font-size: 12px;
}

#psa-main {
    box-sizing: border-box;
	width: 70%;
	height: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
    border-left: 1px solid #ccc;
	margin: 0;
	clear: none;
}

#psa-listinginfo-close {
    float: right;
    position: relative;
    padding: 2px 20px;
    top: 1px;
    right: 1px;
    background-color: #800000;
    color: #ffffff;
    cursor: pointer;
}

#psa-listinginfo-close * {
    cursor: pointer;
}

#psa-listinginfo-close:hover {
    background-color: #b00000;
}

#psa-listinginfo-close:active {
    background-color: #400000;
}

#psa-listinginfo-content {
    padding: 10px;
}

#psa-listinginfo-photogallery {
    position: relative;
    border: 1px solid #000;
    margin-top: 0;
    width: 100%;
    height: 250px;
    background-color: #222;
    overflow: hidden;
}

#psa-listinginfo-photogallery .photo {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#psa-listinginfo-photogallery .photo img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

#psa-listinginfo-photogallery .counter {
    position: absolute;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    right: 0;
    top: 0;
    z-index: 2;
    color: #aaa;
}

#psa-listinginfo-photogallery .counter b {
    color: #fff;
    font-weight: bold;
}

#psa-listinginfo-photogallery .buttons {
    position: absolute;
    display: inline-block;
    width: auto;
    padding: 10px;
    height: auto;
    background-color: transparent;
    right: 0;
    bottom: 0;
    z-index: 3;
}

#psa-listinginfo-photogallery .buttons .btn {
    border-top: 20px solid rgba(255, 255, 255, 0);
    border-bottom: 20px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    width: 0px;
    height: 0px;
}

#psa-listinginfo-photogallery .buttons .btn.prev {
	border-left: 20px solid rgba(255, 255, 255, 0);
	border-right: 20px solid rgba(255, 255, 255, 0.5);
	margin-right: 10px;
	position: absolute;
	top: -40px;
    left: -80px;
}

#psa-listinginfo-photogallery .buttons .btn.prev::before {
    content: "";
    display: block;
    box-sizing: border-box;
    border-top: 24px solid rgba(255, 255, 255, 0);
    border-bottom: 24px solid rgba(255, 255, 255, 0);
	border-left: 24px solid rgba(0, 0, 0, 0);
	border-right: 24px solid rgba(0, 0, 0, 0.5);
	top: -24px;
    left: -26px;
    width: 0px;
    height: 0px;    
    position: absolute;
    z-index: -1;
}

#psa-listinginfo-photogallery .buttons .btn.prev:hover {
    border-right-color: #fff;
}

#psa-listinginfo-photogallery .buttons .btn.prev:hover::before {
    border-right-color: #000;
}

#psa-listinginfo-photogallery .buttons .btn.next {
	border-left: 20px solid rgba(255, 255, 255, 0.5);
	border-right: 20px solid rgba(255, 255, 255, 0);
	margin-left: 10px;
	position: absolute;
	top: -40px;
	left: -30px;
}

#psa-listinginfo-photogallery .buttons .btn.next::before {
    content: "";
    display: block;
    box-sizing: border-box;
    border-top: 24px solid rgba(255, 255, 255, 0);
    border-bottom: 24px solid rgba(255, 255, 255, 0);
	border-left: 24px solid rgba(0, 0, 0, 0.5);
	border-right: 24px solid rgba(0, 0, 0, 0);
	top: -24px;
    left: -22px;
    width: 0px;
    height: 0px;    
    position: absolute;
    z-index: -1;
}

#psa-listinginfo-photogallery .buttons .btn.next:hover {
    border-left-color: #fff;
}

#psa-listinginfo-photogallery .buttons .btn.next:hover::before {
    border-left-color: #000;
}

#psa-sidebar-listingresults .trade-mark {
	margin-bottom:0;
	font-weight:normal;
	font-size:12px
}

#psa-sidebar-listingresults .bedsBathsArea {
	color: #bbb;
}

#psa-sidebar-listingresults .openHouseHours,
#psa-listinginfo .openHouseHours {
    color: #76355d;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (max-width: 1150px) {
/*
  .internal_mainimage #featured-hero, .internal_mainimage {
  	background: #1c385a !important;
  }
  .internal_mainimage #featured-hero {
  	height: 160px;
  	margin-top: 0px;
  }
  #masthead, .title-bar {
  	position: absolute;
  	width: 100%;
  	height: auto;
  	z-index: 3;
  	background: rgba(20, 97, 173, 0.9);
  	border-bottom: 1px solid rgba(255,255,255,.5);
  }
  input[type="submit"] {
    margin-top: 0;
    min-width: 96px;
  }
*/

    #psa-search > div:first-child {
        width: 23%;
    }

    #psa-search #psa-search-minprice, 
    #psa-search #psa-search-maxprice, 
    #psa-search #psa-search-bedrooms, 
    #psa-search #psa-search-bathrooms {
  	    width: 96%;
  	    border: 1px solid #ccc !important;
  	    min-width: 75px;
    }

}

@media screen and (max-width: 950px) {

/*
  .column, .columns:not(#footer-links .columns) {
  	width: 70% !important;
  	float: left;
  	padding-left: 0 !important;
  	padding-right: .625rem !important;
  }
  .column, .columns:not(#footer-links .columns) {
  	width: 70% !important;
  	float: left;
  	padding-left: 0 !important;
  	padding-right: .625rem !important;
  }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  	float: left;
  }
  .column, .columns {
      width: 100%;
      float: left;
      padding-left: .625rem;
      padding-right: .625rem;
  }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  	float: left;
  	text-align: center;
  }
  .listing .columns {
  	padding: 0;
  	margin: 0 !important;
  }
*/

    #psa-sidebar-listingresults > ul > li .listingImage {
  	    width: 100%;
  	    padding: 5px 0 0 0px;
  	    display: block;
  	    margin-bottom: 15px;
    }

    #psa-container [type='Submit'] {
        max-width: 100%;
    }
  
    #psa-sidebar-header .psa-sort {
  	    text-align: left;
  	    font-size: 12px;
    }
  
    #psa-listinginfo {
        display: none;
        width: 400px;
        height: auto;
        position: fixed;
        left: 25%;
        top: 10%;
        right: auto;
        bottom: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 15px #000000;
        z-index: 9;
    }

    #psa-sidebar-header .psa-progress {
  	    font-size: 12px;
  	    text-align: left;
    }
  
    #psa-sidebar {
  	    background: #fff;
  	    overflow: hidden;
  	    height: 600px;
  	    padding-left: 0 !important;
  	    padding-right: 0 !important;
  	    border-right: 0;
  	    width: 29% !important;
    }

    #psa-sidebar-listingresults {
  	    background: #fff;
  	    overflow: scroll;
  	    overflow-y: scroll;
  	    overflow-x: hidden;
  	    height: 553px !important;
    }
  
    #psa-main {
  	    height: 601px;
  	    padding-left: 0 !important;
  	    padding-right: 0 !important;
  	    width: 70% !important;
  	    overflow: hidden;
    }
  
    #psa-search #psa-search-submit {
  	    width: 98.8%;
  	    margin-bottom: 1rem;
  	    border: 1px solid white;
  	    margin: 0 auto 10px;
  	    display: block;
    }
  
    #psa-search {
  	    margin-top: 18px;
  	    padding: 0;
  	    height: auto;
    }
  
    #psa-search > div:nth-child(2), 
    #psa-search > div:nth-child(3),
    #psa-search > div:nth-child(4), 
    #psa-search > div:nth-child(5) {
  	    width: 48.8% !important;
  	    display: inline-block;
  	    margin: 0rem 0rem -.1rem 0rem;
  	    position: relative;
  	    left: 8px;
    }
  
    #psa-search > div:nth-child(2) select, 
    #psa-search > div:nth-child(3) select {
        margin:0;
    }

    #psa-search #psa-search-type, 
    #psa-search #psa-search-keyword, 
    #psa-search > div:first-child, 
    #psa-search > div, 
    #psa-search #psa-search-minprice, 
    #psa-search #psa-search-maxprice, 
    #psa-search #psa-search-bedrooms, 
    #psa-search #psa-search-bathrooms {
  	    display: block;
  	    float: none;
  	    width: 98.8% !important;
  	    margin: .5rem auto 0 auto;
    }
  
    #psa-container {
        width: 100%;
        min-height: 805px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
    }
  
    #psa-map-container{
        position: relative;
        overflow: hidden;
        height: 620px !important;
    }

}

@media screen and (max-width: 750px) {

    #psa-search > div:nth-child(2), 
    #psa-search > div:nth-child(3), 
    #psa-search > div:nth-child(4), 
    #psa-search > div:nth-child(5) {
        width: 48.8% !important;
  	    display: inline-block;
  	    margin: 0rem 0rem -.1rem 0rem;
  	    position: relative;
  	    left: 5px;
    }

}

@media screen and (max-width: 650px) {
/*
  section {
  	padding-top: 100px;
  	min-height: 934px;
  	position: relative;
  }
*/

    #psa-listinginfo {
        display: none;
        width: 290px;
        height: auto;
        position: fixed;
        left: 6%;
        top: 10%;
        right: auto;
        bottom: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 15px #000000;
        z-index: 9;
    }
  
    #psa-search {
  	    margin-top: 10px;
  	    padding: 0;
  	    height: auto;
    }

    #psa-sidebar {
      	float: left !important;
        display: none;
    }

    #psa-sidebar {
  	    background: #fff;
  	    overflow: hidden;
  	    height: 300px;
  	    padding-left: 0 !important;
  	    padding-right: 0 !important;
  	    border-right: 1px solid #4A7ABD;
  	    width: 100% !important;
    }

    #psa-main {
  	    height: 100%;
  	    padding-left: 0 !important;
  	    padding-right: 0 !important;
  	    width: 100% !important;
  	    overflow: hidden;
    }

}

@media screen and (max-width: 480px) {
  
    #psa-search > div:nth-child(2), 
    #psa-search > div:nth-child(3), 
    #psa-search > div:nth-child(4), 
    #psa-search > div:nth-child(5) {
        width: 48.5% !important;
        display: inline-block;
        margin: 0rem 0rem -.1rem 0rem;
        position: relative;
        left: 5px;
    }

}
