/* default google fonts */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Quicksand:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap");
:root {
  --primary-color:#c0392b;
  --secondary-color:#ba3a2b;
  --accent-color:#bf6b63;
  --bg-color:#fff;
  --txt-color:#333;
  --bg-footer:#333;
  --white:#ffffff;
  --black:#000000;
  --gray:#747474;
  /* opacity */
  --alpha5:0.5;
  --light1-bg-color: rgb(248, 248, 248);
  --gray-bg-color: #3a3b3f;
  /* 0.2 - Font Colors */
  --dark-text-color: #747474;
  /* 0.3 - Font Family */
  --main-font: Lato, sans-serif;
  --alt-font: Lato, sans-serif;
  /*--blue-styles:#002349;
  --green-styles: #27ae60;
  --red-styles: #c0392b;
  --orange-styles: #d35400;
  --yellow-styles: #f39c12;*/
}

/*********************************************/
/*                1.0 - Reset                */
/*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: var(--bg-color);
  color: var(--txt-color);
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********************************************/
/*             2.0 - Typography              */
/*********************************************/
html, body {
  font-size: 10px;
  font-family: var(--main-font);
}

h1 {
  margin-bottom: 1.5rem;
  font-size: 3.6em;
  line-height: 3.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 3em;
  line-height: 3rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 2.4em;
  line-height: 2.4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h4 {
  margin-bottom: 1.5rem;
  font-size: 1.8em;
  line-height: 1.8rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h5 {
  margin-bottom: 1.5rem;
  font-size: 1.4em;
  line-height: 1.4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

h6 {
  margin-bottom: 1.5rem;
  font-size: 1.2em;
  line-height: 1.2rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1.6em;
  line-height: 2.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
}

/*********************************************/
/*              3.0 - Buttons                */
/*********************************************/
.btn-primary {
  background-image: linear-gradient(to bottom, var(--secondary-color) 0, var(--accent-color) 100%);
  background-repeat: repeat-x;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.btn-primary:focus {
  background-color: var(--accent-color);
  background-position: 0 -15px;
}
.btn-primary:hover {
  background-color: var(--accent-color);
  background-position: 0 -15px;
}

/*********************************************/
/*              4.0 - Header                */
/*********************************************/
#top-header-content {
  background: var(--dark-bg);
}

body.has_navigation.has_banner header {
  position: absolute;
  width: 100%;
}
body.has_navigation.has_banner #top-header-content {
  position: relative;
  margin-top: 0;
}

body.landing_page #top-header-content {
  position: relative;
  margin-top: 0;
}

.navbar-nav .dropdown-menu li a {
  font-size: 14px !important;
}

/*-------*/
.header .-social-media-nav li {
  padding-right: 10px;
}
.header .-social-media-nav li a i {
  color: var(--white);
  width: 25px;
  height: 25px;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  padding-top: 15%;
  transition: all 0.2s ease-in-out;
}
.header .-social-media-nav .fa-facebook {
  background: #3b5998;
}
.header .-social-media-nav .fa-linkedin {
  background: #007bb6;
}
.header .-social-media-nav .fa-twitter {
  background: #00aced;
}
.header .-social-media-nav .fa-youtube-play {
  background: #FF0000;
}
.header .-social-media-nav .fa-instagram {
  background: #00aced;
}
.header .-social-media-nav .fa-weixin {
  background: #04dd6c;
}
.header .-default {
  position: relative;
  width: 100%;
}
.header .-default .header-contact {
  background: var(--black);
  position: relative;
  z-index: 3;
  padding: 5px 0;
}
.header .-default .header-contact ._info_list {
  margin: 0;
  float: right;
}
.header .-default .header-contact ._info_list li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
  font-family: Lato, sans-serif;
}
.header .-default .header-contact ._info_list li a {
  color: var(--gray);
  font-size: 1.6em;
}
.header .-default .header-contact ._info_list li a:hover {
  color: var(--white);
}
.header .-default .header-contact ._info_list li a:hover .fa {
  margin-right: 5px;
}
.header .-default .header-contact ._info_list li a:hover .fa span {
  color: var(--black);
}
.header .-default .-social-media-nav {
  display: inline-block;
  margin-top: 5px;
}
.header .-default .contact-details {
  display: inline-block;
  float: right;
}
.header .-default .logo-container img {
  max-width: 200px;
}
.header .-var1 {
  position: relative;
  width: 100%;
  z-index: 9999;
}
.header .-var1 .header-contact {
  background: var(--black);
  position: relative;
  z-index: 3;
  padding: 5px 0;
}
.header .-var1 .header-contact ._info_list {
  margin: 0;
  float: right;
}
.header .-var1 .header-contact ._info_list li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
  font-family: var(--main-font);
}
.header .-var1 .header-contact ._info_list li a {
  color: var(--gray);
  font-size: 1.6em;
}
.header .-var1 .header-contact ._info_list li a:hover {
  color: var(--white);
}
.header .-var1 .header-contact ._info_list li a:hover .fa {
  margin-right: 5px;
}
.header .-var1 .header-contact ._info_list li a:hover .fa span {
  color: var(--black);
  font-size: 1.6em;
}
.header .-var1 .navbar .logo-wrap {
  width: 100%;
  display: block;
  padding-bottom: 15px;
}
.header .-var1 .navbar .logo-wrap ._navbar-logo img {
  max-width: 200px;
}
.header .-var1 .navbar-collapse .nav {
  float: initial !important;
  text-align: center;
}
.header .-var1 .-social-media-nav {
  display: inline-block;
}
.header .-var1 ._info_list {
  display: inline-block;
}
.header .-var1 ._navbar-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header .-var1 ._navbar-logo .realtor_heading_title {
  margin-left: 20px;
}
.header .-var2 {
  position: relative;
  width: 100%;
  z-index: 99999;
}
.header .-var2 .header-contact .container {
  position: relative;
}
.header .-var2 .header-contact .container .header-meta {
  text-align: right;
  z-index: 9999;
  position: absolute;
  right: 0;
  padding-top: 15px;
}
.header .-var2 .header-contact .container .header-meta .-social-media-nav {
  display: inline-block;
}
.header .-var2 .header-contact .container .header-meta .-social-media-nav li {
  padding: 5px;
}
.header .-var2 .header-contact .container ._info_list {
  z-index: 999999999;
  display: inline-block;
  width: 400px;
  text-align: left;
}
.header .-var2 .header-contact .container ._info_list li {
  padding: 5px 10px;
}
.header .-var2 .header-contact .container ._info_list li a {
  font-size: 1.6em;
  color: var(--white);
}
.header .-var2 #main-navbar .navbar .logo-wrap {
  padding-left: 15px;
  width: 100%;
}
.header .-var2 #main-navbar .navbar .navbar-collapse .nav {
  float: left !important;
}
.header .-var2 .logo-container img {
  max-width: 200px;
}
.header .-var2 .realtor_heading_title {
  margin-left: 20px;
}
.header .-var3 {
  position: relative;
  width: 100%;
  z-index: 9999;
}
.header .-var3 .header-contact {
  background: var(--black);
  position: relative;
  z-index: 3;
  padding: 5px 0;
}
.header .-var3 ._info_list li a {
  font-size: 1.6em;
  color: var(--gray);
}
.header .-var3 ._info_list li a:hover {
  color: var(--white);
}
.header .-var3 .-social-media-nav {
  display: inline-block;
  float: right;
}
.header .-var3 ._info_list {
  display: inline-block;
}

#main-navbar .nav li a {
  font-family: Lato, sans-serif;
  font-size: 1.6em;
  color: var(--white);
  font-weight: 300;
}

@media (max-width: 768px) {
  .header .-default ._navbar-logo {
    padding-left: 20px;
  }
  .header .-default .header-contact ._info_list {
    text-align: left;
  }
  .header .-var1 .navbar ._navbar-logo {
    padding-left: 20px;
  }
  .header .-var1 .navbar .navbar-collapse .nav {
    text-align: left;
  }
  .header .-var2 .header-contact {
    background: #333;
  }
  .header .-var2 .header-contact .container .header-meta {
    position: relative;
    width: 100%;
  }
  .header .-var2 .header-contact .container .header-meta li {
    padding: 5px;
  }
  .header .-var3 .header-contact ._info_list li {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .header .-var1 .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .header .-default .header-meta .-social-media-nav, .header .-var1 .header-meta .-social-media-nav {
    padding-left: 20px;
    margin: 5px 0;
  }
  .header .-var3 .header-meta .-social-media-nav {
    padding-left: 20px;
    margin: 5px 0;
    float: left;
  }
  .header .-var2 .header-contact {
    background: #333;
  }
  .header .-var2 .header-contact .container .header-meta {
    text-align: left;
    position: relative;
    width: 100%;
  }
}
/*********************************************/
/*              5.0 - Banners                */
/*********************************************/
#static-banner:after {
  background: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.site-banner {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.site-banner img {
  width: 100%;
  min-width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner .-banner-btn-wrap {
  display: flex;
  justify-content: center;
}
.site-banner .-banner-btn-wrap .-l-btn a, .site-banner .-banner-btn-wrap .-m-btn a, .site-banner .-banner-btn-wrap .-r-btn a {
  margin: 20px;
}
.site-banner .-banner-img img {
  max-height: 400px;
}
.site-banner #none-banner {
  margin-top: 5%;
}

body.has_banner .site-banner {
  display: block;
}
body.has_banner .banner-layout-container {
  display: flex;
}
body.has_banner .banner-layout-container .editable-img {
  display: inline-block;
}

.banner-layout-container .widget-item {
  padding: 0;
}
.banner-layout-container > .widget-container {
  position: absolute;
  bottom: 20%;
  color: var(--white);
  width: 100%;
  z-index: 9;
}

body.has_banner.has_banner_layout .banner-layout-container {
  background-color: rgba(var(--dark-bg-color), 0.5);
}

/*------------*/
.banner .-button-center h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.banner .-button-center p {
  line-height: 1.1;
  letter-spacing: 0;
}

/*--slider banner--*/
#slider-banner .carousel-inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80vh;
}
#slider-banner .carousel-control {
  z-index: 999;
}

/*********************************************/
/*              6.0 - Content                */
/*********************************************/
.privacy_policy .-modules .module-content-wrapper {
  padding: 50px 0;
}

/*sitemap*/
.site-map {
  padding-top: 50px;
}

.-main.site-map dl {
  margin: 10px 20px;
}

.-main.site-map dd {
  padding-left: 20px;
}

.-main h3 {
  font-weight: 700;
}
.-main a {
  font-size: 1.6em;
}
.-main dl {
  margin-bottom: 20px;
}
.-main dl dd {
  font-size: 1.6em;
}
.-main dl dd a {
  font-size: initial;
}
.-main dl dd dd {
  font-size: initial;
}

body {
  line-height: 1.375em !important;
}

.-cta-widget .s-icon {
  color: var(--primary-color);
}
.-cta-widget h2.s-main {
  color: var(--primary-color);
  padding-left: 15px;
  padding-right: 15px;
}

@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
#main-content {
  padding-top: 30px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

hr.divider {
  padding-top: 5px;
}

.auto-center {
  margin: 0 auto;
}

.flexbox-center {
  display: flex;
  align-items: center;
}

.center-block {
  float: none;
}

.no-top-margin {
  margin-top: 0;
}

.content-block {
  padding-bottom: 1em;
  padding-top: 2em;
}
.content-block h1 {
  padding-bottom: 10px;
}
.content-block p {
  padding-bottom: 10px;
}

.Receive.Newsletter label {
  display: inline-block;
  line-height: 2em;
  margin-bottom: 15px;
}
.Receive.Newsletter input[type=checkbox] {
  display: inline-block;
  width: auto !important;
  line-height: 2em;
  margin: 0;
  vertical-align: bottom;
  margin-bottom: 15px;
}

body.has_insets.has_t4-footer-middle-right-widget .widget-container-parent.empty-widget {
  display: none;
}

body.has_insets.has_t4-footer-middle-right-widget.on-live-editor .empty-widget {
  display: block;
}

.before-module > .container {
  width: 100%;
  padding: 0;
}

.after-module > .container {
  width: 100%;
  padding: 0;
}

/*--content--*/
.buying-section .img-wrap img {
  height: 500px;
}
.buying-section .detail-wrap {
  padding: 0 8.33%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.buying-section .detail-wrap .-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 400;
}
.buying-section .detail-wrap .-title strong {
  color: var(--primary-color);
  font-weight: 700;
}
.buying-section .detail-wrap .-description {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}

.selling-section {
  margin-top: 80px;
}
.selling-section .detail-wrap {
  padding: 0 8.33%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.selling-section .detail-wrap .-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 400;
}
.selling-section .detail-wrap .-title strong {
  color: var(--primary-color);
  font-weight: 700;
}
.selling-section .detail-wrap .-description {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}
.selling-section .img-wrap {
  float: right;
}
.selling-section .img-wrap img {
  height: 500px;
}

/*--spotlight variations--*/
.simp-spotlight, .-spotlight {
  background-color: var(--primary-color);
  padding: 12vh 0;
  text-align: center;
}
.simp-spotlight .s-title, .-spotlight .s-title {
  color: var(--white);
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 300;
}
.simp-spotlight .s-text, .-spotlight .s-text {
  color: var(--white);
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  padding: 0 25%;
  font-weight: 300;
}

.fort-spotlight, .-spotlight1 {
  text-align: center;
  background: var(--primary-color);
  padding: 40px 0;
}
.fort-spotlight .-title, .-spotlight1 .-title {
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.fort-spotlight strong, .-spotlight1 strong {
  font-weight: 700;
}
.fort-spotlight .-description, .-spotlight1 .-description {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
}

.render-spotlight, .-spotlight3 {
  margin-top: 70px;
}
.render-spotlight h1, .-spotlight3 h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.render-spotlight p, .-spotlight3 p {
  font-size: 1.4em;
  line-height: inherit;
}

.tat-spotlight, .-spotlight5 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.tat-spotlight .-content, .-spotlight5 .-content {
  padding-top: 20px;
}
.tat-spotlight .-content h1, .-spotlight5 .-content h1 {
  font-size: 5.9vh;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.tat-spotlight .-img-holder, .-spotlight5 .-img-holder {
  padding-top: 20px;
}

.prisma-spotlight, ._spotlight6 {
  border-bottom: 1px solid #181818;
  margin: 0;
}
.prisma-spotlight [data-type=container-content], ._spotlight6 [data-type=container-content] {
  padding-top: 20px;
}
.prisma-spotlight ._c-title ._title, ._spotlight6 ._c-title ._title {
  font-family: var(--alt-font) !important;
  text-align: center;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.prisma-spotlight ._c-paragraph p, ._spotlight6 ._c-paragraph p {
  font-size: 1.8em;
  text-align: left;
  font-weight: 300;
}
.prisma-spotlight ._c-paragraph p strong, ._spotlight6 ._c-paragraph p strong {
  color: var(--white);
}

/*--cta-widget variations--*/
.simp-cta-widget, .-cta-widget {
  padding-top: 15vh;
  padding-bottom: 10vh;
}
.simp-cta-widget .s-menu-item, .-cta-widget .s-menu-item {
  height: 260px;
  overflow: hidden;
  position: relative;
  background: var(--bg-color);
  transition: all 300ms linear;
  border-radius: 3px;
  padding: 15px;
}
.simp-cta-widget .s-menu-item:hover, .-cta-widget .s-menu-item:hover {
  background-color: var(--primary-color);
  z-index: 999;
  transform: scale(1.1);
}
.simp-cta-widget .s-menu-item:hover .s-main, .-cta-widget .s-menu-item:hover .s-main {
  color: var(--white) !important;
  -webkit-animation: smallToBig 300ms ease;
  -moz-animation: smallToBig 300ms ease;
  -ms-animation: smallToBig 300ms ease;
  font-weight: 300;
}
.simp-cta-widget .s-menu-item:hover .s-icon, .-cta-widget .s-menu-item:hover .s-icon {
  color: var(--white) !important;
  font-size: 90px;
  opacity: 0.3;
  -webkit-animation: smallToBig 900ms alternate ease;
  -moz-animation: smallToBig 900ms alternate ease;
  -ms-animation: smallToBig 900ms alternate ease;
}
.simp-cta-widget .s-menu-item:hover .s-sub, .-cta-widget .s-menu-item:hover .s-sub {
  color: var(--white);
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
.simp-cta-widget .editable-icon, .-cta-widget .editable-icon {
  font-size: 200%;
}
.simp-cta-widget .editable-icon .s-icon, .-cta-widget .editable-icon .s-icon {
  font-size: 5em;
  color: var(--primary-color);
  opacity: 0.8;
  width: 100%;
  height: 50%;
  text-align: center;
  transition: all 400ms linear;
}
.simp-cta-widget .s-content, .-cta-widget .s-content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}
.simp-cta-widget .s-content .s-main, .-cta-widget .s-content .s-main {
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  transition: all 200ms linear;
}
.simp-cta-widget .s-content .s-sub, .-cta-widget .s-content .s-sub {
  text-align: center;
  font-size: 13px;
  color: #999;
  position: absolute;
  bottom: 20px;
  line-height: 16px;
  width: 100%;
  left: 0px;
  opacity: 0.8;
  transition: all 200ms linear;
  margin-bottom: 10px;
  padding: 0 15px;
  letter-spacing: 0;
}

.fort-cta-widget, .cta-widget1 {
  background: var(--primary-color);
  padding: 40px 0;
  color: var(--white);
  text-align: center;
}
.fort-cta-widget .container, .cta-widget1 .container {
  padding: 0;
}
.fort-cta-widget .container .col-sm-4, .cta-widget1 .container .col-sm-4 {
  text-align: center;
}
.fort-cta-widget .container .col-sm-4 a, .cta-widget1 .container .col-sm-4 a {
  color: var(--white);
}
.fort-cta-widget .container .col-sm-4 a .editable-icon .fa, .cta-widget1 .container .col-sm-4 a .editable-icon .fa {
  font-size: 3em;
}
.fort-cta-widget .container .col-sm-4 .-title, .cta-widget1 .container .col-sm-4 .-title {
  margin-bottom: 30px;
  margin-top: 20px;
  letter-spacing: 4px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
}
.fort-cta-widget .container .col-sm-4 .-title strong, .cta-widget1 .container .col-sm-4 .-title strong {
  color: var(--white);
  font-weight: 700;
}
.fort-cta-widget .container .col-sm-4 .-description, .cta-widget1 .container .col-sm-4 .-description {
  letter-spacing: 2px;
  line-height: 1.1;
  font-size: 14px;
}

.render-cta-widget, .-cta-widget3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.render-cta-widget img, .-cta-widget3 img {
  width: 100%;
}
.render-cta-widget .cta-text-wrap, .-cta-widget3 .cta-text-wrap {
  background: #eee;
  padding: 30px;
}
.render-cta-widget .cta-text-wrap h1, .-cta-widget3 .cta-text-wrap h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.render-cta-widget .cta-text-wrap p, .-cta-widget3 .cta-text-wrap p {
  font-size: 1.8em;
  text-align: center;
  padding-bottom: 60px;
}

/*------for render-------*/
.community-blurb {
  padding-top: 100px;
  padding-bottom: 70px;
  color: var(--white);
  background-image: url("/templates/simplicityv2/img/community_blurb_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.community-blurb h4 {
  font-family: "Open Sans", sans-serif;
}
.community-blurb .-title {
  padding-left: 60px;
  font-size: 55px;
  font-family: "Open Sans", sans-serif;
}
.community-blurb .-price {
  padding-left: 50px;
  font-family: "Open Sans", sans-serif;
}
.community-blurb .-description {
  padding-bottom: 60px;
}

.prisma-cta-widget, ._cta6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.prisma-cta-widget .home-link-wrap, ._cta6 .home-link-wrap {
  margin-bottom: 15px;
}
.prisma-cta-widget .home-link-wrap .editable-icon, ._cta6 .home-link-wrap .editable-icon {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.prisma-cta-widget .home-link-wrap .editable-icon .s-icon, ._cta6 .home-link-wrap .editable-icon .s-icon {
  color: var(--primary-color);
  font-size: 46px;
  text-align: center;
}
.prisma-cta-widget .home-link-wrap .editable-link, ._cta6 .home-link-wrap .editable-link {
  display: block;
  text-align: center;
}
.prisma-cta-widget .home-link-wrap .editable-link a, ._cta6 .home-link-wrap .editable-link a {
  color: var(--primary-color);
  font-family: var(--alt-font);
  font-size: 2.2em;
  text-align: center;
}
.prisma-cta-widget .link-description, ._cta6 .link-description {
  font-size: 1.6em;
  color: var(--secondary-color);
  text-align: center;
  padding: 15px;
}
.prisma-cta-widget .link-description strong, ._cta6 .link-description strong {
  color: var(--white);
}

.ganz-cta-widget, .-cta-widget4 {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #8f8f8f;
}
.ganz-cta-widget .-bxbg, .-cta-widget4 .-bxbg {
  background: var(--white);
  color: #797979;
  border: 1px solid #d9d9d9;
}
.ganz-cta-widget .-bxbg img, .-cta-widget4 .-bxbg img {
  max-width: 100%;
  height: auto;
}
.ganz-cta-widget .-txtbx, .-cta-widget4 .-txtbx {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  height: 200px;
  padding: 15px;
}
.ganz-cta-widget .-txtbx .-title, .-cta-widget4 .-txtbx .-title {
  font-size: 2.2em;
  color: var(--black);
}
.ganz-cta-widget .-txtbx .-description, .-cta-widget4 .-txtbx .-description {
  font-style: italic;
  font-size: 1.4em;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: var(--black) !important;
  line-height: 2rem;
}
.ganz-cta-widget .-txtbx .-learn-more, .-cta-widget4 .-txtbx .-learn-more {
  font-size: 14px;
  font-weight: 400 !important;
  color: var(--black) !important;
}

@media (max-width: 768px) {
  body:not(.home) #page-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumb {
  margin: 30px 0;
}
.breadcrumb li {
  font-size: 1.6em;
}

.-pagination .page-next {
  float: right;
  margin: 20px;
}
.-pagination .page-prev {
  float: left;
  margin: 20px;
}

/*********************************************/
/*           7.0 - Property Page             */
/*********************************************/
.listing_group-wrapper {
  padding: 30px 0;
}
.listing_group-wrapper .multiple-listing-view #list .summary .al {
  margin-bottom: 10px;
}
.listing_group-wrapper .multiple-listing-view #list .summary .al a {
  letter-spacing: 0;
  color: var(--primary-color);
}
.listing_group-wrapper .multiple-listing-view #list .summary .price {
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
}
.listing_group-wrapper .multiple-listing-view #list .summary .description {
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
}
.listing_group-wrapper .multiple-listing-view #list .summary .description strong {
  font-weight: 700;
}
.listing_group-wrapper .multiple-listing-view #list .ubr_share_bar {
  margin-left: 20px;
}
.listing_group-wrapper .multiple-listing-view #grid .price {
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  background: #333;
  color: var(--white);
  padding: 15px;
}
.listing_group-wrapper .multiple-listing-view #grid .description {
  line-height: 1.375em;
}
.listing_group-wrapper .multiple-listing-view .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.listing_group-wrapper .multiple-listing-view .al-pagination {
  width: 100%;
  margin: 0;
}
.listing_group-wrapper .multiple-listing-view .al-pagination .text {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6em;
}
.listing_group-wrapper #listing_tab li a {
  font-size: 1.6em;
  line-height: 1.42857143;
  color: var(--primary-color);
}
.listing_group-wrapper #listing_tab li.active a {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}

.listing-header {
  display: block;
  padding-top: 20px;
}
.listing-header a {
  font-size: 1.6em;
}
.listing-header .col-sm-4 {
  text-align: right;
}

/*---map search---*/
.map_search .-modules .module-content {
  margin-top: 50px;
}

.results-and-sort {
  padding-bottom: 10px;
}

.sort-results {
  font-size: 1.2em;
}

.sort-results form {
  margin-left: 5px;
}

.results-and-sort .pagination > li > a {
  font-size: 1.4em;
}

.result-rows table,
.result-stats {
  font-size: 1.6em;
}

.result-rows table thead th {
  font-size: 1.2em;
}

ul#listing_tab {
  float: right;
}

/*---list---*/
#list p.al a {
  font-size: 2em;
}
#list ul.info {
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
#list ul.info li {
  display: inline-block;
  padding: 10px;
  font-size: 1.6em;
}
#list a.read_more {
  display: block;
  margin-top: 30px;
  clear: both;
  color: var(--primary-color);
}

ul.info li span:last-child {
  margin-right: 10px;
}

/*---grid---*/
#grid .preview-thumb img {
  min-height: 263px;
}
#grid .al {
  font-size: 1.6em;
  line-height: 2.5rem;
  margin-bottom: 0;
}
#grid .al a {
  width: 100%;
  font-size: 1.5em;
  padding: 10px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color);
  color: var(--white);
  transition: background 0.5s ease;
}
#grid .al a:hover {
  text-decoration: none;
  background: #40afce;
  background: linear-gradient(135deg, var(--accent-color) 0, var(--primary-color) 100%);
}
#grid ul.info {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  background: #eee;
  width: 100%;
}
#grid ul.info li {
  display: inline-block;
  padding: 5px;
  font-size: 1.6em;
}
#grid h3.price {
  text-align: center;
  margin: 0;
  font-size: 2em;
  background: #333;
  color: var(--white);
  padding: 15px;
}
#grid p.description {
  padding: 0 0 10px;
  text-align: center;
  color: #888;
  background: #333;
}
#grid p {
  margin-bottom: 0;
}
#grid ul {
  margin-bottom: 0;
}

thead {
  background: var(--primary-color);
  color: var(--white);
  font-size: small;
  text-align: center;
}

.module-content > div.row.text-left.al-btm {
  margin-top: 60px;
}

.agent_one {
  background: #f8f8f8;
}

.agent-image > img {
  max-width: 180px;
}

#navigation li > a > img {
  width: 22px;
}

.alisting-detail h1 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.alisting-detail h2 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.alisting-detail h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.detail-navigation .listing-header-nav {
  border-bottom: 1px solid #ddd;
}
.detail-navigation .listing-header-nav li {
  display: inline-block;
  margin: 10px 0;
}
.detail-navigation .listing-header-nav li a {
  padding: 10px 15px;
}

.alisting-detail .row .pd-label, .alisting-detail .row .pd-value {
  font-size: 1.6em;
  line-height: 2.5rem;
}

/*---table---*/
#table .table thead {
  font-weight: 700;
}
#table .table td {
  font-size: 1.6em;
  line-height: 2.4rem;
}
#table .table td a {
  font-size: 1em;
  color: var(--primary-color);
}
#table .table .address h1 {
  font-size: 1em;
  line-height: 2.4rem;
}
#table .table .price h2 {
  font-size: 1em;
  line-height: 2.4rem;
}

#map .table thead {
  font-weight: 700;
}
#map .table td {
  font-size: 1.6em;
  line-height: 2.4rem;
}
#map .table td a {
  font-size: 1em;
  color: var(--primary-color);
}
#map .table .address h1 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2.4rem;
}
#map .table .price h2 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 2.4rem;
}

.ubr_share_bar {
  margin-top: 20px;
}
.ubr_share_bar li {
  width: 70px;
  height: 25px;
  margin: 5px 0;
}
.ubr_share_bar li .facebook-like-button {
  width: 70px;
  height: 20px;
  margin-bottom: -10px;
}

.breadcrumb li a {
  color: var(--primary-color);
}

/*********************************************/
/*        8.0 - listings Details Page        */
/*********************************************/
.property_detail .al-pagination {
  width: 100%;
  margin: 0;
}
.property_detail #navigation li > a > img {
  width: 22px;
}
.property_detail .nav-tabs > li > a {
  border: 0 !important;
  margin-right: 0;
  font-size: 1.6em;
}
.property_detail #overview {
  padding: 60px;
  background: #ddd;
  float: left;
  width: 100%;
}
.property_detail #mortgage {
  padding: 60px;
  background: #ddd;
  float: left;
  width: 100%;
}
.property_detail #mortgage td > u > b {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.property_detail #mortgageCalculator_information td {
  padding-bottom: 15px;
}
.property_detail #mortgageCalculator_information td:last-child > input {
  margin-right: 10px;
}
.property_detail #virtual_tour {
  padding: 60px;
  background: #ddd;
}
.property_detail #virtual_tour ul {
  padding: 0;
  list-style: none;
}
.property_detail #virtual_tour img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.property_detail .uber-badge.badge {
  border-radius: 0;
  top: 0;
  margin: 0;
  position: absolute;
  z-index: 9999;
  padding: 10px 20px;
  font-size: 16px;
}

#mortgage p {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
}

#overview h3 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.375em;
  font-weight: 700;
  letter-spacing: 0;
}
#overview h4 {
  font-size: 1.125em;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.375em;
}
#overview p {
  margin-bottom: 10px;
  font-size: 1em;
}
#overview label {
  font-weight: 700;
}

.agent_one .al-btm li label, .agent_two .al-btm li label {
  font-size: 1em;
  font-weight: 700;
}

ul.al-btm {
  list-style: none;
  padding: 20px;
}
ul.al-btm li {
  font-size: 1.5em;
  line-height: 2.5rem;
}
ul.al-btm li label {
  font-weight: 700;
}
ul.al-btm li b {
  font-size: inherit;
  font-weight: 700;
}

.pagination.al-pagination {
  width: 100%;
  margin: 0;
}

#grid .preview-thumb .uber-badge {
  position: absolute;
  top: 10px;
  left: 25px;
  border-radius: 2px;
  font-size: 1.4em;
  padding: 6px 12px;
}

/*********************************************/
/*                 9.0 - AFC                 */
/*********************************************/
.has_afc .afc-businesscard-wrap {
  margin-top: 60px;
}
.has_afc #contact h3 {
  margin-top: 20px;
}
.has_afc .agent_two {
  margin-top: 20px;
}

.afc-listings #grid p.description {
  padding: 20px;
  text-align: left;
  color: var(--white);
}
.afc-listings #grid p.description a {
  color: var(--primary-color);
  display: block;
  margin-top: 20px;
  text-align: center;
  background: #eee;
  padding: 2%;
  transition: all 0.3s ease-in-out;
}
.afc-listings #grid h3.price {
  font-size: 3em;
}
.afc-listings #grid .al a {
  font-size: 1.4em;
  line-height: 1.42857143;
}
.afc-listings #grid ul.info li {
  font-weight: 300;
}
.afc-listings #grid .listing_provided_by {
  margin-top: 10px;
}
.afc-listings #grid .poweredby_wrap {
  margin-top: 10px;
}
.afc-listings .pagination li.active a {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
.afc-listings .pagination li a {
  color: var(--primary-color);
}

.afc-listing-tabs .hq-ah--data-container > div p {
  font-size: 1.4em !important;
}
.afc-listing-tabs .alisting-img.detail-right p {
  font-size: 1.6em;
  line-height: 1.42857143;
}
.afc-listing-tabs .nav-tabs li a {
  font-size: 1.6em;
  color: var(--primary-color);
}
.afc-listing-tabs .nav-tabs li.active a {
  color: var(--primary-color);
}
.afc-listing-tabs .tab-content .d-label {
  font-size: 1.6em;
  line-height: 1.42857143;
}
.afc-listing-tabs .tab-content .d-label strong {
  font-weight: 400;
}
.afc-listing-tabs .tab-content .d-value {
  font-size: 1.6em;
  line-height: 1.42857143;
  font-weight: 300;
}

/*********************************************/
/*      10.0 - Featured Listing Widget       */
/*********************************************/
[data-widget-type=featured_listings] {
  padding: 5vh 0;
}
[data-widget-type=featured_listings] .minor-details {
  font-size: 11px;
  font-style: italic;
  padding-top: 2px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
  color: var(--white);
  transition: transform 0.6s, opacity 0.6s;
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  bottom: 0%;
}
[data-widget-type=featured_listings] .minor-details li {
  display: inline-block;
  padding: 0 5px;
}
[data-widget-type=featured_listings] .-description {
  display: none;
  padding: 0 15px;
}
[data-widget-type=featured_listings] .propWidget:hover .minor-details {
  opacity: 1;
}
[data-widget-type=featured_listings] .sidebar-title {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
}
[data-widget-type=featured_listings] .listing .provided_by {
  color: var(--black);
  text-transform: capitalize;
  font-size: 18px;
}
[data-widget-type=featured_listings] .listing .propWidget {
  display: inline-block;
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  height: 200px;
}
[data-widget-type=featured_listings] .listing .propWidget .fig {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
[data-widget-type=featured_listings] .listing .propWidget .fig img {
  width: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  top: 0;
}
[data-widget-type=featured_listings] .listing .propWidget .fig .blur {
  webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transform: scale(1);
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  filter: url(images/blur.svg#blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  display: block;
}
[data-widget-type=featured_listings] .listing .propWidget .fig .opac {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  filter: url(images/blur.svg#blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  display: none;
}
[data-widget-type=featured_listings] .listing .propWidget .fig .priceCap {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 20%;
  right: 20%;
  color: var(--white);
  text-align: center;
  width: 60%;
  letter-spacing: -1px;
  border-bottom: 1px solid rgba(var(--white), 0.5);
  overflow: hidden;
  padding-bottom: 5px;
  webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transform: scale(0, 1);
}
[data-widget-type=featured_listings] .listing .propWidget .fig .priceCap span {
  transition: transform 0.35s, opacity 0.15s;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
[data-widget-type=featured_listings] .listing .propWidget .fig .figType {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: var(--white);
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  text-transform: uppercase;
  z-index: 3;
  margin-left: -27px;
  transition: transform 0.35s;
  transform: scale(0);
}
[data-widget-type=featured_listings] .listing .propWidget .fig .osLight {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0 !important;
  margin: 0 0 0 10% !important;
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 0;
  color: var(--white);
  text-align: center;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.35s, opacity 0.35s;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  top: 50%;
}
[data-widget-type=featured_listings] .listing .propWidget .fig .address {
  font-size: 11px;
  font-style: italic;
  padding-top: 2px;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
  color: var(--white);
  transition: transform 0.6s, opacity 0.6s;
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  bottom: 50%;
}

.no-touch .propWidget:hover .fig .blur {
  transform: scale(1.2);
  opacity: 1 !important;
}
.no-touch .propWidget:hover .opac {
  display: block !important;
}
.no-touch .propWidget:hover .priceCap {
  transform: scale(1, 1) !important;
}
.no-touch .propWidget:hover span {
  webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  transition-delay: 0.35s !important;
  opacity: 1 !important;
}
.no-touch .propWidget:hover .figType {
  webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.no-touch .propWidget:hover .osLight {
  transform: translate3d(0, -10px, 0) !important;
  opacity: 1 !important;
}
.no-touch .propWidget:hover .address {
  transform: translate3d(0, 30px, 0) !important;
  opacity: 1 !important;
}

/*********************************************/
/*      11.0 - Property Search Widget        */
/*********************************************/
[data-widget-type=search_board_listings] {
  background: var(--primary-color);
}
[data-widget-type=search_board_listings] > .container {
  padding: 5vh 0;
}
[data-widget-type=search_board_listings] .sidebar-title {
  color: var(--white);
  letter-spacing: normal;
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
}
[data-widget-type=search_board_listings] .lstngs-sel .bootstrap-select.btn-group .btn .filter-option {
  padding-top: 0;
}
[data-widget-type=search_board_listings] .lstngs-sel .submit-btn {
  width: 100%;
  background: var(--gray-bg-color);
  color: var(--white);
}
[data-widget-type=search_board_listings] .row {
  margin-bottom: 10px;
}
[data-widget-type=search_board_listings] .row .col-md-2 .bootstrap-select {
  width: 100% !important;
}

.search-board-listing .container {
  padding: 0 20px;
  color: var(--white);
}
.search-board-listing .container .row:first-child {
  margin-bottom: 10px;
}
.search-board-listing .container .row:last-child .col-md-2 .bootstrap-select {
  width: 100%;
}
.search-board-listing .container .row:last-child .col-md-2 input[type=submit] {
  width: 100%;
  background: var(--gray-bg);
  color: var(--white);
}

#auth_code legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  border: none;
}
#auth_code img {
  height: 34px;
  border-radius: 3px;
}

.after-boardlisting-row {
  padding: 0;
  background-color: var(--accent-bg);
}

section.search-board-listing.widget-container-parent {
  background: #333;
}

/*********************************************/
/*             12.0 - Blog Widget            */
/*********************************************/
.-contact-us .lead-form h2 {
  font-size: 30px;
}
.-contact-us .lead-form .col-md-6 {
  width: 100%;
}
.-contact-us .lead-form label {
  margin: 5px 0;
}

.-blog-home {
  padding: 5vh 0;
}
.-blog-home .-blog-content {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: 0;
}
.-blog-home .text-right {
  display: none;
}

/*********************************************/
/*         13.0 - Feature Box Widget         */
/*********************************************/
.simp-featured-box .editable-img img {
  width: 100%;
  max-height: 250px;
}
.simp-featured-box .bxbg h3 {
  margin-top: 10px;
}

/*********************************************/
/*        14.0 - Testimonial Widget          */
/*********************************************/
.-testimonial {
  padding: 10vh 0;
}
.-testimonial h2 {
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 3.6em;
}
.-testimonial .carousel {
  margin-bottom: 20px;
}
.-testimonial .carousel .carousel-indicators {
  margin-bottom: -26px;
}
.-testimonial .carousel .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--dark-bg-color);
  border: 1px solid var(--white);
  border-radius: 10px;
  opacity: 0.3;
}
.-testimonial .carousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: var(--background-color);
  opacity: 1;
}
.-testimonial .carousel .carousel-inner {
  width: 70%;
  margin: 0 auto;
}
.-testimonial .carousel .carousel-inner > .item img.home-testim-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.-testimonial .carousel .carousel-inner .home-testim-text {
  font-size: 16px;
  color: #999;
  font-style: italic;
  padding-bottom: 5px;
  padding-top: 10px;
  line-height: 25px;
}
.-testimonial .carousel .carousel-inner .home-testim-name {
  font-size: 16px;
  font-weight: bold;
}

/*********************************************/
/*           15.0 - About Widget             */
/*********************************************/
.simp-about-us, .-about-us {
  padding: 10vh 0;
}
.simp-about-us .col-md-6 .-title, .simp-about-us .col-md-6 h2, .-about-us .col-md-6 .-title, .-about-us .col-md-6 h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #333;
  text-align: left;
}
.simp-about-us .col-md-6 .-description, .simp-about-us .col-md-6 p, .-about-us .col-md-6 .-description, .-about-us .col-md-6 p {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 2em;
  text-align: left;
}
.simp-about-us .col-md-6 .-description span, .simp-about-us .col-md-6 p span, .-about-us .col-md-6 .-description span, .-about-us .col-md-6 p span {
  font-size: inherit;
}
.simp-about-us .col-md-6 .editable-link, .-about-us .col-md-6 .editable-link {
  text-align: left;
}
.simp-about-us .col-md-12, .-about-us .col-md-12 {
  padding: 0;
}

/*********************************************/
/*               16.0 - area search widget               */
/*********************************************/
/*********************************************/
/*               17.0 - Contact widgets            */
/*********************************************/
[data-widget-type=contact_info] {
  padding: 5vh 0;
  text-align: center;
}
[data-widget-type=contact_info] .-social-links li {
  display: inline-block;
  padding: 5px;
  font-size: 1.6em;
}
[data-widget-type=contact_info] .-phone li {
  font-size: 1.6em;
  padding: 5px 0;
}

[data-widget-type=contact_us] .row {
  margin: 0;
}
[data-widget-type=contact_us] .-title {
  padding-left: 30px;
}
[data-widget-type=contact_us] label {
  text-transform: uppercase;
}
[data-widget-type=contact_us] input {
  margin-bottom: 5px;
}
[data-widget-type=contact_us] .contact.Name,
[data-widget-type=contact_us] .contact.Email {
  width: 100%;
}
[data-widget-type=contact_us] #form_protection {
  margin-top: 20px;
}
[data-widget-type=contact_us] .form-group .submit {
  margin-left: 30px;
}

/*********************************************/
/*               18.0 - stat counter widgets              */
/*********************************************/
[data-widget-type=stats_counter] .row {
  margin: 0;
}
[data-widget-type=stats_counter] .counter .count-title {
  margin-top: 15px;
}

@media (max-width: 650px) {
  [data-widget-type=stats_counter] {
    padding-bottom: 0;
  }
  [data-widget-type=stats_counter] .col-xs-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}
/*********************************************/
/*               19.0 - Forms                */
/*********************************************/
.lead-form {
  float: left;
  width: 100%;
  margin-top: 30px;
}

/*********************************************/
/*      20.0 - Home Page Slideshows          */
/*********************************************/
#page-title {
  font-weight: 700;
}

#backstretch-slider {
  height: 272px;
  opacity: 0.5;
}

.home #backstretch-slider {
  height: 600px;
}
.home .sidebar-title {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
}
.home .after-content-row {
  padding-top: 30px;
}
.home .featured-listing-row .widget_listings {
  padding-top: 30px;
}
.home .before-footer-row {
  padding-top: 30px;
}
.home #t4-before-footer-row {
  padding-bottom: 30px;
}
.home #t4-before-footer-row h2.sidebar-title {
  margin-top: 30px;
}
.home #learn-more {
  background: var(--gray-bg);
  padding: 7px 15px;
  color: var(--white);
}
.home .search-board-listing h2.sidebar-title {
  color: var(--black);
}

#home-services .s-menu-item {
  padding-top: 15px;
}
body.home #default-banner #banner-text {
  bottom: 210px;
}
body.home #super-banner #banner-text {
  bottom: 210px;
}

/*********************************************/
/*          21.0 - Homepage-Header           */
/*********************************************/
/*********************************************/
/*          22.0 - Top Navigation            */
/*********************************************/
#main-navbar > div {
  padding: 20px 0;
}

.navbar.navbar-default.navbar-static-top {
  margin: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  margin: 0;
  border: none;
  box-shadow: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);
}
.navbar.navbar-default.navbar-static-top a {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2em;
}

.navbar-default .navbar-nav > li.open a.highlighted {
  background: rgba(var(--dark-bg-color), 0.5) !important;
}
.navbar-default .navbar-nav > li.open > a:hover {
  background: rgba(var(--dark-bg-color), 0.5) !important;
  color: var(--white);
}
.navbar-default .navbar-nav > li > a:focus {
  background: rgba(var(--dark-bg-color), 0.5) !important;
  color: var(--white);
}
.navbar-default .navbar-nav > li > a:hover {
  background: rgba(var(--dark-bg-color), 0.5) !important;
  color: var(--white);
}

.nav_menu.dropdown-menu.sm-nowrap {
  background: rgba(0, 0, 0, 0.5);
}

.dropdown-menu > li > a:focus {
  background: rgba(var(--dark-bg-color), 0.5);
}
.dropdown-menu > li > a:hover {
  background: rgba(var(--dark-bg-color), 0.5);
}

#header-contact-info {
  background: var(--dark-bg);
  position: relative;
  z-index: 3;
  padding: 5px 0;
}
#header-contact-info .header-meta ul {
  margin: 0;
  text-align: right;
}

.header-meta ul > li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
  line-height: 25px;
}
.header-meta ul > li > a > .fa {
  margin-right: 5px;
}
.header-meta ul > li > a:hover {
  text-decoration: none;
  color: var(--white);
}

.realtor_heading_title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
}

.-realtor-heading-text {
  font-size: 1.4em;
  display: block;
  color: var(--white);
  line-height: 22px;
}

.inline-block {
  display: inline-block;
}

.logo-wrap {
  padding: 0 0 30px;
}

._navbar-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*********************************************/
/*       23.0 - Fo Buyers/Sellers Page       */
/*********************************************/
.-buyers, .-sellers {
  padding: 30px 0;
}
.-buyers .-title, .-sellers .-title {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.-buyers .-description, .-sellers .-description {
  line-height: 1.4;
  margin-bottom: 10px;
}

.-modules {
  padding-bottom: 30px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 1.6em;
}

/*********************************************/
/*          24.0 - Blog Page             */
/*********************************************/
.blog-area .-pagination .al-pagination {
  margin: 0;
  box-shadow: none !important;
  width: 100%;
  display: inline-block;
  padding-left: 0;
}
.blog-area .-blog .-blog-wrap {
  text-align: left;
  padding: 2%;
  border: 1px solid #eee;
}
.blog-area .-blog .-blog-wrap .-title {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 20px 0 10px 0;
  font-size: 20px;
}
.blog-area .-blog .-blog-wrap .-published {
  margin-bottom: 10px;
  line-height: 1.1;
}
.blog-area .-blog .-blog-wrap .-posted {
  font-size: 1.6em;
}
.blog-area .-blog .-blog-wrap .-posted em {
  font-style: italic;
}
.blog-area .-blog .-blog-wrap .uber_share {
  margin-top: 5px;
  margin-bottom: 15px;
}
.blog-area .-blog .-blog-wrap .uber_share .ubr_share_bar .ubr_share_button {
  display: inline-block !important;
  padding-right: 10px;
}
.blog-area .-blog .-blog-wrap .uber_share .ubr_share_bar .ubr_share_button iframe {
  width: 60px !important;
  height: 20px;
}
.blog-area .-blog .-blog-wrap .-blog-content {
  padding-bottom: 30px;
}
.blog-area .-blog .-blog-wrap .-blog-content .lead {
  font-size: 1.25em;
  margin-bottom: 20px;
  line-height: 1.4;
}
.blog-area .-blog .-blog-wrap .-blog-content p {
  margin-bottom: 10px;
}
.blog-area .-blog .-blog-wrap .-blog-content h2 {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 1.375em;
  line-height: 22px;
  text-align: left;
}
.blog-area .-blog .-blog-wrap ._read_more {
  float: right;
}
.blog-area .blog-sidebar .sidebar-title {
  margin-bottom: 10px;
  line-height: 1.1;
}
.blog-area .blog-sidebar .side_content .sidebar {
  padding: 0;
  margin-bottom: 10px;
}

/*********************************************/
/*            225.0 - Blog Article            */
/*********************************************/
.blog .-modules {
  padding: 30px 0;
}
.blog .-modules .blog-detail h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog .-modules .blog-detail p {
  margin-bottom: 10px;
}
.blog .-modules .blog-detail .blog-nav {
  float: right;
  margin-bottom: 5px;
}
.blog .-modules .blog-detail .uber_share .ubr_share_bar .ubr_share_button {
  display: inline-block;
  padding-right: 10px;
}
.blog .-modules .blog-detail .uber_share .ubr_share_bar .ubr_share_button iframe {
  width: 60px;
  height: 20px;
}
.blog .blog-sidebar .sidebar-title {
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 0;
}
.blog .blog-sidebar .side_content .sidebar {
  padding: 0;
  margin-bottom: 10px;
}
.blog .blog-sidebar .side_content .sidebar li {
  font-size: 1.6em;
  line-height: 2.5rem;
}

/*********************************************/
/*          26.0 - Links Page             */
/*********************************************/
[data-type=container-content] {
  padding-top: 20px;
}
[data-type=container-content] [data-type=component-title] {
  margin: 0 0 30px 0;
}
[data-type=container-content] [data-type=component-title] h2 {
  letter-spacing: 0;
  margin-bottom: 10px;
}
[data-type=container-content] [data-type=component-paragraph] {
  margin: 0 0 30px 0;
}
[data-type=container-content] [data-type=component-paragraph] p {
  margin-bottom: 10px;
}

.-links {
  padding-top: 30px;
}

.links .link-boxes ul li a {
  font-size: 1.6em;
}
.links .link-boxes ul li p {
  margin-top: 5px;
}

/*********************************************/
/*          27.0 - Contact Page             */
/*********************************************/
.contact [data-widget-type=contact_info] {
  margin-top: 50px;
}
.contact .contact-name {
  text-align: center;
}
.contact .contact-name h4 {
  font-size: 2.4em;
  text-transform: uppercase;
}
.contact .contact-name h5 {
  font-size: 1.6em;
}
.contact .alert.alert-danger p {
  font-size: 1.4em;
}
.contact .-modules .container {
  padding-left: 60px;
  padding-right: 60px;
  background: #fff;
}
.contact .sidebar-title {
  margin-top: 90px !important;
  margin-bottom: 60px;
}
.contact .sidebar-title em {
  color: var(--primary-color);
  font-weight: 700;
}
.contact .-contact-details {
  text-align: center;
  margin-bottom: 30px;
}
.contact .-contact-details .-address {
  font-family: var(--main-font);
  letter-spacing: 2px;
  font-size: 1.6em;
}
.contact .-contact-details .-phone {
  margin-bottom: 1.5em;
}
.contact .-contact-details .-phone li {
  display: inline-block;
  font-size: 1.6em;
  letter-spacing: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #888;
}
.contact .-contact-details .-phone li:last-child {
  border-right: 0;
}
.contact .-contact-details .-phone li em {
  font-style: normal;
  font-weight: 700;
}
.contact .-contact-details .-email {
  font-size: 1.6em;
}
.contact .-contact-details .-email a {
  color: var(--primary-color);
  font-weight: 400;
}
.contact .-contact-details .-social-links {
  margin-top: 30px;
  text-align: center;
}
.contact .-contact-details .-social-links li {
  display: inline-block;
}
.contact .-contact-details .-social-links li a {
  font-size: 2em;
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}
.contact .-contact-details .-social-links li a:hover {
  color: var(--primary-color);
}

/*********************************************/
/*               28.0 - Footer               */
/*********************************************/
footer .one-column .brokerage-logo img {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 250px;
}
footer .widget-item.container {
  width: auto;
}
footer p {
  margin-bottom: 10px;
}
footer .-title {
  margin-bottom: 10px;
}
footer .-social-media-nav li {
  list-style: none;
  display: inline-block;
}
footer .-social-media-nav li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
footer .-social-media-nav li a i {
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 25px;
  text-align: center;
  margin-right: 9px;
  padding-top: 15%;
  transition: all 0.2s ease-in-out;
}
footer .-social-media-nav li a .fa-facebook {
  background: #3b5998;
}
footer .-social-media-nav li a .fa-linkedin {
  background: #007bb6;
}
footer .-social-media-nav li a .fa-twitter {
  background: #00aced;
}
footer .-social-media-nav li a .fa-youtube-play {
  background: #FF0000;
}
footer .-social-media-nav li a .fa-instagram {
  background: #00aced;
}
footer .-social-media-nav li a .fa-weixin {
  background: #04dd6c;
}
footer .-default {
  background: var(--bg-footer);
  padding-bottom: 30px;
  padding-top: 45px;
  color: var(--white);
}
footer .-default .-left .widget-item {
  padding-top: 0;
}
footer .-default .-left .widget-item h3 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 20px;
  letter-spacing: 2px;
}
footer .-default .-left .widget-item p {
  line-height: 25px;
}
footer .-default .-left .-social-media-nav {
  padding: 5vh 15px;
}
footer .-default .-right {
  padding-bottom: 5vh;
}
footer .-default .-right .widget-item {
  padding-top: 0;
}
footer .-default .-right .widget-item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
footer .-default .-right .widget-item .editable-link {
  padding-top: 15px;
}
footer .-default .-fixed .-contact .realtor_address {
  margin-bottom: 10px;
}
footer .-default .-fixed .-contact .header-meta li {
  padding-left: 0;
  display: block;
  line-height: 25px;
}
footer .-default .-fixed .-contact .header-meta li a {
  color: var(--white);
  font-size: 1.4em;
}
footer .-default .-fixed .-contact .header-meta li a i {
  text-align: center;
  min-width: 20px;
}
footer .-default .bottom-page-links {
  margin-top: 20px;
}
footer .-default .bottom-page-links a {
  font-family: var(--main-font);
  font-size: 1.6em;
  line-height: 2.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  color: var(--white);
}
footer .-default .brokerage-logo img {
  margin: 20px 0;
  max-width: 200px;
}
footer .-var1 {
  background: #333;
  padding-top: 45px;
  color: var(--white);
  padding-bottom: 30px;
}
footer .-var1 .realtor_address {
  margin-bottom: 10px;
  line-height: 28px;
}
footer .-var1 .-social-media-nav {
  padding: 20px 0;
}
footer .-var1 .header-meta li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
footer .-var1 .bottom-page-links li {
  display: inline-block;
  margin: 0 10px;
}
footer .-var1 .bottom-page-links li a {
  font-family: var(--main-font);
  font-size: 1.6em;
  line-height: 2.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  color: var(--white);
}
footer .-var2 {
  background: #333;
  padding-top: 45px;
  color: var(--white);
}
footer .-var2 .-title {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 20px;
}
footer .-var2 p {
  margin-bottom: 10px;
}
footer .-var2 a {
  color: var(--white);
  font-size: 1.4em;
  font-weight: 400;
}
footer .-var2 li {
  float: none;
}
footer .-var2 .-social-media-nav {
  padding: 10px 0;
}
footer .-var2 .-right .navbar-nav {
  float: none;
}
footer .-var2 .-fixed {
  margin-bottom: 20px;
}
footer .-var2 .-fixed .contact-info li {
  display: block;
  line-height: 25px;
  padding-left: 0;
}
footer .-var2 .header-meta ul a .fa {
  min-width: 20px;
  text-align: center;
}
footer .-var2 .brokerage-logo img {
  padding-bottom: 20px;
  max-width: 200px;
}
footer .-var3 {
  background: #333;
  padding-top: 45px;
  color: var(--white);
}
footer .-var3 .-title {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 20px;
}
footer .-var3 p {
  margin-bottom: 10px;
}
footer .-var3 a {
  color: var(--white);
  font-size: 1.4em;
  font-weight: 400;
}
footer .-var3 .-social-media-nav {
  padding: 10px 0;
}
footer .-var3 .-right {
  margin-bottom: 30px;
}
footer .-var3 .-right .navbar-logo img {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 200px;
}
footer .-var3 .header-meta ul li {
  display: block;
  list-style: none;
  padding-left: 0;
  line-height: 25px;
}
footer .-var3 .header-meta ul li a .fa {
  min-width: 20px;
  text-align: center;
}
footer .-var3 .bottom-page-links {
  margin-top: 20px;
}
footer .-var3 .bottom-page-links li a {
  font-family: var(--main-font);
  font-size: 1.6em;
  line-height: 2.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  color: var(--white);
}
footer .-var3 .brokerage-logo img {
  padding-top: 30px;
  max-width: 100%;
}

.uber-footer {
  background: var(--black);
}
.uber-footer ul {
  padding-left: 0;
  margin: 20px 0;
}
.uber-footer ul li {
  list-style: none;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #939292;
  color: #939292;
  display: inline-block;
  font-size: 1.6em;
}
.uber-footer ul li:last-child {
  border-right: none;
}
.uber-footer ul a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
.uber-footer .copyright {
  margin-top: 30px;
}
.uber-footer .disclaimers {
  padding-top: 30px;
  display: none;
}

#powered_by {
  background: transparent url(img/logo-sm.png) no-repeat 0 0;
  overflow: hidden;
  width: 72px;
  height: 27px;
  display: block;
  text-indent: -5000px;
  text-align: left;
  float: right;
}

/*********************************************/
/*           29.0 - Media Queries            */
/*********************************************/
@media (max-width: 768px) {
  /*---afc---*/
  .afc-listings .poweredby_wrap img {
    margin-bottom: 30px;
  }
  /*---header*---*/
  .navbar-collapse {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.901961);
  }
  .nav.navbar-nav.nav-top {
    float: left !important;
    width: 100%;
    margin: 0;
  }
  /*---banner--*/
  .site-banner img {
    height: 80vh !important;
  }
  /*---footer*---*/
  .footer .-default .container {
    text-align: center;
  }
  .footer .-var2 .-fixed {
    text-align: center;
  }
  .footer .-var2 .-fixed img {
    margin: 0 auto;
  }
  .footer .-var2 .-right {
    text-align: center;
  }
  .footer .-var2 .-left {
    text-align: center;
  }
  .footer .-var3 .-left {
    text-align: center;
    margin-bottom: 30px;
  }
  [data-widget-type=featured_listings] .listing .propWidget .fig img {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
  }
  .after-module .-about-us .col-md-6:first-child div:nth-child(2) {
    margin: 30px 0 50px 0;
  }
  .listing_group-wrapper .multiple-listing-view .alisting-img img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  /*---footer---*/
  .footer .-default .-right h3 {
    margin-top: 30px;
  }
  .footer .-var2 .-fixed {
    margin-top: 30px;
  }
  .footer .-var2 .-right {
    margin-top: 30px;
  }
  .footer .-var3 .bottom-page-links {
    margin-bottom: 30px;
  }
  .footer .-var3 .two-column {
    text-align: center;
  }
  .footer .-var3 .two-column .-bottom-menu .bottom-page-links li {
    display: inline-block;
    padding: 0 10px;
  }
  /*---search board---*/
  .search-board-wrap .lstngs-sel {
    margin-bottom: 10px;
  }
  [data-widget-type=search_board_listings] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .afc-listings .pSearch_sort {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .-default .bottom-page-links {
    padding-left: 15px;
  }
  footer .-default .-contact {
    padding-left: 15px;
  }
}
/*********************************************/
/*        30.0 - Widget-Overrides          */
/*********************************************/
.widget-item {
  position: relative;
}

.keditor-container-content {
  padding-top: 20px;
}

.keditor-component {
  margin: 0 0 30px 0;
}

[data-type=container-content] {
  padding-top: 20px;
}

[data-type=component-image] {
  margin: 0 0 30px 0;
}

[data-type=component-paragraph] {
  margin: 0 0 30px 0;
}

[data-type=component-title] {
  margin: 0 0 30px 0;
}

.unavailable-photo-wrap {
  width: 100%;
  height: 200px;
  background: #eee;
  text-align: center;
  float: left;
}

.item .unavailable-photo-wrap > img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px !important;
  width: 100px !important;
  vertical-align: middle;
  display: inline-block !important;
}

.photo-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

[data-widget-content] {
  padding: 5vh 0;
}

[data-widget-content] {
  width: 100%;
}
[data-widget-content] .row {
  margin: 0;
}

.fa-stack {
  font-size: 3em;
}

/*--vow page--*/
.vow_page .-vow {
  margin: 50px 0;
}
.vow_page .-vow a {
  font-size: 1.6em;
}
.vow_page .flash.warning {
  font-size: 1.6em;
}
.vow_page #account {
  font-size: 1.6em;
}
.vow_page #account a {
  font-size: inherit;
}
.vow_page .btn-default.submit {
  margin-top: 20px;
}/*# sourceMappingURL=Red-styles.css.map */