/* *
 * @file
 * Subtheme specific CSS.
 */

/* Adding Fonts */
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Black.ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Black-BoldItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Black-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}

/* Google translate hide */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
#goog-gt-tt {
  display: none !important;
}
/* Google translate hide END*/

/* Global Styles */
html,
body {
  font-family: Muli;
  font-size: 62.5%; /* 1rem = 10px */
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 6rem;
  color: #00253d;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:focus {
  outline: 0 !important;
}

.alert-wrapper {
	display:none;
}

#jobs-select:focus {
  box-shadow: none;
}

#jobs-select {
  border: none;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 3.3rem;
    line-height: 4.1rem;
  }
}

h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 4rem;
  color: #00253d;
  margin-bottom: 1.5rem;
}

.light-weight {
  font-weight: 300;
}

.h2--brown {
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5rem;
  color: #3b3b3b;
}

@media only screen and (max-width: 576px) {
  h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .h2--brown {
    font-style: normal;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 4.3rem;
  color: #335063;
}

@media only screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 576px) {
  h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.2rem;
  }
}

.weight_300 {
  font-weight: 300;
}

.dark_blue {
  color: #00253d;
}

.brown {
  color: #3b3b3b;
}

h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #335063;
}

.h5-semi-bold {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #0072bc;
}

a {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #0072bc;
}

.green-link {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 136%;
  display: flex;
  text-transform: capitalize;
  color: #00492f;
}

.green-link:hover {
  color: #00492f;
}

h6 {
  font-size: 0.67rem;
}

/* p {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
}

@media only screen and (max-width: 576px) {
  p{
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #3B3B3B;
  }
} */

/* p,div {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
  color: #3B3B3B;
} */
p{
	font-size:1.6rem;
}
html {
  margin: 0;
  padding: 0;
}

input[type="text"] {
  font-style: normal;
  font-weight: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4rem;
  /* identical to box height */
  letter-spacing: 0.045em;
  /* Gray 2 */
  margin-top: 0;
  color: #000;
}

/* Form Styles for /all-listings  */
#views-exposed-form-property-search-pdf-page-3 .form-control, 
#views-exposed-form-property-search-pdf-page-3 .form-select {
  /* border: 1px red solid !important; */
  margin: 0 3px;
  /* padding: 7px 24px 7px 7px; */
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  appearance: none;
}

/* Sale */
select[name="field_for_sale_or_lease_value"] {
  width: 90px;
}
/* Post Date */
select[name="created"] {
  width: 103px;
}
/*  Search Field  */
input[name="title"] {
  width: 280px;

}
/* Property Type */
select[name="field_property_type_value"] {
  width: 122PX;
}
/* /subdivision_value */
input[name="field_subdivision_value"] {
  width:150px;
}
/* State */
select[name="field_address_administrative_area"] {
  width: 190px;
}
/* Price */
input[name="field_address_locality"] {
  width:200px;
}
/* Cites */
select[name="field_price_1_value"] {
  width: 200px;
}
/* Bedrooms */
select[name="field_bedrooms_value"] {
  width:60px;
}
/* Bathroom */
select[name="field_bathrooms_value"] {
  width:60px;
}
/* Market Area */
select[name="field_market_area_target_id"] {
  width:150px;
}


#views-exposed-form-property-search-pdf-page-3 .js-form-submit {
    padding: 5px 10px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    height: 33px;
    font-size: 15px;
    min-width: 100px;
}

.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input {
  border: none;
}

.custom-select option:checked {
  color: red;
}
/* Global Styles End*/

.yellow-line {
  width: 100%;
  height: 5px;
  background: #ffc20e;
}

@media only screen and (max-width: 991px) {
  .site-logo {
    width: 172px;
  }
}

.form-submit::before {
  display: inline-block;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
}

/* Top Footer */
.top-footer__address {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165.5%;
  /* identical to box height, or 20px */

  color: #242424 !important;
}

.navbar-group-left {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .header-block {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 6.7rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .header-block {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 3.9rem;
  }
}
@media only screen and (max-width: 576px) {
  .header-block {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 3.5rem;
  }
}
.block-block-contentf1e6a38c-983a-4aad-b6bd-e3b883594b2e {
  max-width: 113.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
}

@media only screen and (min-width: 1276px) {
  .navbar-group-left {
    margin-left: 10%;
  }
  .navbar-group-right {
    margin-right: 10%;
  }
}
/* Reduce margin so nav doesn't overflow */
@media only screen and (max-width: 1276px) and (min-width: 991px) {
  .navbar-group-left {
    margin-left: 5rem;
  }
  .navbar-group-right {
    margin-right: 5rem;
  }
}

/* Home Page */
.path-frontpage .header-block {
  margin-bottom: 0;
}

/* End Top Footer */

/* Student Banner Front Page */

.attention-button {
  padding: 9px 12px;
  background: #ffc20e;
  border-radius: 1px;
  border: none;
}
.banner {
  display: flex;
  background: #f7f7f7;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 30px;
  justify-content: center;
}

.banner__text {
  margin-right: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #3b3b3b;
}
@media only screen and (max-width: 768px) {
  .banner {
    display: none;
  }
}

/* END Student Banner Front Page */

/* Student Banner Front Page */
.mid-page-banner {
  margin-top: 56px;
  margin-bottom: 56px;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .mid-page-banner {
    flex-direction: column;
  }
}

.gray-line {
  background: #c4c4c4;
  width: 100%;
  height: 1px;
}
.top-footer__gray-line__padding {
  margin-bottom: 4.5rem;
}

.mid-page-banner__text {
  font-style: normal;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: #3b3b3b;
  max-width: 850px;
}

/* END Student Banner Front Page */

/* Customer Knacks Front Page */
.customer-knacks {
}
.customer-knacks__row {
  display: flex;
  justify-content: space-between;
}
.customer-knacks__knack {
  display: flex;
  flex-direction: column;
}
.customer-knacks__knack__title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #3b3b3b;
}
.customer-knacks__knack__description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #00253d;
}

.customer-knacks__happy-image {
  width: 658px;
  height: 558px;
}

/* END Customer Knacks Front Page */

/* #edit-field-property-highlight-target-id li:first-child {
  display: none;
} */

@media only screen and (max-width: 768px) {
  .card-override {
    width: 100%;
  }
}

.property-highlights-menu {
  margin-top: 39px;
  margin-bottom: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.property-highlights-menu__link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #00492f;
  cursor: pointer;
  padding-bottom: 5px;
}
.property-highlights-menu__link--underline {
  border-bottom: #00492f solid 3px;
}

.property-highlights__menu-link:hover {
  color: #00492f;
}

.featured-commercial {
  display: none;
}

.block-recent-renovations{
   display: none;   
}
.block-preserve-of-texas{
   display: none;   
}
.block-land-spotlight{
   display: none;  
}

/*LAYOUT CONTAINRERS*/

.financing-option__title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #3b3b3b;
}

.financing-option__description {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #00253d;
}

/* customer feedback */

.feedback-header__arrows--right,
.feedback-header__arrows--left {
  cursor: pointer;
}

.feedback-header__arrows--on {
  fill: rgb(255, 197, 26);
  opacity: 1;
}

.feedback-header__arrows--off {
  fill: rgb(59, 59, 59);
  opacity: 0.4;
  pointer-events: none;
}

.learn-more-block {
  margin-top: 8.6rem;
  margin-bottom: 9.2rem;
}

/* Recently Sold */

.block-recently-sold {
  background: #fff;
}
.recently-sold-card{
	border:1px solid #F3F3F3;
}
.property-type-card {
  background: #f7f7f7;
}
.property-type-card__text {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #171717;
}

.block-views-blocknearby-markets-block-1 {
  margin-top: 52px;
  margin-top: 56px;
}
/* Property type Homepage*/
.block-views-blockproperty-type-view-block-1 {
  margin-top: 5.6rem;
  margin-bottom: 6.8rem;
}
/* .block-views-blockproperty-type-view-block-1 .view-content.row {
  justify-content: center;
} */

/* .search-swe-homes-sidenav-container{
  width: 42%;
} */

.page-view-search-api-solr .form-group {
  margin-bottom: 0;
}

.edit-search-api-fulltext--3 {
  width: 100%;
}

.facets-widget-dropdown h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.045em;
  color: #3b3b3b;
}

.item-list__dropdown {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.045em;
  color: #00253d;
}
/* .item-list__dropdown{
  width: 100%;
} */

.my-sidebar {
  padding-top: 24px;
}

.my-sidebar--item {
  padding-left: 31px;
}

.sidebar .block {
  margin: 0;
  padding: 0;
}

.sidebar-row {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* */

.my-sidebar--title {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  color: #335063;
}

.my-sidebar--close-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b3bd3;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  cursor: pointer;
}

.home-search {
  display: flex;
}

.proerty-card__tag--dotw {
  background: #f4eeef;
  padding: 4px 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #f44848;
}
.proerty-card__tag--mor {
  background: rgba(197, 226, 222, 0.7);
  padding: 4px 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #00492f;
}

.proerty-card__tag--fu {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #00492f;
  margin: 10px 0px;
  background: white;
}
.proerty-card__tag--oz {
  background: rgba(0, 114, 188, 0.15);
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #335063;
}

/* Front Page Banner*/
.front-page-mobile-menu {
  position: -webkit-sticky;
  position: fixed;
  box-sizing: border-box;
  top: 100%;
  transform: translate(0, -100%);
  z-index:999;
}

.path-frontpage .views-exposed-form-property-search-map-page-1 .row {
  align-items: center;
}

.front-page-header__submit #edit-submit-property-search-map {
  width: 100%;
}

@media (max-width: 992px) {
  .front-page-header {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
  .path-frontpage .front-page-header__top-section {
    padding-top: 20%;
  }

  .path-frontpage .views-exposed-form-property-search-map-page-1 {
    padding-bottom: 40%;
  }
}

.card-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

@media (min-width: 992px) {
  .card-overlay {
    padding-left: 10%;
    padding-bottom: 3.5rem;
  }
}

.path-frontpage .field__banner {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom;
}

.path-frontpage .field__banner img {
  width: 100%;
  height: 700px;
}

.leaflet-container {
  width: 100%;
}

/* non advanced options hide by default on exposed map search filter */

.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-bathrooms,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-sq-ft-min,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-sq-ft__max,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-property-highlight,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-monthly-1-min,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-monthly-1-max,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-lot-size-min,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-lot-size-1-max,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-administrative-area,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-market-area,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-county,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-field-subdivision,
.path-frontpage
  #views-exposed-form-property-search-map-page-1
  .form-row
  .form-item-locality {
  display: none;
}

.reset-filters-text,
.more-filters-text {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.045em;
  color: #00492f;
  cursor: pointer;
}

.block-views-exposed-filter-blockproperty-search-map-page-1 h2 {
  display: none;
}

.btn-secondary-custom {
  /* SWE Yellow */
  background: #ffc51a;
  color: #3b3b3b;
  padding: 1.1rem 1.3rem;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: none;
  max-width: 100%;
}

.btn-secondary-custom a:hover {
  /* SWE Yellow */
  background: #ffc51a;
  color: #3b3b3b;
}

.btn-secondary-custom a {
  /* SWE Yellow */
  background: #ffc51a;
  color: #3b3b3b;
}

.highlight__name {
  /* node property page */
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: rgba(45, 51, 60, 0.75);
}

.highlight__description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  color: rgba(45, 51, 60, 0.75);
}

.gray-line {
  background: #c4c4c4;
  width: 100%;
  height: 1px;
}
.gray-line--light {
  background: #c4c4c4;
  opacity: 0.5;
  height: 1px;
}

.property-detail__label,
.pricing-detail__label {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #3b3b3b;
}
.property-detail__item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */

  text-align: right;

  /* text soft black */

  color: #3b3b3b;
}

.pricing__option {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  align-items: center;
  text-transform: uppercase;
}

.pricing__item {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  /* identical to box height */
  /* text soft black */
  color: #3b3b3b;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.demo {
  width: 100%;
}

.page-user-login #main {
  max-width: 1141px;
}
.view-empty {
  text-align: center;
}
.other-facets .form-checkboxes.bef-checkboxes input {
  display:none;
}

div#edit-field-property-highlight--5 {
  margin-left: 7px;
}
#lightSlider ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
#lightSlider li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

#lightSlider img {
  display: block;
  height: auto;
  width: 100%;
}

.lSPager.lSGallery {
  display: none !important;
}
.bg-gray {
  background: #f7f7f7;
}
.bg-gray-half {
  background: linear-gradient(to top, #f7f7f7 50%, white 50%);
}

/* table overrides */
tr {
  padding: 0.1em 0.6em;
  background: none;
}
.table td,
.table th {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  vertical-align: top;
  /* border: 1px solid #dee2e6; */
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

/* .table:first-child td, .table:first-child th{
  border: 1px solid transparent;
} */
/* table overrides end*/

@media (max-width: 767px) {
  .first_td {
    border-top: 1px solid white !important;
  }
}

.table {
  margin: 0;
}

/* Cover when search map is clicked */

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  background: #333333;
  opacity: 0.7;
  display: none;
}

.property__card__link {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  /* identical to box height */
  color: #171717;
}
.property__card__link:hover {
  color: #171717;
}
/* Cover when search map is clicked ENDs*/

/* Checkboxes get messed up with theme style fix */

#edit-field-property-highlight--4 .form-checkbox.custom-control-input {
  opacity: 1;
}

#edit-field-property-highlight--4 .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Checkboxes get messed up with theme style fix END*/

/* Hide default labels for all filters other than all filters(default) */

#block-exposedformproperty-search-mappage-1 label,
.front-page-property-form label {
  display: none;
}

/* GET STARTED PAGE */
/* get started title*/
/* .get-started-container{
  margin-right:120px;
  margin-left:120px;
} */

@media only screen and (max-width: 768px) {
  /* .get-started-container{
    margin-left: 30px;
    margin-right: 30px;
  } */
  .field--name-field-option {
    margin-left: 30px;
  }
}

.region-footer-fifth {
  justify-content: center;
}

.path-frontpage #edit-reset {
  display: none;
}

.block-recently-sold {
  padding: 35px;
}

/* buy/lease buttons */

@media only screen and (max-width: 991px) {
  .hidden-lg-down {
    display: none;
  }
}

.custom-control-input {
  z-index: 0;
  opacity: 1;
}

/*  */

/* Styling BEF Checkboxes to be like links so AJAX works. */
/* .views-exposed-form.bef-exposed-form input.form-radio {
  display: none;
} */

/* .new-preview:nth-child(odd){
  justify-content: flex-end;
} */

@media only screen and (max-width: 768px) {
  .new-preview:nth-child(odd) {
    justify-content: flex-start;
  }
}

.new-preview {
}

/* Card for explore and filter */
/* .card {
  width: 450px;
} */

/* .card-override {
  width: 416px;
} */

@media only screen and (max-width: 576px) {
  .card {
    width: 100%;
  }
}

/* news page */
#views-exposed-form-featured-article-news {
  display: flex;
  justify-content: center;
}
.pagination-container {
  display: flex;
  justify-content: center;
}

.pagination__items {
  /* max-width: 87.4rem; */
  width: 100%;
}

.pagination li a {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #3b3b3b;
}

.pagination li.active span {
  font-style: normal;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #3b3b3b;
}

#views-exposed-form-featured-article-news .fieldset-wrapper .form-radios {
  display: flex;
  justify-content: center;
}

/* .form-radios .js-form-item{
  margin-right: 10px;
} */

/* overrides styles */
.site-footer .content {
  color: #242424;
}
.site-footer .content a,
.site-footer .content a.is-active {
  color: #0072bc !important;
}
.site-footer .content a:hover,
.site-footer .content a:focus {
  color: #0072bc !important;
  cursor: pointer;
}

.card-body-news {
  padding-left: 31px !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 37px !important;
  border: none !important;
}

.featured-article {
  background: #f7f7f7;
}

.featured-article__right-col {
  /* margin-left: 11.7rem; */
}

@media only screen and (max-width: 768px) {
  .featured-article__right-col {
    margin-left: 0;
  }
}

.featured-article__promotion {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #00253d;
}

.featured-article__title {
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5rem;
  color: #00253d;
}

@media only screen and (max-width: 768px) {
  .featured-article__title {
    font-style: normal;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 3.5rem;
    text-align: center;
    color: #00253d;
  }
}

.featured-article__description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #00253d;
}
@media only screen and (max-width: 768px) {
  .featured-article__description {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    color: #00253d;
  }
}

.pager__button--next {
  padding: 9px 12px;
  background: #ffc20e;
  border-radius: 1px;
  border: none;
  color: #3b3b3b;
}

.direction-button {
  background: #ffc20e;
  color: #3b3b3b;
  border: none;
}
.direction-button:hover {
  background: #ffc20e;
  color: #3b3b3b;
  border: none;
}

.pager__last-or-first {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #3b3b3b;
  background: white;
  border: none;
}

.pager__last-or-first.right {
  margin-left: auto;
}

.pager__last-or-first.left {
  margin-right: auto;
}

.pager__button--next.right {
  margin-left: auto;
}

.pager__button--next.left {
  margin-right: auto;
}

.card__resource_title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #3b3b3b;
}

.card-resource {
  width: 100% !important;
}

/* article page */

/* @media only screen and (max-width: 951px) {
 .article-header-container{
   flex-direction: column-reverse;
 }
} */
.article__tag {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #00253d;
}

.article__title {
}

.article__preview {
}

.article__body {
  padding-right: 20rem;
  padding-left: 20rem;
  margin-top: 7.2rem;
}

@media only screen and (max-width: 991px) {
  .article__body {
    padding-right: 0;
    padding-left: 0;
  }
}

.card-body-explore {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 30px !important;
  border: none !important;
  width:100%;
}

.card-resource {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border: none !important;
}

.btn-secondary {
  background: #ffc20e;
  border-radius: 1px;
  color: #3b3b3b;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: none;
}

.btn-secondary:hover {
  background: #ffc20e;
  border-radius: 1px;
  color: #3b3b3b;
}

.btn-secondary:focus {
  background: #ffc20e;
  border-radius: 1px;
  color: #3b3b3b;
}
.btn-secondary:active {
  background: #ffc20e;
  border-radius: 1px;
  color: #3b3b3b;
}

.gray_background {
  background: #f7f7f7;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* .row{
  margin-right: 0;
  margin-left: 0;
} */

/*NEWS ARTICLES SAFEGUARDS*/

@media only screen and (max-width: 991px) {
  /* images should stay in container */
  .article__body img {
    width: 100%;
  }
}
/* News Page safeguards */
@media only screen and (max-width: 576px) {
  .featured-article img {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .view-featured-article .view-filters {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 991px) {
  .container-container-home-buyer-resource {
    margin-left: 10%;
    margin-right: 10%;
  }
}

/* .field--name-field-banner{
  max-width: 1440px;
} */

@media only screen and (max-width: 1443px) {
  .field--name-field-banner img {
    width: 100%;
  }
  .get-started-title {
    margin-left: 0;
  }
}

/*get started webforms*/
.webform-submission-contact-us-about-something-else-form {
  display: none;
}

/*get started page bottom section margin*/

/* cherry link */

.red-link {
  color: #f44848;
}
.red-link:hover {
  color: #f44848;
}

/* Sell your Home Page */

.misc-header__image-container {
  background: linear-gradient(to top, #f7f7f7 50%, white 50%);
}

.misc-header__field-bottom-text-container {
  background: #f7f7f7;
}

.path-sell-your-home .field--name-field-image {
  display: flex;
  justify-content: center;
}

.sell-your-home-page-container {
  padding-left: 150px;
  padding-right: 150px;
}

@media only screen and (max-width: 992px) {
  .sell-your-home-page-header--spacing {
    margin-bottom: 3.7rem;
  }
  .sell-your-home-page-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sell-your-home-page-container__image {
    width: 100%;
    height: 100%;
  }
  .sell-your-home-page-header--spacing {
    max-width: 100%;
  }
}

.message-banner {
  background: #f7f7f7;
}

.get-cash-offer-section {
  background: #fafafa;
}

/* Make full width of the accordions */
.field--name-field-owner-financing-questions,
.field--name-field-escrow,
.field--name-field-closing-costs-for-georgia-,
.field--name-field-questions,
.field--name-field-how-to-make-your-loan-ques,
.field--name-field-commo {
  width: 100%;
}

.highlighted-message-banner__title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  color: #3b3b3b;
}

/* Owner Financing Page */
.content-owner-financing {
  padding-right: 15%;
  padding-left: 15%;
}
.highlighted-message-banner {
  background: #f7f7f7;
  border-left: #ffc51a;
  border-width: 10px;
  border-style: solid;
  border-top: transparent;
  border-bottom: transparent;
  border-right: transparent;
}

.message-banner__title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: center;

  /* Brown */

  color: #3b3b3b;
}
@media only screen and (max-width: 768px) {
  .content-owner-financing {
    padding-right: 30px;
    padding-left: 30px;
  }
  .highlighted-message-banner {
    border-left: transparent;
    border-top: #ffc51a;
    border-width: 10px;
    border-style: solid;
    border-bottom: transparent;
    border-right: transparent;
  }
}

/* Styling BEF Checkboxes to be like links so AJAX works. */
.views-exposed-form.bef-exposed-form input.form-radio {
  display: none;
}

/* Which means we need to add a hover state. */
/* .views-exposed-form.bef-exposed-form label:hover {
  color: #0d5f9e;
  cursor: pointer;
}

#views-exposed-form-property-search-map-exposed-block-homes .views-exposed-form.bef-exposed-form label:hover {
  color: #00253d;
  cursor: default;
} */

/* Changes the label if the input is checked.  Like an active state. */
.views-exposed-form.bef-exposed-form input.form-radio:checked + label {
  color: #0d5f9e;
  text-decoration: underline;
  font-weight: 600;
}

#views-exposed-form-rentals-block-rentals
  .form-radios
  .js-form-item:first-child
  label {
  display: none;
}
#views-exposed-form-rentals-block-rentals .form-radios {
  display: flex;
  @media only screen and (max-width: 768px) {
    display: block;
  }
}
#views-exposed-form-rentals-block-rentals .form-radios .form-item-title{
  margin: 0 7px;
  padding: 5px 0;
  @media only screen and (max-width: 768px) {
    margin: 0 7px;
  }
}



/* Careers Section: About Page */

.careers__image {
  width: 100%;
}

.careers {
  margin-bottom: 9.5rem;
}

@media screen and (min-width: 575px) and (max-width: 992px) {
  .careers__image {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .careers {
    margin-right: 15.1rem;
  }
  .careers__image--margin {
    margin-right: 7.1rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .careers {
    padding-left: 0;
    margin: 0;
    margin-bottom: 7.2rem;
  }
  .careers__image--margin {
    margin-right: 4.1rem;
  }
}

@media only screen and (max-width: 576px) {
  .careers {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .careers__image--margin {
    margin-right: 0;
  }
}

/* News + Community About:Page, and other pages*/
.news-plus-community {
  margin-bottom: 5.3rem;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .news-plus-community {
    margin-left: 9.2rem;
    margin-right: 9.2rem;
  }
}

@media only screen and (max-width: 576px) {
  .news-plus-community {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.swe-family {
  margin-top: 6rem;
}

.swe-family__logos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.swe-family__logos img {
  width: 50%;
}
.swe-family__logos a {
    width: 50%;
    height: auto;
    text-align: center;
}
.swe-family__logos a img {
    width: 100%;
}

.giving-back {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000038;
}

@media only screen and (min-width: 1440px) {
  .giving-back {
    padding-left: 280px;
    padding-right: 280px;
  }

  .giving-back__body {
    padding-left: 250px;
    padding-right: 250px;
  }

  .swe-family__logos {
    padding-right: 298px;
    padding-left: 298px;
  }
  .swe-family__logos img,  .swe-family__logos a {
    width: 15%;
    height: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .giving-back {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 4.3rem;
    padding-bottom: 5rem;
  }
  .giving-back__body {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .swe-family__logos {
    padding-right: 13rem;
    padding-left: 13rem;
  }
  .swe-family__logos img,  .swe-family__logos a {
    width: 15%;
    height: 15%;
  }
}

@media only screen and (min-width: 575px) {
  .swe-family__logos {
    padding-right: 130px;
    padding-left: 130px;
  }
  .swe-family__logos img,  .swe-family__logos a {
    width: 15%;
    height: 15%;
  }
}

.giving-back {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lSPager.lSGallery {
  display: none;
}
/* Reminder: INCREASE SPECIFICITY */
/* .lSNext, .lSPrev{
.lSNext,
.lSPrev {
  display: none !important;
} */

.loan-servicing__nav {
  max-width: 940px;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

/* ::-webkit-scrollbar {
  display: none !important;
} */

.loan-servicing__container {
  max-width: 940px;
  width: 100%;
}

.sell-your-home-page-header {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #3b3b3b;
}
.sell-your-home-page-header a{
  font-size: 1.6rem;
  line-height: 3rem;

}

.fax-icon {
  width: 25px;
  height: auto;
}

.view-display-id-commercial_property_rent,
.view-display-id-land_rent {
  display: none;
}

#jobs-select {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
}
.view-job-openings .view-content{
    gap:0 !important;
}
.job-opening-item {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    padding:0 !important;
    box-shadow:none !important;
    height:4rem;
}

.view-job-openings p{
    font-size:1.6rem;
    margin-bottom:0;
}
.view-job-openings a{
    font-size:1.6rem;
}
.views-field-field-job-link{
    width:60%;
    height: fit-content;
}
.views-field-field-posted-date{
    width:20%;
    height: fit-content;
}
.views-field-field-department{
    width:20%;
    height: fit-content;
}
.job-openings-item-title{
    font-weight: bold;
    box-shadow: none !important;
}
.current-openings-footer {
    margin-top:30px;
}

@media only screen and (max-width: 767px) {
    .job-opening-item {
    padding:20px 0 !important;
    border-bottom: 1px #3b3b3b40 solid;
    height:10rem;
}
    .views-field-field-job-link{
    width:100%;
}
.views-field-field-posted-date{
    width:50%;
}
.views-field-field-department{
    width:50%;
}
.job-openings-item-title{
    display:none;
}
}

.sell-your-home__customer-service {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 136%;
  /* identical to box height, or 19px */
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #3b3b3b;
}

.loan-type__title {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #3b3b3b;
}

.loan-type__item {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 136%;
  text-transform: capitalize;
  color: #00492f;
}

.loan-type__sub-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #00253d;
}

.loan-contact-statement p {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #00253d;
}


.loan-contact-statement h2 {
  font-weight: 300;
}

#payment h2 {
  font-weight: 300;
}

#payment p {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
  color: #3b3b3b;
}

#departments {
  margin-top: 5.7rem;
}

.careers-content p, .careers-content ul{
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #00253d;
}
.careers-content h2{
    width:100%;
}
.careers-content button{
    margin:auto;
    padding: 1.5rem 2rem;
}
.careers-content button a{
    font-size:1.6rem;
    text-decoration: none;
    font-weight: bold;
}
.careers-content > div > div{
    margin-bottom:50px;
}

.careers-banner-image img{
    max-width:100%;
    height:auto;
}
.careers-page-nav{
    justify-content: space-evenly;
}
.misc-header__field-bottom-text {
  padding-top: 40px;
  padding-bottom: 28px;
}

.careers-content img{
    height: auto;
    max-width: 100%;
    width: 500px;
    margin: auto;
    display: block;
}
/* ::-webkit-scrollbar {
  width: 5px; 
  background: #000038;
} */

.make-payments__title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #335063;
}

.make-payments__sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 165.5%;
  color: #00492f;
}

.accordion__question {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3b3b3b;
}

.claims__body {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
  color: #3b3b3b;
}

@media only screen and (max-width: 576px) {
  .claims__body {
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 147.5%;
    color: #3b3b3b;
  }
}

.loan-servicing__forced-placed-insurance__body {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 147.5%;
  color: #3b3b3b;
}

@media only screen and (max-width: 576px) {
  .loan-serving-mobile-container {
    margin-right: 4rem;
    margin-left: 4rem;
  }
}

#payoff {
  margin-top: 6.5rem;
  margin-bottom: 2rem;
}

.loan-servicing__container {
  padding-bottom: 3rem;
  padding-top: 6.5rem;
}

@media only screen and (max-width: 576px) {
  .loan-servicing__container {
    padding-bottom: 3rem;
    padding-top: 2.5rem;
  }
}

.loan-servicing__make-payoff_copy {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 147.5%;
  color: #3b3b3b;
}

.loan-servicing__title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #335063;
}

.loan-servicing__sub-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #00253d;
}

.loan-servicing__time {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #3b3b3b;
}

.loan-servicing__number {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 136%;
  text-transform: capitalize;
  color: #00492f;
}

.loan-servicing__need-help {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #3b3b3b;
}

/* Sell your home top section */
.sell-your-home-header__title {
  font-style: normal;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 6rem;
  text-align: center;
  color: #335063;
}

.sell-your-home-page-container {
  margin-top: 10.7rem;
}
.sell-your-home-header__top-text {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #00253d;
}

.sell-your-home-header__bottom-text {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #3b3b3b;
}

.sell-your-home-page-container__first-paragraph,
.sell-your-home-page-container__second-paragraph,
.sell-your-home-page-container__third_paragraph,
.sell-your-home-page-container__fourth-paragraph {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
  color: #3b3b3b;
}

.sell-your-home-page-container__sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #335063;
}

.extra-padding {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

/* form on gray background */

.get-cash-form label {
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  /* identical to box height */

  letter-spacing: 0.045em;

  /* Brown */

  color: #3b3b3b;
}

.get-cash-form__sub-title {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #00253d;
}

.get-cash-form__section-title {
}

.get-started-container .js-form-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.get-started-container h5 {
}

.get-started-container {
  background: #fafafa;
}

.get-started-container {
  padding-top: 5.3rem;
  padding-left: 15.2rem;
}

.get-started__disclaimer {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #333333;
}

.gray-form__right-col__title {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #00253d;
}

.gray-form__right-col__spanish {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #3b3b3b;
}

.gray-form__right-address {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #00253d;
}

.gray-form__right__section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #335063;
}

.gray-form__right__days {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #00253d;
}

.gray-form__right__hours {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #3b3b3b;
}

.gray-form__right__days-closed {
  font-style: italic;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 165.5%;
  color: #00253d;
}

.gray-form__right__contact-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #00253d;
}

.extra-padding-even {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.sell-your-home-page-container__top-section-title,
.sell-your-home-page-container__bottom-title,
.sell-your-home-page__common-questions {
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5rem;
  color: #335063;
}

.get-cash-form__title {
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5rem;
  color: #00253d;
}

.block-views-blockfeatured-article-news-community {
  margin-top: 4rem;
  margin-bottom: 7rem;
}

.content-owner-financing__content {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
  color: #3b3b3b;
}

@media only screen and (max-width: 576px) {
  .content-owner-financing__content {
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #3b3b3b;
  }
}

@media only screen and (max-width: 576px) {
  .misc-header__top-text,
  .misc-header__bottom-text {
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
  }
}

.content-owner-financing__content li {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #3b3b3b;
}

/* News Filters */

.block-views-exposed-filter-blockfeatured-article-news.views-exposed-form.bef-exposed-form
  label {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #4f4f4f;
  text-decoration: none;
}

.block-views-exposed-filter-blockfeatured-article-news.views-exposed-form.bef-exposed-form
  label:hover {
  color: #00492f;
  cursor: pointer;
}

/* Changes the label if the input is checked.  Like an active state. */
.block-views-exposed-filter-blockfeatured-article-news.views-exposed-form.bef-exposed-form
  input.form-radio:checked
  + label {
  color: #0072bc;
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 2px #0072bc;
  display: inline;
  padding-bottom: 8px;
}

.news-header__facebook {
  margin-right: 5rem;
}

.news-header__instagram {
  margin-left: 5rem;
}
.news-header{
    
}
@media only screen and (max-width: 768px) {
  .news-header__facebook {
    margin-right: 0;
  }

  .news-header__instagram {
    margin-left: 0;
  }
}

#views-exposed-form-featured-article-news {
  width: 100%;
  overflow-x: scroll;
}

.block-views-blockfeatured-article-news {
  margin-left: 2rem;
  margin-right: 2rem;
}
.news-card__title{
	font-weight:bold;
}
.news-card__preview-text {
  font-style: normal;
  font-size: 14px;
  color: #333333;
}
.news-card img {
    width:100%;
}

.news-card__tags {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #0072bc;
}

/* No header margin (Gap after navbar)*/
.node--type-article .header-block {
  margin-bottom: 0;
}

.node--type-article #main-wrapper {
  margin-right: 3rem;
  margin-left: 3rem;
}

.gray-form .custom-select {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M6.68004 4.34793L1.5373 4.28725e-05L0.540039 0.84317L6.68004 6.03418L12.82 0.84317L11.8228 4.24307e-05L6.68004 4.34793Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.slides {
  max-width: 100%;
}

.path-frontpage .slides {
  max-width: 100%;
}

.flex-control-nav {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

/* hope */

.node--type-property .header-block {
  margin-bottom: 0;
}

.address .country {
  display: none;
}

.property__id {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  color: rgba(45, 51, 60, 0.75);
}

.property__value {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3b3b3b;
}

.property-detail__value {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3b3b3b;
}

.price__buy__escrow {
  font-style: italic;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #4f4f4f;
}

.explore-financing__title {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #00253d;
}

.share-property__title {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #3b3b3b;
}

#share-property {
  margin-top: 4.4rem;
}

#explore-financing {
  margin-top: 2.8rem;
  margin-bottom: 4.2rem;
}

.explore-financing__link {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #0b3bd3;
}

.explore-financing__link:hover {
  color: #0b3bd3;
}

.right-hand-side__title {
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: #0072bc;
}

.right-hand-side__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 135%;
  color: #3b3b3b;
}
.right-hand-side__check__title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 135%;
  color: #3b3b3b;
}

.right-hand__number-raw {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 136%;
  color: #00492f;
}

.node--type-property .checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.right-hand__call-sales {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #335063;
}

.get-the-details {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #005389 !important;
  border: 1px solid #0072bc !important;
}

.block-new-listings .view-content.row,
.block-recently-sold .view-content.row,
.featured-commercial .view-content.row {
  max-width: 1140px;
  margin: auto;
}


.block-recent-renovations .view-content.row {
  max-width: 869px;
  margin: auto;
}

.block-preserve-of-texas .view-content.row {
  max-width: 869px;
  margin: auto;
}

.block-land-spotlight .view-content.row {
  max-width: 869px;
  margin: auto;
}

/* cards new listing front page */
.card__new_listings__county {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #000000;
}

.card__new_listings__address {
  font-style: normal;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 2.1rem;
  color: #333333;
  margin-bottom: 1.4rem;
}

.card__new_listings__item-muted {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.9rem;
  /* identical to box height */
  color: #61666c;
  width:50%;
}
.property-highlight-link{
	text-decoration:none;
}

.discover-block,
.search-more-listings {
  max-width: 87.8rem;
  margin: auto;
}

.search-more-listing__chevron {
  font-size: 1.4rem;
  color: #0072bc;
}
.search-more-listing__market-area {
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.bottom-footer__disclaimer {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #3b3b3b;
  max-width: 67.9rem;
}

.property-client-close img {
	height: 200px;
    width: 100%;
    object-fit: cover;
}
.property-client-close a:hover{
	color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
}

.bottom-footer__terms {
  max-width: 78.7rem;
}

@media only screen and (max-width: 768px) {
  .bottom-footer__terms {
    max-width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .bottom-footer__terms {
    flex-direction: column;
    align-items: center;
  }
  .bottom-footer__term:not(:first-child) {
    margin-top: 2rem;
  }
}

.bottom-footer__term {
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #3b3b3b;
}

.menu__bottom {
  margin-top: 3.3rem;
  margin-bottom: 4.1rem;
}

.menu__bottom a:hover {
  color: transparent !important;
}

.top-footer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: #00253d;
}

#block-topfooterblock {
  margin: auto;
  max-width: 1140px;
  margin-bottom: 4.5rem;
}

.top-footer__discover__title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #335063;
}

.top-footer__discover__link {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #3b3b3b !important;
}

.margin-auto{
    margin:auto;
}
.dont-see-what-youre-looking-for {
  max-width: 113.4rem;
  margin: auto;
}

.yellow-btn {
  background: #ffc51a;
  border: none;
  width: 22.6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.yellow-btn__link {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: capitalize;
  color: #242424;
}

.yellow-btn__link:hover {
  color: #242424;
}

.dont-see-what-youre-looking-for {
  margin-left: 2.2rem;
  margin-right: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .dont-see-what-youre-looking-for {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Tags for Property Highlight */
.property-card__highlights__featured_commercial {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  /* identical to box height */
  /* Cherry Accent 1 */
  color: #f44848;
  background: rgb(244, 238, 239, 0.5);
  padding: 4px;
}

.property-card__highlights__other_highlight {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  /* identical to box height */
  /* Green Accent 1 */
  color: #00492f;
  opacity: 0.5;
  /* Green Accent 1 */
  border: 0.7px solid #00492f;
  box-sizing: border-box;
  padding: 4px;
}

.property-card__highlights__move_in_ready {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  /* identical to box height */
  /* Green Accent 1 */
  color: #00492f;
  padding: 4px;
  background: rgba(197, 226, 222, 0.5);
}

.property-card__county {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #3b3b3b;
}

.property-card__county a {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #3b3b3b;
  text-decoration: none;
}

.property-card__county a:hover {
  opacity: 0.8;
  color: #3b3b3b;
}

.card-body {
/*   padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left:15px; */
}

.card__new_listings__highlights .property-card__item:not(:first-child) {
  /* margin-left: 1.4rem; */
}

.property-card__item:not(:first-child) {
  /* margin-left: 1.4rem; */
}

.property-card__item::first-child {
  margin-right: 1rem; 
}


.card__new_listings__highlights .card__new_listings__county {
}
.view-featured-article{
    margin-bottom:50px;
}
.flexslider {
  border: none;
}

.search-all-properties-banner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .search-all-properties-banner {
    flex-direction: column;
    text-align: center;
  }
}

.discovery {
  margin-top: 5.6rem;
  margin-bottom: 6.8rem;
}

@media (max-width: 575.98px) {
  .discovery {
    margin-top: 3.7rem;
    margin-bottom: 3.5rem;
  }
}

.financing-option__icon {
  width: 3.6rem;
}

.financing-options__section {
  max-width: 53.7rem;
}
.financing-option {
  margin-right: 3.8rem;
}
@media (min-width: 576px) {
  .financing-option {
    margin-top: 2rem;
    max-width: 26rem;
  }

  .financing-option {
    margin-right: 3.8rem;
  }
}

.financing-options__image img {
  width: 100%;
  height: auto;
}

.feedback-header__subcontainer img {
  width: 7.5rem;
  height: auto;
}
.learn-more-block__container{
  justify-content: center;
}

.search-all-properties-banner__button {
  width: 33.3rem;
  margin: auto;
}
@media (min-width: 576px) {
  .search-all-properties-banner__button {
    width: 33.3rem;
    margin: auto;
  }
}

.block-views-blocknearby-markets-search-nearby-markets h2 {
  display: none;
}

.block-views-blockproperty-highlights-block-2 h2 {
  display: none;
}

.force-show-this {
  display: block !important;
}
@media (min-width: 576px) {
  .page-mobile-container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.loan-servicing__nav__item {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  /* Green Accent 1 */
  color: #00492f;
}
.careers__nav__item {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  /* Green Accent 1 */
  color: #00492f;
}

.webform-submission-tell-us-about-yourself-form .form-submit {
  max-width: 22rem;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: capitalize;

  color: #f4eeef;
  margin-top: 4.9rem;
}

.get-cash-offer-section {
  padding-left: 15.2rem;
  padding-top: 5.3rem;
}

@media (max-width: 992px) {
  .get-cash-offer-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.swehomes__thirty-year__copy {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 4.4rem;
}

.swehomes__thirty-year__right-side {
  max-width: 51.4rem;
}

.swehomes__thirty-year__img {
width:100%;
margin-bottom:30px;
}

.swehomes__thirty-years__btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 7rem;
  padding-left: 7rem;
}

.swehomes__thirty-years {
  margin-bottom: 5rem;
  margin-top: 8rem;
  gap:30px;
}


.swehomes__thirty-year__title {
  font-style: normal;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: #000038;
  margin-bottom: 2rem;
}
@media all and (max-width: 559px) {
  .front-page-mobile-menu {
    padding-bottom: 40px !important;
  }
}
article .article__body p,
article .article__body a {
  font-size: 16px;
}

.section-description {
  font-family: Muli;
  font-weight: normal;
  font-size: 16px;
}

@media (max-width: 940px) {
  .loan-servicing__nav {
    padding-left: 26px;
  }
}

.sidebar__multi-inputs label {
  font-size: 12px;
}

#edit-field-property-highlight--5--wrapper label {
  font-size: 11px;
}
.node__content.container {
  margin:auto;
}

.property-card__card-text a {
    display:flex;
    flex-wrap:wrap;
    row-gap:10px;
}
.property-card__card-text a span {
    width: 50%;
}

.property-card__top-container{
    margin-bottom:0.75rem;
}
.navbar-nav .nav-link {
	font-size:1.6rem;
	font-weight:bold;
}
#video-embed{
	margin-top: 2.8rem;
    margin-bottom: 4.2rem;
}

.nav-item.menu-item--expanded {
  position: relative;
  z-index: 1000;

}
.nav-item.menu-item--expanded::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .8em solid;
  border-right: .8em solid transparent;
  border-left: .8em solid transparent;
  border-bottom: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-item.menu-item--expanded .submenu {
  position: absolute;
  left: 0; 
  top: 40px; 
  width: auto; 
  min-width: 100%; 
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  display: none; 
  z-index: 1050; 
  overflow: visible; 
  padding: 0; 
}

.nav-item.menu-item--expanded:hover .submenu {
  display: block; 
}
.submenu li {
  list-style-type: none;
}
.submenu .nav-link {
  color: #333;
  padding: 8px 20px;
  text-decoration: none;
  display: block; 
  white-space: nowrap; 
}

.submenu .nav-link:hover {
  background-color: #0056b3;
  color: #ffffff;
}

.submenu .nav-link.active,
.submenu .nav-link.is-active {
  background-color: #004494;
  color: #ffffff;
}

/* Styles for POC Listing API */
.listing-api {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  margin: auto;
}
.listing-api .view-content {
  height: 600px;
  overflow-y: auto;
}
.listing-api .listing-api-main {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  width: 100%;
}
.listing-api .views-field-field-images {
  flex: 0 0 auto;
  margin-right: 20px; /* Adjust the spacing as needed */
}
.listing-api  .details-container {
  flex: 1;
}

.listing-api .view-content {
  flex: 30%;
}

.listing-api .attachment-after{
  flex: 70%;
}
