/* Color Info */
/* Color 1: #408b1f - Green*/
/* Color 2: #449b06 - Lighter Green*/
/* Color 3: #0f4315 - Dark Green 1*/
/* Color 4: #12330b - Dark Green 2 */
/* Color 5: #2c7b2f - Dark Green 3 */
/* Color 6: #ffffff - White */
/* Color 7: #535353 - Dark Grey 1 */
/* Color 8: #575555 - Dark Grey 2 */
/* Color 9: #333333 - Almost Black */
/* Background Color 1: #ced0d2 Grey*/
/* Background Color 1: #dfdfdf Grey 2*/
/* Background Color 2: #449b15 Green*/
/* !!! START - Content Styling - Update content.css styling after editing this - In content.css, remove class: .general-content  !!! */
/*Fonts*/
/* Color Info */
/* Color 1: #408b1f - Green*/
/* Color 2: #449b06 - Lighter Green*/
/* Color 3: #0f4315 - Dark Green 1*/
/* Color 4: #12330b - Dark Green 2 */
/* Color 5: #2c7b2f - Dark Green 3 */
/* Color 6: #ffffff - White */
/* Color 7: #535353 - Dark Grey 1 */
/* Color 8: #575555 - Dark Grey 2 */
/* Color 9: #333333 - Almost Black */
/* Background Color 1: #ced0d2 Grey*/
/* Background Color 1: #dfdfdf Grey 2*/
/* Background Color 2: #449b15 Green*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,500,600,300,700);
body {
  background-color: cyan;
}

.general-content h1, .general-content h2, .general-content h3, .general-content h4, .general-content h5, .general-content h6, .general-content p, .general-content li, .general-content td, .general-content a {
  font-family: 'Open Sans', serif;
}

.general-content h1, .general-content h2, .general-content h3, .general-content h4, .general-content h5, .general-content h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.general-content h1 {
  font-size: 34px;
  color: #449b06;
  font-weight: 600;
  margin: 0 0 10px;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 40px;
}

.general-content h2 {
  font-size: 22px;
  color: #449b06;
  font-weight: 600;
  margin: 0 0 10px;
  font-style: italic;
  letter-spacing: -0.015em;
}

.general-content h3 {
  color: #999999;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 26px;
  margin: 0 0 10px;
  letter-spacing: -0.015em;
}

.general-content h5 {
  color: #333333;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 12px;
}

.general-content blockquote {
  background: #F1F2F1;
  padding: 30px 20px 15px 20px;
  margin: 30px 0 0 0;
  border: 0;
}

.general-content blockquote h5 {
  margin-bottom: 30px;
}

.general-content blockquote h6 {
  color: #114108;
  font-size: 18px;
  letter-spacing: -1px;
  margin: 0;
  font-weight: 600;
  font-style: italic;
}

.general-content h6 {
  font-size: 16px;
  line-height: 22px;
  margin: 12px 0;
}

.general-content p {
  line-height: 1.5em;
  margin: 0 0 12px;
  font-size: 13px;
  color: #404042;
}

.general-content a {
  color: #4D981D;
}

.general-content ul li {
  line-height: 1.5em;
  /* margin: 0 0 12px; */
  font-size: 13px;
  color: #404042;
}

footer table.footer {
  margin-top: 53px;
}

table.footer {
  background-image: url("/assets/images/FooterCMSEditorBG.jpg");
  background-repeat: repeat;
  width: 1040px;
}

table.footer td {
  width: 340px;
  display: block;
  float: left;
}

table.footer a {
  font-size: 15px;
  color: white;
  font-weight: bold;
}

table.footer a:hover {
  color: #0d5e29;
}

table.footer blockquote {
  padding: 0;
  margin: 14px 0;
  width: 250px;
  font-size: 16px;
  float: none;
  background: none;
  border: 0;
  color: white;
}

table.footer h3 {
  font-size: 24px;
  font-weight: normal;
  color: white;
  font-style: normal;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1;
}

table.footer h4 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin: 0;
}

table.footer h5 {
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin: 14px 0 0 0;
  font-style: normal;
}

table.footer p {
  color: white;
  line-height: 25px;
  font-size: 14px;
  margin: 0;
}

table.footer p a {
  font-weight: normal;
  font-size: inherit;
}

.general-content iframe {
  /*    width: 446px;*/
  padding: 12px;
  float: right;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 4px #EDEDED;
  -moz-box-shadow: 0 0 5px 4px #EDEDED;
  box-shadow: 0 0 5px 4px #EDEDED;
  margin-left: 40px;
}

/* !!! END - Content Styling - Update content.css styling after editing this - In content.css remove class: .general-content  !!! */
/*-------------------------------------------------------------------------------------*/
/* ! START Other Content Styling - ! Do not copy this into the content.css ! */
table.footer {
  background: none !important;
}

/* ! END Other Content Styling - ! Do not copy this into the content.css ! */
/*-------------------------------------------------------------------------------------*/
.clear-left {
  clear: left;
}

/*Bootstrap overrides*/
.row {
  margin: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  padding: 0;
}

.two-gap.row {
  margin: 0 -1px;
}

.two-gap > .col-xs-1, .two-gap > .col-xs-2, .two-gap > .col-xs-3, .two-gap > .col-xs-4, .two-gap > .col-xs-5, .two-gap > .col-xs-6, .two-gap > .col-xs-7, .two-gap > .col-xs-8, .two-gap > .col-xs-9, .two-gap > .col-xs-10, .two-gap > .col-xs-11, .two-gap > .col-xs-12 {
  padding: 0 1px 2px;
}

.four-gap.row {
  margin: 0 -2px;
}

.four-gap > .col-xs-1, .four-gap > .col-xs-2, .four-gap > .col-xs-3, .four-gap > .col-xs-4, .four-gap > .col-xs-5, .four-gap > .col-xs-6, .four-gap > .col-xs-7, .four-gap > .col-xs-8, .four-gap > .col-xs-9, .four-gap > .col-xs-10, .four-gap > .col-xs-11, .four-gap > .col-xs-12 {
  padding: 0 2px 4px;
}

.six-gap.row {
  margin: 0 -3px;
}

.six-gap > .col-xs-1, .six-gap > .col-xs-2, .six-gap > .col-xs-3, .six-gap > .col-xs-4, .six-gap > .col-xs-5, .six-gap > .col-xs-6, .six-gap > .col-xs-7, .six-gap > .col-xs-8, .six-gap > .col-xs-9, .six-gap > .col-xs-10, .six-gap > .col-xs-11, .six-gap > .col-xs-12 {
  padding: 0 3px 6px;
}

.six-gap.row {
  margin: 0 -3px;
}

.six-gap > .col-xs-1, .six-gap > .col-xs-2, .six-gap > .col-xs-3, .six-gap > .col-xs-4, .six-gap > .col-xs-5, .six-gap > .col-xs-6, .six-gap > .col-xs-7, .six-gap > .col-xs-8, .six-gap > .col-xs-9, .six-gap > .col-xs-10, .six-gap > .col-xs-11, .six-gap > .col-xs-12 {
  padding: 0 3px 6px;
}

.ten-gap.row {
  margin: 0 -5px;
}

.ten-gap > .col-xs-1, .ten-gap > .col-xs-2, .ten-gap > .col-xs-3, .ten-gap > .col-xs-4, .ten-gap > .col-xs-5, .ten-gap > .col-xs-6, .ten-gap > .col-xs-7, .ten-gap > .col-xs-8, .ten-gap > .col-xs-9, .ten-gap > .col-xs-10, .ten-gap > .col-xs-11, .ten-gap > .col-xs-12 {
  padding: 0 5px 10px;
}

.twenty-gap.row {
  margin: 0 -10px;
}

.twenty-gap > .col-xs-1, .twenty-gap > .col-xs-2, .twenty-gap > .col-xs-3, .twenty-gap > .col-xs-4, .twenty-gap > .col-xs-5, .twenty-gap > .col-xs-6, .twenty-gap > .col-xs-7, .twenty-gap > .col-xs-8, .twenty-gap > .col-xs-9, .twenty-gap > .col-xs-10, .twenty-gap > .col-xs-11, .twenty-gap > .col-xs-12 {
  padding: 0 10px 20px;
}

.thirty-gap.row {
  margin: 0 -15px;
}

.thirty-gap > .col-xs-1, .thirty-gap > .col-xs-2, .thirty-gap > .col-xs-3, .thirty-gap > .col-xs-4, .thirty-gap > .col-xs-5, .thirty-gap > .col-xs-6, .thirty-gap > .col-xs-7, .thirty-gap > .col-xs-8, .thirty-gap > .col-xs-9, .thirty-gap > .col-xs-10, .thirty-gap > .col-xs-11, .thirty-gap > .col-xs-12 {
  padding: 0 15px 30px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: none;
  outline: none;
}

.nav-tabs > li > a:hover, .nav > li > a:focus, .nav > li > a:hover, .nav-tabs > li > a {
  border: none;
}

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs {
  border: none;
}

.panel {
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 0;
  border: 0;
  background: none;
}

.panel-group {
  margin: 0;
}

.list-inline > li {
  padding: 0;
}

.list-inline {
  margin: 0;
}

.container {
  margin: 0;
  padding: 0;
}

.nav a:hover, .nav a {
  border: 0;
}

/*Vertical carousel*/
.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left, .carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
  left: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #4D981D;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4D981D;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #4D981D;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #4D981D;
}

.tooltip-inner {
  background: #4D981D;
}

.carousel-indicators {
  position: static;
  width: 100%;
}

.carousel-indicators li, .carousel-indicators .active {
  width: auto;
  height: auto;
  text-indent: 0;
  border: 0;
}

/*end Bootstrap overrides*/
/*Generics*/
body {
  font-weight: normal;
  font-size: 11px;
  font-family: 'Open Sans', serif;
  background: #F1F1F1;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.content .popup-form-container[data-friendly=request-appraisal] h1.pssmrtfrms {
  display: none;
}

h1, h2, h3 {
  font-size: 34px;
  color: #449b06;
  font-weight: 600;
  margin: 0 0 10px;
  font-style: italic;
  letter-spacing: -0.015em;
}

h2 {
  font-size: 22px;
}

h3 {
  margin-top: 20px;
  font-size: 18px;
}

h5 {
  color: #999999;
  font-size: 23px;
  font-style: italic;
  line-height: 31px;
  margin: 0 0 20px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
  margin: 12px 0;
}

p {
  line-height: 1.5em;
  margin: 0 0 12px;
  font-size: 13px;
  color: #404042;
}

p .data-title {
  color: #4D981D;
  margin: 2px 0;
  display: inline-block;
}

a {
  color: #4D981D;
}

a:hover, a:focus {
  text-decoration: none;
  color: #4D981D;
}

.inner-content {
  padding: 0 90px;
}

.fa-play.up {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-right: 0.4em;
  font-size: 0.7em;
  margin-top: 1em;
}

.fa-play.left {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  padding-right: 0.4em;
  font-size: 0.7em;
  float: left;
}

/*Video Play Button*/
.video-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6em;
  height: 6em;
}

.video-play.green:before {
  background: rgba(77, 152, 29, 0.6);
}

.video-play:before {
  content: " ";
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  width: 6em;
  height: 6em;
}

.video-play:after {
  font: normal normal normal 2.5em/1 FontAwesome;
  content: "\f04b";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1em;
  width: 0.6em;
  color: #ffffff;
}

/*End Video Play Button*/
/*generic arrows*/
.arrow:after {
  content: " ";
  border-right: 1px solid #6A6868;
  border-bottom: 1px solid #6A6868;
  height: 0.8em;
  width: 0.8em;
  display: inline-block;
  -webkit-transform: skew(-8deg, -8deg);
  -moz-transform: skew(-8deg, -8deg);
  -ms-transform: skew(-8deg, -8deg);
  -o-transform: skew(-8deg, -8deg);
  transform: skew(-8deg, -8deg);
}

.arrow.up:after {
  -webkit-transform: rotate(-135deg) skew(-8deg, -8deg);
  -moz-transform: rotate(-135deg) skew(-8deg, -8deg);
  -o-transform: rotate(-135deg) skew(-8deg, -8deg);
  -ms-transform: rotate(-135deg) skew(-8deg, -8deg);
  transform: rotate(-135deg) skew(-8deg, -8deg);
  margin: 0 0 -0.3em 0.8em;
}

.arrow.down:after {
  -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
  -moz-transform: rotate(45deg) skew(-8deg, -8deg);
  -o-transform: rotate(45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(45deg) skew(-8deg, -8deg);
  transform: rotate(45deg) skew(-8deg, -8deg);
  margin: 0 0 0.2em 1em;
}

.arrow.right:after {
  -webkit-transform: rotate(-45deg) skew(-8deg, -8deg);
  -moz-transform: rotate(-45deg) skew(-8deg, -8deg);
  -o-transform: rotate(-45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(-45deg) skew(-8deg, -8deg);
  transform: rotate(-45deg) skew(-8deg, -8deg);
  margin-left: 0.2em;
}

.arrow.left:after {
  -webkit-transform: rotate(135deg) skew(-8deg, -8deg);
  -moz-transform: rotate(135deg) skew(-8deg, -8deg);
  -o-transform: rotate(135deg) skew(-8deg, -8deg);
  -ms-transform: rotate(135deg) skew(-8deg, -8deg);
  transform: rotate(135deg) skew(-8deg, -8deg);
  margin-right: 0.2em;
}

.control.arrow {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  border: 0;
  width: 42px;
  background: #E7E6E6;
  text-align: center;
}

/*End generic arrows*/
.user-content {
  padding: 0 0 0;
  /*    padding: 0 0 30px;*/
}

.our-team .user-content, .agent-profile .user-content {
  padding-top: 15px;
}

.our-team .searches {
  background: #E5E5E5;
  padding: 6px 6px 6px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 25px;
  height: 48px;
}

.our-team .searches .field-box {
  width: 240px;
  margin-left: 10px;
  float: left;
  height: 100%;
}

.field-box .styled-search-text input {
  width: 86%;
  float: left;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field-box form {
  height: 100%;
}

.field-box select {
  width: 108% !important;
}

.field-box .styled-select {
  overflow: hidden;
}

.field-box .styled-search-text button {
  width: 14%;
  height: 100%;
  line-height: 34px;
  color: white;
  font-size: 13px;
  border: 1px solid #ffffff;
  background: #D0D2D3;
}

.our-team .styled-search-text, .our-team .styled-select, .our-team .searches .field-boxes, .our-team .searches .field-box select {
  height: 100%;
  line-height: 1.5em;
}

.our-team .searches p {
  line-height: 36px;
  color: #449b06;
  font-size: 17px;
  margin: 0;
  font-style: italic;
  font-weight: 600;
  padding: 0;
}

.col-xs-9 .user-content {
  padding-right: 60px;
}

/*Form Elements*/
.security-img img {
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

form a, form .note {
  color: #449b06;
}

form .note {
  font-size: 13px;
  margin-top: 6px;
  font-style: italic;
}

/*Inputs*/
input {
  height: 36px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 0 10px;
  font-size: 11px;
  background: none;
}

input:focus, textarea:focus, keygen:focus, select:focus, button:focus {
  outline: none;
}

/*End Inputs*/
/*Text Area*/
textarea {
  width: 100%;
  border: 1px solid #ffffff;
  background: none;
  padding: 10px;
}

/*End Text Area*/
/*Selects*/
.styled-select, .select-editable {
  font-size: 11px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #666666;
  background: none;
  position: relative;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.styled-select:after, .styled-select:before, #search-options:before, #search-options {
  content: " ";
  top: 0;
  display: block;
  position: absolute;
  right: 0;
}

.styled-select:after, #search-options {
  width: 34px;
  height: 100%;
  line-height: 34px;
  border-left: 1px solid #ffffff;
  background: #D0D2D3;
}

.styled-select:before, #search-options:before {
  height: 0.8em;
  width: 0.8em;
  margin-top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
  content: " ";
  border: 1px solid #ffffff;
  border-left: none;
  border-top: none;
  z-index: 5;
}

.styled-select select {
  background: transparent;
  width: 100%;
  padding-left: 1.2em;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 2.5em;
  line-height: 2.5em;
  -webkit-appearance: none;
  position: relative;
  z-index: 5;
}

#map-refresh-col {
  position: absolute;
  right: 270px;
  bottom: 17px;
  line-height: 1;
  width: 80px;
  padding-top: 7px;
}

#advanced-search-map-col {
  position: absolute;
  bottom: 10px;
  right: 190px;
  width: 80px;
  padding-left: 0;
  padding-right: 0;
}

#hide-search-col {
  position: absolute;
  right: 85px;
  bottom: 10px;
  width: 100px;
}

#clear-search-btn {
  position: absolute;
  right: 91px;
  top: 80px;
  cursor: pointer;
}

/*End Selects*/
/*Radio Buttons*/
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  font-size: 11px;
  color: #666666;
  font-style: italic;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  width: 100%;
  margin: 0;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 1px solid #ffffff;
  margin-left: 8px;
  position: relative;
}

input[type="radio"]:checked + label span:after {
  background-color: #4C981B;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*End Radio Buttons*/
/*Checkboxes*/
/*checkboxes*/
.box {
  position: relative;
  display: block;
  float: left;
  margin-left: 6px;
  margin-top: 4px;
}

.checkbox {
  margin: 0;
  line-height: 38px;
}

.checkbox input[type=checkbox] {
  display: none;
}

.box label {
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 0.1em solid #ffffff;
  position: relative;
  min-height: 0;
  padding: 0;
}

.box input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.box label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "\00D7";
  line-height: 15px;
  position: absolute;
  top: 0;
  height: 15px;
  background: none;
  color: #4C991C;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.checkbox span {
  color: #666666;
  font-size: 12px;
  font-style: italic;
  display: block;
  float: left;
}

/*End Checkboxes*/
/*Buttons*/
.btn, .btn:focus {
  width: 100%;
  color: #ffffff;
  background: #4E9921;
  line-height: 42px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  border: none;
  height: 42px;
  padding: 0 15px;
}

.btn:hover {
  background: #1a4109;
  color: #ffffff;
}

.btn .fa {
  padding-left: 3px;
}

/*End Buttons*/
/*End Form Elements*/
/*Header*/
#MainMenu {
  background: #E7E6E6;
  font-size: 12px;
}

#MainMenu a {
  color: #666666;
  font-weight: bold;
}

#MainMenu .social {
  font-size: 16px;
  padding-left: 0;
}

#MainMenu .fa-search {
  font-size: 14px;
}

#MainMenu li {
  display: block;
  float: left;
  line-height: 30px;
  border-right: 1px solid #D0CFCF;
  padding: 0 6px;
  margin: 22px 0px 22px 0px;
}

#MainMenu > ul > li:last-child {
  padding-right: 0;
}

#MainMenu > ul > li:first-child {
  padding-left: 0;
}

#MainMenu ul.dropdown-menu li a:hover {
  background-color: #0e5e29;
  color: white;
}

#MainMenu li.open, #MainMenu li:hover {
  /*background-color: #D7D9DA;*/
}

#MainMenu li.last-item {
  border: none;
  /*    margin: 22px 0;
      padding: 0;*/
}

#MainMenu .active, #MainMenu li:hover > a {
  color: #0d5e29;
}

#MainMenu .login {
  color: #449b06;
}

#MainMenu .phone {
  position: relative;
  font-size: 26px;
  min-width: 175px;
  color: #2e8b3a;
  font-weight: bold;
}

#MainMenu ul {
  margin: 0;
  left: 0;
  padding: 0;
}

#MainMenu .social a {
  margin-right: 10px;
  float: left;
}

#MainMenu .social a:last-child {
  margin: 0;
}

#MainMenu li:hover ul.dropdown-menu {
  display: block;
}

#MainMenu ul.dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 22px 0 0 0;
  background: transparent;
}

#MainMenu ul.dropdown-menu li {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  height: auto;
  border-bottom: 1px solid white;
}

#MainMenu ul.dropdown-menu li.last-item {
  /*border: none;*/
}

#MainMenu ul.dropdown-menu li a {
  color: #666666;
  padding: 11px 20px;
  font-size: 12px;
  background-color: #d8d8d8;
  font-style: normal;
}

/*#SiteSearch {
    position: absolute;
    right: -1px;
    top: -6px;
    width: 101%;
}*/
#SiteSearch input {
  background: #DADADA;
  font-size: 11px;
  height: 30px;
  color: #626262;
  font-weight: normal;
  border: 0;
  border-radius: 0;
}

#MainMenu .search-input-item {
  border-right: 0;
  padding-right: 0;
}

#MainMenu .search-btn-item {
  border: 0;
  padding: 0;
  display: block;
  margin-right: 0;
}

#MainMenu .search-btn-item button {
  border: 0;
  background-color: transparent;
  height: 30px;
  padding: 0 0 0 5px;
  width: 31px;
  display: block;
  color: #666666;
}

.banner {
  position: relative;
  background: url("/assets/images/GreendoorTopBanner.png") center center no-repeat;
  height: 140px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.logoimg {
  position: absolute;
  left: 89px;
  top: 37px;
}

.office-heading {
  width: 230px;
  margin: 0 10px 0 2px;
  overflow: hidden;
  color: white;
  max-width: 230px;
  font-size: 17px;
  word-wrap: break-word;
  height: auto;
  max-height: 92px;
  display: block;
  padding: 8px 0px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
}

.banner .btn {
  width: auto;
  float: left;
  margin-left: 2px;
  min-width: 160px;
  font-size: 17px;
}

/*End Header*/
/*Featured Listings/Search*/
.map-popup-container {
  width: 688px;
  height: 442px;
  top: 0;
  position: absolute;
  left: -688px;
}

#listings_map {
  width: 688px;
  height: 442px;
}

/*google map*/
.gm-style .gm-style-iw {
  top: 1px !important;
  left: 1px !important;
  max-width: 570px;
  /* background-color: red; */
  max-height: 234px;
  overflow: visible !important;
}

.gm-style .gm-style-iw > div {
  max-width: initial !important;
}

.map-property-details {
  display: block;
  /* position: absolute; */
  /* top: 50px; */
  /* left: 50px; */
  background: #ffffff;
  width: 550px;
  overflow: hidden;
  height: 250px;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 #EDECE8;
  -moz-box-shadow: 0 0 5px 0 #EDECE8;
  box-shadow: 0 0 5px 0 #EDECE8;
}

.map-property-details:before {
  position: absolute;
  left: 100px;
  bottom: -12px;
  content: " ";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
}

.map-property-details .amenities span {
  float: left;
}

.map-property-details .amenities span.shower:after {
  margin-left: 2px;
}

#PropertySearch .map-property-details .link {
  width: auto;
  color: #ffffff;
  float: right;
}

.map-property-details .amenities {
  width: 75%;
  margin: 15px auto 0;
  color: #183f13;
}

.map-property-details .property-type {
  color: #469b10;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin: 20px 0 10px;
}

.map-property-details .description {
  overflow: hidden;
  height: 50px;
}

.map-property-details .info {
  /*margin-right: 20px;*/
}

.search-toggel {
  line-height: 50px;
  background: #D7D9DA;
}

.search-toggel a {
  color: #666666;
  font-size: 12px;
  font-style: italic;
}

.search-toggel a:last-child {
  padding-right: 45px;
}

#FeaturedSearch {
  background: #D7D9DA;
  position: relative;
  height: 392px;
  top: -50px;
}

#FeaturedListing {
  position: absolute;
  width: 688px;
  height: 442px;
}

#FeaturedListing .details {
  position: absolute;
  bottom: 0;
  right: 42px;
  width: 514px;
  background: #DFDEDE;
  height: 70px;
}

#FeaturedListing .details div {
  height: 100%;
}

#FeaturedListing .address {
  width: 314px;
  text-align: center;
  color: #114108;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 14px;
}

#FeaturedListing .address span {
  font-size: 13px;
  font-style: italic;
  color: #6a6868;
}

#FeaturedListing .amenities {
  width: 200px;
}

#FeaturedListing .amenities .col-xs-4 {
  border: 1px solid #DFDEDE;
  background: #D7D7D7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#FeaturedListing .control {
  position: absolute;
  bottom: 0;
}

#FeaturedListing .control.left {
  right: 556px;
  padding-left: 10px;
}

#FeaturedListing .control.right {
  right: 0;
  padding-right: 6px;
}

#FeaturedListing .carousel-inner .item img {
  width: 688px;
  height: 442px;
}

#PropertySearch, .saved-search {
  padding: 0;
  width: 512px;
  float: left;
  position: absolute;
  right: 0;
  background: #D7D9DA;
  height: 442px;
}

#PropertySearch .tab-content, .saved-search .tab-content {
  padding: 16px 90px 0 24px;
}

#PropertySearch .nav-tabs {
  margin-right: 0;
  /*margin-right: 90px;*/
}

#PropertySearch .nav-tabs a, .saved-search .nav-tabs a {
  color: #666666;
  font-size: 12px;
  font-style: italic;
  background: #E7E6E6;
  line-height: 68px;
  text-align: center;
  padding: 0;
}

#PropertySearch .nav-tabs a:hover, .saved-search .nav-tabs a:hover {
  color: #0d5e29;
}

#PropertySearch .nav-tabs li, .saved-search .nav-tabs li {
  width: 20%;
  /*    width: 25%;*/
  height: 68px;
}

#PropertySearch .nav-tabs .active a, .saved-search .nav-tabs .active a {
  color: #114108;
  background: none;
  font-weight: 600;
}

#PropertySearch .link, .saved-search.link {
  line-height: 42px;
  font-size: 12px;
  color: #666666;
  font-style: italic;
}

#PropertySearch .link.map {
  color: #114108;
  font-weight: 600;
}

#PropertySearch .link.map:after {
  border-color: #114108;
  border-width: 2px;
}

#PropertySearch .hide-search, .saved-search .hide-search {
  text-align: center;
}

.amenities .col-xs-4 {
  text-align: right;
  margin-top: 0;
  line-height: 71px;
}

/*.amenities span:after{
    content: " ";
    width: 30px;
    height: 24px;
    display: block;
    margin: 23px 10px 0 5px;
    float: right;
}*/
.amenities {
  width: 70%;
  color: #183f13;
  height: 35px;
}

.amenities div {
  line-height: 35px;
}

#FeaturedListing .carousel-inner .item .amenities img {
  margin-top: 27px;
}

.amenities img {
  display: block;
  width: auto !important;
  margin: 7px 8px 0;
  float: right;
  height: auto !important;
}

.amenities.green {
  color: #0d5e29;
}

/*.amenities .car:after{
    background: url("/assets/images/IcoCar.png") no-repeat center center;
}
.amenities .bed:after{
    background: url("/assets/images/IcoBed.png") no-repeat center center;
}
.amenities .shower:after{
    background: url("/assets/images/IcoShower.png") no-repeat center center;
}
.amenities.green .car:after{
    background: url("/assets/images/IcoCarGreen.png") no-repeat center center;
}
.amenities.green .bed:after{
    background: url("/assets/images/IcoBedGreen.png") no-repeat center center;
}
.amenities.green .shower:after{
    background: url("/assets/images/IcoShowerGreen.png") no-repeat center center;
}*/
/*End Featured Listings*/
/*Appraisal form*/
.AppraisalForm, #ContactForm {
  position: absolute;
  /* background: #D7D9DA; */
  /* padding: 30px 24px 24px; */
  width: 337px;
  z-index: 200;
  left: 0;
  top: 234px;
}

.AppraisalForm .checkbox span {
  font-size: 10px;
}

.AppraisalForm .box {
  margin: 4px 6px 0 0;
}

.AppraisalForm .arrow, #ContactForm .arrow {
  line-height: 42px;
}

.AppraisalForm .arrow:after, #ContactForm .arrow:after {
  border-color: #4C991C;
}

/*End Appraisal form*/
/*Gateways*/
.gateways-container table.gateways td {
  margin: 0 2px;
}

.gateways-container.vertical table.gateways td {
  margin: 0 0 4px;
  padding: 20px;
  width: 100%;
}

.gateways-container.vertical table.gateways td h3 {
  font-size: 19px;
  margin: 0;
}

.gateways-container.vertical {
  padding: 0;
}

.blog-content .gateways-container.horizontal {
  padding: 75px 0 0;
}

.gateways-container {
  background: #F6F7F8;
  padding: 38px 90px;
  display: block;
}

table.gateways td {
  display: block;
  width: 336px;
  height: 234px;
  text-align: center;
  padding: 20px 32px;
  position: relative;
  background: url("/assets/images/GatewayBG2.jpg") no-repeat center center;
  float: left;
}

.gateways-container table.gateways td .popup-form-container h1.pssmrtfrms {
  display: none;
}

table.gateways td > a:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

table.gateways td > a.arrow:last-of-type {
  display: block !important;
}

table.gateways td > a.arrow:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-color: #ffffff;
}

/*
.gateways{
    background: #F6F7F8;
    padding: 75px 0;
}
.gateway{
    display: block;
    width: 100%;
    height: 234px;
    text-align: center;
    overflow: hidden;
    padding: 20px 32px;
    position: relative;
    background: url("/assets/images/GatewayBG2.jpg") no-repeat center center;
}
/*Appraisal form*/
/*.AppraisalForm, #ContactForm{
    position: absolute;
    background: #D7D9DA;
    padding: 30px 24px 24px;
    width: 337px;
    z-index: 200;
}
.AppraisalForm .checkbox span{
    font-size: 10px;
}
.AppraisalForm .box{
    margin: 4px 6px 0 0;
}
.AppraisalForm .arrow, #ContactForm .arrow{
    line-height: 42px;
}
.AppraisalForm .arrow:after, #ContactForm .arrow:after{
    border-color: #4C991C;
}*/
/*End Appraisal form*/
table.gateways h3, table.gateways p {
  color: #ffffff;
  margin: 0;
}

table.gateways p {
  padding: 20px 0 0 0;
  font-size: 14px;
}

table.gateways h3 {
  padding: 70px 0 0 0;
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.01em;
}

table.gateways td:first-child {
  background: url("/assets/images/GatewayBG1.jpg") no-repeat center center !important;
}

table.gateways td:last-child {
  background: url("/assets/images/GatewayBG3.jpg") no-repeat center center !important;
}

 /*
.gateways .col-xs-12:first-child .gateway{
    background: url("/assets/images/GatewayBG1.jpg") no-repeat center center;
}
.gateways .col-xs-12:last-child .gateway{
    background: url("/assets/images/GatewayBG3.jpg") no-repeat center center;
}*/
/*
.gateway .heading, .gateways.vertical .heading{
    padding-top: 70px;
    font-size: 23px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.01em;
}
.gateway .body-text{
    padding-top: 20px;
    font-size: 14px;
}
.gateway .heading, .gateway .body-text, .gateways.vertical .heading{
    color: #ffffff;
}
.gateway .arrow:after{
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-color: #ffffff;
}
Vertical Gateways
.gateways.vertical{
    width: 250px;
    float: right;
    padding: 0;
}
.gateways.vertical .gateway{
    padding: 20px;
}
.gateways.vertical .AppraisalForm{
    left: auto;
    right: 2px;
}
.gateways.vertical .heading{
    font-size: 19px;
    margin: 0;
}*/
/*End Vertical Gateways*/
/*End Gateways*/
.intro {
  padding: 30px 0 25px;
  background: #ffffff;
}

.intro .intro-quote {
  color: #999999;
  font-size: 23px;
  font-style: italic;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.intro-blurb {
  font-size: 16px;
  font-style: italic;
}

.intro .video video {
  width: 100%;
}

.intro .btn {
  max-width: 125px;
  margin-top: 7px;
  color: white;
}

.text {
  width: 534px;
  float: left;
}

/*Listings Pagination*/
.pagination-container {
  height: 40px;
}

.pagination-container .block {
  line-height: 40px;
}

.pagination-container div.block {
  float: left;
  font-size: 16px;
  /*line-height: 16px;*/
  padding-right: 10px;
  color: #666666;
}

/*.pagination-container .page-left {
    padding-left: 18px !important;
}*/
.pagination-container .page-left-right {
  margin: 0;
  padding: 0;
}

.pagination-container .page-right {
  padding-right: 0 !important;
}

.pagination-container .block:last-child {
  padding-right: 0 !important;
}

.pagination-container .current-page {
  color: black;
}

.pagination-container a.block, .pagination-container span.block {
  float: left;
  font-size: 16px;
  padding: 0 8px;
  /*line-height: 16px;*/
  /* border-right: 1px solid grey; */
  /*margin-left: 6px;*/
  /*height: 16px;*/
}

.pagination-container .page-left-right:after {
  content: " ";
  border-right: 1px solid #6A6868;
  border-bottom: 1px solid #6A6868;
  height: 0.8em;
  width: 0.8em;
  display: inline-block;
  -webkit-transform: skew(-8deg, -8deg);
  -moz-transform: skew(-8deg, -8deg);
  -ms-transform: skew(-8deg, -8deg);
  -o-transform: skew(-8deg, -8deg);
  transform: skew(-8deg, -8deg);
}

.pagination-container .page-left:after {
  -webkit-transform: rotate(135deg) skew(-8deg, -8deg);
  -moz-transform: rotate(135deg) skew(-8deg, -8deg);
  -o-transform: rotate(135deg) skew(-8deg, -8deg);
  -ms-transform: rotate(135deg) skew(-8deg, -8deg);
  transform: rotate(135deg) skew(-8deg, -8deg);
  margin-right: 0.2em;
}

.pagination-container .page-right:after {
  -webkit-transform: rotate(-45deg) skew(-8deg, -8deg);
  -moz-transform: rotate(-45deg) skew(-8deg, -8deg);
  -o-transform: rotate(-45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(-45deg) skew(-8deg, -8deg);
  transform: rotate(-45deg) skew(-8deg, -8deg);
  margin-left: 0.2em;
}

/*.pagination-container .page-right:after {
    content: '>';
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 15px;
}
.pagination-container .page-left:after {
    content: '<';
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 15px;
}*/
/*listings List View*/
.listings.list {
  padding-bottom: 0;
}

.listings.list img {
  width: auto;
}

.listings.list .image {
  width: 252px;
  float: left;
  margin-right: 28px;
}

.listings.list .info {
  float: left;
  width: 480px;
}

.listings.list .amenities {
  width: auto;
  float: right;
  clear: right;
}

.listings.list .price {
  float: left;
  max-width: 320px;
}

.listings.list .details {
  height: 84px;
}

.listings.list .address {
  float: left;
  margin-right: 8px;
  height: auto;
  padding-right: 8px;
  border-right: 1px solid #17400D;
}

.listings.list .description {
  height: 55px;
}

.listings.list .link {
  width: auto;
  float: none;
}

/*Listings Grid*/
.listings, .blog-content, .our-offices, .login-page, .my-property {
  background: #F7F8F7;
  padding: 25px 0;
}

.blog-content .heading {
  color: #114108;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: -0.01em;
}

.listings .heading {
  color: #114108;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: -0.01em;
}

/*START Single Property Slideshow*/
.property_details_slider_main {
  display: block;
  float: left;
  padding-left: 0;
  width: 764px;
  position: relative;
}

a.property_details_left_right, a.property_details_up_down {
  cursor: pointer;
}

.slide-window .panel {
  margin-top: 0 !important;
}

a.panel-left.property_details_left_right {
  position: absolute;
  /*width: 50px;*/
  /*height: 50px;*/
  bottom: -70px;
  line-height: 70px;
  padding-left: 5px;
  height: 70px;
  /*background-color: blue;*/
  left: 0;
}

a.panel-right.property_details_left_right {
  position: absolute;
  /*width: 50px;*/
  /*height: 50px;*/
  padding-right: 5px;
  line-height: 70px;
  height: 70px;
  bottom: -70px;
  /*background-color: blue;*/
  right: 0;
}

.property_details_slider_main_inner {
  width: 764px;
  overflow: hidden;
  height: 494px;
}

.property_details_slider_main .main-slider-image {
  padding: 0;
  list-style: none;
  position: relative;
  width: 5000px;
}

.property_details_slider_main_inner ul li img {
  width: 764px;
  height: 494px;
}

div#property-slider {
  width: 100%;
  height: 564px;
  overflow: hidden;
}

.property_details_slider_main_inner .all_main_slides {
  float: left;
  width: 764px;
  height: 494px;
  position: relative;
}

.slide-window .insert-here {
  width: 764px !important;
  height: 494px !important;
  z-index: 100;
  position: relative;
  background-color: #D7D7D7;
}

/*.video-container iframe {
    width: 100%;
    height: 100%;
}*/
.slide-window {
  width: 764px;
  height: 494px;
  background-color: #F1F1F1;
  left: 0;
  top: 0;
  position: absolute;
}

/*.video-container, .map-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: #F1F1F1;
}*/
.main-slider-image {
  padding: 0;
}

ul.slider-side-panel {
  width: 252px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  height: 520px;
}

.property_details_slider_outer {
  overflow: hidden;
  height: 486px;
  position: absolute;
  top: 39px;
}

.property_details_slider_outer ul {
  list-style: none;
  width: 252px;
  padding: 0;
  position: relative;
  margin: 0;
}

.property_details_slider_outer ul li {
  margin-bottom: 3px;
  cursor: pointer;
  position: relative;
}

.property_details_slider_outer ul li img {
  width: 252px;
  height: 160px;
}

/*.property_details_slider_main_inner ul li img.play-video-image {
    position: absolute;
    left: 0;
    width: 88px !important;
    right: 0;
    height: auto !important;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
}*/
.property_details_slider_main_inner ul li i.play-video-image {
  position: absolute;
  left: 0;
  width: 88px !important;
  color: white;
  right: 0;
  height: 88px !important;
  vertical-align: top;
  bottom: 0;
  top: 0;
  line-height: 89px;
  font-size: 102px;
  margin: auto;
  cursor: pointer;
}

/*END Single Property Slideshow*/
.listings.listing-profile .main-property-profile-carousel .item img {
  width: 764px;
  height: 494px;
}

.home-latest-listings {
  margin-bottom: 0;
  padding-bottom: 0;
}

.listings .carousel-inner {
  width: 252px;
  height: 160px;
}

.listings .carousel-inner .item img {
  width: 252px;
  height: 160px;
}

.listings img {
  /*    width: 252px !important;
      height: 160px !important;*/
}

.listings .control {
  line-height: 38px;
  height: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.listings .control.left {
  left: 0;
}

.listings .total-images {
  width: 100%;
  text-align: center;
  height: 38px;
  color: #787878;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  background: #E4E3E3;
  line-height: 34px;
}

.listings .details {
  height: 140px;
  overflow: hidden;
  margin-top: 14px;
}

.listings .address, .map-property-details .address {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}

.listings .suburb, .map-property-details .suburb {
  color: #1d5704;
  font-size: 14px;
  margin-bottom: 10px;
  height: 20px;
  overflow: hidden;
}

.listings .description {
  height: 90px;
  overflow: hidden;
}

.listings .description, .map-property-details .description {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}

.listings .price, .map-property-details .price {
  color: #4a9a1f;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
}

.listings .link {
  width: 60%;
  margin: 16px 0 42px;
}

.listings .amenities {
  width: 70%;
  color: #183f13;
  height: 35px;
}

.listings .amenities div {
  line-height: 35px;
}

.listings .amenities span:after {
  margin-top: 3px;
}

.sold-banner {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 101px;
  height: 71px;
  background: url("/assets/images/SoldBanner.png") no-repeat top left;
}

.sold-banner.large {
  background-image: url("/assets/images/SoldBannerLarge.png");
  width: 388px;
  top: -1px;
  height: 190px;
  left: 0px;
}

.all-listings-link {
  color: #025318;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 28px;
  line-height: 1;
  display: inline-block;
}

.all-listings-link:after {
  border-color: #025318;
}

.all-listings-link:hover {
  color: #025318;
}

/*property profile*/
.listings.listing-profile {
  background: #ffffff;
  padding: 55px 0 19px;
}

.listings.listing-profile .heading {
  color: #4a9a1f;
  margin: 0;
}

.listings .property-links-bar {
  padding: 0 42px;
  background: #DFDEDE;
  bottom: 30px;
  position: absolute;
  width: 764px;
}

.listings .property-links-bar a:hover, .link-item:hover {
  color: #4D981D;
}

.link-item {
  height: 70px;
  line-height: 70px;
  width: 66px;
  background: #D7D7D7;
  display: inline-block;
  text-align: center;
  color: #6A6868;
  font-size: 16px;
}

.link-item .fa-map-marker, .link-item .fa-home {
  font-size: 20px;
}

.listings .nav {
  display: inline-block;
}

.listings .nav-pills > li {
  display: inline-block;
  float: none;
}

.listings .nav-pills > li.active > a, .listings .nav-pills > li.active > a:focus, .listings .nav-pills > li.active > a:hover {
  float: none;
  display: inline-block;
  background: none;
  color: #4D981D;
}

#PropertyProfile {
  width: 100%;
}

#PropertyProfile .control {
  line-height: 70px;
  height: 70px;
}

#PropertyProfile .control.left {
  padding-left: 5px;
}

#PropertyProfile .control.right {
  padding-right: 5px;
}

#SideImages {
  height: 564px;
  padding: 0;
}

#SideImages .control {
  width: 100%;
  bottom: 0;
  z-index: 50;
  height: 39px;
  line-height: 39px;
}

#SideImages .control.up {
  bottom: auto;
  top: 0;
}

#SideImages .active > img {
  border: 2px solid #4D981D;
}

.listing-profile .amenities {
  width: auto;
  font-size: 17px;
  font-weight: 600;
}

.listing-profile .details-line .address {
  width: 330px;
}

.listing-profile .details-line .border-right {
  margin-right: 14px;
}

.listing-profile .details-line .address, .listing-profile .details-line .price {
  line-height: 32px;
  font-size: 18px;
  margin-right: 0;
  /*margin-right: 14px;*/
  height: auto;
  padding-right: 14px;
  /*padding-right: 14px;*/
  /*border-right: 1px solid #678860;*/
  color: #0d5e29;
  font-weight: 600;
}

.border-right {
  border-right: 1px solid #678860;
  height: 40px;
  width: 1px;
  float: right;
}

.listing-profile .details-line .price {
  width: 210px;
}

.listing-profile .headline {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
  margin-bottom: 10px;
}

.listing-profile .description {
  margin-bottom: 30px;
  padding-right: 40px;
  height: auto;
}

/*End Listing profile*/
.key-box {
  background: #EFF1EF;
  padding: 28px 20px 20px;
  width: 480px;
  float: left;
  margin-bottom: 30px;
  clear: both;
  display: block;
}

.listings .key-box .heading, .listings .property-tools .heading {
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.key-box .item, .property-tools .tool-item {
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #D7D7D7;
  padding: 8px 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.key-box .item:last-child, .property-tools .tool-item:last-child {
  border: none;
}

.key-box .item-heading {
  font-weight: 600;
  display: inline-block;
  width: 130px;
}

.property-tools {
  margin-bottom: 40px;
}

.property-tools span {
  font-size: 15px;
  width: 18px;
  display: inline-block;
  color: #4D981B;
  float: left;
  margin-right: 10px;
}

.property-tools span.text {
  width: auto;
  color: inherit;
  float: left;
}

.listing-profile .property-tools .heading {
  color: #114108;
}

.property-tools .fa:before {
  padding-left: 4px;
}

.property-tools .fa-map-marker {
  font-size: 18px;
}

.property-tools .calculator-icon:before, .property-tools .envelope-icon:before, .property-tools .house-icon:before, .property-tools .alarm-icon:before {
  content: " ";
  height: 19px;
  width: 19px;
  display: inline-block;
  margin-bottom: -4px;
}

.property-tools .alarm-icon:before {
  background: url("/assets/images/IcoAlarmGreen.png") no-repeat center center;
}

.property-tools .calculator-icon:before {
  background: url("/assets/images/IcoCalcGreen.png") no-repeat center center;
}

.property-tools .house-icon:before {
  background: url("/assets/images/IcoHouseGreen.png") no-repeat center center;
}

.property-tools .envelope-icon:before {
  background: url("/assets/images/IcoEnvelopeGreen.png") no-repeat center center;
}

/*Bread crumbs*/
.bread-crumbs a, .bread-crumbs {
  color: #999999;
  font-size: 13px;
  font-style: italic;
}

.bread-crumbs a:last-child, .bread-crumbs a:hover, .bread-crumbs span:last-child {
  color: #4a9a1f;
}

/*End Bread crumbs*/
/*Filter/sort*/
.filter-sort .pull-left, .filter-sort .pull-left a {
  color: #666666;
  font-size: 16px;
  line-height: 42px;
  padding: 0;
  display: inline-block;
}

.filter-sort .pull-left a.active, .filter-sort .pull-left a:hover {
  color: #449b06;
  background: none;
}

/*End Filter/sort*/
.agent-tiles img {
  width: auto;
  height: auto;
}

.agent-tiles .icons {
  height: 190px;
}

.agent-tiles .icon {
  background: #ECEDEC;
  margin-bottom: 3px;
  text-align: center;
  height: 23.8%;
}

.agent-tiles .icon a {
  width: 45px;
  height: 45px;
  display: block;
  padding-top: 12px;
}

.agent-tiles .ContactIco {
  display: none;
}

.agent-profile #TestimonialSlider .testimonial-content {
  height: 190px;
  overflow-x: hidden;
  overflow-y: auto;
}

.agent-profile .agent-tiles .ContactIco {
  display: block;
}

.agent-profile .agent-tiles .ProfileIco {
  display: none;
}

.agent-tiles .ContactIco a, .agent-tiles .ContactIco a.collapsed {
  background: url("/assets/images/IcoContact.png") no-repeat center center;
}

.agent-tiles .ContactIco a.collapsed:hover, .agent-tiles .ContactIco a {
  background: url("/assets/images/IcoContactGreen.png") no-repeat center center;
}

.agent-tiles .ListingsIco a {
  background: url("/assets/images/IcoClipboard.png") no-repeat center center;
}

.agent-tiles .ListingsIco a:hover {
  background: url("/assets/images/IcoClipboardGreen.png") no-repeat center center;
}

.agent-tiles .PhoneIco a {
  background: url("/assets/images/IcoMobile.png") no-repeat center center;
}

.agent-tiles .PhoneIco a:hover {
  background: url("/assets/images/IcoMobileGreen.png") no-repeat center center;
}

.agent-tiles .EmailIco a {
  background: url("/assets/images/IcoEnvelopeClosed.png") no-repeat center center;
}

.agent-tiles .EmailIco a:hover {
  background: url("/assets/images/IcoEnvelopeClosedGreen.png") no-repeat center center;
}

.agent-tiles .ProfileIco a {
  background: url("/assets/images/IcoProfile.png") no-repeat center center;
}

.agent-tiles .ProfileIco a:hover {
  background: url("/assets/images/IcoProfileGreen.png") no-repeat center center;
}

.agent-tiles .details {
  height: 124px;
  overflow: hidden;
  margin-top: 17px;
}

.agent-tiles .name, .agent-tiles .title, .agent-tiles .area {
  color: #114108;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 20px;
}

.agent-tiles .title {
  overflow: hidden;
  height: 20px !important;
  /*    height: 20px !important;*/
}

.agent-tiles .contact {
  /*margin-top: 18px;*/
}

.our-team .agent-tiles .image {
  height: 190px;
  overflow: hidden;
}

.agent-tiles .title, .agent-tiles .phone, .agent-tiles .mobile, .agent-tiles .area {
  color: #333333;
  height: 20px;
  font-weight: normal;
  font-size: 14px;
}

.agent-tiles .area {
  color: #449b06;
  font-weight: 600;
  display: none;
  overflow: hidden;
}

.agent-tiles .data {
  font-weight: 600;
}

.agent-tiles .phone span:first-child, .agent-tiles .mobile span:first-child {
  width: 65px;
  display: inline-block;
}

.agent-tiles .heading {
  font-size: 20px;
  color: #114108;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

#ContactForm {
  width: 252px;
  top: 190px;
}

#ContactForm .note {
  margin-bottom: 8px;
}

.listings .agent-tiles .heading {
  margin-bottom: 14px;
}

.our-team, .agent-profile {
  padding-top: 25px;
  padding-bottom: 0;
  /*padding-bottom: 25px;*/
  background: #ffffff;
}

.our-team .agent-tiles .area {
  display: block;
}

.our-team .agent-tiles .details {
  height: 165px;
  /*height: 146px;*/
  /*padding-right: 5px;*/
  overflow: hidden;
}

div + .bread-crumbs {
  line-height: 42px;
}

.agent-profile .agent-tiles .heading {
  color: #4D981D;
}

.agent-profile .tab-content .image {
  position: relative;
  width: 400px;
}

.agent-profile .tab-content .image ~ .text, #AgentImageSlider ~ .text {
  width: 344px;
}

.agent-profile .video-play {
  font-size: 14px;
}

.agent-profile .heading {
  color: #449b06;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.agent-profile .tab-content .text {
  width: 744px;
  height: 310px;
  padding: 48px 40px 20px 20px;
  overflow: hidden;
  margin-right: 20px;
  background: #EFF0F1;
}

.agent-profile .tab-content .control {
  position: absolute;
  bottom: -70px;
}

.agent-profile .tab-content .control.right {
  left: 358px;
}

.agent-profile ~ .listings .heading {
  margin-bottom: 10px;
}

.agent-profile ~ .listings .filter-sort {
  margin-bottom: 20px;
}

.agent-img-container {
  width: 205px;
  height: 190px;
  float: left;
  /* background-color: #ECEDEC; */
}

.agent-img-container a {
  /* width: 205px; */
  /* height: 190px; */
  display: block;
  margin: 0 auto;
  text-align: center;
}

.agent-img-container img {
  float: left !important;
  margin: 0 auto;
  max-width: 205px;
  display: block;
  max-height: 190px;
  height: 190px;
}

#Testimonial .text p:last-child {
  color: #333333;
  font-weight: 600;
  font-style: italic;
}

#AgentFeatured .text {
  padding-top: 30px;
}

#AgentFeatured p {
  max-height: 95px;
  overflow: hidden;
}

#AgentFeatured .heading {
  margin-bottom: 8px;
  height: 23px;
  overflow: hidden;
}

#AgentFeatured .heading.long {
  height: 50px;
}

#AgentFeatured .heading.short {
  height: 23px;
}

#AgentFeatured .address {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

#AgentFeatured .price {
  color: #4D981D;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  height: 20px;
  overflow: hidden;
}

#AgentFeatured .amenities {
  max-width: 180px;
  margin-bottom: 6px;
}

#AgentFeatured .amenities .col-xs-4 {
  line-height: 30px;
}

#AgentFeatured .amenities span:after {
  margin-top: 0;
}

.hidden-content {
  min-height: 190px;
  overflow: hidden;
}

#Hidden {
  display: block !important;
}

.hidden-content-control {
  color: #4D981D;
  font-size: 14px;
  font-style: italic;
  margin-top: 16px;
  display: inline-block;
}

.hidden-content-control i {
  margin-left: 8px;
}

.hidden-content-control:hover, .hidden-content-control:focus {
  color: #4D981D;
}

.control-bar {
  margin-right: 20px;
  background: #DFDEDE;
}

.control-bar ul {
  display: inline-block;
}

.control-bar li {
  display: inline-block;
  float: none;
}

.control-bar .nav-pills > li > a {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.control-bar .nav-pills > li + li {
  margin: 0;
}

.control-bar .nav > li > a:hover {
  background: #D7D7D7;
}

.control-bar .nav-pills > li.active > a, .control-bar .nav-pills > li.active > a:focus, .control-bar .nav-pills > li.active > a:hover {
  color: #4D981D;
  background: #D7D7D7;
}

/*Blog Posts*/
.blog-pagination {
  margin-right: 55px;
}

.blog-post.single {
  height: auto !important;
}

.blog-post {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-right: 55px;
  height: 206px;
}

.blog-post > div:first-child > img:first-child {
  margin-bottom: 20px;
}

.blog-post .image {
  width: 36%;
  margin-right: 20px;
}

.blog-post .details {
  float: none !important;
  height: 100%;
  position: relative;
}

.blog-post:last-child {
  border: none;
}

.btn.btn-blog {
  width: auto;
  position: absolute;
  font-style: italic;
  font-weight: 600;
  top: 123px;
}

.blog-post h2 {
  margin-bottom: 4px;
  font-size: 16px;
}

.blog-post .date {
  color: #333333;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 10px;
}

.blog-post .text {
  width: auto;
  float: none !important;
}

.blog-post .image ~ .text {
  max-width: 60%;
}

/*End Blog Posts*/
.user-content .testimonials {
  background: #F1F2F1;
  padding: 30px 20px;
  margin-top: 30px;
}

.user-content .testimonials .heading {
  color: #114108;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 600;
  font-style: italic;
}

.user-content .testimonials td {
  padding-top: 20px;
}

.user-content .testimonials p:last-child {
  color: #333333;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
}

/*Our Offices*/
.office-blocks {
  height: 479px;
  margin-bottom: 13px;
}

.office-blocks .block {
  float: left;
  width: 50%;
  height: 100%;
}

.office-blocks .block.block-left {
  background-image: url("/assets/images/office-block-banner.jpg");
  padding: 48px 50px;
  width: 55%;
  background-size: 100%;
  background-repeat: no-repeat;
  /*padding: 90px 50px;*/
}

.office-blocks .block.block-left h4 {
  color: white;
  font-size: 26px;
  margin: 0 0 20px 0;
}

.office-blocks .block.block-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
  clear: both;
}

.office-blocks .block.block-left li {
  width: 100%;
  clear: both;
  float: left;
}

.office-blocks .block.block-left li a {
  font-size: 18px;
  color: white;
  margin: 0 0 5px 0;
  display: block;
  float: left;
  padding: 0 20px 0 0;
}

.office-blocks .block.block-left li a:hover {
  color: #025318;
}

.office-blocks .block.block-left li a.arrow-link:hover {
  background-image: url("/assets/images/IcoArrowRightDarkGreen.png");
}

.arrow-link {
  background-image: url("/assets/images/IcoArrowRightWhite.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.office-blocks .block.block-left p {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-style: italic;
  color: white;
  line-height: 22px;
}

.office-blocks .block.block-right {
  background-color: lightgrey;
  width: 45%;
}

.our-offices .searches {
  background: #E5E5E5;
  padding: 6px 6px 6px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.our-offices .searches .pull-left {
  line-height: 36px;
  color: #449b06;
  font-size: 17px;
  font-style: italic;
}

.our-offices .searches .styled-select {
  width: 200px;
}

/*End Our Offices*/
/*Office Page Map*/
.office-map-infowindow {
  padding: 25px 0 0px 25px;
  font-family: 'Open Sans', serif;
  /*width: 170px;*/
  float: left;
}

.office-map-infowindow .heading {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5px;
  line-height: 20px;
}

.office-map-infowindow .email-link {
  color: black;
  margin-bottom: 5px;
}

.office-map-infowindow a, .office-map-infowindow p {
  display: block;
  float: left;
  clear: both;
  font-weight: 600;
  margin-bottom: 3px;
}

.office-map-infowindow p {
  margin-bottom: 0;
  color: black;
  font-weight: 600;
}

/*Office tiles*/
.office-tiles .image {
  float: left;
  height: 233px;
  width: 252px;
  overflow: hidden;
}

.office-tiles .image img {
  width: 100%;
}

.office-tiles .office-map {
  width: 252px;
  height: 233px;
}

.office-tiles .details {
  padding: 20px;
  background: url("/assets/images/OfficeTileBG.png") no-repeat center center;
  background-size: 100%;
  height: 233px;
  display: block;
  float: left;
  width: 253px;
  color: #ffffff;
  font-size: 14px;
}

.office-tiles .details div {
  color: white;
}

.office-tiles .details .arrow:after {
  border-color: #ffffff;
}

.office-tiles .details .name {
  margin-top: 10px;
  font-size: 17px;
  margin-bottom: 5px;
  max-height: 52px;
  font-weight: 600;
  font-style: italic;
  overflow: hidden;
  line-height: 1.3;
}

.office-tiles .details .address {
  margin-bottom: 5px;
  font-size: 12px;
  max-height: 34px;
  overflow: hidden;
}

.office-tiles .details .phone {
  font-size: 12px;
  height: 17px;
}

.office-tiles .details .email {
  font-size: 12px;
  max-height: 34px;
  min-height: 17px;
  overflow: hidden;
}

/*End Office tiles*/
/*Footer*/
footer .phone {
  margin-top: 90px;
  font-size: 32px;
  margin-right: 140px;
  height: 45px;
}

footer .office.content {
  background: url("/assets/images/GreendoorFooterBanner.jpg") no-repeat center center;
  height: 519px;
  overflow: hidden;
  color: #ffffff;
}

footer .heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

footer .office-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 14px;
}

footer .office-details {
  line-height: 25px;
  font-size: 14px;
}

footer .office-info {
  margin-top: 180px;
}

footer a {
  color: inherit;
}

footer .phone {
  margin-top: 90px;
  font-size: 32px;
}

footer .career-link {
  margin-top: 45px;
  font-size: 16px;
}

footer .career-link .heading {
  font-size: 24px;
  font-weight: normal;
}

footer .career-link .text {
  margin: 14px 0;
  width: 250px;
  float: none;
}

footer .career-link a {
  font-size: 15px;
  font-weight: bold;
}

footer .career-link a:hover {
  color: #0d5e29;
}

footer .bottom-links {
  height: 80px;
  padding-top: 28px;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
}

footer .bottom-links .pull-left a {
  padding-right: 8px;
  border-right: 1px solid #666666;
  margin-right: 8px;
}

footer .bottom-links .pull-left a:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

footer .bottom-links .pull-left a:hover {
  color: #0d5e29;
}

footer .bottom-links .pull-right span {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #666666;
}

footer .bottom-links .pull-right a {
  color: #7ab21f;
}

/*End Footer*/
/*Login area*/
.login-page, .my-property {
  background: #ffffff;
}

.login-page .user-content, .my-property .user-content {
  padding-right: 25px;
}

.login-page .panel {
  position: relative;
  min-height: 206px;
  margin-bottom: 36px;
}

.login-form, #ChangeDetails, #ChangePW {
  background: #EEEFF0;
  padding: 20px 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 36px;
}

.login-form label.error, #ChangeDetails label.error, #ChangePW label.error {
  display: none !important;
}

.login-form p, #ChangeDetails p, #ChangePW p {
  color: #666666;
}

.login-form p.note, #ChangeDetails p.note, #ChangePW p.note {
  margin-bottom: 15px;
  font-style: italic;
}

.login-form .btn, .my-property .btn {
  min-width: 128px;
}

.login-form .blank {
  height: 56px;
}

#Login {
  /*position: absolute;*/
  top: 0;
}

#EmailSent div {
  text-align: center;
  color: #449b02;
  font-size: 12px;
  background: #FAFAFB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 16px;
  height: 50px;
}

#Register .back-link {
  line-height: 42px;
}

/*End Login area*/
/*My Property tabs*/
.my-properties-tabs {
  background: #D7D9DA;
}

.my-properties-tabs .nav-pills > li > a {
  width: 160px;
  text-align: center;
  background: #E7E6E6;
  height: 50px;
  padding-top: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
  font-style: italic;
  font-size: 12px;
}

.my-properties-tabs .nav-pills > li.active > a, .my-properties-tabs .nav-pills > li > a:hover {
  background: #ffffff;
  color: #114108;
  border-bottom: 1px solid #FAFBFB;
}

/*End My Property tabs*/
/*My Property*/
.my-property .bread-crumbs ~ .pull-right .btn {
  width: 180px;
}

.nav.menu {
  background: #EEEFF0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav.menu li a, .menu.nav-pills > li.active > a, .nav.menu li {
  display: block;
  float: none;
  width: 100%;
  background: none;
  color: #333333;
  border-bottom: 1px solid #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  font-style: italic;
}

.nav.menu li:last-child a, .nav.menu li {
  border: none;
}

.menu.nav-pills > li.active > a, .menu.nav-pills > li > a:hover {
  color: #4D981D;
  font-weight: 600;
}

#ChangeDetails, #ChangePW {
  margin-right: 25px;
}

#Watchlist .listings {
  padding: 0;
  background: none;
}

#Watchlist .listings .link {
  margin: 0 0 12px;
}

.my-property .saved-search {
  position: static;
  width: auto;
  margin-right: 50px;
  height: auto;
}

.my-property .saved-search .tab-content, .my-property .saved-search .nav-tabs {
  padding-right: 20px;
}

.my-property .saved-search .nav-tabs {
  width: 100%;
}

.my-property .saved {
  background: #F0F2F3;
  padding-top: 20px;
  border-left: 2px solid #ffffff;
  min-height: 442px;
  right: -1px;
}

.my-property .saved h2 {
  padding: 0 20px;
  margin: 0;
}

.my-property .saved p {
  font-size: 12px;
  margin: 0;
  color: #666666;
  font-style: italic;
}

.my-property .saved .saved-item {
  padding: 20px;
  border-bottom: 1px solid #ffffff;
}

.my-property .saved .saved-item:last-child {
  border: 0;
}

.my-property .saved .btn {
  min-width: 95px;
  line-height: 32px;
}

.my-property .saved .actions {
  margin-top: 15px;
  line-height: 32px;
  font-size: 12px;
  color: #4D981D;
}

.my-property .saved .arrow.collapsed:after {
  -webkit-transform: rotate(-45deg) skew(-8deg, -8deg);
  -moz-transform: rotate(-45deg) skew(-8deg, -8deg);
  -o-transform: rotate(-45deg) skew(-8deg, -8deg);
  -ms-transform: rotate(-45deg) skew(-8deg, -8deg);
  transform: rotate(-45deg) skew(-8deg, -8deg);
  margin-left: 0.2em;
}

/*My Property*/
/*Custom Fields*/
.s-col {
  background-color: #ffffff;
  border-bottom: 1px solid #9f9fa0;
  border-left: 1px solid #9f9fa0;
  float: left;
  height: 44px;
  position: relative;
  width: 267px;
}

.field-label .overlay {
  padding: 11px;
  position: absolute;
  left: 0;
  top: 0;
}

.field-label {
  /*color: #9fa1a1;*/
  /*font-size: 14px;*/
}

.field-label, .field-label .overlay {
  /*    padding: 12px 10px 11px;
      height: 43px;*/
  overflow: hidden;
}

/*#property-search-keyword-outer .field-label .right-icon {
    background-image: url("/assets/images/light-grey-magnifying-glass.png") !important;
    width: 31px;
}*/
/*.submit-btn-container .field-label .right-icon {
    background-image: url("/assets/images/search-magnifying-glass.png") !important;
    right: 8px;
    width: 31px;
}*/
/*.custom-text-field {
    height: 43px;
    position: relative;
}
.custom-text-field .text {
    border: 0 none;
    padding: 0 30px 0 0;
    width: 100%;
}*/
/*.right-icon {
    background-image: url("/assets/images/grey-bottom-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    float: right;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    width: 24px;
    cursor: pointer;
}*/
.styled-select .field-label {
  background: transparent;
  width: 100%;
  padding-left: 1.2em;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  -moz-border-radius: 0;
  height: 100%;
  line-height: 3em;
  -webkit-appearance: none;
  position: relative;
  z-index: 5;
}

.custom-select {
  cursor: pointer;
  /* background-color: #ffffff; */
}

.custom-select .options-outer {
  position: relative;
}

/*.styled-select .field-label:hover + .options-outer .options .option.select-all {
    background-color: #4E9921;
    color: white;
}*/
.custom-select .options .option:hover {
  background-color: #4E9921;
  /*    background-color: #114108;*/
  color: white !important;
}

.custom-select.opened .field-label {
  border-bottom: 1px solid #000000;
}

/*.custom-select:hover .options {
    display: block !important;;
}*/
.custom-select .options {
  background-color: #ffffff;
  border: 1px solid #4E9921;
  /*border: 1px solid #114108;*/
  left: -1px;
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1;
  position: absolute;
  right: -1px;
  display: none;
  z-index: 1000;
}

.custom-select .options .option {
  border: 0;
  padding: 3px 10px 4px 18px;
  overflow-x: auto;
  line-height: 1.1;
}

.custom-select.opened .options {
  display: block;
}

.custom-select.opened.single .options .option.checked, .custom-select.opened .options .option.is-selected {
  background-color: #cecfcf;
  color: #000000;
}

.custom-select.multiple.opened .options .option {
  background-image: url("/assets/images/checkbox-small-unchecked.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #000000;
}

.custom-select.opened.multiple .options .option.checked, .custom-select.opened .options .option.is-selected {
  background-image: url("/assets/images/checkbox-small-checked.png");
  background-color: #cecfcf;
}

.custom-select.opened.multiple .options .option span {
  display: block;
  padding-left: 20px;
}

/*.custom-select.multiple.opened .options .option.checked, .custom-select.multiple.opened .options .option.is-selected {
    background-color: #cecfcf;
    color: #000000;
}*/
/*.custom-select .options .option {
    border-bottom: 1px solid #9f9fa0;
    padding: 12px 10px 11px;
}*/
/*CMS FORM START*/
.gateways-container table.gateways td .popup-form-container {
  /* left: 0; */
  /* right: 0; */
  /* position: relative; */
  background: #D7D9DA;
  padding: 30px 24px 24px;
  width: 337px;
  z-index: 200;
  /* top: 234px; */
}

.content .popup-form-container div.security-image .frmSecureSpanText {
  padding: 8px;
}

#modal-popup .modal-dialog.form {
  width: 337px;
}

#modal-popup .modal-dialog.form .close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
}

.popup-form-container div {
  width: 100%;
}

.popup-form-container {
  background: #F2F2F2;
  padding: 30px 22px;
}

.popup-form-container, .popup-form-container form.pssmrtfrms {
  float: left;
  width: 100%;
}

.popup-form-container h1.pssmrtfrms {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
}

.popup-form-container form div {
  float: left;
  width: 100%;
  height: 36px;
  position: relative;
  clear: both;
  margin-bottom: 6px;
}

.popup-form-container form div.send-form-to {
  display: none;
}

/*.popup-form-container form div.checkbox label.error {
    display: none !important;
}*/
.popup-form-container .checkbox label {
  max-width: 100%;
  display: block !important;
  position: relative;
  line-height: 1.6;
  font-size: 10px;
  color: #666666;
  top: 0;
  cursor: pointer;
  padding: 0 0 0 24px;
  text-align: left;
  left: 0;
}

.popup-form-container .checkbox input[type=checkbox] + label {
  width: 17px !important;
  height: 17px !important;
  line-height: 15px;
  position: absolute;
  top: 0;
  margin: 0;
  min-height: inherit;
  padding: 0;
  display: block !important;
  left: 0;
  background: none;
  color: #4C991C;
  z-index: 10000;
  text-align: center;
  font-size: 18px;
  border: 1px solid white;
  min-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.popup-form-container .checkbox input[type=checkbox].required.error + label {
  border: 1px solid red;
}

/*.popup-form-container .checkbox label.error {
    border: 1px solid red;
}*/
.popup-form-container .checkbox input[type=checkbox]:checked + label {
  border: 1px solid white !important;
}

.popup-form-container .checkbox input[type=checkbox]:checked + label:after {
  content: "\00D7";
  color: #4C991C;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

form input.error {
  border: 1px solid red;
}

.popup-form-container form div textarea.error, .popup-form-container form div input.error, .popup-form-container form div select.error {
  border: 1px solid red;
}

.popup-form-container form div.textarea {
  height: auto;
  /*    max-width: 590px;
      min-width: 590px;*/
  width: 100%;
}

.popup-form-container form div label {
  position: absolute;
  left: 12px;
  font-size: 11px;
  top: 10px;
  cursor: text;
  color: #9C9C9C;
  font-weight: 100;
  font-family: 'Open Sans', serif;
}

.popup-form-container form div label.error {
  display: none;
}

.popup-form-container form div.textarea textarea {
  min-height: 36px;
  height: 152px;
  width: 100%;
  margin: 0;
  max-width: 100%;
  padding: 10px 0 0 12px;
  border-radius: 3px;
}

.popup-form-container form div input {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.popup-form-container form div.security-image p {
  padding: 0;
  float: right;
  height: 36px;
  width: 49%;
  margin: 0;
}

.popup-form-container form div.security-image .frmSecureSpanText {
  z-index: 691;
  cursor: pointer;
  position: relative;
  /*width: 140px;*/
  float: left;
  font-size: 12px;
  color: #666666;
  display: block;
  text-align: left;
}

.popup-form-container form div.security-image {
  width: 100%;
}

.popup-form-container form div.security-image input {
  float: left;
  width: 49%;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: bold;
  text-indent: 13px;
  text-align: center;
}

.popup-form-container form div.security-image p img {
  height: 100%;
  float: left;
  max-width: 100%;
}

.popup-form-container form div.instruction p {
  font-size: 13px;
  color: #449b06;
  text-align: left;
  font-style: italic;
  margin: 0;
  padding: 2px 0;
}

.popup-form-container form input[type=submit] {
  width: auto;
  color: #ffffff;
  background: #4E9921;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  border: none;
  padding: 0 15px;
  clear: both;
  display: block;
  float: left;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.popup-form-container form input[type=submit]:hover {
  background: #1a4109;
  color: #ffffff;
}

.popup-form-container form input[type=submit].focus, .popup-form-container form input[type=submit]:focus, .popup-form-container form input[type=submit]:hover {
  color: #333;
  text-decoration: none;
}

.popup-form-container form input[type=submit]:hover, .popup-form-container form input[type=submit]:focus {
  text-decoration: none;
  color: white;
}

.success_error {
  position: initial !important;
  clear: both !important;
  display: none;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  float: left !important;
  width: 100% !important;
  height: auto !important;
  margin: 23px 0 0 0 !important;
  text-align: center !important;
  padding: 10px !important;
}

.success_error.error {
  border: 1px solid red;
  display: block;
}

.success_error.success {
  border: 1px solid #449b06;
  display: block;
}

/*CMS FORM END*/
/*Quick Search General*/
.quick-search-page .search-result-controls {
  padding: 30px 90px 0;
  background-color: #ffffff;
}

.quick-search-page .search-result-controls .nav-tabs a:hover {
  color: #555;
  background-color: transparent;
  border-right: 1px solid #555 !important;
}

.quick-search-page .no-people .search-result-controls, .quick-search-page .no-articles .search-result-controls {
  padding: 0;
}

.quick-search-page .not-found h3, .quick-search-page .no-people .search-result-controls h1, .quick-search-page .no-articles .search-result-controls h1 {
  font-size: 18px;
}

.quick-search-page .search-result-controls .nav-tabs a {
  border-right: 1px solid #555;
  font-size: 17px;
  padding: 0 15px 0 0;
  margin: 10px 15px 10px 0px;
  line-height: 13px;
  height: 17px;
}

.quick-search-page .heading, .quick-search-page .quick-search-title {
  font-size: 16px;
  font-style: normal;
  margin: 0 0 15px 0;
  color: #333333;
  font-weight: 600;
}

.quick-search-page .search-result-controls__top-line h1 {
  margin-top: 35px;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
}

/*Quick Search Properties*/
.quick-search-property .listings {
  padding-top: 10px;
  background-color: white;
}

/*Quick Search Other*/
.quick-search-other {
  padding: 10px 90px 50px;
  background-color: #ffffff;
}

.quick-search-other .each-article {
  padding: 11px 35px 10px 15px;
  background-color: #f3f4f4;
  width: 711px;
  margin-bottom: 5px;
}

.quick-search-other .each-article h5 {
  color: #449b06;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  margin: 0 0 10px 0;
}

.quick-search-other .each-article .general-content {
  font-size: 13px;
  padding-bottom: 15px;
}

.quick-search-other .each-article .more-button {
  font-size: 13px;
  color: #449b06;
}

.quick-search-page .gateways-container {
  background-color: white;
}

/*Quick Search People*/
.quick-search-people .tiles a {
  padding: 10px 15px;
  background-color: #f3f4f4;
  float: left;
  clear: both;
  color: #449b06;
  font-weight: 400;
  margin-bottom: 5px;
  min-width: 205px;
  font-size: 16px;
  line-height: 25px;
}

.quick-search-people .tiles a:hover {
  color: #555;
}

.quick-search-people {
  padding: 10px 90px 20px;
  background-color: white;
  float: left;
  width: 100%;
}

/*Office Second Nav Links*/
.office-links {
  padding: 0;
  margin: 0;
}

.office-links li {
  list-style: none;
  padding: 0;
  margin: 0 10px;
  float: left;
}

.office-links li.active a {
  font-weight: bold;
  cursor: default;
  color: #4a9a1f;
}

.office-links li a {
  color: #4a9a1f;
  font-size: 13px;
}

.office-links li a:hover {
  color: #999999;
}

.popup-form-container form div.security-image {
  height: 85px;
}
.popup-form-container form div.security-image iframe {
  padding: 0;
}

/*# sourceMappingURL=desktop.css.map */
