@import url('formalize.css');
@import url('uploadifive.css');
/*font-family: 'Avenir Next Rounded Pro', sans-serif;
font-family: 'Avenir Next LT Pro', sans-serif;*/
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Rounded Pro';
    src: url('../fonts/AvenirNextRoundedPro-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: souvenir-light;
    src: url(../fonts/2P4J1qH.otf);
}
:root {
    --primary: #505e5f;
    --secondary: #ff6a14;
    --gray: #333;
    --yellow: #ffc73c;
    --green: #157a51;
    --light-green: #bfdfd1;
    --orange: #f59651;
}
body, html {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--gray);
    text-align: left;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: no-common-ligatures;
    -moz-font-feature-settings: "liga" 0, "clig" 0;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    font-feature-settings: "liga" 0, "clig" 0;
    overscroll-behavior: auto contain;
}
h1, h2, h3, h4 {
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    line-height: 1.2;
    color: var(--primary);
}
h5, h6 {
    line-height: 1.5;
    color: var(--secondary);
}
h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}
h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
a, a:hover {
    color: var(--secondary);
    transition: all 0.15s ease-in-out !important;
    text-decoration: none;
    outline: none;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mtn3 {
  margin-top: -3px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mauto {
  margin: auto !important;
}
.m5 {
  margin: 5px !important;
}
.maxwidth100{
  max-width: 100% !important;
}
.m0 {
  margin: 0px !important;
}
.p0 {
  padding: 0px !important;
}
.p1rem {
  padding-top: 1rem !important;
}
.m10 {
  margin: 10px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.m20 {
  margin: 20px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.tcenter {
  text-align: center !important;
}
.tleft {
  text-align: left !important;
}
.nopad {
  padding: 0 !important;
}
.tright {
  text-align: right !important;
}
.h100 {
  height: 100% !important;
}
.w100 {
  width: 100% !important;
}
.fnt50 {
  font-size: 50px !important;
}
.fnt40 {
  font-size: 40px !important;
}
.fnt34 {
  font-size: 34px !important;
}
.fnt30 {
  font-size: 30px !important;
}
.fnt24 {
  font-size: 24px !important;
}
.fnt20 {
  font-size: 20px !important;
}
.fnt18 {
  font-size: 18px !important;
}
.fnt16 {
  font-size: 16px !important;
}
.fnt14 {
  font-size: 14px !important;
}
.fnt12 {
  font-size: 12px !important;
}
.fntbld {
  font-weight: bold !important;
}
.fnt_white {
  color: #FFFFFF !important;
}
.fnt_primary {
  color: var(--primary) !important;
}
.fnt_secondary {
  color: var(--secondary) !important;
}
.fnt_green {
  color: var(--green) !important;
}
.fnt_gray {
  color: var(--gray) !important;
}
.fnt_red {
  color: #ff0000 !important;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.align-content-end {
  justify-content: flex-end !important
}
.brad20 {
  border-radius: 20px;
}
.nbrd {
  border: none !important;
}
.uline {
  text-decoration: underline !important;
}
.bld {
  font-weight: bold !important;
}
.readable {
  font-size: 18px !important;
}
.secondary {
  color: var(--secondary) !important;
}
.no-touchevents a:hover {
    color: var(--yellow);
}
b, strong {
    font-weight: 600;
}
p:last-of-type {
    margin-bottom: 0;
}
p:last-of-type + a {
    margin-top: 2rem;
}
p:last-of-type + h1, p:last-of-type + h2, p:last-of-type + h3, p:last-of-type + h4, p:last-of-type + h5, p:last-of-type + form, p:last-of-type + div.image {
    margin-top: 1rem;
}
.small, small {
    font-size: .8rem;
}
.medium {
    font-size: 1.25rem;
}
.large {
    font-size: 2rem;
}
.x-large {
    font-size: 3.5rem;
}
blockquote {
    font-size: 1.7rem;
}
form {
    position: relative;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s ease-in-out;
    vertical-align: top;
    box-shadow: none;
    outline: none;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 99%;
    position: relative;
}
.container.fixed-bottom {
    position: fixed;
}
.btn {
    padding: .325rem 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    border-width: 2px;
    border-radius: .75rem;
    box-shadow: none;
}
.btn:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn.small {
    padding: .25rem .75rem;
    font-size: 1rem;
}
.btn.large {
    margin: 2rem 0;
    padding: 1rem 3rem;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}
.btn.medium {
  margin: 2rem 0;
  padding: 1rem 3rem;
  font-size: 2rem;
  line-height: 2rem;
}
.btn.rounded {
    border-radius: 50rem !important;
}
.bg-primary {
    background-color: var(--secondary) !important;
}
.bg-light-green {
    background-color: var(--light-green) !important;
}
.btn-primary-opp {
  color: var(--secondary) !important;
  background-color: #fff !important;
  border-color: var(--secondary) !important;
}
.btn-red-opp {
  color: #ff0000 !important;
  background-color: #fff !important;
  border-color: #ff0000 !important;
}
.btn-red {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #fff !important;
}
.btn-primary {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.btn-primary-nohover {
  color: #fff !important;
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.no-touchevents .btn-primary:hover {
    color: #fff !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
}
.btn-primary i[class*='fa-'], .btn-secondary i[class*='fa-'] {
    color: var(--yellow) !important;
    transition: all 0.15s ease-in-out !important;
}
.no-touchevents .btn-primary:hover i[class*='fa-'], .no-touchevents .btn-secondary:hover i[class*='fa-'] {
    color: #fff !important;
}
.btn.disabled i[class*='fa-'], .no-touchevents .btn.disabled:hover i[class*='fa-'], .btn:disabled i[class*='fa-'], .no-touchevents .btn:disabled:hover i[class*='fa-'] {
    color: #9fa4a4 !important
}
.btn-secondary {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.no-touchevents .btn-secondary:hover {
    color: #fff !important;
    background-color: var(--gray) !important;
    border-color: var(--gray) !important;
}
.btn-green {
    color: #fff;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
.btn-green-nohover {
  color: #fff !important;
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}
.btn-yellow-nohover {
  color: #fff !important;
  background-color: #FFC73C !important;
  border-color: #FFC73C !important;
}
.no-touchevents .btn-green:hover {
    color: #fff;
    background-color: var(--gray) !important;
    border-color: var(--gray) !important;
}
.btn-green i[class*='fa-'] {
    color: rgba(255,255,255,.5) !important;
    transition: all 0.15s ease-in-out !important;
}
.no-touchevents .btn-green:hover i[class*='fa-'] {
    color: #fff !important;
}
.btn[class*="btn-outline-"] {
    border-width: 2px;
}
.btn-outline-primary {
    color: var(--primary) !important;
    background-color: transparent !important;
    border-color: var(--primary) !important;
}
.no-touchevents .btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-outline-secondary {
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.no-touchevents .btn-outline-secondary:hover {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.btn.disabled, .btn:disabled,.btn.disabled:hover, .btn:disabled:hover {
    color: #9fa4a4 !important;
    background: #e9f1f2 !important;
    border-color: #e9f1f2 !important;
    opacity: 1 !important;
    cursor: wait;
}
.btn .spinner-border {
    margin: 0 .5rem 0 -1.5rem;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-width: .125em;
    border-radius: 50%;
    opacity:.5;
    display: none;
}
.btn.disabled .spinner-border,.btn:disabled .spinner-border {
    display: inline-block;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
a.skip {

}
a.skip.disabled {
    color: #9fa4a4;
    cursor: wait;
}
a.skip .spinner-border {
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .125em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    top: -.125rem;
    opacity:.5;
    display: none;
}
a.skip.disabled .spinner-border, a.skip:disabled .spinner-border {
    display: inline-block;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
.text-gray {
    color: var(--gray) !important;
}
.text-yellow {
    color: var(--yellow) !important;
}
.text-orange {
    color: var(--orange) !important;
}
.text-green {
    color: var(--green) !important;
}
.text-light-green {
    color: var(--light-green) !important;
}
.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.2s ease-in-out !important;
}
/*.row {
    margin-right: -30px;
    margin-left: -30px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
}*/
::placeholder {
    color: var(--primary) !important;
    opacity: .35 !important;
    transition: all 0.2s ease-in-out;
}
input:focus::placeholder {
    opacity: .35 !important;
}

/* HEADER */
header {
    height: 90px;
}
header .container {
    height: 100%;
}
header.bg-white {
    transition: all 0.2s ease-in-out;
}
header.header-home {
    background: transparent !important;
}
header.header-active, header.focus-active, header.header-home:hover {
    background: #fff !important;
}
header:not(.header-home) .logo-white, header.header-home:hover .logo-white, header.header-home .logo-main, header.header-home.header-active .logo-white, header.header-home.focus-active .logo-white {
    display: none;
}
header:not(.header-home) .logo-main, header.header-home:hover .logo-main, header.header-home .logo-white, header.header-home.header-active .logo-main, header.header-home.focus-active .logo-main {
    display: block;
}
header nav {
    padding: 0 !important;
    height: 100%;
}
header .navbar-brand {
    width: 155px;
}
header .navbar-brand img {
    width: 100%;
    height: auto;
}
nav ul > li a, header.header-home:hover nav ul > li > a, header.header-active nav ul > li > a, header.header-home.header-active nav ul > li > a, header.header-home.focus-active nav ul > li > a, header.header-home.header-active nav ul > li.dropdown .btn-group > a, header.header-home.focus-active nav ul > li.dropdown .btn-group > a {
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    font-size: 1.15rem;
    text-transform: uppercase;
    color: var(--primary) !important;
}
.no-touchevents nav ul > li a:hover, .no-touchevents header.header-home:hover nav ul > li > a:hover, .no-touchevents header.header-active nav ul > li > a:hover, .no-touchevents header.header-home.header-active nav ul > li > a:hover, .no-touchevents header.header-home.focus-active nav ul > li > a:hover, .no-touchevents header.header-home.header-active nav ul > li.dropdown .btn-group > a:hover, .no-touchevents header.header-home.focus-active nav ul > li.dropdown .btn-group > a:hover {
    color: #a7aeaf !important;
}
nav ul > li a.active {
    color: var(--secondary) !important;
    opacity: 1;
}
nav ul > li .dropdown-toggle:after {
    display: inline-block;
    vertical-align: middle;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: .75rem;
    line-height: 0;
    border: none;
    color: var(--primary) !important;
}
nav ul li.dropdown .btn-group .nav-link {
    padding-right: .255em;
}
nav ul li.dropdown .btn-group .dropdown-toggle-split {
    padding: .5rem .5625rem .5rem 0;
}
nav ul > li.show .dropdown-toggle:after, nav ul > li.dropdown .btn-group.show .dropdown-toggle:after, .no-touchevents nav ul > li.dropdown:hover .dropdown-toggle:after {
    content: '\f106';
    color: var(--secondary);
}
header.header-home nav ul > li > a, header.header-home nav ul > li.dropdown .btn-group > a {
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
header ul.nav.subnav {
    display: none;
}
header ul.nav.subnav.phone-number {
    display: none;
    width: auto;
    margin-left: auto;
    margin-right: 6px;
}
header ul.nav.subnav.phone-number.active {
    display: block;
}
header ul.nav.subnav.phone-number .nav-item {
    font-size: 1.15rem !important;
    line-height: 1.5rem !important;
    text-transform: none;
}
header ul.nav.subnav.phone-number .nav-item a {
    color: var(--secondary) !important;
}
header form[name="search"] input {
    padding: 0 3rem 0 1rem !important;
    width: 250px;
    height: auto;
    font-size: 1.125rem;
    line-height: 42px !important;
    background: #e5e7e7 !important;
    border: none !important;
    outline: none !important;
    vertical-align: middle;
}
header form[name="search"] {
    margin: 0 1rem;
    position: relative;
}
header form[name="search"] .btn {
    padding: 0;
    width: 3rem;
    height: 42px;
    font-size: 19px;
    line-height: 42px !important;
    text-align: center;
    color: var(--primary);
    border-radius: 50rem;
    border: 0;
    opacity: .5;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}
.no-touchevents header form[name="search"] .btn:hover {
    opacity: 1;
}
/*nav ul.user-menu li a {
    font-size: 1rem !important;
    text-transform: none !important;
}*/
nav ul.user-menu li a .avatar {
    margin-right: .75rem;
    width: 42px;
    height: 42px;
    
    border-radius: 50rem;
    background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
    background-size: 100%;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
nav ul.user-menu li a .avatar img {
    width: 100%;
    height: auto;
}
nav ul.user-menu > li.user > a:after {
    margin-left: .5rem;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.15rem;
    line-height: 0;
    font-weight: 400;
    border: none;
    color: var(--yellow);
    display: inline-block;
    vertical-align: middle;
}
nav ul.user-menu > li.user.show > a:after {
    content: '\f106';
}
nav ul.user-menu li .dropdown-menu {
    margin: 0;
    padding: .325rem;
    border: 1px solid #f4f2ef;
}
nav ul.user-menu li .dropdown-menu a, nav ul.user-menu li .dropdown-menu a.active {
    padding: .25rem .75rem;
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    /*font-size: .875rem !important;*/
    color: var(--primary) !important;
    background: transparent;
    /*border-radius: 50rem;*/
    transition: all 0.2s ease-in-out;
}
nav ul.user-menu li .dropdown-menu a i {
    width: 1rem;
    text-align: center;
    color: var(--secondary);
    transition: all 0.2s ease-in-out;
}
.no-touchevents nav ul.user-menu li .dropdown-menu a:hover {
    color: #fff !important;
    background: var(--secondary);
}
.no-touchevents nav ul.user-menu li .dropdown-menu a:hover i {
    color: #fff;
}
.dropdown-divider {
    height: 0;
    margin: .325rem 0;
    overflow: hidden;
    border-top: 1px solid #f4f2ef;
}
nav div.notifications {
    position: sticky;
    right: 0;
}
nav div.notifications > a {
    width: 2.5rem;
    height: 2.5rem;
    color: #a7aeaf !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /*background: #eff7f3;*/
    border: 1px solid rgba(51,51,51,.125);
    border-radius: 50rem;
    position: relative;
}
.no-touchevents nav div.notifications > a:hover {
    color: #d3d7d7 !important;
}
nav div.notifications > a i[class*="fa"] {
    margin-top: .025rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
nav div.notifications > a + a {
    margin-left: .25rem;
}
header div.notifications a.contract {
    color: #fff;
    display: inline-block;
    position: relative;
}
header div.notifications a.contract img {
    margin: 0 auto;
    width: 1.075rem;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
header div.notifications .dropdown-menu {
    margin: .55rem 0 0;
    padding: .25rem;
    border: 1px solid #f4f2ef;
    position: absolute;
}
header div.notifications .dropdown-menu h5 {
    margin-bottom: .25rem;
    padding: .125rem .5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--green);
    border-radius: .25rem;
}
header div.notifications .dropdown-menu a {
    padding: .25rem .5rem .25rem .25rem;
    font-size: 1rem;
    color: var(--gray);
    background: transparent;
    border-radius: .25rem;
    display: block;
    white-space: nowrap;
}
.no-touchevents header div.notifications .dropdown-menu a:hover {
    background: rgba(191,223,209,.25);
}
header .contract a [class*="fa-"] {
    margin-top: .05rem;
    font-size: 1.125rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
header div.notifications .dropdown-menu a span {
    display: inline-block;
    vertical-align: middle;
}
header div.notifications .dropdown-menu a span.image {
    margin-right: .25rem;
    width: 4rem;
    border-radius: 0 0 .75rem 0;
    overflow: hidden;
    position: relative;
    background-color: var(--gray);
}
header div.notifications .dropdown-menu a span.image img {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
header  div.notifications .dropdown-menu a span.image:after {
    padding-top: 64%;
    display: block;
    content: "";
}

/* FOOTER */
footer {
    padding: 4rem 0;
    color: #fff;
    background: var(--primary);
    position: relative;
    z-index: 10;
}
footer .container {
    padding-right: 0;
    padding-left: 0;
}
.copyright, .disclaimer {
    font-size: 12px;
    line-height: 18px;
}
footer .logo-footer {
    width: 100%;
    max-width: 225px;
    display: block;
}
footer .logo-footer img {
    width: 100%;
    height: auto;
}
footer nav {
    margin: 3rem 0;
    font-size: 1rem;
    line-height: 1;
}
footer nav a, footer nav a:hover {
    margin: 0 .5rem;
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    color: #fff;
    line-height: 20px;
    white-space: nowrap;
}
footer nav .footer-subnav a {
    font-size: .9rem;
}
.no-touchevents footer nav a:hover {
    color: #FFC73C;
}

/* CONTENT */
.avatar {
    position: relative;
}
.avatar img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
a.anchor {
    height: 1px;
    display: block;
    position: relative;
    top: -127px;
    visibility: hidden;
}
/*section:first-of-type {
    margin-top: 90px;
}*/
h2 {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.acordeon-cabecera {
    text-align: center;
    font-size: 1.75rem !important;
    margin-bottom: 2rem;
}
@media screen and (min-width:577px) {
    /*.headline {
        margin-top: 0.7rem;
    }*/
    .acordeon-cabecera {
        text-align: left;
        font-size: 2.2rem !important;
    }
}
@media screen and (min-width:1024px) {
    h2 .view-all {
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s ease-in-out;
        position: relative;
        left: -5.25rem;
        z-index: 0;
    }
    h2 .view-all span {
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.05s ease-in-out;
    }
    h2 .view-all:after {
        margin-left: 10px;
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.5rem;
        line-height: 0;
        font-weight: 400;
        color: var(--secondary);
        display: inline-block;
        vertical-align: middle;
    }
    h2:hover .view-all {
        left: 0;
    }
    h2:hover .view-all span {
        color: var(--secondary);
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in-out;
    }
}
@media screen and (max-width:1024px) {
    h2 .view-all:after {
        margin-left: 10px;
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.5rem;
        line-height: 0;
        font-weight: 400;
        color: var(--secondary);
        display: inline-block;
        vertical-align: middle;
    }
    h2 .view-all {
        left: 0;
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
    }
    h2 .view-all span {
        color: var(--secondary);
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in-out;
    }
}
.hero-home {
    height: calc(100vh - 90px) !important;
    min-height: 600px !important;
    text-align: center;
    background: #333 url(../images/hero-home-2.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.hero-home .text {
    padding: 4rem 1rem;
}
.hero-home h1 {
    margin-bottom: 1rem;
    font-family: souvenir-light;
    font-size: 4rem;
    line-height: 4.75rem;
    color: #fff;
    /*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);*/
    font-weight: bold !important;
}
.hero-home p {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-home:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(51,51,51,0.2) 0%, rgba(51,51,51,0) 50%);
    background: -webkit-linear-gradient(top,  rgba(51,51,51,0.2) 0%,rgba(51,51,51,0) 50%);
    background: linear-gradient(to bottom,  rgba(51,51,51,0.2) 0%,rgba(51,51,51,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333333', endColorstr='#00333333',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-home:after {
    width: 200%;
    height: 100%;
    content: '';
    background: -moz-radial-gradient(center, ellipse cover,  rgba(51,51,51,0.5) 0%, rgba(51,51,51,0) 50%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(51,51,51,0.5) 0%,rgba(51,51,51,0) 50%);
    background: radial-gradient(ellipse at center,  rgba(51,51,51,0.5) 0%,rgba(51,51,51,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80333333', endColorstr='#00333333',GradientType=1 );
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.home_content_margin {
  margin-top: 0px !important;
}
.media-mentions {
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 75rem;
}

.innovation_holder {
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(248,242,233,1) 100%);
}

.innovation {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.innovation_text_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.innovation_text {
  color: var(--secondary);
  font-size: 40px;
}
.trophy {
  width: 89px !important;
  margin-right: 15px !important;
}

@media screen and (max-width:991px) {
  .innovation_text {
    font-size: 24px;
  }

  .trophy {
    width: 61px !important;
    margin-right: 0 !important;
  }

  .media-mentions {
    margin-top: 20px !important;
  }
}


.promo-video {
    /*margin: 2rem auto !important;*/
    padding: 4rem 0;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(248,242,233,1) 100%);
}
.promo-video h2 {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 49rem;
    font-family: 'Avenir Next LT Pro',sans-serif !important;
    font-size: 2.5rem !important;
    line-height: 1.2;
    font-weight: 600;
    color: var(--primary);
}
.promo-video .embed-responsive {
    margin: 0 auto;
    width: 100%;
    max-width: 45rem;
    -webkit-box-shadow: 0px 10px 75px 0px rgba(37,37,37,0.2);
    -moz-box-shadow: 0px 10px 75px 0px rgba(37,37,37,0.2);
    box-shadow: 0px 10px 75px 0px rgba(37,37,37,0.2);
}
section.home .testimonials {
    padding-top: 0;
}
section.home .info {
    margin: 4rem auto;
    max-width: 81.25rem;
}
section.home .info [class*="col-"]{
    padding-left: 1rem;
    padding-right: 1rem;
}
section.home .info .block {
    background: var(--secondary);
    border-radius: 2.5rem;
    transition: all 0.2s ease-in-out;
    position: relative;
}
section.home .info .block:before {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 2.5rem;
    background: -moz-linear-gradient(45deg,  rgba(255,106,20,0.95) 15%, rgba(255,199,60,0.65) 80%, rgba(255,199,60,0.4) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(255,106,20,0.95) 15%,rgba(255,199,60,0.65) 80%,rgba(255,199,60,0.4) 100%);
    background: linear-gradient(45deg,  rgba(255,106,20,0.95) 15%,rgba(255,199,60,0.65) 80%,rgba(255,199,60,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff6a14', endColorstr='#80ffc73c',GradientType=1 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.home .info .block#buying {
    background: transparent url(../images/how-it-works-buying.jpg) no-repeat center center;
    background-size: cover;
}
section.home .info .block#selling {
    background: transparent url(../images/how-it-works-selling.jpg) no-repeat center center;
    background-size: cover;
}
section.home .info .block .main {
    padding: 4rem 3rem 3rem;
    min-height: 25rem;
}
section.home .info .block .main .text {
    max-width: 25rem;
    position: relative;
    z-index: 5;
}
section.home .info .block#selling .main .text {
    max-width: 22rem;
}
section.home .info .block .main h2 {
    margin-bottom: 1rem;
    font-size: 2.625rem;
    line-height: 3rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    display: block;
}
section.home .info .block .main p {
    font-size: 1.325rem;
    color: #fbe7c4;
}
section.home .info .block .main .btn {
    -webkit-box-shadow: 0 0 0px 3px rgba(255,255,255,.35) !important;
    -moz-box-shadow: 0 0 0px 3px rgba(255,255,255,.35) !important;
    box-shadow: 0 0 0px 3px rgba(255,255,255,.35) !important;
}

.real-support {
  width: 48% !important;
}

@media screen and (max-width:450px) {
  .real-support {
    width: 98% !important;
  }
}

.how-it-works .title-font{
  color: #ffffff !important;
}
.how-it-works.slider {
    margin:0 auto 4rem !important;
    padding: 4rem 0;
    background-color: var(--primary) !important;
    /*background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='400' cy='400' r='44.9%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23FBE7C4'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='400' cy='400' r='82.3%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23FFC73C'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='800'/%3E%3Cg fill-opacity='.8'%3E%3Cpath fill='url(%23b)' d='M998.7 439.2c1.7-26.5 1.7-52.7 0.1-78.5L401 399.9c0 0 0-0.1 0-0.1l587.6-116.9c-5.1-25.9-11.9-51.2-20.3-75.8L400.9 399.7c0 0 0-0.1 0-0.1l537.3-265c-11.6-23.5-24.8-46.2-39.3-67.9L400.8 399.5c0 0 0-0.1-0.1-0.1l450.4-395c-17.3-19.7-35.8-38.2-55.5-55.5l-395 450.4c0 0-0.1 0-0.1-0.1L733.4-99c-21.7-14.5-44.4-27.6-68-39.3l-265 537.4c0 0-0.1 0-0.1 0l192.6-567.4c-24.6-8.3-49.9-15.1-75.8-20.2L400.2 399c0 0-0.1 0-0.1 0l39.2-597.7c-26.5-1.7-52.7-1.7-78.5-0.1L399.9 399c0 0-0.1 0-0.1 0L282.9-188.6c-25.9 5.1-51.2 11.9-75.8 20.3l192.6 567.4c0 0-0.1 0-0.1 0l-265-537.3c-23.5 11.6-46.2 24.8-67.9 39.3l332.8 498.1c0 0-0.1 0-0.1 0.1L4.4-51.1C-15.3-33.9-33.8-15.3-51.1 4.4l450.4 395c0 0 0 0.1-0.1 0.1L-99 66.6c-14.5 21.7-27.6 44.4-39.3 68l537.4 265c0 0 0 0.1 0 0.1l-567.4-192.6c-8.3 24.6-15.1 49.9-20.2 75.8L399 399.8c0 0 0 0.1 0 0.1l-597.7-39.2c-1.7 26.5-1.7 52.7-0.1 78.5L399 400.1c0 0 0 0.1 0 0.1l-587.6 116.9c5.1 25.9 11.9 51.2 20.3 75.8l567.4-192.6c0 0 0 0.1 0 0.1l-537.3 265c11.6 23.5 24.8 46.2 39.3 67.9l498.1-332.8c0 0 0 0.1 0.1 0.1l-450.4 395c17.3 19.7 35.8 38.2 55.5 55.5l395-450.4c0 0 0.1 0 0.1 0.1L66.6 899c21.7 14.5 44.4 27.6 68 39.3l265-537.4c0 0 0.1 0 0.1 0L207.1 968.3c24.6 8.3 49.9 15.1 75.8 20.2L399.8 401c0 0 0.1 0 0.1 0l-39.2 597.7c26.5 1.7 52.7 1.7 78.5 0.1L400.1 401c0 0 0.1 0 0.1 0l116.9 587.6c25.9-5.1 51.2-11.9 75.8-20.3L400.3 400.9c0 0 0.1 0 0.1 0l265 537.3c23.5-11.6 46.2-24.8 67.9-39.3L400.5 400.8c0 0 0.1 0 0.1-0.1l395 450.4c19.7-17.3 38.2-35.8 55.5-55.5l-450.4-395c0 0 0-0.1 0.1-0.1L899 733.4c14.5-21.7 27.6-44.4 39.3-68l-537.4-265c0 0 0-0.1 0-0.1l567.4 192.6c8.3-24.6 15.1-49.9 20.2-75.8L401 400.2c0 0 0-0.1 0-0.1L998.7 439.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;*/
    /*
    background: rgb(249,245,240);
    background: radial-gradient(circle, rgba(249,245,240,1) 25%, rgba(233,107,41,1) 100%);
    border-bottom: 1px solid var(--secondary);*/
}
.how-it-works.slider h2 {
    margin: 0 auto;
    max-width: 19.25rem;
    font-size: 4.25rem;
    /*line-height: 3.75rem;*/
    color: #fff;
    text-align: center;
    display: block;
}
.how-it-works.slider .carousel {
    margin: 0;
}

.how-it-works.slider .carousel .owl-stage {
    margin-right: -60px;
    padding: 2rem 0;
    display: flex;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    left: -60px;
}
.how-it-works.slider .carousel .owl-item {
  box-shadow: 10px 10px 23px -12px rgba(0,0,0,0.75);
  border-radius: 20px !important;
}
.how-it-works.slider .how-it-works-item {
    padding: 2rem 2.625rem;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
    -moz-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
    box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
}
.how-it-works.slider .how-it-works-item .image {
    margin: 0 auto 1.75rem;
    width: 100%;
    max-width: 14rem;
}
.how-it-works.slider .how-it-works-item h3 {
    margin-bottom: .5rem;
    font-size: 1.55rem;
    line-height: 1.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--secondary);
    display: block;
}
.how-it-works.slider .how-it-works-item h3.stars [class*="fa-"] {
    background: -webkit-linear-gradient(#ffc73c, #f59651);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.how-it-works.slider .how-it-works-item p {
    font-size: 1.25rem;
}
.how-it-works .faq{
  margin-top: 0px !important;
  padding-top: 40px !important;
  background-color: rgba(191,223,209,.25) !important;
 /*background: rgb(249,245,240);
  background: linear-gradient(180deg, rgba(249,245,240,1) 0%, rgba(255,255,255,1) 100%);
  */
}
section.content {
  margin-top: 95px;
  margin-bottom: 50px;
}

@media screen and (max-width:991px) {
  section.content {
    margin-top: 60px;
  }
}

section.content img {
    width: 100%;
    height: auto;
}
.no_top_pad {
  padding-top: 10px !important;
}
.subhead {
    padding-left: 2rem;
    font-size: 80%;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
}
.subhead:before {
    width: 1.5rem;
    height: .9rem;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url(../images/sunset.svg) no-repeat center center;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-in-out;
}
section.content .row.neighborhoods {
    padding: 5rem 0;
    transition: all 0.2s ease-in-out;
}
section.content .neighborhoods ul.list-neighborhoods {
    margin: 0 0 2rem 0;
    padding: 0;
    width: 100%;
    height: 6.25rem;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem !important;
    display: grid;
    grid-row-gap: 0 !important;
    grid-column-gap: 1%;
    grid-template-columns: repeat(auto-fill, 32.3334%);
    grid-auto-rows: 1fr;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
section.content .neighborhoods.open ul.list-neighborhoods {
    height: auto;
}
section.content .neighborhoods ul.list-neighborhoods li {
    margin: 0;
    padding: .5rem 1rem;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section.content .neighborhoods a.more {
    font-size: 1.25rem;
    line-height: 1.25rem;
    position: relative;
}
section.content .neighborhoods a.more span:after {
    content: 'More';
    display: inline-block;
    vertical-align: top;
    position: relative;
}
section.content .neighborhoods.open a.more span:after {
    content: 'Less';
}
section.content .neighborhoods a.more:after {
    margin-left: .5rem;
    display: inline-block;
    vertical-align: middle;
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    border: none;
    color: var(--yellow) !important;
}
section.content .neighborhoods:not(.open) a.more:after {
    content: '\f107';
}
ul.list-col-2 {
    display: block;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    vertical-align: top;
}
ul.list-col-3 {
    display: block;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
    vertical-align: top;
}
.image-list .list-group {
    font-size: .75rem;
    line-height: 1.2;
    border-radius: 0;
}
.image-list .list-group .list-group-item {
    padding: .85rem .75rem;
    text-transform: uppercase;
    color: var(--secondary);
    border: none;
    border-radius: 0;
}
.image-list .list-group .list-group-item-action {
    
}
.image-list .list-group .list-group-item strong {
    display: block;
}
.image-list .tab-pane, .image-list .tab-pane h2, .image-list .tab-pane h6 {
    color: #fff;
}

.available-homes {
  margin: 0;
}
.carousel-wrapper {
    margin: 0 -50px 60px !important;
}
 
.carousel-wrapper:last-of-type {
    margin-bottom: 0 !important;
}
.carousel.properties {
    padding: 0;
}
.carousel.properties .owl-stage {
    margin-right: -130px;
    display: flex;
    left: -85px;
}
.carousel.properties .owl-item {
    display: flex;
}
.property-item {
    margin: 0 15px;
    width: 100%;
    position: relative;
}
.property-item .image {
    /*border-radius: 0 0 28px 0;*/
    overflow: hidden;
    position: relative;
    background-color: var(--gray);
}
.property-item .image .price {
    padding: .825rem;
    font-size: 1.825rem;
    line-height: 1.5rem;
    font-weight: 100;/*600*/
    color: #fff;
    /*letter-spacing: -.05rem;*/
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    z-index: 10;
    pointer-events: none;
}
.property-item .image .price-not-set {
    padding: .825rem;
    font-size: 1.525rem;
    line-height: 0.9rem;
    color: #fff;
    /*letter-spacing: -.05rem;*/
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    z-index: 10;
    text-transform: none;
}
.property-item .image .price-listings {
    padding: .825rem;
    font-size: 1.825rem;
    line-height: 1.5rem;
    font-weight: 100;/*600*/
    color: #fff;
    /*letter-spacing: -.05rem;*/
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.property-item .image .price-not-set-listings {
    padding: .825rem;
    font-size: 1.525rem;
    line-height: 0.9rem;
    color: #fff;
    /*letter-spacing: -.05rem;*/
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-transform: none;
}
.property-item .image .price .small {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.0rem;
    letter-spacing: 0;
}
.property-item .image .price .medium {
    font-size: 1.4rem;
    font-weight: 600;
}
.property-item .image img,.property-item.image img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.property-item .image img.landscape,.property-item.image img.landscape {
    min-width: 100%; 
    height: auto !important;
    min-height: 100%;
}
.property-item .image img.portrait,.property-item.image img.portrait {
    width: auto !important;
    height: auto !important;
    min-height: 100%;
    max-height: 120%;
}

.property-item .image .links,.property-item.image .links {
    position: absolute;
    bottom: 35px;
    /*right: 5px;*/
    z-index: 10;
}
.property-item .image .links2,.property-item.image .links2 {
    position: absolute;
    bottom: 5px;
    z-index: 10;
    width:  100%;
}
.property-item .image:before,.property-item.image:before {
    width: 100%;
    height: 75%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    bottom: 0;
}
.property-item .image:after {
    padding-top: 64%;
    display: block;
    content: "";
}
.property-item.image:after {
    padding-top: 0;
    display: block;
    content: "";
}
.property-item .tag {
    margin: 0 !important;
    padding: 0 10px !important;
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    font-size: .9rem;
    line-height: 1.75;
    color: #fff !important;
    text-transform: uppercase;
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.property-item .tag.pending, .property-item .tag.off-market, .listing-image .property-item .tag.off-market {
    color: #505e5f !important;
}
.property-item .tag span {
    display: inline-block;
    vertical-align: middle;
}
.property-item .tag:after {
    width: 100%;
    height: 100%;
    content: '';
    background: green;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0 5px 0;
    opacity: .90;
}
.property-item .tag.for-sale:after {
    background: #157a51;
}
.property-item .tag.for-sale:before {
    margin-right: .25rem;
    content: '\f4d9';
    font-family: 'Font Awesome 5 Pro';
    font-size: .85rem;
    font-weight: 900;
    color: rgba(255,255,255,.5);
    display: inline-block;
    vertical-align: middle;
}
.property-item .tag.coming-soon:after {
    background: var(--secondary);
}
.property-item .tag.pending:after {
    background: #bfdfd1;
}
.property-item .tag.sold:after {
    background: var(--yellow);
}
.property-item .tag.off-market:after {
    background: #ffddcf;
}
.property-item .property-info {
    margin-top: 10px;
    padding: 0;
    font-size: .875rem;
    color: var(--primary);
    transition: all 0.15s ease-in-out !important;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.property-item .property-info i {
    color: #acacac;
}
.property-item .property-info .details span {
    margin-right: .75rem;
}
.property-item .property-info .title {
    margin: .5rem 0;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    position: relative;
}
.property-item .property-info .title span {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top;
}
.property-item .property-info .neighborhood {
    margin: .5rem 0;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
.property-item .property-info .neighborhood span {
    padding-left: .8rem;
    display: inline-block;
    vertical-align: top;
}
.property-item .property-info .neighborhood:before {
    content: '\f60d';
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
    color: var(--secondary);
    position: absolute;
    top: 0;
    left: 0;
}
/* dbaccess */
@media screen and (max-width:400px) {
    /*.property-item .image .neighborhood span {
        display: none;
    }
    .property-item .image .neighborhood:before {
        display: none;
    }*//*
    section.content.stepper .property-item .image .neighborhood span {
        display: inherit !important;
    }    */
}
.property-item .image .neighborhood {
    padding: .425rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
.property-item .image .neighborhood span {
    margin-left: .5rem;
   /*display: inline-block;*/
    font-size: .875rem;
    color: white;
    vertical-align: top;
}
.property-item .image .neighborhood .fas {
    margin-left: .5rem;
    /*display: inline-block;*/
    font-size: .875rem;
    color: white;
    vertical-align: top;
    margin-right: -10px;
    color: var(--secondary);
}
.property-item .image .neighborhood:before {
    content: '\f60d';
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    font-weight: 900;
    /*display: inline-block;*/
    vertical-align: top;
    color: var(--secondary);
}
/*end dbacess*/
.property-item .property-info .address {
    margin: .75rem 0 1rem;
    font-size: 1rem;
    line-height: 1.25rem;
}
.property-item .property-info .address strong {
    font-size: 1.25rem;
}
.property-item .property-info .owner {
    font-size: .875rem;
    display: inline-block;
    vertical-align: middle;
}
.property-item .property-info .owner:before {
    margin-right: .325rem;
    content: '\f2bd';
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
    position: relative;
}
.carousel .owl-nav {
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
}
.carousel .owl-prev, .carousel .owl-next {
    width: 60px;
    height: 100%;
    font-size: 0;
    text-align: center;
    color: var(--primary);
    opacity: 1;
    visibility: visible;
    transition: all .15s ease-in-out;
    position: relative;
    top: 0;
    pointer-events: auto;
    cursor: pointer;
}
.no-touchevents .carousel .owl-prev:hover, .no-touchevents .carousel .owl-next:hover {

}
.carousel .owl-prev {
    position: absolute;
    left: 0;
}
.carousel .owl-next {
    position: absolute;
    right: 0;
}
.carousel .owl-prev:before, .carousel .owl-next:before {
    margin-top: -15px;
    padding: 5px;
    width: 40px;
    height: 40px;
    content: '';
    border-radius: 50%;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.15s ease-in-out !important;
}
.carousel .owl-prev:before {
    background: rgba(255,255,255,.95) url(../images/arrow-left-orange.svg) no-repeat center center;
    background-size: contain;
    left: 10px;
}
.carousel .owl-next:before {
    background: rgba(255,255,255,.95) url(../images/arrow-right-orange.svg) no-repeat center center;
    background-size: contain;
    right: 10px;
}
.no-touchevents .carousel .owl-prev:hover:before {
    background: var(--secondary) url(../images/arrow-left-white.svg) no-repeat center center;
}
.no-touchevents .carousel .owl-next:hover:before {
    background: var(--secondary) url(../images/arrow-right-white.svg) no-repeat center center;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   opacity: 0;
   visibility: hidden;
}
.links .circle {
    margin-left: 5px;
    padding: 8px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,.35);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.no-touchevents .links .circle:hover {
    background: rgba(255,255,255,.5);
}
.links .circle img {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}
.links .circle.like img {
    margin-top: 2px;
}
.links .circle.like:after {
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/icon-heart-active-shadow.svg) no-repeat center center;
    display: block;
    position: relative;
    top: -100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all .15s ease-in-out;
}
.no-touchevents .links .circle.like:not(.active):hover:after {
    visibility: visible;
    opacity: .5;
}
.links .circle.like.active:after {
    visibility: visible;
    opacity: 1;
}
.links .circle.like.active img {
    visibility: hidden;
    opacity: 0;
}
.links .circle.share img {
    margin-top: -2px;
}
.owl-carousel.owl-drag .owl-item {
    user-select: none;
    touch-action: pan-y;
}
.owl-carousel .view-all {
    height: calc(100% - 32px);
}
.owl-carousel .neighborhood-item.view-all, .owl-carousel .neighborhood-item .view-all, .owl-carousel .schools-item.view-all, .owl-carousel .schools-item .view-all {
    height: 100%;
    box-shadow: none;
}
.owl-carousel .view-all span {
    margin-top: -16px;
    padding: 2rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.02em;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    transition: all 0.15s ease-in-out !important;
}
.owl-carousel .view-all span:after {
    margin-left: 10px;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 0;
    font-weight: 900;
    color: var(--secondary);
    display: inline-block;
    vertical-align: middle;
}
.no-touchevents .owl-carousel .view-all:hover span {
    margin-left: 10px;
}
.owl-carousel .neighborhood-item.view-all span, .owl-carousel .schools-item.view-all span {
    padding: 2rem 0;
}
.carousel.neighborhoods, .carousel.schools {
    padding: 0;
}
.carousel.neighborhoods .owl-stage, .carousel.schools .owl-stage {
    margin-right: -100px;
    padding-bottom: 10px;
    display: flex;
    left: -55px;
}
.carousel.neighborhoods .owl-item, .carousel.schools .owl-item {
    display: flex;
}
.neighborhood-item, .schools-item {
    margin: 0 15px;
    width: 100%;
    height: 30rem;
    position: relative;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(245,150,81,0.5);
    -moz-box-shadow: 10px 10px 0px 0px rgba(245,150,81,0.5);
    box-shadow: 10px 10px 0px 0px rgba(245,150,81,0.5);
}
.neighborhood-item .neighborhood, .schools-item .school {
    padding: 1.5rem 2rem;
    width: 100%;
    height: 20%;
    font-family: souvenir-light;
    font-size: 1.625rem;
    line-height: 1.625rem;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}
.neighborhood-item .neighborhood span, .schools-item .school span {
    
}
.neighborhood-item .image, .schools-item .image {
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.neighborhood-item .image img, .schools-item .image img {
    width: auto !important;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.neighborhood-item .image:before, .schools-item .image:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,0) 50%, rgba(51,51,51,0.75) 100%);
    background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,0) 50%,rgba(51,51,51,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(51,51,51,0) 50%,rgba(51,51,51,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.content.listings {
    padding: 0;
    position: relative;
}
.content.listings .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.col.properties {
    font-size: 0;
}
.list-view .col.properties .property-item {
    margin: 15px;
    width: calc(25% - 30px);
    display: inline-block;
    vertical-align: top;
}
.map-view .col.properties .property-item {
    margin: 15px;
    width: calc(50% - 30px);
    display: inline-block;
    vertical-align: top;
}
.content.listings.list-view .map-container {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out !important;
}
.content.listings.map-view .container {
    margin: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
}
.content.listings.map-view .map-container {
    width: 50%;
    height: calc(100vh - 138px);
    background: #d7d7d7;
    visibility: visible;
    opacity: 1;
    position: sticky;
    top: 138px;
    right: 0;
    left: 100%;
}
.content.listings h2 {
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: bottom;
}
.content.listings p.results {
    margin-bottom: 1.5rem;
    line-height: 1rem;
    display: inline-block;
    vertical-align: bottom;
}
.dropdown.sort {
    display: inline-block;
    vertical-align: middle;
}
.dropdown.sort + .results {
    padding: 0 .5rem;
    display: inline-block;
    vertical-align: middle;
}
.dropdown.sort .btn.focus, .dropdown.sort .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(191,223,209,.25);
}
.dropdown.sort .dropdown-toggle::after {
    display: none;
}
.dropdown.sort .btn {
    padding: .35rem .75rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    background: #fff;
    border: 1px solid #d3d7d7;
    border-radius: .25rem;
}
.dropdown.sort .btn:before {
    margin-right: .25rem;
    width: 1rem;
    content: '\f160';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    color: var(--light-green);
    display: inline-block;
}
.dropdown.sort .dropdown-menu {
    padding: .25rem;
    min-width: 0;
    background: #fff;
}
.dropdown.sort .dropdown-menu a {
    padding: 0 .5rem;
    font-size: .95rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: var(--primary);
    display: block;
    white-space: nowrap;
    text-decoration: none;
    border-radius: .25rem;
}
.no-touchevents .dropdown.sort .dropdown-menu a:hover {
    background: rgba(191,223,209,.25);
}
.btn-group.list-map {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50rem;
    overflow: hidden;
}
.btn-group.list-map .btn {
    padding: .375rem .75rem;
    font-size: .825rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--gray);
    text-transform: uppercase;
    background: #fff;
    box-shadow: none !important;
    z-index: 0;
}
.btn-group.list-map .btn i[class*="fa-"]  {
    opacity: .5;
}
.btn-group.list-map .btn.active {
    color: #fff;
    background: var(--primary);
}
.mapboxgl-map {
    font: unset !important;
    font-family: 'Avenir Next LT Pro' !important;
    font-size: 14px;
}
.mapboxgl-popup {
    max-width: 17.5rem !important;
    min-width: 17.5rem !important;
}
.mapboxgl-popup-content {
    width: 100%;
}
.mapboxgl-map .property-item {
    margin: 0;
    width: 100%;
    position: relative;
}
.mapboxgl-map .property-item .image {
    border-radius: 0 0 20px 0;
}
.mapboxgl-map .property-item .image .price {
    padding: .5rem .5rem;
    font-size: 1.75rem;
    line-height: 1.5rem;
    pointer-events: none;
}
.mapboxgl-map .property-item .property-info {
    margin-top: 10px;
    padding: 0;
    font-size: .75rem;
}
.mapboxgl-map .property-item .links .circle {
    margin-left: 5px;
    padding: 0 4px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,.35);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.mapboxgl-popup-close-button {
    padding: 0;
    width: 1rem;
    height: 1rem;
    color: #fff;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    right: -.25rem;
    top: -.25rem;
    border: 0;
    border-radius: 50rem;
    background-color: var(--gray);
    transition: all .2s ease-in-out;
    z-index: 99;
}
.no-touchevents .mapboxgl-popup-close-button:hover {
    opacity: 1;
    background-color: var(--green);
}
section.filters {
    padding: .5rem 0;
    font-size: 0;
    background: #faf5ef;
    position: sticky;
    top: 90px;
    z-index: 100;
}
.external-dropdown {
  position: relative;
}
.external-dropdown .dropdown, .external-dropdown .dropup {
  position: static;
}
.external-dropdown-mobile {
  position: relative;
}
.external-dropdown-mobile .dropdown, .external-dropdown .dropup {
  position: static;
}
.outer {
    /*padding: 0 30px;*/
    font-size: 0;
    display: flex;
    overflow-x: auto;
}
section.filters div.dropdown {
    display: inline-block;
    vertical-align: middle;
}
section.filters button {
    margin-right: 5px;
    padding: .5rem .5rem;
    font-size: .85rem;
    line-height: 1rem;
    font-weight: 600;
    background: #fff;
    border: 1px solid #d3d7d7;
    border-radius: .35rem;
    box-shadow: none !important;
}
section.filters button:before {
    margin-right: .25rem;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    color: var(--primary);
    display: inline-block;
    opacity: .5;
}
section.filters button.price:before {
    content: '\f155';
}
section.filters button.beds:before {
    content: '\f236';
}
section.filters button.baths:before {
    content: '\f2cd';
}
section.filters button.home-type:before {
    content: '\e00d';
}
section.filters button.listing-status:before {
    content: '\f4d9';
}
section.filters button.neighborhood:before {
    content: '\f60d';
}
section.filters button.schools:before {
    content: '\f5dd';
}
section.filters button.types:before {
    content: '\e00d';
}
section.filters button.more:before {
    content: '\f067';
}
section.filters button.featured:before {
    content: '\f00c';
}
section.filters button.dropdown-toggle:after {
    margin-left: .5rem;
    display: inline-block;
    vertical-align: middle;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: .75rem;
    line-height: 0;
    font-weight: 400;
    border: none;
    color: var(--secondary) !important;
}
section.filters .show button.dropdown-toggle:after {
    content: '\f106';
}
section.filters .show button.dropdown-toggle {
    border-color: var(--yellow);
}
section.filters button.active {
    border-color: var(--secondary);
    background: var(--secondary);
    color: white;
}
section.filters button.active:before {
    opacity: 1;
    color: white;
}
section.filters button.active:after {
    color: white !important;
}
section.filters button.btn.reset {
    color: var(--secondary);
    background: #faf5ef;
    border: none;
}
section.filters .dropdown-menu {
    margin: .125rem 0 0 0;
    padding: 0;
    min-width: 10rem;
    background: #fff;
    border-radius: .35rem;
    top: 100% !important;
}
section.filters .dropdown-menu form {
    margin: .25rem;
}
section.filters .dropdown-menu.neighborhood form {
    max-height: 25rem;
    overflow: auto;
    overflow-y: scroll;
}
section.filters .dropdown-menu a.done {
    margin: .25rem;
    padding: .25rem .5rem;
    font-size: .95rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: var(--secondary);
    display: block;
    white-space: nowrap;
    text-decoration: none;
    border-radius: .25rem;
}
.no-touchevents section.filters .dropdown-menu a.done:hover {
    background: var(--gray);
}
section.filters .dropdown-menu .btn-group {
    width: 100%;
}
section.filters .dropdown-menu .btn {
    margin: 0 0 2px;
    padding: .15rem .5rem;
    font-size: .95rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: left;
    color: var(--primary);
    display: block;
    white-space: nowrap;
    text-decoration: none;
    border-radius: .25rem !important;
    box-shadow: none;
}
section.filters .dropdown-menu .btn.radio:before {
    margin-right: .25rem;
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: .95rem;
    line-height: 0;
    font-weight: 400;
    border: none;
    color: var(--primary);
    opacity: .5;
}
section.filters .dropdown-menu .btn.radio.active:before {
    content: '\f058';
    color: var(--green);
    font-weight: 900;
    opacity: 1;
}
section.filters .dropdown-menu .btn.checkbox:before {
    margin-right: .25rem;
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    content: '\f0c8';
    font-family: 'Font Awesome 5 Pro';
    font-size: .95rem;
    line-height: 0;
    font-weight: 400;
    border: none;
    color: var(--primary);
    opacity: .5;
}
section.filters .dropdown-menu .btn.checkbox.active:before {
    content: '\f14a';
    color: var(--green);
    font-weight: 900;
    opacity: 1;
}
section.filters .dropdown-menu .btn:last-of-type {
    margin: 0;
}
section.filters .dropdown-menu .btn:hover {
    background: rgba(255,199,60,.15);
}
section.filters .dropdown-menu .btn.active {
    background: transparent;
}
section.filters .dropdown-menu label.select, section.filters .dropdown-menu span.input-divider {
   display: inline-block;
   vertical-align: middle;
}
section.filters .dropdown-menu label.select {
   margin: 0;
   padding: .25rem;
}
section.filters .dropdown-menu span.input-divider {
    margin: 0 .5rem;
    line-height: .9rem;
}
section.filters .dropdown-menu  select {
    padding: .55rem .75rem;
    height: auto;
    font-size: .9rem;
    line-height: .9rem;
    font-weight: 500;
    color: var(--gray);
    background: #fff;
    border: 1px solid rgba(80,94,95,.15);
    border-radius: .45rem;
    box-shadow: none !important;
}
select, select[size="0"], select[size="1"] {
  background-image: url(../images/select-arrow.png?1298351050) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 2rem !important;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
}
select::-ms-expand {
  display: none;
}
section.filters .outer::-webkit-scrollbar  {
  display: none;
}
section.filters .outer {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.listing-image {
    margin: 0 !important;
    height: 40rem;
    overflow: hidden;
    position: relative;
}
.listing-image > [class*="col-"] {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.listing-image .image {
    background-color: var(--gray);
  /*  border-radius: 0 0 2.5rem 0;*/
}
.listing-image .image:before {
    border-radius: 0 0 2.5rem 0;
    overflow: hidden;
}
.listing-image .property-item.image .links {
    bottom: 1rem;
    right: 1rem;
}
.listing-image .property-item.image .links .circle {
    margin-left: .5rem;
    padding: .625rem;
    width: 4rem;
    height: 4rem;
}
.listing-image .image-count {
    padding: .5rem .625rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    color: #fff;
    background: rgba(0,0,0,.95);
    border-radius: 50rem;
    -webkit-box-shadow: 0 0 0 .125rem rgba(255,255,255,.25) !important;
    -moz-box-shadow: 0 0 0 .125rem rgba(255,255,255,.25) !important;
    box-shadow: 0 0 0 .125rem rgba(255,255,255,.25) !important;
    z-index: 50;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
section.content.home-profile.unclaimed .listing-image .image-count {
    display: none;
}
.listing-image #image-carousel, .listing-image #image-carousel .carousel-inner, .listing-image #image-carousel .carousel-item {
    height: 100%;
    border-radius: 0 0 2.5rem 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.carousel-control-next, .carousel-control-prev {
    padding: 0 .5rem;
    width: auto;
    opacity: 1 !important;
}
section.content.home-profile.unclaimed .carousel-control-next, section.content.home-profile.unclaimed .carousel-control-prev {
    display: none;
}
.carousel-control-next-icon {
    background: transparent url(../images/arrow-right-white.svg) no-repeat center center;
}
.carousel-control-prev-icon {
    background: transparent url(../images/arrow-left-white.svg) no-repeat center center;
}
.no-touchevents .carousel-control-next:hover .carousel-control-next-icon {
    background: transparent url(../images/arrow-right-white.svg) no-repeat center center;
}
.no-touchevents .carousel-control-prev:hover .carousel-control-prev-icon {
    background: transparent url(../images/arrow-left-white.svg) no-repeat center center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 50rem;
    transition: all 0.15s ease-in-out;
}
.no-touchevents .carousel-control-next:hover .carousel-control-next-icon, .no-touchevents .carousel-control-prev:hover .carousel-control-prev-icon {
    background-color: var(--secondary);
}
.listing-ctas {
    padding: 0;
}
.listing-ctas .headline {
    padding: 2rem;
    height: 6rem;
    background: #fff7e2;
    position: relative;
    width: 100%;
}
.listing-ctas .headline .icon {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    position: absolute;
    top: .5rem;
    right: .5rem;
}
.listing-ctas .headline h3 {
    margin: 0;
    font-size: 1.5rem !important;
    letter-spacing: -.025rem;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.listing-ctas .list-group {
    font-size: .9375rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: center;
    border-radius: 0 !important;
}
.listing-ctas .list-group-item {
    padding: .625rem .5rem;
    color: #fff !important;
    background-color: var(--primary);
    border: none !important;
    border-radius: 0 !important;
}
.listing-ctas .list-group-item i[class*="fa-"] {
    width: 1rem;
    text-align: center;
    color: rgba(255,255,255,.5);
}
.listing-ctas .list-group-item.active {
    background-color: #fff !important;
    color: var(--primary) !important;
}
.listing-ctas .list-group-item:not(.active):hover {
    background-color: var(--gray) !important;
}
.listing-ctas .list-group-item.active i[class*="fa-"] {
    color: var(--secondary);
}
.listing-ctas .tab-content {
    padding: 2rem;
}
.listing-ctas form:not(.preference) {
    
}
.listing-ctas form:not(.preference) .form-group {
    position: relative;
}
.listing-ctas form:not(.preference) label {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    color: #acb4b4;
    position: absolute;
    top: 1.1875rem;
    left: .75rem;
    z-index: 10;
    transition: all .2s ease-in-out;
    pointer-events: none;
    white-space: nowrap;
    text-indent: 2px;
}
.listing-ctas form:not(.preference) .form-row label {
    left: 1.25rem;
}
.listing-ctas form:not(.preference) .form-group {
    margin-bottom: .75rem;
}
.listing-ctas form:not(.preference) .form-group.active label {
    font-size: .6875rem;
    top: .5rem;
}
.listing-ctas form:not(.preference) label .required {
    color: var(--red);
    opacity: 1 !important;
}
.listing-ctas form:not(.preference) input[type*="text"], .listing-ctas form:not(.preference) input[type*="email"], .listing-ctas form:not(.preference) input[type*="tel"], .listing-ctas form:not(.preference) textarea, .listing-ctas form:not(.preference) select {
    margin-bottom: 0;
    padding: 0 .75em;
    padding-top: 1.125rem;
    height: 3.3125rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--primary);
    background-color: #fff !important;
    border: 2px solid var(--primary) !important;
    border-radius: .5rem;
    transition: all .2s ease-in-out !important;
    outline: none !important;
    -webkit-appearance: none;
}
.listing-ctas form textarea {
    padding-top: 1.5rem;
}
.listing-ctas form .form-row {
    margin-right: -.375rem;
    margin-left: -.375rem;
}
.listing-ctas form .form-row > .col, .listing-ctas form .form-row > [class*=col-] {
    padding-right: .375rem;
    padding-left: .375rem;
}
.form-control:focus {
    box-shadow: none !important;
}
.listing-ctas form .btn {
    padding: .325rem 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 50rem;
}
.listing-ctas form .carousel.tour-date {
    margin-bottom: .75rem;
    padding: 0 1.5rem;
}
.listing-ctas form .carousel.tour-date .date-item {

}
.listing-ctas form .carousel.tour-date .date-item label {
    margin: 0;
    padding: .5rem;
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e5e5e5;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .2s ease-in-out;
    pointer-events: all;
    white-space: normal;
    text-indent: 0;
    background: #fff;
    border-radius: .75rem;
    cursor: pointer;
}
.listing-ctas form .carousel.tour-date .date-item input[type="radio"]:checked + label, input[type="radio"]:checked + label {
    border-color: var(--secondary) !important;
    transition: all .2s ease-in-out;
}
.listing-ctas form .carousel.tour-date .date-item label .day {
    font-size: .75rem;
    line-height: .75rem;
}
.listing-ctas form .carousel.tour-date .date-item label .date {
    padding: .25rem 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -.05rem;
}
.listing-ctas form .carousel.tour-date .date-item label .month {
    font-size: .625rem;
    line-height: .625rem;
}
.listing-ctas form .carousel.tour-date .date-item input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.listing-ctas .success {
    padding: 2rem 2rem 2rem 6rem;
    color: #fff;
    background-color: var(--green);
    border-radius: 1rem;
    position: relative;
}
.listing-ctas .success h3 {
    margin-bottom: .25rem;
    font-size: 2rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: #fff;
}
.listing-ctas .success:before {
    width: 3rem;
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.carousel.tour-date .owl-nav {
    width: calc(100% + 3rem);
    height: 100%;
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1.5rem;
    pointer-events: none;
}
.carousel.tour-date .owl-prev, .carousel.tour-date .owl-next {
    width: 1.5rem;
    height: 100%;
    font-size: 0;
    text-align: center;
    color: var(--primary);
    opacity: 1;
    visibility: visible;
    transition: all .15s ease-in-out;
    position: absolute;
    top: 0;
    pointer-events: auto;
    cursor: pointer;
}
.carousel.tour-date .owl-prev:before, .carousel.tour-date .owl-next:before {
    margin-top: 0;
    padding: 0;
    width: 1.5rem;
    height: 100%;
    content: '';
    border-radius: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.15s ease-in-out !important;
}
.carousel.tour-date .owl-prev:before, .no-touchevents .carousel.tour-date .owl-prev:hover:before {
    background: transparent url(../images/arrow-left-orange.svg) no-repeat center center;
    background-size: contain;
    left: -.5rem;
}
.carousel.tour-date .owl-next:before, .no-touchevents .carousel.tour-date .owl-next:hover:before {
    background: transparent url(../images/arrow-right-orange.svg) no-repeat center center;
    background-size: contain;
    right: -.5rem;
}
.carousel.tour-date .owl-prev.disabled, .carousel.tour-date .owl-next.disabled {
    opacity: .25;
    filter: grayscale(100%);
    pointer-events: none;
}
section.content.home-profile  {
    padding: 2rem;
}
section.content.home-profile.unclaimed  {
    padding-bottom: 3rem;
}
section.content.home-profile > .container  {
    max-width: 1600px;
}
section.content.home-profile .container > .row .col-8 {
    -ms-flex: 0 0 calc(100% - 30.125rem);
    flex: 0 0 calc(100% - 30.125rem);
    max-width: calc(100% - 30.125rem);
    padding: 0;
}
section.content.home-profile .container > .row .col-4 {
    -ms-flex: 0 0 30.125rem;
    flex: 0 0 30.125rem;
    max-width: 30.125rem;
    padding: 0;
}
section.content.home-profile .container .row .col-8 .container {
    padding: 1rem;
}
section.content.home-profile .virtual-tour {
    max-width: 42rem;
}
section.content.home-profile .virtual-tour-item {
    margin-bottom: 3rem;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.content.home-profile .virtual-tour-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: none;
}

section.content.home-profile .headline {
    font-size:1.75rem;
    font-weight: bold;
    color: #505E5F;
    margin-bottom:0.2rem;
    font-weight: 800;
    line-height: 135.6%;
}

section.content.home-profile .property-info {
  /*  margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;*/
}
section.content.home-profile.unclaimed .property-info {
    margin: 0;
    padding: 30px;
    border: none;
    position: relative;
}
section.content.home-profile.unclaimed .property-info [class*="col-"] {
    min-width: 100%;
    max-width: 100%;
    -ms-flex: unset;
    flex: unset;
}
section.content.home-profile.unclaimed .property-info .info {
    margin-top: 1.5rem;
}
section.content.home-profile .property-info .price {
    font-size:1.3rem;
    text-align: end;
    color: #121212;
}
section.content.home-profile .property-info .price-not-set {
    margin-bottom: 1rem;
    font-size: 2.625rem;
    line-height: 2.625rem;
    font-weight: 600;
    letter-spacing: 0;
}
section.content.home-profile .property-info .price .small {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.0rem;
    text-transform: none;
    letter-spacing: 0;
}
section.content.home-profile .property-info .details {
    margin-bottom: 1rem;
}
section.content.home-profile .property-info .details span {
    margin-right: 1rem;
}
section.content.home-profile .property-info .details i {
    color: #acacac;
}
section.content.home-profile .property-info .address {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
section.content.home-profile .property-info .address strong {
    font-size: 1.75rem;
}
section.content.home-profile .property-info .info {
   /* min-width: 16.5rem;
    max-width: 16.5rem;
    -ms-flex: unset;
    flex: unset;*/
    padding-left: 0;    
}

section.content.home-profile .avatarContainer {

    padding-left:1rem; 
 }

section.content.home-profile .property-info .info > div {
 /*   margin-bottom: .325rem;*/
    padding-left: 1.325rem;
    min-height: 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    display: block;
    vertical-align: top;
    position: relative;
}
section.content.home-profile .property-info .info > div:last-of-type {
    margin-bottom: 0;
}
section.content.home-profile .property-info .info > div:before {
    width: 1rem;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    line-height: 1.25rem;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: var(--secondary);
    position: absolute;
    top: 0;
    left: 0;
}
section.content.home-profile .property-info .info > div.neighborhood {
    text-transform: uppercase;
}
section.content.home-profile .property-info .info > div.neighborhood:before {
    content: '\f60d';
    color: var(--secondary);
}
section.content.home-profile .property-info .info > div.schools:before {
    content: '\f5dd';
    color: var(--yellow);
}
section.content.home-profile .property-info .info > div.home-type:before {
    content: '\e00d';
    color: rgba(51,51,51,.25);
    font-size: .9rem;
}
section.content.home-profile .property-info .info > div.views:before {
    content: '\f1e5';
    color: var(--light-green);
}
section.content.home-profile h2 {
    font-size: 1.5rem;
}
section.content.home-profile h3 {
    font-size: 1.25rem;
}
section.content.home-profile h2 i[class*="fa-"], section.content.home-profile h3 i[class*="fa-"] {
    color: var(--light-green);
}
section.content.home-profile p:last-of-type + h3, section.content.home-profile p:last-of-type + ul {
    margin-top: 2rem;
}
section.content.home-profile ul.features {
    margin: 0 0 2rem 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-gap: 2rem;
}
section.content.home-profile ul.features li {
    margin: 0;
    padding: .5rem 0 .5rem 1rem;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section.content.home-profile ul.features li:before {
    width: 1rem;
    height: 1.25rem;
    content: '•';
    text-align: left;
    color: var(--secondary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: .5rem;
}
section.content.home-profile p:last-of-type + .table {
    margin-top: 3rem;
}
section.content .table {
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.125rem;
    border: 1px solid #cad7d8;
    border-radius: .5rem;
    position: relative;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(233,241,242,1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(233,241,242,1);
    box-shadow: 2px 2px 0px 0px rgba(233,241,242,1);
    overflow: hidden;
}
section.content .table .row {
    margin: 0 -.75rem;
    border-top: 1px solid #e5e5e5;
    position: relative;
}
section.content .table .row [class*="col"] {
    padding-top: .825rem;
    padding-bottom: .75rem;
}
section.content .table .row [class*="col"]:first-of-type {
    max-width: 8rem;
    min-width: 8rem;
}
section.content .table .row [class*="col"]:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
    max-width: 36rem;
}
section.content .table .row [class*="col"]:last-of-type {
    max-width: 10rem;
    min-width: 10rem;
}

section.content .table .row:last-of-type [class*="col"] {
    padding-bottom: 0;
}
div.floorplans {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e5e5;
}
div.floorplans .floorplans-container {
    margin-top: .5rem;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 1.25rem;
}
div.floorplans .floorplans-container img {
    cursor: pointer;
}
.btn.comp-report {
    padding: 1rem 1.25rem;
    font-size: 1.5rem;
    color: var(--primary);
    text-align: left;
    background-color: rgba(191,223,209,.25);
    border: 2px solid transparent;
    border-radius: 1rem;
    display: block;
    text-align: center;
    cursor: auto !important;
}
.btn.comp-report .icon {
    width: 8rem;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.btn.comp-report .text {
    padding-left: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.btn.comp-report .description {
    font-size: 1rem;
    color: #7B7B7B;
}

.home-story {
   /* margin:  1rem 2rem;*/
    padding: 2rem;
    /*padding: 2.5rem;*/
    background: #fef9f0;
    border-radius: 2rem;
}

.home-storyH {
  
    padding: 2rem;
    /*padding: 2.5rem;*/
    background: #fef9f0;
    
    

}

section.content.home-profile .home-story .intro {
    padding: 1rem 7.5rem 0 0;
    background: transparent url(../images/story-icon.svg) no-repeat center right;
    background-size: contain;
}

section.content.home-profile .home-storyH .messageH {
    padding: 1rem 7.5rem 0 0;
    background: transparent url(../images/contact-homeowner-icon.svg) no-repeat center right;
    background-size: contain;
}

section.content.home-profile .home-story h3 {
    max-width: 300px;
    font-family: souvenir-light;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: var(--primary);
}
section.content.home-profile .home-story h4 {
    font-size: 1.125rem;
    color: var(--primary);
}
section.content.home-profile .home-story p {
    font-size: .95rem;
    line-height: 1.5rem;
    color: var(--primary);
    opacity: .75;
}
section.content.home-profile .home-story .story-icon {
    margin: -1rem -.5rem 0 0;
    padding: 0 0 1rem 1rem;
    width: 33.333334%;
    max-width: 125px;
    min-height: 140px;
    float: right;
}
.home-claim-cta {
    margin: 0 30px;
    padding: 2.5rem;
    text-align: center;
    background: #fef9f0;
    border-radius: 2rem;
}
section.content.home-profile .home-claim-cta h3 {
    font-family: souvenir-light;
    font-size: 2.25rem;
    line-height: 2.25rem;
    color: var(--primary);
}
section.content.home-profile .home-claim-cta h3 .icon {
    margin-right: .5rem;
    width: 2rem;
    height: auto;
    display: inline-block;
    position: relative;
    top: -.25rem;
}
section.content.home-profile .home-claim-cta p {
    margin-bottom: 1.25rem;
}
section.content.home-profile .home-claim-cta .btn {
    padding: .325rem 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 50rem;
    margin-top: 0;
}
.coming-soon-cta {
    margin: 0 30px;
    padding: 2.5rem;
    text-align: center;
    background: rgba(191,223,209,.25);
    border-radius: 2rem;
}

.coming-soon-cta-mesa {
    margin: 0 20px;
    padding: 0.5rem;
    border-radius: 2rem;
}

.coming-soon-cta .price {
    margin: 0 auto 1.5rem;
    padding: .5rem 0 0 5.25rem;
    max-width: 22rem;
    text-align: left;
    background: transparent url(../images/icon-early-access.svg) no-repeat center left;
    background-size: contain;
}
.coming-soon-cta.early-access-open .price {
    margin: 0 auto 1.5rem;
    padding: .5rem 0 0 7.75rem;
    max-width: 22rem;
    text-align: left;
    background: transparent url(../images/icon-early-access.svg) no-repeat center left;
    background-size: contain;
}
.coming-soon-cta .price .small {
    margin-bottom: .25rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0;
    opacity: .75;
    display: inline-block;
}
.coming-soon-cta .price .medium {
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: 600;
    letter-spacing: -.05rem;
}
.coming-soon-cta.early-access-open .price .medium {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -.05rem;
}
.coming-soon-cta .btn {
    margin: 0 auto;
    padding: .325rem 1rem;
    width: 100%;
    max-width: 22rem;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 50rem;
}
.make-offer-cta {
    padding: 2.5rem;
    text-align: center;
    background-color: rgba(249,234,130,.325);
    border-radius: 2rem;
}
section.content.home-profile .make-offer-cta h3 {
    margin-bottom: 1.5rem;
    font-family: souvenir-light;
    font-size: 2.5rem;
    line-height: 2.75rem;
    color: var(--primary);
}
section.content.home-profile .make-offer-cta h3 .icon {
    margin-right: .5rem;
    width: 2rem;
    height: auto;
    display: block;
    position: relative;
    top: -.25rem;
}
section.content.home-profile .make-offer-cta p {
    margin-bottom: 1.25rem;
}
section.content.home-profile .make-offer-cta .btn {
    padding: .325rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50rem;
}
.listing-tools {
    padding: 2rem;
    font-size: 0;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    align-self: flex-end;
    background: rgba(255,255,255,.9);
    -webkit-backdrop-filter: blur(5px);
    /*backdrop-filter: url(filters.svg#filter) blur(5px);*/
    z-index: 50;
    transition: all 0.2s ease-in-out !important;
}
.listing-tools > div {
    display: inline-block;
    vertical-align: middle;
}
.listing-tools a, .listing-tools .links .circle {
    margin: 0 .25rem;
    padding: .5rem 1rem;
    width: auto;
    height: auto;
    font-size: 1rem;
    color: var(--secondary);
    background: #fff;
    border: 2px solid var(--secondary);
    border-radius: 50rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.listing-tools a.btn-primary {
    color: #fff !important;
}
.listing-tools a span {
    display: inline-block;
    vertical-align: middle;
}
.listing-tools a i, .listing-tools .links .circle img {
    margin-right: .25rem;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.listing-tools .links .circle.like img {
     margin-top: -2px; 
}
.listing-tools .links .circle.share img {
     margin-top: -4px; 
}
.listing-tools .links .circle.like:after {
    width: 1rem;
    height: 1rem;
    background: url(../images/icon-heart-active-secondary.svg) no-repeat center center;
    position: absolute;
    top: .75rem;
    left: 1rem;
}
.no-touchevents .links .circle.like:not(.active):hover:after {
    visibility: hidden;
    opacity: 0;
}
.modal.show {
    padding: 0 !important;
}
.modal#gallery-modal {

}
.modal-backdrop {
    background-color: #505e5f;
}
.modal-backdrop.show {
    opacity: .98;
    -webkit-backdrop-filter: blur(.5rem);
    /*backdrop-filter: url(filters.svg#filter) blur(.5rem);*/
}
.modal#gallery-modal button.close {
    outline: none;
    text-shadow: none;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.no-touchevents .modal#gallery-modal button.close:hover {
    opacity: .5;
}
.modal#gallery-modal .modal-dialog {
    max-width: 100%;
    max-height: 100vh;
}
.modal#gallery-modal .modal-content {
    max-height: 90vh;
    background: none;
    border: none;
    border-radius: 0;
}
.modal#gallery-modal .modal-header {
    padding-top: 0;
    border: none;
    border-radius: 0;
}
.modal#gallery-modal .modal-header h5 {
    color: #fff;
}
.modal#gallery-modal .modal-body {
    margin: 0 auto;
    max-width: 65%;
    max-height: 90vh;
    width: auto;
    height: auto;
}
.modal#gallery-modal .modal-body {

}
.modal#floorplan-modal .modal-dialog {
    max-width: 640px
}
.modal#floorplan-modal .modal-body {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}
.modal#floorplan-modal .modal-body img {
    width: 100%;
    height: auto;
}
.carousel.gallery .owl-prev {
    left: -80px;
}
.carousel.gallery .owl-next {
    right: -80px;
}
.carousel.gallery .owl-prev:before, .carousel.gallery .owl-next:before {
    margin-top: 0;
    padding: 5px;
    width: 40px;
    height: 40px;
    content: '';
    border-radius: 50%;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.15s ease-in-out !important;
}
.carousel .owl-prev:before {
    background: rgba(255,255,255,.95) url(../images/arrow-left-orange.svg) no-repeat center center;
    background-size: contain;
    left: 10px;
}
.carousel .owl-next:before {
    background: rgba(255,255,255,.95) url(../images/arrow-right-orange.svg) no-repeat center center;
    background-size: contain;
    right: 10px;
}
.modal#shareModal h4 {
    margin-bottom: .5rem;
    font-family: souvenir-light;
    font-size: 2rem;
    line-height: 2.5rem;
    color: var(--gray);
}
.modal#shareModal p  {
    font-size: 1.25rem;
}
.a2a_kit {
    line-height: 3rem !important;
}
.a2a_default_style a {
    line-height: 3rem !important;
    padding: 0 .25rem !important;
}
.a2a_default_style a span {
    width: 3rem !important;
    line-height: 3rem !important;
    height: 3rem !important;
    background-size: 3rem !important;
    border-radius: 50rem !important;
    transition: all 0.2s ease-in-out;
}
.a2a_default_style a.a2a_button_facebook span {
    background-color: #3b5998 !important;
}
.a2a_default_style a.a2a_button_email span {
    background-color: var(--primary) !important;
}
.a2a_default_style a.a2a_button_copy_link span {
    background-color: var(--secondary) !important;
}
span.a2a_s_link#a2a_copy_link_icon, span.a2a_w_link#a2a_copy_link_icon {
    background-color: var(--secondary) !important;
}
.a2a_svg svg {
    padding: .25rem !important;
    width: 100% !important;
    height: 100% !important;
}
span.a2a_s_link#a2a_copy_link_icon svg, span.a2a_w_link#a2a_copy_link_icon svg {
    padding: 0 !important;
}
#a2a_copy_link_copied {
    background-color: var(--green) !important;
}
section.how-it-works:before {
    width: 100%;
    height: 40rem;
    content: '';
    background: -moz-linear-gradient(top,  rgba(248,241,233,1) 0%, rgba(248,241,233,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    background: linear-gradient(to bottom,  rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f1e9', endColorstr='#00f8f1e9',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
}
section.how-it-works .intro {
    margin: 2rem 0 5rem;
}
section.how-it-works .intro .col-sm-12 {
    margin: 0 auto;
    max-width: 59rem;
}
section.how-it-works .intro h1 {
    margin-bottom: 1rem;
    font-size: .75rem;
    color: var(--secondary);
}
section.how-it-works .intro h1 {
    margin-bottom: 1rem;
    font-family: souvenir-light;
    font-size: 4.25rem;
    line-height: 4.75rem;
    color: var(--gray);
}
section.how-it-works .intro h2 {
    margin-bottom: 1rem;
    font-family: 'Avenir Next Rounded Pro';
    font-size: 3.5rem;
    text-transform: uppercase;
    color: var(--gray);
}
section.how-it-works .intro p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
section.how-it-works .info {
    margin: 4rem auto 2rem;
    max-width: 81.25rem;
}
section.how-it-works .info .block {
    background: var(--secondary);
    border-radius: 2.5rem;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.15);
    -moz-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.15);
    box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.15);
    transition: all 0.2s ease-in-out;
    position: relative;
}
section.how-it-works .info .block:before {
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 2.5rem;
    background: -moz-linear-gradient(45deg,  rgba(255,106,20,0.9) 15%, rgba(255,199,60,0.5) 80%, rgba(255,199,60,0.4) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(255,106,20,0.9) 15%,rgba(255,199,60,0.5) 80%,rgba(255,199,60,0.4) 100%);
    background: linear-gradient(45deg,  rgba(255,106,20,0.9) 15%,rgba(255,199,60,0.5) 80%,rgba(255,199,60,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff6a14', endColorstr='#80ffc73c',GradientType=1 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.how-it-works .info .block#buying {
    background: transparent url(../images/how-it-works-buying.jpg) no-repeat center center;
    background-size: cover;
}
section.how-it-works .info .block#selling {
    background: transparent url(../images/how-it-works-selling.jpg) no-repeat center center;
    background-size: cover;
}
section.how-it-works .info .block a.learn {
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
}
section.how-it-works .info .block a.learn:before {
    margin-right: .625rem;
    width: 2.5rem;
    height: 2.5rem;
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2.675rem;
    color: #fff;
    text-align: center;
    background: var(--light-green);
    display: inline-block;
    vertical-align: middle;
    border-radius: 50rem;
    position: relative;
    left: 0;
    top: -.125rem;
}
section.how-it-works .info .block .main {
    padding: 5rem 4rem 3rem;
}
section.how-it-works .info .block .main h2 {
    margin-bottom: 5rem;
    display: block;
}
section.how-it-works .info .block .learn-how {
    padding: 2rem;
    background: #fff;
    border-radius: 2.5rem;
    box-shadow: 0 0 0 1px #fff;
}
section.how-it-works .info .block .learn-how h2 {
    font-size: 1rem;
    color: var(--secondary);
}
section.how-it-works .info .block .learn-how .list-group {
    margin-bottom: 4rem;
    border-radius: 0;
}
section.how-it-works .info .block .learn-how .list-group .list-group-item {
    margin: -.5px;
    padding: .75rem 1rem .5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(51,51,51,.5);
    text-align: center;
    background-color: rgba(51,51,51,.05);
    border: 1px solid #e5e7e7;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.no-touchevents section.how-it-works .info .block .learn-how .list-group .list-group-item:not(.active):hover {
    color: rgba(51,51,51,.75);
    background-color: rgba(51,51,51,.125);
    transition: all 0.2s ease-in-out;
}
section.how-it-works .info .block .learn-how .list-group .list-group-item:before {
    margin: .25rem 0 .5rem;
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 1.5rem;
    color: rgba(51,51,51,.75);
    text-align: center;
    display: block;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0;
}
section.how-it-works .info .block .learn-how .list-group .list-group-item#buying-browse-tab:before {
    content: '\f689';
}
section.how-it-works .info .block .learn-how .list-group .list-group-item#buying-contact-tab:before {
    content: '\f075';
}
section.how-it-works .info .block .learn-how .list-group .list-group-item#buying-offer-tab:before, section.how-it-works .info .block .learn-how .list-group .list-group-item#selling-offers-tab:before {
    content: '\f651';
}
section.how-it-works .info .block .learn-how .list-group .list-group-item#buying-close-tab:before, section.how-it-works .info .block .learn-how .list-group .list-group-item#selling-close-tab:before {
    padding-left:.25rem;
    content: '\f573';
    font-size: 1.325rem;
}
section.how-it-works .info .block .learn-how .list-group .list-group-item#selling-listing-tab:before {
    content: '\e00d';
}
section.how-it-works .info .block .learn-how .list-group .list-group-item#selling-tour-tab:before {
    content: '\e011';
}
section.how-it-works .info .block .learn-how .list-group .list-group-item.active {
    color: rgba(51,51,51,1);
    background-color: #fff;
    border-bottom-color: #fff;
}
section.how-it-works .info .block .learn-how .list-group .list-group-item.active:after {
    width: 100%;
    height: .25rem;
    content: '';
    background: var(--yellow);
    display: block;
    position: absolute;
    top: -1px;
}
section.how-it-works .info .block .learn-how .list-group .list-group-item.active:before {
    color: var(--secondary);
}
section.how-it-works .info .block .learn-how .list-group .list-group-item#buying-close-tab, section.how-it-works .info .block .learn-how .list-group .list-group-item#selling-close-tab {
    width: auto;
}
section.how-it-works .info .block .learn-how h3 {
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    font-size: 1.5rem;
    color: var(--gray);
    border-bottom: 3px solid var(--orange);
}
section.how-it-works .info .block .learn-how p, section.how-it-works .info .block .learn-how ol {
    margin-bottom: 2rem;
    font-size: 1.125rem;
}
section.how-it-works .info .block .learn-how p + ol {
    margin-top: -1rem;
}
section.how-it-works .info .block .learn-how a.learn:before {
    content: '\f2ea';
    font-weight: 900;
}
section.how-it-works .info .block .learn-how .buttons {
    padding-top: 5rem;
}
section.how-it-works .info .block .toggle {
    height: auto;
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out !important;
}
section.how-it-works .info .block .toggle.hidden {
    position: absolute;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.2s ease-in-out !important;
}
section.how-it-works .breakdown {
    margin: 0;
    padding: 2rem 0;
    position: relative;
    z-index: 5;
}
section.how-it-works .breakdown .col-sm-12 {
    margin: 0 auto;
    max-width: 45rem;
}
section.how-it-works .breakdown .home-price {
    position: relative;
}
section.how-it-works .breakdown .home-price > div {
    position: relative;
    z-index: 5;
    pointer-events: none;
}
section.how-it-works .breakdown #homePriceOutput {
    position: relative;
    pointer-events: none;
}
section.how-it-works .breakdown select[id="homePrice"] {
    padding: 1rem !important;
    width: 100%;
    height: 100% !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    font-weight: 400;
    color: var(--primary);
    background: none !important;
    border: none !important;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
section.how-it-works h2 {
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
}
section.how-it-works h3 {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
}
section.how-it-works p {
    font-size: 1.25rem;
}
section.how-it-works .top {
    position: relative;
}
section.how-it-works .middle {
    position: relative;
}
section.how-it-works .middle:before {
    width: 100%;
    height: 35%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(255,221,207,0) 0%, rgba(255,221,207,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,221,207,0) 0%,rgba(255,221,207,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,221,207,0) 0%,rgba(255,221,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffddcf', endColorstr='#ffddcf',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}
section.how-it-works .ctas {
    margin: 3rem auto 0;
    max-width: 90rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.how-it-works .top .ctas {
    margin-top: -10rem;
    padding: 10% 0 5%;
    max-width: 100%;
    background: url(../images/bg-how-it-works-top.jpg) no-repeat center top;
    background-size: cover;
}
section.how-it-works .top .ctas:before {
    width: 100%;
    height: 85%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(80,94,95,0) 0%, rgba(80,94,95,0.85) 40%, rgba(80,94,95,0.85) 100%);
    background: -webkit-linear-gradient(top,  rgba(80,94,95,0) 0%,rgba(80,94,95,0.85) 40%,rgba(80,94,95,0.85) 100%);
    background: linear-gradient(to bottom,  rgba(80,94,95,0) 0%,rgba(80,94,95,0.85) 40%,rgba(80,94,95,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00505e5f', endColorstr='#bf505e5f',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
}
section.how-it-works .middle .ctas {
    margin-top: 0;
}
section.how-it-works .ctas [class*='col-'] {
    padding: 5rem 4rem;
}
section.how-it-works .top .ctas [class*='col-'] {
    max-width: 720px !important;
}
section.how-it-works .top .ctas [class*='col-']:first-of-type {
    margin-left: auto;
}
section.how-it-works .top .ctas [class*='col-']:last-of-type {
    margin-right: auto;
}
section.how-it-works .ctas h2 {
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
}
section.how-it-works .the-way {
    margin: 0;
    padding: 2rem 0;
}
section.how-it-works .the-way .col-sm-12 {
    margin: 0 auto;
    max-width: 60rem;
}
section.content.home, section.how-it-works .bottom, section.content.about {
    margin-bottom: -60px;
}
section.how-it-works .bottom .contact {
    margin: 0 auto;
    padding: 4rem 0;
    max-width: 90rem;
}
section.how-it-works .bottom .contact .homeshake-icon {
    margin: -7rem auto 3rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50rem;
    background: #ff6a14 url(../images/homeshake-icon-white.svg) no-repeat center center;
    background-size: 70%;
}
section.how-it-works .bottom .cta-team {
    padding: 10rem 0;
    background: transparent url(../images/bg-cta-team.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.text-shadow {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
section.how-it-works .bottom .cta-team:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(191,223,209,0.75) 0%, rgba(249,234,130,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(191,223,209,0.75) 0%,rgba(249,234,130,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(191,223,209,0.75) 0%,rgba(249,234,130,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfdfd1', endColorstr='#80f9ea82',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}
section.how-it-works .bottom .cta-team:after {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.25);
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
}
section.how-it-works .bottom .cta-team > [class*="col-"] {
    z-index: 10;
}
.testimonials {
    padding: 3rem 0;
    text-align: center;
    background: -moz-linear-gradient(top,  rgba(255,249,235,0) 0%, rgba(255,249,235,1) 75%, rgba(255,249,235,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,249,235,0) 0%,rgba(255,249,235,1) 75%,rgba(255,249,235,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,249,235,0) 0%,rgba(255,249,235,1) 75%,rgba(255,249,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff9eb', endColorstr='#fff9eb',GradientType=0 );
}
.testimonials .stars {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    color: var(--yellow);
}
.testimonials .stars [class*="fa-"] {
    padding: .25rem;
    background: -webkit-linear-gradient(#ffc73c, #f59651);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonials h2 {
    font-family: 'Avenir Next Rounded Pro',sans-serif !important;
    font-size: 2.5rem !important;
    color: var(--gray);
}
.testimonials p {
    font-size: 1.25rem !important;
}
.testimonials .carousel {
    margin-top: 1rem;
}
.testimonials .carousel .owl-stage {
    padding: 2rem 0;
    display: flex;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.testimonials .testimonial-item {
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
    -moz-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
    box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
}
.testimonials .testimonial-item p {
    margin-bottom: 1.5rem;
    font-size: 20px !important;
    line-height: 1.75rem;
}
.testimonials .testimonial-item p:last-of-type {
    margin-bottom: 0;
}
.testimonials .carousel .testimonial-info {
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 600;
}
.testimonials .carousel .testimonial-info .image {
    margin: 0 auto .5rem;
    width: 80px;
    height: 80px;
    border-radius: 50rem;
    background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
    background-size: 100%;
    background-color: #ffffff;
    display: block;
    overflow: hidden;
}
.testimonials .carousel .embed-responsive {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials .carousel .text-wrapper {
    padding: 4% 4.5%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials .carousel .text-wrapper .text {
    position: relative;
    z-index: 10;
}
.testimonials .carousel .text-wrapper .text:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 4rem;
    line-height: 4rem;
    color: rgba(191,223,209,.175);
    text-align: center;
    display: block;
    position: absolute;
    left: -4%;
    top: -1.5rem;
    z-index: -1;
}
.testimonials .carousel .text-wrapper .text:after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 4rem;
    line-height: 4rem;
    color: rgba(191,223,209,.175);
    text-align: center;
    display: block;
    position: absolute;
    right: -4%;
    bottom: -1rem;
    z-index: -1;
}
.testimonials .carousel .owl-prev:before {
    background: #157a51 url(../images/arrow-left-white.svg) no-repeat center center;
    background-size: contain;
    left: 10px;
}
.testimonials .carousel .owl-next:before {
    background: #157a51 url(../images/arrow-right-white.svg) no-repeat center center;
    background-size: contain;
    right: 10px;
}
.no-touchevents .testimonials .carousel .owl-prev:hover:before {
    background: var(--secondary) url(../images/arrow-left-white.svg) no-repeat center center;
}
.no-touchevents .testimonials .carousel .owl-next:hover:before {
    background: var(--secondary) url(../images/arrow-right-white.svg) no-repeat center center;
}
.how-it-works .carousel .owl-prev:before {
    background: #157a51 url(../images/arrow-left-white.svg) no-repeat center center;
    background-size: contain;
    left: 10px;
}
.how-it-works .carousel .owl-next:before {
    background: #157a51 url(../images/arrow-right-white.svg) no-repeat center center;
    background-size: contain;
    right: 10px;
}
.no-touchevents .how-it-works .carousel .owl-prev:hover:before {
    background: var(--secondary) url(../images/arrow-left-white.svg) no-repeat center center;
}
.no-touchevents .how-it-works .carousel .owl-next:hover:before {
    background: var(--secondary) url(../images/arrow-right-white.svg) no-repeat center center;
}
ul.benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.benefits li {
    margin: 0 0 3rem;
    padding: 0 0 0 5.25rem;
    font-size: 1.5rem;
    position: relative;
}
ul.benefits li:before {
    width: 4rem;
    height: 4rem;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 2rem;
    line-height: 4.25rem;
    color: #fff;
    text-align: center;
    background: var(--green);
    display: block;
    border-radius: 50rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.benefits.yellow li:before {
    background: var(--yellow);
}
ul.benefits li:last-of-type {
    margin-bottom: 0;
}
a.content-collapse:after {
    margin-left: .5rem;
    display: inline-block;
    vertical-align: middle;
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    font-size: .75rem;
    line-height: 1;
    font-weight: 400;
    border: none;
    color: var(--yellow) !important;
}
a.content-collapse.collapsed:after {
    content: '\f107';
}
.btn.content-collapse:after {
    margin-left: .5rem;
    display: inline-block;
    vertical-align: middle;
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    border: none;
    color: var(--yellow) !important;
}
.btn.content-collapse.collapsed:after {
    content: '\f107';
}
.btn.content-collapse:hover:after, .btn.content-collapse.collapsed:hover:after {
    color: #fff !important;
}
section.how-it-works .medium {
    font-size: 1.5rem;
}
.divider {
    margin: 1rem auto;
    width: 7rem;
    height: .25rem;
    background: var(--secondary);
}
.divider.light-orange {
    opacity: .25;
}
.divider.green {
    background: var(--green);
}
.divider.light-green {
    background: var(--green);
    opacity: .25;
}
.divider.left {
    margin-left: 0;
    margin-right: 0;
}
.divider.right {
    margin-left: auto;
    margin-right: 0;
}
.underline:after {
    width: 100%;
    content: '';
    border-bottom: 1px solid var(--gray);
    display: block;
}
.hero-sell {
    height: calc(100vh + 7.25rem) !important;
    min-height: 600px !important;
    text-align: center;
    background: #333 url(../images/home-images/long-colonial_3.png) no-repeat center center;
    /*background: #333 url(../images/hero-sell.jpg) no-repeat center center;*/
    background-size: cover;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
.hero-sell .container {
    padding: 0;
    /*height: 100%;*/
    max-width: 100% !important;
    flex-direction: column;
}
.hero-sell .text {
    padding: 4rem 1rem;
    max-width: 40rem;
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 20px;
    margin-top: -200px;
}

@media screen and (max-height:800px) {
  .hero-sell .text {
    margin-top: 0px !important;
  }
}

.hero-sell .text > div {
    z-index: 10;
}
.hero-sell h1 {
    margin-bottom: 1rem;
    font-family: souvenir-light;
    font-size: 3.25rem;
    line-height: 4.75rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-sell p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-sell .btn.small {
    padding: .5rem 1.75rem;
    font-size: 1rem
}
.hero-sell:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(51,51,51,0.2) 0%, rgba(51,51,51,0) 50%);
    background: -webkit-linear-gradient(top,  rgba(51,51,51,0.2) 0%,rgba(51,51,51,0) 50%);
    background: linear-gradient(to bottom,  rgba(51,51,51,0.2) 0%,rgba(51,51,51,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333333', endColorstr='#00333333',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-sell .text:before {
    width: 300%;
    height: 150%;
    content: '';
    background: -moz-radial-gradient(center, ellipse cover,  rgba(51,51,51,0.5) 0%, rgba(51,51,51,0) 50%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(51,51,51,0.5) 0%,rgba(51,51,51,0) 50%);
    background: radial-gradient(ellipse at center,  rgba(51,51,51,0.5) 0%,rgba(51,51,51,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80333333', endColorstr='#00333333',GradientType=1 );
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hero-sell .savings-tool {
    padding: 3rem 2rem;
    width: 100%;
    /*background: -moz-linear-gradient(top, rgba(80,94,95,0.75) 0%, rgba(80,94,95,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(80,94,95,0.75) 0%, rgba(80,94,95,0.45) 100%);
    background: linear-gradient(to bottom, rgba(80,94,95,0.75) 0%, rgba(80,94,95,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#73000000',GradientType=0 );*/
    display: block;
}
.hero-sell .savings-tool > .row {
    margin: 0 auto;
    max-width: 62.25rem;
}
.hero-sell .savings-tool h2 {
    font-size: 1.75rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: #fff;
   /* background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;*/
}
.hero-sell .savings-tool h3 {
    font-size: 1.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: #fff;
}
.hero-sell .savings-tool .totals {
    margin: 0 auto !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #c2c2c2;
}
.hero-sell .savings-tool .totals .amount {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #fff;
}
.hero-sell .savings-tool .totals .savings .amount {
    color: var(--light-green);
    font-weight: 700;
    letter-spacing: -.075rem;
}

.hero-sell .txt{
  transition: opacity 0.5s;
  color: var(--secondary);
  font-size: 75px;
  text-shadow: 3px 3px 0px rgba(0,0,0, 0.5);
}

 
/*
.hero-sell .list{
  margin-right: -61px;
}

.hero-sell .sell{
  margin-left: -61px;
}*/

.hero-sell .hide{
  opacity: 0;
}

.hero-sell  .showit {
  opacity: 1 !important;
  transition: opacity 0.5s ease;
}
.hero-sell  .hideit {
  opacity: 0 ;
  transition: opacity 0.5s ease;
}
.hero-sell  .display_none{
  display: none !important;
}

.hero-sell .counter {
  margin: 20px 0;
  color: var(--secondary);
  font-size: 60px;
}



.about-writup-mobile {
  display: none;
}


.ready-to-sell {
  margin-top: 80px !important;
}



@media screen and (max-width:450px) {
  .hero-sell .text {
    max-width: 25rem;
    padding-top: 1rem;
  }

  .hero-sell h1 {
    line-height: 4rem;
  }

  .hero-sell .txt{
    font-size: 60px;
    text-shadow: 3px 3px 0px rgba(0,0,0, 0.5);
  }

  .hero-sell .savings-tool {
    padding: 3rem 1rem;
  }

  .homeshake-different-text {
    font-size: 25px !important;
  }

  .homeshake-different-ul {
    text-align: left !important;
    font-size: 19px !important;
  }

  .promo-video  {
    padding: 2rem 0;
  }
  .promo-video h2 {
    width: 94% !important;
    font-size: 25px !important;
  }
 
  .how-it-works h1 {
    font-size: 46px !important;
    line-height: 3.75rem;
  }

  /*.fa-question-circle {
    margin-left: 10px;
  }*/

  .about-writup {
     position: relative !important; 
     width: 100% !important;
    
  }
  .nodisplay {
    display: none !important;
  }
  .about-writup-1{
    margin-bottom: 15px !important; 
  }
  .about_card {
    margin: 0 !important;
    width: auto !important;
  }

  .card-img-top {
    border-radius: 20px !important;
  }
  .leadership_flex {
    flex-direction: column;
  }

  section.about .team p {
    font-size: 16px !important;
  }

  .about-writup-mobile {
    display: block;
    margin-top:10px;
  }
  
  .history-mobile-pad {
    padding: 0rem 2rem !important; 
  }

  .about .media {
    display: none !important;
  }
}


input[type=range] {
  width: 100%;
  margin: 6px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #FFC73C;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 50rem;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 0.2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFC73C;
  border-radius: 50rem;
}
input[type=range]::-moz-range-track {
  background: #FFC73C;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  width: 100%;
  height: 4px;
  cursor: pointer;
  border-radius: 50rem;
}
input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 0.2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 7px 0;
  color: transparent;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #dde0e0;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
}
input[type=range]::-ms-fill-upper {
  background: #e5e7e7;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
}
input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 0.2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  cursor: pointer;
  margin-top: 0px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e5e7e7;
}
input[type=range]:focus::-ms-fill-upper {
  background: #edeeee;
}
@supports (-ms-ime-align:auto) {
  input[type=range] {
    margin: 0;
  }
}
section.sell {
    padding: 0 !important;
}
section.sell .recently-sold-carousel-header {
    margin: 0 0 0 2rem !important;
}
section.sell .recently-sold-carousel-wrapper {
    margin: 0 0 4rem 0 !important;
}
section.sell .how-it-works.slider .how-it-works-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
section.sell .claim-home {
    padding: 5rem 2rem;
    background-color: rgba(191,223,209,.25);
}
section.sell .claim-home .row {
    margin: 0 auto;
    max-width: 81.25rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.sell .claim-home .row [class*='col-'] {
    padding: 0 30px;
}
section.sell .claim-home h2 {
    margin-bottom: .5rem;
    font-size: 2.5rem !important;
    line-height: 2.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
}
section.sell .claim-home form[name="search"] input {
    padding: 0 4.5rem 0 2rem !important;
    width: 100%;
    height: auto;
    line-height: 4rem !important;
    background: #fff !important;
    border: none !important;
    outline: none !important;
    vertical-align: middle;
}
section.sell .claim-home form[name="search"] {
    margin: 0;
    position: relative;
}
section.sell .claim-home form[name="search"] .btn {
    padding: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    line-height: 3.5rem !important;
    text-align: center;
    color: #fff;
    background: var(--green);
    border-radius: 50rem;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: .25rem;
    right: .25rem;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}
.no-touchevents section.sell .claim-home form[name="search"] .btn:hover {
    background: var(--gray);
}
section.sell .ctas {
    margin: 0 auto;
    max-width: 90rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.sell .ctas [class*='col-'] {
    padding: 5rem 4rem;
}
section.sell .ctas h2 {
    font-size: 3.25rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
}
section.sell .ctas h3 {
    font-size: 2.25rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
}
section.sell .ctas h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.sell .ctas p {
    font-size: 1.5rem;
}
section.sell .how-we-market {
    margin: 0 auto;
    max-width: 65.25rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.sell .help {
    background-color: #fff;
    background: linear-gradient(to right bottom, #fff 50%, rgba(255,199,60,.075) 50%);
    padding-left: 250px;
    padding-right: 250px;
}
section.sell .help .help-image{
  margin-top: 120px !important;
}
section.sell .help .ctas {
    margin: 0 auto;
    padding: 5rem 0;
    max-width: 90rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.sell .help [class*='col-'] {
    padding: 5rem 4rem;
}
section.sell .help-item {
    padding: 1.5rem 0;
    font-size: 0;
}
section.sell .help-item .icon {
    width: 6rem;
    font-size: 4.5rem;
    line-height: 5rem;
    color: rgba(51,51,51,.125);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
section.sell .help-item .text {
    padding-left: 1.5rem;
    width: calc(100% - 6rem);
    text-align: left !important;
    display: inline-block;
    vertical-align: middle;
}
section.sell .help-item .text h5 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
}
section.sell .help-item .text p {
    font-size: 1.125rem;
}
section.sell .callout {
    padding: 2rem;
    background-color: #fff7e2;
}
section.sell .callout.dark {
    background-color: var(--primary);
}
section.sell .callout [class*='col-'] {
    font-size: 0;
}
section.sell .callout .row {
    margin: 0 auto;
    max-width: 54rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.sell .callout h2 {
    margin-bottom: .5rem;
    max-width: 27rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
}
section.sell .callout .icon {
    width: 8rem;
    height: 8rem;
    font-size: 5rem;
    line-height: 8rem;
    color: #fff;
    background: var(--secondary);
    text-align: center;
    border-radius: 50rem;
    display: inline-block;
    vertical-align: middle;
}
section.sell .callout h3 {
    margin-bottom: 0;
    padding: 2rem;
    max-width: calc(100% - 8rem);
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: souvenir-light;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
section.sell .cta-ready {
    padding: 5rem 2rem;
    background-color: var(--gray);
}
section.sell .cta-ready .row {
    margin: 0 auto;
    max-width: 81.25rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.sell .cta-ready h2 {
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    display: block;
}
section.sell .cta-ready .btn {
    padding: .625rem 2.25rem;
    font-size: 1.5rem;
    border-width: 2px;
    border-radius: 50rem;
}
section.sell .commissions .benefits {
    margin: 4rem auto 0;
    max-width: 30rem;
    text-align: left;
}
section.sell .builder {
    max-width: 100%;
}
section.sell .builder [class*='col-'] {
    padding: 5rem 0;
}
section.sell .builder .intro {
    margin: 0 auto;
    padding: 0 3rem;
    max-width: 68.25rem;
}
section.sell .builder #seller-breakdown {
    margin: 0 auto;
    padding: 2rem 0;
    max-width: 90rem;
}
section.sell .builder #seller-breakdown .card {
    padding: .5rem;
    background: transparent;
    border: none;
}
section.sell .builder #seller-breakdown .card .card-body {
    padding: 0;
}
section.sell .builder #seller-breakdown .card .card-body h5 {
    margin-bottom: .25rem;
    color: var(--gray);
}
section.sell .builder #seller-breakdown .card .card-body h5 strong {
    color: var(--secondary);
}
section.sell .builder #seller-breakdown .card .card-body ul {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
}
section.sell .builder #seller-breakdown .card .card-body ul li {
    margin: 0 auto;
    padding: .75rem 0;
    border-bottom: .125rem solid rgba(191,223,209,.25);
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section.sell .builder #seller-breakdown .card .card-body ul li:last-of-type {
    border: none;
}
section.sell .builder .diy {
    margin: 3rem 0;
}
section.sell form[name="search"] input, form.inline input.search {
    padding: 0 4.5rem 0 2rem !important;
    width: 100%;
    height: auto;
    line-height: 4rem !important;
    background: #fff !important;
    border: none !important;
    outline: none !important;
    vertical-align: middle;
}
section form.inline input.search {
    padding: 0 3.625rem 0 1.5rem !important;
    line-height: 3.125rem !important;
}
form.inline {
    max-width: 27rem;
}
form#container_search_one {
    margin-top: 3rem;
}
form#container_search_three {
    margin-top: 2rem;
}
section.sell .builder form[name="search"] {
    margin: 0 auto;
    max-width: 42rem;
    position: relative;
}
section.sell .builder form[name="search"] .btn, form.inline input.search + .btn {
    padding: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    line-height: 3.5rem !important;
    text-align: center;
    color: #fff;
    background: var(--green);
    border-radius: 50rem;
    border: 0;
    box-shadow: none;
    position: absolute;
    top: .25rem;
    right: .25rem;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}
form.inline input.search + .btn {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.25rem;
    line-height: 2.625rem !important;
}
.no-touchevents section.sell .builder form[name="search"] .btn:hover, form.inline input.search + .btn:hover {
    background: var(--gray);
}
section.sell form#container_search_five input.search {
    padding: 0 4.25rem 0 2rem !important;
    line-height: 3.75rem !important;
}
section.sell form#container_search_five input.search + .btn {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.5rem;
    line-height: 3.25rem !important;
}
.accordion#timeline {
    margin: 0 auto 2rem;
    width: 100%;
}
.accordion#timeline h2 {
    display: block;
}
.accordion#timeline h2 .step {
    margin-right: .5rem;
    padding-top: .25rem;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    font-size: .75rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--green);
    border-radius: 50rem;
    display: inline-block;
    vertical-align: middle;
}
.accordion#timeline h2 .step strong {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
}
.accordion#timeline p {
    font-size: 1rem;
}
.accordion#timeline .card {
    padding: 0;
    border: none;
}
.accordion#timeline .card .card-header {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: none !important;
}
.accordion#timeline .card .card-body {
    padding: .75rem .75rem 2rem;
    text-align: left;
}
.accordion#timeline .card .card-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
}
.accordion#timeline .card .card-body ul li {
    margin: 0;
    padding: .5rem 0 .5rem 1rem;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.accordion#timeline .card .card-body ul li:before {
    width: 1rem;
    height: 1.25rem;
    content: '•';
    text-align: left;
    color: var(--secondary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: .5rem;
}
.accordion#timeline .collapsible-link {
    padding: .75rem;
    width: 100%;
    font-size: 1.125rem;
    color: var(--primary);
    text-decoration: none;
    position: relative;
    text-align: left;
    transition: all .2s ease-in-out;
}
.accordion#timeline .collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    color: var(--yellow);
}
.accordion#timeline .collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}

.accordion#marketing {
    margin: 0 auto 2rem;
    width: 100%;
}
.accordion#marketing h2 {
    display: block;
}
.accordion#marketing h2 [class*="fa-"] {
    margin-right: .5rem;
    width: 2.25rem;
    height: 3rem;
    font-size: 3rem;
    text-align: center;
    color: var(--secondary);
    display: inline-block;
    vertical-align: middle;
}
.accordion#marketing p {
    font-size: 1rem;
}
.accordion#marketing .card {
    padding: 0;
    border: none;
}
.accordion#marketing .card .card-header {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: none !important;
}
.accordion#marketing .card .card-body {
    padding: .75rem .75rem 2rem;
    text-align: left;
}
.accordion#marketing .card .card-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
}
.accordion#marketing .card .card-body ul li {
    margin: 0;
    padding: .5rem 0 .5rem 1rem;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.accordion#marketing .card .card-body ul li:before {
    width: 1rem;
    height: 1.25rem;
    content: '•';
    text-align: left;
    color: var(--secondary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: .5rem;
}
.accordion#marketing .collapsible-link {
    padding: .75rem;
    width: 100%;
    font-size: 1.125rem;
    color: var(--primary);
    text-decoration: none;
    position: relative;
    text-align: left;
    transition: all .2s ease-in-out;
}
.accordion#marketing .collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    color: var(--yellow);
}
.accordion#marketing .collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}
ul.list-pins {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.5rem;
}
ul.list-pins li {
    margin: 0;
    padding: .75rem 0 .75rem 1.325rem;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
ul.list-pins li:before {
    width: 1rem;
    height: 1.25rem;
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    color: var(--secondary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: .75rem;
}
.bg-pattern-light {
    background: transparent url(../images/bg-pattern-light.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-pattern-dark {
    background: transparent url(../images/bg-pattern-dark.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-pattern-black {
    background: transparent url(../images/bg-pattern-black.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-pattern-green {
    background: transparent url(../images/bg-pattern-green.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-pattern-orange {
    background: transparent url(../images/bg-pattern-orange.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-pattern2-black {
    background: transparent url(https://dsathemes.com/html/mobicom/files/images/tra-bg-1.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.outline-light-5 {
    -webkit-box-shadow: 0 0 0px 5px rgba(255,255,255,.35) !important;
    -moz-box-shadow: 0 0 0px 5px rgba(255,255,255,.35) !important;
    box-shadow: 0 0 0px 5px rgba(255,255,255,.35) !important;
}
.outline-dark-5 {
    -webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.075) !important;
    -moz-box-shadow: 0 0 0px 5px rgba(0,0,0,.075) !important;
    box-shadow: 0 0 0px 5px rgba(0,0,0,.075) !important;
}
.outline-gray-5 {
    -webkit-box-shadow: 0 0 0px 5px rgba(51,51,51,.05) !important;
    -moz-box-shadow: 0 0 0px 5px rgba(51,51,51,.05) !important;
    box-shadow: 0 0 0px 5px rgba(51,51,51,.05) !important;
}
.outline-green-5 {
    -webkit-box-shadow: 0 0 0px 5px rgba(21,122,81,.05) !important;
    -moz-box-shadow: 0 0 0px 5px rgba(21,122,81,.05) !important;
    box-shadow: 0 0 0px 5px rgba(21,122,81,.05) !important;
}
.flag {
    margin-bottom: 2rem;
    width: 10rem;
    height: 10rem;
    background-color: rgba(191,223,209,.25);
    line-height: 10rem;
    border-radius: 50rem;
    display: block;
}
.flag i.fa-flag-alt {
    font-size: 5rem;
    line-height: 10.5rem;
}
.flag i.fa-flag-alt:before {
    color: var(--primary);
}
.flag i.fa-flag-alt:after {
    color: var(--yellow);
    opacity: 1;
}
section.about:before {
    width: 100%;
    height: 40rem;
    content: '';
    background: -moz-linear-gradient(top, rgba(248,241,233,1) 0%, rgba(248,241,233,0) 100%);
    background: -webkit-linear-gradient(top, rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    background: linear-gradient(to bottom, rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f1e9', endColorstr='#00f8f1e9',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
}
.hero-about {
    padding: 0;
    height: auto;
    min-height: 20rem !important;
    text-align: center;
    background: #333 url(../images/hero-about.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.hero-about:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(top,  rgba(51,51,51,0.5) 0%, rgba(51,51,51,.25) 65%);
    background: -webkit-linear-gradient(top,  rgba(51,51,51,0.5) 0%,rgba(51,51,51,.25) 65%);
    background: linear-gradient(to bottom,  rgba(51,51,51,0.5) 0%,rgba(51,51,51,.25) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333333', endColorstr='#00333333',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero-about .text {
    padding: 4rem 1rem;
}
.hero-about h1 {
    margin-bottom: .5rem;
    font-family: souvenir-light;
    font-size: 4.5rem;
    line-height: 4.75rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-about p {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
section.about:before {
    width: 100%;
    height: 40rem;
    content: '';
    background: -moz-linear-gradient(top, rgba(248,241,233,1) 0%, rgba(248,241,233,0) 100%);
    background: -webkit-linear-gradient(top, rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    background: linear-gradient(to bottom, rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f1e9', endColorstr='#00f8f1e9',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
}
section.about .intro {
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    max-width: 60rem;
}
section.about .intro h1 {
    margin-bottom: 1rem;
    font-family: souvenir-light;
    font-size: 4.25rem;
    line-height: 4.75rem;
    color: var(--gray);
}
section.about .intro p {
    font-size: 1.5rem;
    color: var(--gray);
}
section.about .ctas {
    margin: 0 auto;
    max-width: 90rem;
    display: flex;
    align-items: center;
    position: relative;
}
section.about .ctas > [class*='col-'] {
    padding: 5rem 4rem;
}
section.about .ctas h2 {
    font-size: 3.25rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.about .ctas h3 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.about .ctas p {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}
section.about .ctas p:last-of-type {
    margin-bottom: 0;
}
section.about h2.alt {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.about .team {
    margin: 0 auto 2rem;
    padding: 0 1rem;
    /*max-width: 62.25rem;*/
    display: flex;
    align-items: flex-start;
    position: relative;
}
section.about .team .card {
    border: none;
    border-radius: 0 0 3rem 0;
    overflow: hidden;
    position: relative;
}
section.about .team .card .card-body {
    margin: .5rem;
    padding: .5rem 1rem;
    width: calc(100% - 1rem);
    background: rgba(255,255,255,.975);
    border-radius: 0 0 2.5rem 0;
    position: absolute;
    bottom: 0;
}
section.about .team h2 {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.about .team .card-title {
  font-size: 20px;
}
section.about .team p {
    font-size: 19px;
    line-height: 23px;
    color: rgba(51,51,51,.75);
    margin-bottom: 5px !important;
}
section.about .team .nom {
  margin-bottom: 0px !important;
}
section.about .team a {
    margin: .5rem .25rem 0;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle;
}
section.about .how-it-works.slider {
    margin: 0;
    padding: 2rem 0;
    background-color: var(--primary);
}
section.about .how-it-works.slider .how-it-works-item {
    display: flex;
    align-items: center;
}
section.about .how-it-works.slider .owl-item:nth-of-type(1) .how-it-works-item {
    background-color: #F8F2E9;
}
section.about .how-it-works.slider .owl-item:nth-of-type(2) .how-it-works-item {
    background-color: #FBE7C4;
}
section.about .how-it-works.slider .owl-item:nth-of-type(3) .how-it-works-item {
    background-color: #FFDDCF;
}
section.about .how-it-works.slider .owl-item:nth-of-type(4) .how-it-works-item {
    background-color: #F9EA82;
}
section.about .how-it-works.slider .owl-item:nth-of-type(5) .how-it-works-item {
    background-color: #BFDFD1;
}
section.about .how-it-works.slider h2 {
    margin: 0 auto;
    max-width: 100%;
    font-size: 3.5rem;
    line-height: 4rem;
}
section.about .how-it-works.slider h3 {
    margin-bottom: .25rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.about .keep-going {
    margin: 2rem auto 4rem;
    padding: 0 1rem;
    max-width: 90rem;
    display: flex;
    align-items: flex-start;
    position: relative;
}
section.about .keep-going .card {
    border: none;
    border-radius: 0 0 3rem 0;
    overflow: hidden;
    position: relative;
}
section.about .keep-going .card:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(45deg,  rgba(255,106,20,0.75) 15%, rgba(255,199,60,0.5) 80%, rgba(255,199,60,0.4) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(255,106,20,0.75) 15%,rgba(255,199,60,0.5) 80%,rgba(255,199,60,0.4) 100%);
    background: linear-gradient(45deg,  rgba(255,106,20,0.75) 15%,rgba(255,199,60,0.5) 80%,rgba(255,199,60,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff6a14', endColorstr='#80ffc73c',GradientType=1 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.about .keep-going .card .card-body {
    padding: 1.5rem;
    background: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
section.about .keep-going h2 {
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    font-size: 1.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 50rem;
    pointer-events: none;
}
.hero-neighborhood {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
.hero-neighborhood .text {
    padding: 12rem 1rem 3rem;
    z-index: 10;
}
.hero-neighborhood h1 {
    margin-bottom: 0;
    font-family: souvenir-light;
    font-size: 3.75rem;
    line-height: 4rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-neighborhood p {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-neighborhood i[class*="fa-"] {
    margin-bottom: 1rem;
    font-size: 4rem;
    color: var(--secondary);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.hero-neighborhood:before {
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(bottom,  rgba(51,51,51,0.85) 0%, rgba(51,51,51,0) 65%);
    background: -webkit-linear-gradient(bottom,  rgba(51,51,51,0.85) 0%,rgba(51,51,51,0) 65%);
    background: linear-gradient(to top,  rgba(51,51,51,0.85) 0%,rgba(51,51,51,0) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333333', endColorstr='#00333333',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.common {
    
}
section.common:before {
    width: 100%;
    height: 40rem;
    content: '';
    background: -moz-linear-gradient(top, rgba(248,241,233,1) 0%, rgba(248,241,233,0) 100%);
    background: -webkit-linear-gradient(top, rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    background: linear-gradient(to bottom, rgba(248,241,233,1) 0%,rgba(248,241,233,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f1e9', endColorstr='#00f8f1e9',GradientType=0 );
    display: block;
    position: absolute;
    top: 0;
}
section.common > .row {
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
    max-width: 80rem;
}
section.common h1 {
    margin-bottom: 4rem;
    font-family: souvenir-light;
    font-size: 4.25rem;
    line-height: 4.75rem;
    color: var(--gray);
}
section.common h2 {
    font-size: 2.25rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.common h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: var(--gray);
}
section.common p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
}
section.common p.small {
    font-size: .925rem;
}
section.common strong {
    font-weight: 700;
}
section.common ul {
    margin: 0 0 2rem 2rem;
    padding: 0;
    list-style: none;
    font-size: 1.125rem;
}
section.common li {
    margin: 0;
    padding: .5rem 0 .5rem 1rem;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section.common li:before {
    width: 1rem;
    height: 1.25rem;
    content: '•';
    text-align: left;
    color: var(--secondary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: .5rem;
}
.embed-responsive.pdf {
    margin: 0 auto 4rem;
    width: 100%;
    max-width: 800px;
    /*aspect-ratio: 8.5 / 11;*/
    aspect-ratio: 5 / 4;
    border: 1px solid rgba(51,51,51,.25);
}
section.faq h2, section.faq h4 {
    width: 100%;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    position: relative;
}
section.faq h2:before {
    width: 3rem;
    height: .25rem;
    content: '';
    margin: .5rem 0;
    background: var(--secondary);
    opacity: .25;
    display: block;
    position: relative;
}
section.faq h4 {
    margin: 0;
    padding: 1rem 2rem 1rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
section.faq h4:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    color: var(--yellow);
}
section.faq h4[aria-expanded='true']:after{
    content: '\f106';
}
section.faq h4 + div {
    padding: 1rem;
}
section.faq p {
    font-size: 1.125rem;
}
section.faq ul {
    margin: 0 0 3rem;
    list-style: none;
    padding: 0;
    position: sticky;
    top: 150px;
}
section.faq ul li {
    margin: 0 0 .5rem;
    padding: 0;
}
section.faq a.anchor {
    width: 100%;
    height: 3rem;
    visibility: visible;
    top: -90px;
}
section.faq a.anchor.alt {
    height: 0;
    top: -114px;
}
button:focus {
    outline: none !important;
}
p.error, #error_message {
    margin: .125rem 0;
    font-size: .9rem;
    color: var(--red);
}
.ui-front {
    z-index: 9999 !important;
}
.ui-autocomplete {
    margin-top: 10rem !important;
    padding: .25rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    background-color: #fff !important;
    border-radius: .5rem !important;
}
.ui-autocomplete .ui-menu-item-wrapper {
    margin: 0 !important;
    padding: .25rem .5rem !important;
    border-radius: .25rem !important;
    border: none !important;
}
.ui-autocomplete .ui-menu-item-wrapper [class*="fa-"] {
    margin-right:.25rem;
    width: 1.25rem;
    text-align: center;
    color: rgba(51,51,51,.25);
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active [class*="fa-"] {
    color: rgba(255,255,255,.5);
}
.ui-autocomplete-category {
    margin: .75em 0 .25em !important;
    padding: .25rem .5rem !important;
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
    font-weight: 700 !important;
}
.search-results h1 {
    display: inline-block;
    vertical-align: bottom;
}
.search-results .col.neighborhoods, .search-results .col.properties {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.search-results .col.neighborhoods ul.list-neighborhoods {
    height: auto;
    font-size: 1rem;
    line-height: 1.25rem !important;
    grid-row-gap: 0 !important;
    grid-column-gap: 1rem;
    grid-template-columns: auto auto auto auto;
    grid-auto-rows: 1fr;
}
.search-results .col.neighborhoods ul.list-neighborhoods li {
    padding: .5rem 0;
}
section.content.comp-report .container {
    margin: 0 auto;
    max-width: 90rem;
}
section.content.comp-report .comp-report-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(51,51,51,.125);
    -webkit-box-shadow: -1px 16px 37px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 16px 37px -30px rgba(0,0,0,0.75);
    box-shadow: -1px 16px 23px -30px rgba(0,0,0,0.75);
    margin-bottom: 25px;
}
section.content.comp-report .comp-report-item:last-of-type {
    border-bottom: none;
}
section.content.comp-report .property-item {
    margin: 0;
    padding: 0;
}
section.content.comp-report .text {
    padding: 1rem 0;
}
section.content.comp-report .text .address {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
section.content.comp-report .text .address strong {
    font-size: 1.5rem;
}
section.content.comp-report .text .property-details {
    height: auto;
    font-size: 1rem;
    line-height: 1.25rem;
    /*display: grid;
    grid-row-gap: 0;
    grid-column-gap: 1rem;
    grid-template-columns: auto auto auto auto;*/
    grid-auto-rows: 1fr;
}

.no-pad {
  padding: 0px !important;
}


.comp-mobile {
  display: none;
}
.comp-report-table {
  width: 100%;
  min-width: 100%;
  border-radius: 20px;
}

.comp-report-flex {
  display: flex;
}


.comp-report-flex div{
  flex-direction: column;
}

.comp-report-label {
  /*font-weight: bold;*/
  color: var(--secondary);
  margin-bottom: 4px;
  white-space: nowrap;
  font-size: 13px;
}

.comp-report-item-text{
  font-weight: bold;
}

.comp-report-subject   {
  background: rgb(254,236,225);
  background: linear-gradient(90deg, rgba(254,236,225,1) 0%, rgba(250,250,250,1) 50%, rgba(254,236,225,1) 100%);
  font-weight: bold;
}

.comp-report-table tr {
  width: 100%;
}

.comp-report-table th {
  padding: 10px;
  border-bottom: 1px solid var(--secondary);
}

.comp-report-table td {
  padding: 10px;
  vertical-align: top;
  font-size: 18px;
  width: 20%;
}

.comp-report-table .brd {
  border-bottom: 1px dashed var(--primary);
}

.comp-report-table .image_td {
  max-width: 250px !important;
  min-width: 250px !important;
}

.comp-report-brd {
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.comp-report-updated {
  color: var(--secondary);
}
.comp-report-address {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  color: var(--primary);
  font-size: 1.5rem;
  border-bottom: 1px solid var(--secondary);
  padding-top:5px;
}

.comp-report-address:before {
  margin-right: 5px;
  content: '\f015';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.5rem;
  color: var(--secondary);
}

.comp-gray {
  background: rgb(254,236,225);
  background: linear-gradient(90deg, rgba(254,236,225,1) 0%, rgba(250,250,250,1) 50%, rgba(254,236,225,1) 100%);
  
 
}
 
.comp-report-address-row {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
 
.comp-report-item-row {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.comp-item-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #cccccc;
  height: 55px;
  font-size: 19px;
}
.comp-item-flex-last {
  border-bottom: none !important;
}

.comp-item-flex-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  color: var(--secondary);
}
.comp-item-flex-item{
  padding: 0;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}

.comp-report-item {
  padding: 0px !important;
  border: none !important;
}

@media screen and (max-width: 480px) {
  .comp-mobile {
    display: block;
  }
  .comp-desktop {
    display: none;
  }
  .comp-item-flex {
    font-size: 15px;
  }
  .comp-report-address {
    font-size: 1.2rem;
  }
  .comp-report-address:before {
    font-size: 1.2rem;
  }
}


section.content.comp-report .text .property-details .property-details-item {
    text-align: center;
    background-color: #fff;
    /*border: 1px solid rgba(51,51,51,.125);*/
    border-radius: .5rem;
}
section.content.comp-report .text .property-details-2 .property-details-item {
    text-align: center;
    background-color: #fff;
    /*border: 1px solid rgba(51,51,51,.125);*/
    border-radius: .5rem;
}
section.content.comp-report .text .property-details .property-details-item h5 {
    margin: -1px -1px .5rem -1px;
    padding: .25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: var(--green);
    border-radius: .5rem .5rem 0 0;
}
section.content.comp-report .text .property-details-2 .property-details-item h5 {
    margin: -1px -1px .5rem -1px;
    padding: .25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: var(--yellow);
    border-radius: .5rem .5rem 0 0;
}
section.content.comp-report .text .property-details .property-details-item p {
    padding: .25rem .5rem .75rem;
}
section.content.comp-report .text .property-details-2 .property-details-item p {
    padding: .25rem .5rem .75rem;
}
.avatar-upload {
    margin: 5px auto !important;
    padding: 20px;
    width: 344px !important;
    height: 344px !important;
    color: #000;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out;
}
.avatar-upload .text {
    position: relative;
    top: 50%;
    transform: translateY(-50.5%);
}
.avatar-upload label {
    margin: 0;
    padding: 14px 20px;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #ff6a14;
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out;
}
.avatar-upload label:before {
    margin-right: 7px;
    margin-left: -2px;
    content: "\f03e";
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
}
.avatar-upload p {
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 22px;
}
.avatar-upload input {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    cursor: pointer;
    opacity: 0;
}
.profile-photo-preview {
    padding: 3rem 0;
    text-align: center;
}
.profile-photo-preview .avatar {
    margin: 0 auto;
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 50rem;
    background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
    background-size: 100%;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

/* ONBOARDING */
#onboardingModal .modal-dialog {
    margin: 0;
    padding: .5rem;
    max-width: 100%;
    min-height: 100%;
}
#onboardingModal .modal-dialog .modal-content {
    min-height: calc(100vh - 1rem);
    border-radius: 0;
    flex-grow: 1;
}
#onboardingModal .modal-dialog .modal-header {
    border: none;
}
#onboardingModal .modal-dialog .modal-content section.content.dashboard {
    margin: 0 !important;
    padding: 0;
}
section.content.dashboard .onboarding h1 {
    font-size: 3rem;
}
section.content.dashboard .onboarding h4 {
    margin-bottom: 3rem;
    font-size: 1.5rem;
}
section.content.dashboard .onboarding h5 {
    margin-bottom: 2rem;
}
section.content.dashboard .onboarding .details {
    margin: 0 auto 1.5rem;
    font-size: 0;
    display: inline-block;
}
section.content.dashboard .onboarding .details .property-item {
    margin: 0;
    width: 18rem;
    display: inline-block;
    vertical-align: middle;
}
section.content.dashboard .onboarding .details .text {
    padding: 1.5rem;
    width: calc(100% - 18rem);
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
section.content.dashboard .onboarding .details .address {
    font-size: 1.25rem;
}
section.content.dashboard .onboarding .details .address strong {
    font-size: 1.5rem;
}
.onboarding form h3 {
    margin-bottom: .5rem;
    padding-top: .5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.onboarding form .form-group {
    position: relative;
}
.onboarding form[name='register'] .form-group.col-sm-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.onboarding form .form-group > label {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #acb4b4;
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    left: .675rem;
    z-index: 10;
    transition: all .2s ease-in-out;
    pointer-events: none;
    white-space: nowrap;
    text-indent: 2px;
}
.onboarding form label.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: all;
    text-indent: .75rem;
    font-size: 1.25rem;
    color: var(--gray);
    font-weight: 600;
    line-height: 1.25rem;
}
.onboarding form .form-row label {
    left: 1rem;
}
.onboarding form .form-group {
    margin-bottom: .75rem;
}
.onboarding form .form-group.active label, .onboarding form .form-group.active label[for="story"] {
    font-size: .75rem;
    top: .5rem;
}
.onboarding form label .required {
    color: var(--red);
    opacity: 1 !important;
}
.onboarding form input[type*="text"], .onboarding form input[type*="email"], .onboarding form input[type*="password"], .onboarding form input[type*="tel"], .onboarding form input[type*="number"], .onboarding form textarea, .onboarding form select {
    margin-bottom: 0;
    padding: 0 .5em;
    padding-top: 1.125rem;
    height: 3.825rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--primary);
    background-color: #fff !important;
    border: 2px solid var(--primary) !important;
    border-radius: .5rem;
    transition: all .2s ease-in-out !important;
    outline: none !important;
    -webkit-appearance: none;
}
.onboarding form textarea {
    padding-top: 1.5rem;
}
form[name="forgot_password"] input[type*="email"] {
    padding-top: 0;
}
.onboarding form .input-group-append {
    margin-left: -2px;
}
.onboarding form .form-row {
    margin-right: -.375rem;
    margin-left: -.375rem;
}
.onboarding form .form-row > .col, .onboarding form .form-row > [class*=col-] {
    padding-right: .375rem;
    padding-left: .375rem;
}
.onboarding form .form-row > .col, .onboarding form .form-row > [class*=col-] + [class*=col-] {
    margin-top: 0;
}
.onboarding form .btn-group-toggle label {
    margin: 0;
    padding: 0;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    color: unset;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .2s ease-in-out;
    pointer-events: all;
    white-space: nowrap;
    text-indent: 0;
}
.onboarding form .form-group.checkbox {
    font-size: 0;
}
.onboarding form .form-group.checkbox .btn-group-toggle {
    width: 3.75rem;
    display: inline-block;
    vertical-align: top;
}
.onboarding form .form-group.checkbox .btn-group-toggle .btn {
    padding: 0;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2.5rem;
    line-height: 3.75rem;
    background: #e5e7e7;
    border-radius: .75rem;
    border-color: rgba(51,51,51,.25);
}
.onboarding form .form-group.checkbox .btn-group-toggle .btn.active, 
.onboarding form .form-group.checkbox .btn-group-toggle .btn.checkmarked, 
.onboarding form .form-group.checkbox.active .btn-group-toggle .btn {
    background: var(--secondary);
    border-color: var(--gray);
}
.onboarding form .form-group.checkbox .btn-group-toggle .btn i[class*="fa-"] {
    color: rgba(51,51,51,0);
    transition: all .2s ease-in-out;
    pointer-events: none;
}
.no-touchevents .onboarding form .form-group.checkbox .btn-group-toggle .btn:not(.active):hover i[class*="fa-"], .no-touchevents .onboarding form .form-group.checkboxnot(.active) .btn-group-toggle .btn::hover i[class*="fa-"] {
    color: rgba(51,51,51,.25);
}
.onboarding form .form-group.checkbox .btn-group-toggle .btn.active i[class*="fa-"], 
.onboarding form .form-group.checkbox .btn-group-toggle .btn.checkmarked i[class*="fa-"], 
.onboarding form .form-group.checkbox.active .btn-group-toggle .btn i[class*="fa-"] {
    color: #fff;
}
.onboarding form .form-group.checkbox .btn-group-toggle .btn input[type="checkbox"] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section.content.dashboard .onboarding input.tags {
     width: 100%; 
}
label.btn p.error {
    margin: 0;
    width: 4.75rem;
    line-height: 1rem;
    white-space: normal;
    position: absolute;
    top: 4rem;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.onboarding form .form-group.checkbox .form-text {
    padding: 0 0 0 1rem !important;
    width: calc(100% - 3.75rem);
    font-size: 1.125rem;
    display: inline-block;
    vertical-align: top;
}
.onboarding form .form-row.toggle {
    
}
.onboarding form .form-row.toggle .form-group {
    margin-bottom: 2rem;
    width: 100%;
}
.onboarding form .form-row.toggle .btn-group-toggle {
    margin: 0 auto;
    font-size: 0;
    display: flex;
}
.onboarding form .form-row.toggle .btn {
    padding: 1rem 1.5rem;
    width: 50%;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;
    background: var(--primary);
    border-radius: 0;
    white-space: normal;
    display: inline-block;
}
.onboarding form .form-row.toggle .btn:not(.active):hover {
    background: var(--gray);
}
.onboarding form .form-row.toggle .btn:first-of-type.active {
    background: var(--green);
}
.onboarding form .form-row.toggle .btn:last-of-type.active {
    background: var(--red);
}
.onboarding form .form-row.toggle .btn:first-of-type {
    border-radius: 50rem 0 0 50rem;
}
.onboarding form .form-row.toggle .btn:last-of-type {
    border-radius: 0 50rem 50rem 0;
}
.onboarding form .form-row.toggle .btn:before {
    margin: 0 auto .5rem;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    display: block;
}
.onboarding form .form-row.toggle .btn:first-of-type.active:before {
    content: '\f058';
    font-weight: 900;
    color: rgba(255,255,255,1);
}
.onboarding form .form-row.toggle .btn:last-of-type.active:before {
    content: '\f057';
    font-weight: 900;
    color: rgba(255,255,255,1);
}
.onboarding form .more-info {
    padding: .5rem 0;
    position: relative;
    transition: all .2s ease-in-out;
}
.onboarding form .more-info.hidden {
    position: absolute;
}
.onboarding form .dropdown-menu {
    top: 75% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.onboarding form .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray);
    text-align: center;
}
.onboarding form .form-group label[for="story"] {
    margin: 0;
    padding: 0 1rem 0 2px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #acb4b4;
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    left: .675rem;
    z-index: 10;
    transition: all .2s ease-in-out;
    pointer-events: none;
    white-space: normal;
    text-indent: 0;
}
.onboarding .row.property-sign {
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
}
.onboarding .row.property-sign [class*="col-"] {
    padding: 0;
    text-align: center;
    position: relative;
    top: 0;
}
.onboarding .row.property-sign [class*="col-"]:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.onboarding .row.property-sign [class*="col-"] input[type=radio] {
    position: absolute;
    top: 0;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.onboarding .row.property-sign [class*="col-"] label {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Avenir Next Rounded Pro';
    font-size: 1.25rem;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10;
}
.onboarding .row.property-sign [class*="col-"] label span {
    padding: 5% 1rem;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.onboarding .row.property-sign [class*="col-"] label span:before {
    margin: 0 auto .25rem;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    display: block;
}
.onboarding .row.property-sign [class*="col-"] input[type=radio]:checked ~ label span:before {
    content: '\f058';
    font-weight: 900;
    color: rgba(255,255,255,1);
}
.onboarding .row.property-sign [class*="col-"] .image {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.onboarding .yard-sign-more-info {
    padding: 2rem 2rem 0;
}
.onboarding .row.shipping-address [class*="col-"]:nth-of-type(3) {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(51,51,51,.125);
}
.onboarding .row.shipping-address [class*="col-"] input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.onboarding .row.shipping-address [class*="col-"] > label {
    margin: 0;
    font-family: 'Avenir Next Rounded Pro';
    font-size: 1.25rem;
    display: block;
    cursor: pointer;
}
.onboarding .row.shipping-address [class*="col-"] .yard-sign-fields {
    padding-top: 1rem;
}
.onboarding .row.shipping-address [class*="col-"] > label span {
    
}
.onboarding .row.shipping-address [class*="col-"] > label span:before {
    margin: 0 auto .25rem;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
    color: rgba(51,51,51,.5);
    display: block;
}
.onboarding .row.shipping-address [class*="col-"] input[type=radio]:checked ~ label span:before {
    content: '\f058';
    font-weight: 900;
    color: var(--green);
}
.onboarding #photo-examples [class*="col-"] {
    max-width: 100%;
    flex: unset;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: .5rem;
}
.onboarding .accordion#photo-package {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 550px;
}
.onboarding .accordion#photo-package .card {
    padding: 0;
    border: none;
}
.onboarding .accordion#photo-package .card .card-header {
    margin: .25rem 0;
    padding: 0;
    background: var(--gray);
    border-radius: .325rem !important;
}
.onboarding .accordion#photo-package .card .card-body {
    text-align: left;
}
.onboarding .accordion#photo-package .card .card-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
}
.onboarding .accordion#photo-package .card .card-body ul li {
    margin: 0;
    padding: .5rem 0 .5rem 1rem;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.onboarding .accordion#photo-package .card .card-body ul li:before {
    width: 1rem;
    height: 1.25rem;
    content: '•';
    text-align: left;
    color: var(--secondary);
    display: inline-block;
    position: absolute;
    left: 0;
    top: .5rem;
}
.onboarding .accordion#photo-package .collapsible-link {
    padding: .5rem .75rem;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: left;
    transition: all .2s ease-in-out;
}
.onboarding .accordion#photo-package .collapsible-link::before {
    content: '\f067';
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
}
.onboarding .accordion#photo-package .collapsible-link[aria-expanded='true']::before {
    content: '\f068';
}
.help-icon {
    width: 2rem;
    height: 2rem;
    color: #fff;
    text-align: left;
    background-color: var(--secondary);
    border-radius: 50rem;
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 9999;
    transition: all .2s ease-in-out;
}
.no-touchevents .help-icon:hover  {
    background-color: var(--light-green);
}
.help-icon i[class*="fa-"] {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 2.125rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.no-touchevents .help-icon:hover i[class*="fa-"] {
    color: var(--green);
}

/* DATE PICKER */
.ui-widget-content {
    font-family: 'Avenir Next LT Pro' !important;
}
.onboarding form .more-info .ui-datepicker {
    margin-bottom: 2rem;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    padding: .25rem .325rem;
    border: none !important;
    background: #f6f6f6 !important;
    font-weight: 400 !important;
    color: #454545 !important;
}
.no-touchevents .ui-state-default:hover, .no-touchevents .ui-widget-content .ui-state-default:hover, .no-touchevents .ui-widget-header .ui-state-default:hover, .no-touchevents .ui-button:hover {
    background: rgba(191,223,209,.25) !important;
    color: var(--green) !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: var(--green) !important;
    color: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-highlight.ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-active:hover, .ui-widget-content .ui-state-active:hover, .ui-widget-header .ui-state-active:hover, .no-touchevents .ui-state-active:hover, .no-touchevents .ui-widget-content .ui-state-active:hover {
    background: var(--secondary) !important;
    color: #fff !important;
    border-color: transparent !important;
}
.ui-datepicker {
    text-align: center !important;
    z-index: 99 !important;
}
.ui-datepicker .ui-widget-header .ui-icon {
    background-image: none !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
    border: none !important;
    background: transparent !important;
    color: red !important;
    cursor: pointer;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
    width: 1rem;
    display: inline-block;
    vertical-align: bottom;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem !important;
    line-height: 1rem !important;
    font-weight: 400;
    border: none;
    color: #fff;
}
.ui-datepicker .ui-datepicker-header {
    font-size: .95rem !important;
    color: #fff !important;
    font-weight: 600;
    background: var(--gray) !important;
    border: 0 !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
    top: 2px !important;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
    top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: '\f104';
}
.ui-datepicker .ui-datepicker-next:before {
    content: '\f105';
}
.ui-timepicker-div {
    padding: .5rem;
    font-size: .9rem;
}
.ui-slider-handle {
    border: none !important;
}
.ui-state-default.ui-slider-handle, .ui-widget-content .ui-state-default.ui-slider-handle {
    background: #e9ebeb !important;
}
.no-touchevents .ui-state-hover.ui-slider-handle, .no-touchevents .ui-widget-content .ui-state-hover.ui-slider-handle {
    background: #e9ebeb !important;
}
.ui-state-focus.ui-slider-handle, .ui-widget-content .ui-state-focus.ui-slider-handle {
    background: #e9ebeb !important;
    border: none !important;
    outline: none !important;
}
.ui-state-active.ui-slider-handle, .ui-widget-content .ui-state-active.ui-slider-handle, .ui-widget-header .ui-state-active.ui-slider-handle {
    border: none !important;
    outline: none !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    padding: .25rem .75rem !important;
    color: #fff !important;
    font-weight: 600 !important;
    background: var(--secondary) !important;
    border-radius: .5rem !important;
    transition: all .2s ease-in-out;
    outline: none !important;
    opacity: 1 !important;
}
.no-touchevents .ui-datepicker .ui-datepicker-buttonpane button:hover {
    color: #fff !important;
    background: var(--yellow) !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary {
    background: var(--primary) !important;
}
.no-touchevents .ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary:hover {
    background: var(--gray) !important;
}
.ui-timepicker-select, .ui-widget-content .ui-state-default.ui-timepicker-select, .no-touchevents .ui-widget-content .ui-timepicker-select.ui-state-default:hover {
    background-color: #f6f6f6 !important;
    background-image: url(../images/select-arrow.png?1298351050) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-right: 2rem !important;
    font-family: 'Avenir Next LT Pro' !important;
    color: var(--gray) !important;
}

/* DASHBOARD
section.content.dashboard {
  margin-top: 115px;
  margin-bottom: 100px;
} */
section.content.dashboard .row.main > .col-sm-4 {
    width: 26.25rem;
    max-width: 100%;
    -ms-flex: unset;
    flex: unset;
}

@media screen and (max-width:991px) {
  /*section.content.dashboard {
    margin-top: 65px;
    margin-bottom: 50px;
  }*/
}

section.content.dashboard .row.main > .col-sm-8 {
    padding-right: 15%;
    width: calc(100% - 26.25rem);
    max-width: 100%;
    -ms-flex: unset;
    flex: unset;
}
section.content.dashboard .sidebar {
    position: sticky;
    /*top: 150px;*/
}
section.content.dashboard .sidebar .user {
    margin-bottom: .75rem;
    padding: 0 2rem;
    font-size: 0;
}
section.content.dashboard .sidebar .user .avatar {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 50rem;
    background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
    background-size: 100%;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
section.content.dashboard .sidebar .user .text {
    padding-left: 1rem;
    width: calc(100% - 5.625rem);
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
section.content.dashboard .sidebar .user .text a {
    max-width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown.dashboard .btn {
    display: none;
}
.dropdown.dashboard .btn .count {
    display: none;
}
.dropdown.dashboard ul.nav-dashboard.dropdown-menu {
    all: initial;
    all: unset;
}
.dropdown.dashboard ul.nav-dashboard.dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.nav-dashboard li {
    margin: 0;
    padding: 0;
}
ul.nav-dashboard li a {
    margin: 0;
    padding: .5rem 2rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--gray);
    letter-spacing: -.02rem;
    border-radius: 50rem;
    display: block;
    position: relative;
}
ul.nav-dashboard li a:before {
    margin: 0;
    padding: 0;
    width: 85%;
    height: 1px;
    content: '';
    background: #fae7c4;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
ul.nav-dashboard li:first-of-type a:before, ul.nav-dashboard li a.active:before {
    display: none;
}
ul.nav-dashboard li a:hover {
    color: #a7aeaf;
    text-decoration: none;
}
ul.nav-dashboard li a i[class*="fa-"] {
    margin-right: .125rem;
    width: 2rem;
    text-align: center;
    color: var(--secondary);
}
ul.nav-dashboard li a div.count {
    padding: .25rem .5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--green);
    letter-spacing: 0;
    border-radius: 50rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
ul.nav-dashboard li a div.count span {
    padding: 0 .125rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
ul.nav-dashboard li a div.count span.number {
    
}
ul.nav-dashboard li a div.count span.small {
    font-size: .85rem;
    line-height: .85rem;
    font-weight: 700;
}
ul.nav-dashboard li a.active, .no-touchevents ul.nav-dashboard li a:hover.active {
    color: #fff;
    background: var(--secondary);
    z-index: 5;
}
ul.nav-dashboard li a.active i[class*="fa-"] {
    color: #fff;
}
section.content.dashboard h1 {
    font-family: souvenir-light;
    color: var(--gray);
}
section.content.dashboard h1 i[class*="fa-"] {
    width: 2.5rem;
    text-align: center;
    color: var(--secondary);
}
section.content.dashboard h2, section.content.dashboard h3, section.content.dashboard h4 {
    font-family: 'Avenir Next LT Pro',sans-serif;
    color: var(--gray);
    font-weight: 600;
}
section.content.dashboard .row.dashboard-content {
    margin-left: -.625rem;
    margin-right: -.625rem;
}
section.content.dashboard .row.dashboard-content [class*="col-"] {
    padding-left: .625rem;
    padding-right: .625rem;
}
section.content.dashboard .block-no-results {
    border: 2px dashed #cad7d8;
    margin: 10px;
    padding: 50px 20px;
    border-radius: .5rem;
    text-align: center;
    color: #cad7d8 !important;
    overflow: hidden;
}
section.content.dashboard .block {
    padding: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    /*border: 1px solid #cad7d8;
    border-radius: 20px;*/
    position: relative;
   /* -webkit-box-shadow: 2px 2px 0px 0px rgba(233,241,242,1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(233,241,242,1);
    box-shadow: 2px 2px 0px 0px rgba(233,241,242,1);*/
    overflow: hidden;
    width: 90%
}

@media screen and (max-width:450px) {
  section.content.dashboard .block {
    width: 100%
  }


}
section.content.dashboard .block + .btn {
    margin-top: 1.25rem;
}
section.content.dashboard .row + h1 {
    margin-top: 3rem;
}
section.content.dashboard .block h4 {
    margin-bottom: .5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    color: var(--gray);
    font-weight: 600;
}
section.content.dashboard .block a.edit {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
section.content.dashboard .block .info {
    padding: .75rem 1rem .75rem 3.75rem;
    min-height: 4rem;
    border-radius: .5rem;
    background: #f8f2e9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
section.content.dashboard .block .info.price {
    display: block;
}
section.content.dashboard .block .info.price label, section.content.dashboard .block .info.price span {
    margin: 0 0 .5rem;
    vertical-align: middle;
}
section.content.dashboard .block .info.price .amount {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: -.05rem;
}
section.content.dashboard .block .info.price .to-circle {
    margin: 0 .5rem;
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: var(--secondary);
    border: 2px solid var(--gray);
    border-radius: 50rem;
    display: inline-block;
}
section.content.dashboard .block .info:before {
    width: 2rem;
    height: 2rem;
    content: '';
    background: url(../images/dashboard-no-check.svg) no-repeat center center;
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: 1rem;
    opacity: .5;
}
section.content.dashboard .block .info.complete:before {
    background: url(../images/dashboard-check.svg) no-repeat center center;
    opacity: 1;
}
section.content.dashboard .block .info + .info, section.content.dashboard .block .property-item + .info {
    margin-top: .5rem;
}
section.content.dashboard .block .address {
    font-size: 1.25rem;
}
section.content.dashboard .block .address strong {
    font-size: 1.5rem;
}
section.content.dashboard .block .info .important {
    font-family: 'Avenir Next Rounded Pro';
    font-size: 1rem;
    color: var(--secondary);
}
section.content.dashboard .block .property-item {
    margin: 0;
}
section.content.dashboard .block > .property-item .image {
  /*  border-radius: 0 0 40px 0;*/
}
section.content.dashboard .block .form-group {
    position: relative;
}
section.content.dashboard .block .form-group > label {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #acb4b4;
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    left: .675rem;
    z-index: 10;
    transition: all .2s ease-in-out;
    pointer-events: none;
    white-space: nowrap;
    text-indent: 2px;
}
section.content.dashboard .block .form-row label {
    left: 1rem;
}
section.content.dashboard .block .form-group {
    margin-bottom: .75rem;
}
section.content.dashboard .block .form-group.active label, section.content.dashboard .block .form-group label[for="state"] {
    font-size: .75rem;
    top: .5rem;
}
section.content.dashboard .block label .required {
    color: var(--red);
    opacity: 1 !important;
}
section.content.dashboard .block input[type*="text"], section.content.dashboard .block input[type*="email"], section.content.dashboard .block input[type*="password"], section.content.dashboard .block input[type*="tel"], section.content.dashboard .block input[type*="number"], section.content.dashboard .block textarea, section.content.dashboard .block select {
    margin-bottom: 0;
    padding: 0 .5em;
    padding-top: 1.125rem;
    height: 3.825rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--primary);
    background-color: #fff !important;
    border: 2px solid var(--primary) !important;
    border-radius: .5rem;
    transition: all .2s ease-in-out !important;
    outline: none !important;
    -webkit-appearance: none;
}
section.content.dashboard .block textarea {
    padding-top: 1.5rem;
}
form input[type*="text"].error, form input[type*="email"].error, form input[type*="password"].error, form input[type*="tel"].error, form input[type*="number"].error, form textarea.error, form select.error {
    border-color: var(--red) !important;
    background-color: #fdeaea !important;
}
section.content.dashboard form[name='account_preferences'] .block label, section.content.dashboard .block label.simple {
    margin: 0;
    display: inline-block;
}
section.content.dashboard form[name='account_preferences'] .block input[type*="text"], section.content.dashboard form[name='account_preferences'] .block input[type*="email"], section.content.dashboard form[name='account_preferences'] .block input[type*="password"], section.content.dashboard form[name='account_preferences'] .block input[type*="tel"], section.content.dashboard form[name='account_preferences'] .block input[type*="number"], section.content.dashboard form[name='account_preferences'] .block textarea, section.content.dashboard form[name='account_preferences'] .block select, section.content.dashboard .block label.simple input[type*="text"], section.content.dashboard .block label.simple input[type*="email"], section.content.dashboard .block label.simple input[type*="password"], section.content.dashboard .block label.simple input[type*="tel"], section.content.dashboard .block label.simple input[type*="number"], section.content.dashboard .block label.simple textarea, section.content.dashboard .block label.simple select {
    padding-top: 0rem;
}
section.content.dashboard form[name='account_preferences'] .block label, section.content.dashboard .block label.simple {
    display: block;
}
section.content.dashboard form[name='account_preferences'] .block label + label {
    margin-top: .25rem;
}
section.content.dashboard form[name='account_preferences'] .block .price-container label {
    margin-bottom: .75rem;
    display: inline-block;
    vertical-align: bottom;
}
section.content.dashboard form[name='account_preferences'] .block .price-container .to-circle {
    /*margin: 0 .5rem 1.5rem;*/
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: var(--secondary);
    border: 2px solid var(--gray);
    border-radius: 50rem;
    display: inline-block;
    vertical-align: bottom;
}
section.content.dashboard form[name='account_preferences'] .block label + label {
    margin-top: .5rem;
}
section.content.dashboard .block label h5, section.content.dashboard .block label.simple h5 {
    margin-bottom: .25rem;
    font-size: 1rem;
    line-height: 1rem;
    color: var(--gray);
    display: inline-block;
}
section.content.dashboard .block label.simple h5 {
    margin-bottom: .5rem;
}
section.content.dashboard form.home-details .block label h5 {
    margin-bottom: .25rem;
}
section.content.dashboard input.tags {
    /*width: calc(100% - 3rem);*/
}
section.content.dashboard input.tags + .btn.add {
    margin-left: -.5rem;
    padding: 1rem 0;
    width: 3rem;
    line-height: 1.25rem;
    color: var(--green);
}
.no-touchevents section.content.dashboard input.tags + .btn.add:hover {
    color: var(--yellow);
}
section.content.dashboard .tag-container {
    padding: .125rem 0 .5rem;
}
section.content.dashboard div:not(.property-item) .tag {
    margin: .125rem .25rem .125rem 0;
    padding: .125rem .5rem;
    font-family: 'Avenir Next Rounded Pro';
    color: #fff;
    background: var(--secondary);
    border-radius: .275rem;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
section.content.dashboard .tag a.delete {
    margin: 0 -.35rem 0 .35rem;
    width: .75rem;
    height: .75rem;
    font-size: .75rem;
    line-height: 1rem;
    color: rgba(255,255,255,.5);
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content.activity .block {
    padding: .25rem;
}
section.content.dashboard .dashboard-content.activity .block.home-activity {
    border-radius: 0 .5rem .5rem .5rem;
}
section.content.dashboard .dashboard-content.activity .block h4 {
    margin: 1rem 1.25rem 1.25rem;
}
section.content.dashboard .dashboard-content.activity .block h4 .count {
    color: var(--secondary);
}
section.content.dashboard .dashboard-content.activity .block > .details {
    margin-bottom: .5rem;
    font-size: 0;
}
section.content.dashboard .dashboard-content.activity .block .details .property-item {
    width: 14.6875rem;
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content.activity .block .details .text {
    padding: 1.5rem;
    width: calc(100% - 14.6875rem);
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content.activity .listing-count {
    margin-top: -2.5rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
    text-align: right;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .property-item {
    margin-bottom: .75rem;
    width: 29.8rem;
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .property-item .tag, .listing-image .property-item .tag {
    margin: 0 !important;
    padding: 0 15px !important;
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    font-size: 1.25rem;
    line-height: 1.75;
    color: #fff;
    text-transform: uppercase;
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .property-item .tag.for-sale:before, .listing-image .property-item .tag.for-sale:before {
    margin-right: .5rem;
    font-size: 1.125rem;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text {
    padding: 1.5rem 1.5rem .75rem 1.5rem;
    width: calc(100% - 29.8rem);
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text p {
    margin-bottom: .75rem;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .options {
    padding: 0 0 1rem;
    font-size: 1rem;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .options a {
    margin-right: .75rem;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .options a:hover {
    text-decoration: none;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats {
    margin: 1.5rem -1rem 0 -.75rem !important;
    padding: .5rem;
    font-family: 'Avenir Next Rounded Pro';
    font-size: 2.125rem;
    text-align: center;
    background: #f8f2e9;
    border: 1px solid #cad7d8;
    border-radius: .5rem;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .total {
    margin-top: .5rem;
    font-size: 1.25rem;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col div.count {
    padding: .125rem .275rem;
    font-family: 'Avenir Next LT Pro';
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--secondary);
    letter-spacing: 0;
    border: 2px solid  #fff;
    border-radius: 50rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: .05rem .05rem 0px 0px rgba(51,51,51,.9);
    -moz-box-shadow: .05rem .05rem 0px 0px rgba(51,51,51,.9);
    box-shadow: .05rem .05rem 0px 0px rgba(51,51,51,.9);
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col div.count span {
    padding: 0 .05rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col div.count span.number {
    
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col div.count span.small {
    font-size: .75rem;
    line-height: .75rem;
    font-weight: 700;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col {
    padding: .75rem;
    border-right: 1px solid rgba(0,0,0,.1);
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col:first-of-type {
    padding-left: .25rem;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col:last-of-type {
    padding-right: .25rem;
    border-right: none;
}
section.content.dashboard .dashboard-content.activity .block .home-details i {
    color: #acacac;
}
section.content.dashboard .dashboard-content.activity .block .home-details span {
    margin-right: .75rem;
}
section.content.dashboard .dashboard-content.activity .block .details .property-item .image {
    border-radius: 0 0 28px 0;
}
section.content.dashboard .dashboard-content.activity .block.listings .details .property-item .image {
    border-radius: 0 0 40px 0;
}
section.content.dashboard .dashboard-content.activity .block .details .notification {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secondary);
}
section.content.dashboard .dashboard-content.activity .block .details .sale-pending-banner {
    margin-bottom: -.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gray);
    background-image: url(../images/bg-sale-pending.png);
    background-repeat: repeat-x;
    background-position: 0 center;
    background-size: cover;
    -webkit-animation: slide2 300s linear infinite;
    border-radius: 0 0 .25rem .25rem;
    position: relative;
}
section.content.dashboard .dashboard-content.activity .block .details .sale-pending-banner:before {
    width: 100%;
    height: 100%;
    content: '';
    background: #ffc73c;
    background: -moz-linear-gradient(45deg,  #ffc73c 0%, #f9ea82 100%);
    background: -webkit-linear-gradient(45deg,  #ffc73c 0%,#f9ea82 100%);
    background: linear-gradient(45deg,  #ffc73c 0%,#f9ea82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc73c', endColorstr='#f9ea82',GradientType=1 );
    display: block;
    position: absolute;
    opacity: .5;
    border-radius: 0 0 .25rem .25rem;
}
@-webkit-keyframes slide2 {
    from { background-position: 0 bottom; }
    to { background-position: -1970px bottom; }
}
section.content.dashboard .dashboard-content.activity .block .details .sale-pending-banner .row [class*='col'] {
    /*margin: 0 !important;*/
    padding: 2rem 1.75rem !important;
}
section.content.dashboard .dashboard-content.activity .block .details .sale-pending-banner .row [class*='col'] span {
    display: inline-block;
    vertical-align: middle;
}
section.content.dashboard .dashboard-content.activity .block .details .sale-pending-banner .row [class*='col'] span.icon {
    margin-right: .75rem;
    width: 2.25rem;
}
section.content.dashboard .dashboard-content.activity .block .details .sale-pending-banner .row [class*='col'] .d-inline-block {
    vertical-align: middle;
}

section.content.dashboard .dashboard-content.activity .block .details .sale-pending-banner:after {
    width: 3.5rem;
    height: 3.5rem;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 3.25rem;
    line-height: 3.75rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: var(--secondary);
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50rem;
    transition: all .25s ease-in-out;

}
.no-touchevents section.content.dashboard .dashboard-content.activity .block .details .sale-pending:hover:after {
    background: var(--green);
}
section.content.dashboard .dashboard-content.activity .block .details .sold .name {
    font-size: 1.5rem;
}
section.content.dashboard .dashboard-content.activity .block .details .sold .price {
    font-size: 1.5rem;
    font-weight: 600;
}
section.content.dashboard .dashboard-content.activity .block .details .sold .date {
    font-size: 1.25rem;
}
section.content.dashboard .dashboard-content.activity .block .details a.documents {
    font-size: 1.25rem;
    color: var(--secondary);
}
section.content.dashboard .dashboard-content.activity .block .details a.documents:hover {
    color: var(--yellow);
    text-decoration: none;
}
section.content.dashboard .dashboard-content.activity .block .details a.documents:after {
    margin-left: .25rem;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}


section.content.dashboard .dashboard-content .message-list .row {
    padding-right: 5rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
section.content.dashboard .dashboard-content .message-list.calendar .row.respond {
    padding-right: 1.5rem;
}
section.content.dashboard .dashboard-content .message-list .row:first-of-type {
    border-top: 1px solid #e5e5e5;
}
section.content.dashboard .dashboard-content .message-list .row:after {
    display: inline-block;
    vertical-align: middle;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    border: none;
    color: var(--primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    z-index: 1;
    transition: all .25s ease-in-out;
}
.no-touchevents section.content.dashboard .dashboard-content .message-list .row:hover:after {
    right: 1.5rem;
}
section.content.dashboard .dashboard-content .message-list .row.offer:after {
    color: #fff;
}
section.content.dashboard .dashboard-content .message-list.calendar .row.respond:after {
    display: none;
}
section.content.dashboard .dashboard-content .message-list .row.offer {
    color: #fff;
    background: var(--green);
    border-color: transparent;
}
section.content.dashboard .dashboard-content .message-list.calendar .row.offer {
    color: var(--primary);
    background: #fff;
    border-color: #e5e5e5;
}
section.content.dashboard .dashboard-content .message-list .row > [class*="col"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
section.content.dashboard .dashboard-content .message-list.calendar .row > [class*="col"] {
    padding-right: 0;
}
/*section.content.dashboard .dashboard-content .message-list .row [class*="col"]:first-of-type {
    min-width: 15.25rem;
    max-width: 15.25rem;
    -ms-flex: unset;
    flex: unset;
}*/
section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type {
    padding: 0 0 0 5rem;
    min-width: 17rem;
    max-width: 17rem;
    pointer-events: none;
}

/*
section.content.dashboard .dashboard-content .message-list .row [class*="col"]:last-of-type {
    padding-right: 0;
    min-width: 10.625rem;
    max-width: 10.625rem;
    text-align: right;
    -ms-flex: unset;
    flex: unset;
}*/


section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:last-of-type {
    padding-right: 0;
    min-width: 14.5rem;
    max-width: 14.5rem;
}
section.content.dashboard .dashboard-content .message-list.calendar .row.respond [class*="col"]:last-of-type {
    margin-left: 2.5rem;
}
section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type strong {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--secondary);
    display: inline-block;
}
section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type:before {
    padding-right: .75rem;
    width: 5rem;
    content: '\f073';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: right;
    border: none;
    color: #b5b9ba;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    transition: all .25s ease-in-out;
}
section.content.dashboard .dashboard-content .message-list.calendar .row.offer [class*="col"]:first-of-type:before {
    content: '\f651';
}
section.content.dashboard .dashboard-content .message-list.calendar .row.awaiting [class*="col"]:first-of-type:before {
    content: '\f017';
}
section.content.dashboard .dashboard-content .message-list .row .user {
    padding: 0 .5rem;
    font-size: 0;
}
.avatar_sml {
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    border-radius: 50rem;
    background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
    background-size: 100%;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.avatar_sml img {
  object-fit: cover;
  height: 100% !important;
}

.avatar.house {
    border: none !important;
    border-radius: .325rem !important;
}
section.content.dashboard .dashboard-content .message-list .row.offer .user .avatar {
    border-color: #fff;
}
section.content.dashboard .dashboard-content .message-list.calendar .row.offer .user .avatar {
    border-color: var(--primary);
}
section.content.dashboard .dashboard-content .message-list .row .user .text {
    padding-left: .75rem;
    width: calc(100% - 3.75rem);
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.content.dashboard .dashboard-content .message-list .row .headline {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.content.dashboard .dashboard-content .message-list .row.unread .headline {
    font-weight: 600;
}
section.content.dashboard .dashboard-content .message-list .row.offer .headline:before {
    margin-right: .25rem;
    content: '\f651';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    display: inline-block;
}
section.content.dashboard .dashboard-content .message-list.calendar .row .headline:before {
    display: none;
}
section.content.dashboard .dashboard-content .message-list .row .address {
    font-size: .95rem;
}
section.content.dashboard .dashboard-content .message-list.calendar .row .address {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 300;
    font-style: italic;
}
section.content.dashboard .dashboard-content .message-list .notification {
    margin-top: .25rem;
    padding: .25rem .625rem;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #9fa4a4;
    background: #e9f1f2;
    border-radius: .625rem;
    display: inline-block;
}
section.content.dashboard .dashboard-content .message-list .row.unread .notification {
    font-weight: 600 !important;
    color: #fff !important;
    background: var(--secondary) !important;
}
section.content.dashboard .dashboard-content .message-list .row.tour.accepted .notification {
    color: var(--primary);
    background: #bfdfd1;
}
section.content.dashboard .dashboard-content .message-list .row.tour.accepted .notification:before {
    margin-right: .25rem;
    content: '\f52b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    color: var(--green);
    display: inline-block;
}
section.content.dashboard .dashboard-content .message-list .row.tour.awaiting .notification {
    font-weight: 600;
    color: var(--gray);
    background: #f9ea82;
}
section.content.dashboard .dashboard-content .message-list .row.tour.awaiting .notification:before {
    margin-right: .25rem;
    content: '\f017';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    display: inline-block;
}
section.content.dashboard .dashboard-content .message-list .row.tour.declined .notification {
    color: #9fa4a4;
}
section.content.dashboard .dashboard-content .message-list .row.tour.declined .notification:before {
    margin-right: .25rem;
    content: '\f52a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    display: inline-block;
}
section.content.dashboard .dashboard-content .message-list .conversations {
    padding: 1rem 2rem;
    text-align: center;
}
section.content.dashboard .dashboard-content .message-list .conversations a.view-all, section.content.dashboard .dashboard-content .block .conversations a.view-all {
    font-weight: 600;
    color: var(--primary);
    text-align: right;
    position: relative;
}
section.content.dashboard .dashboard-content .message-list .conversations a.view-all:hover, section.content.dashboard .dashboard-content .block .conversations a.view-all:hover {
    color: var(--primary);
}
section.content.dashboard .dashboard-content .message-list .conversations a.view-all:after, section.content.dashboard .dashboard-content .block .conversations a.view-all:after {
    margin-left: .25rem;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: var(--secondary);
    display: inline-block;
    vertical-align: middle;
}
section.content.dashboard .dashboard-content .row.message-pagination {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
section.content.dashboard .dashboard-content .row.message-pagination .btn {
    margin: .25rem;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap;
}
 
section.content.dashboard .dashboard-content.conversation .row.intro .user {
     
    font-size: 0;
}

.convo_photo {
  margin: 10px 10px 10px 0;
  width: 10% !important;
}
.convo_header {
  position:fixed;
  top: 89px;
  width:100%;
  z-index:100;
  background-color: #ffffff;
  /*display: flex;
  flex-direction: column;
  justify-content: flex-start;*/
  width: 100%;
}
.convo_title_holder {
  display: flex;
  flex-direction: column;
}
.convo_title {
  margin: 10px 0;
  font-size: 26px;
  color: var(--secondary);
  font-weight: bold;
}
.convo_property_url {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 22px;
  text-decoration: underline;
}

.convo_holder {
  padding: 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.convo_user_holder {
  width: 100%;
  display: flex;
}
.jonathan_logo {
  width: 70%;
  text-align: right;
}
.convo_avatar {
    width: 56px;
    height: 56px;
    border-radius: 50rem;
    background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
    background-size: 100%;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 10px;
    object-fit: cover;
}

.convo_avatar img {
  object-fit: cover;
  height: 100% !important;
}

.convo_name{
  font-size: 24px;
}


.convo_message_area {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top:none;
}

.convo_message {
  padding: 10px;
  border-radius: 20px;
}

.mtop55 {
  margin-top: 76px !important;
}

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

  .jonathan_logo {
    width: 36%;
  }

  .mtop55 {
    margin-top: 55px !important;
  }
  .convo_header {
    display: block;
    position:fixed;
    top: 49px;
    width:100%;
  }

  .convo_holder {
    margin-top: 100px;
  }
  .convo_title{
    font-size: 18px;
  }
  .convo_photo {
    display: none;
  }
  .convo_property_url{
    margin: 5px 0 8px 0;
    font-size: 14px;
  }
  
  .convo_avatar{
    width: 54px;
    height: 54px;
  }
}



section.content.dashboard .dashboard-content.conversation .row.intro .user .text {
    padding-left: .75rem;
    width: calc(100% - 5.625rem);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.content.dashboard .dashboard-content.conversation .row.intro .property .text {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}
section.content.dashboard .dashboard-content.conversation .row.intro .property .text .address {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
section.content.dashboard .dashboard-content.conversation .row.intro .property .text .address strong, section.content.dashboard .dashboard-content.conversation .row.intro .user .text .name {
    font-size: 1.875rem;
    line-height: 2rem;
}

.message-name {
  padding-left: .5rem;
  width: 30%;
  font-size:20px;
  line-height: 29px;
  font-weight: 600;
  overflow: hidden;
}

.message-date-time {
    font-size:15px;
    line-height: 19px;
    text-align: right;
    width: 64%;
    color: #c2c2c2;
}
@media screen and (max-width:991px) {
  .message-name {
    line-height: 30px;
    width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
  }
  .message-date-time {
    font-size:14px;
    width: 60%;
    margin-right: 5px;
  }
}

section.content.dashboard .dashboard-content .block.message .row .date-time .attention {
    margin-left: .5rem;
    padding: .125rem .5rem;
    color: #fff;
    font-weight: 600;
    background: var(--secondary);
    border-radius: 50rem;
    display: inline-block;
}
 
section.content.dashboard .dashboard-content .block.message .row .user .avatar {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50rem;
    background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
    background-size: 100%;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
section.content.dashboard .dashboard-content .block.message .row.offer .user .avatar {
    border-color: #fff;
}


.message-content {
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
}

@media screen and (max-width:991px) {
  .message-content {
    margin-right: 0px;
  }
}


section.content.dashboard .dashboard-content .block.message .row .notification {
    margin-top: .5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    display: block;
}
section.content.dashboard .dashboard-content .block.message .row .notification h5 {
    margin-bottom: 0;
    font-weight: 600;
}
section.content.dashboard .dashboard-content .block.message .row .notification h5:before {
    margin-right: .25rem;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    display: inline-block;
}
section.content.dashboard .dashboard-content .block.message .row .notification.tour h5:before {
    content: '\f017';
}
 
.offer h5 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--green);
}
.offer h5:before {
  
}
.offer a.download {
    color: var(--green);
    display: inline-block;
    vertical-align: middle;
}
.offer a.download:hover {
    color: var(--light-green);
}
.offer a.download:before {
    margin-right: .25rem;
    content: '\f56d';
    font-family: 'Font Awesome 5 Pro';
    font-size: .825rem;
    font-weight: 900;
    color: rgba(51,51,51,.25);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.075rem;
}
section.content.dashboard .dashboard-content .block.message .row .buttons {
    margin-top: 1rem;
}
section.content.dashboard .dashboard-content .block.message .row .buttons .btn {
    margin-right: .25rem;
}
section.content.dashboard .dashboard-content .block.message .row .buttons .btn.decline {
    margin: 0;
    float: right;
}
.offer .buttons .btn-outline-primary {
    color: #fff !important;
    border-color: #fff !important;
}
.offer .buttons .btn-outline-primary:hover {
    color: var(--primary) !important;
    border-color: #fff !important;
    background-color: #fff !important;
}
section.content.dashboard .dashboard-content .block.message + .btn, section.content.dashboard .dashboard-content .block.message + a.anchor {
    margin-top: .75rem;
}
section.content.dashboard .dashboard-content .block.message.activity {
    padding: .825rem 15rem .825rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 600;
    border: 2px solid #9baaab;
}
section.content.dashboard .dashboard-content .block.message.activity .row .date-time {
    top: 0;
    right: -13.75rem;
}
 

section.content.dashboard .dashboard-content .add-message input[type="text"] {
    height: unset !important;
}
section.content.dashboard .dashboard-content .input-group-prepend [class*="fa-"] {
    padding: .9rem 1rem;
    width: 3.75rem;
    font-size: 2rem;
    color: #fff;
    border: none !important;
    background: var(--green);
}
section.content.dashboard .dashboard-content .add-message .form-check {
    margin-top: .5rem;
    padding-left: 1.5rem;
}
section.content.dashboard .dashboard-content .add-message .custom-control-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0 !important;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0;
    cursor: pointer;
}
section.content.dashboard .dashboard-content .custom-control-label {
    text-indent: .5rem;
}
section.content.dashboard .dashboard-content .custom-control-label::before {
    position: absolute;
    top: -.125rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #e5e7e7;
    border: 1px solid rgba(51,51,51,.25) !important;
    transition: all .2s ease-in-out;
    box-shadow: none !important
}
section.content.dashboard .dashboard-content .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--secondary) !important;
    border: 1px solid rgba(51,51,51,1) !important;
}
section.content.dashboard .dashboard-content .custom-checkbox .custom-control-label::after {
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: none;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 1rem;
    color: rgba(51,51,51,.25);
    text-align: center;
    text-indent: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out
}
.no-touchevents section.content.dashboard .dashboard-content .custom-checkbox:hover .custom-control-label::after {
    visibility: visible;
    opacity: 1;
}
section.content.dashboard .dashboard-content .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    color: #fff;
    visibility: visible;
    opacity: 1;
}
section.content.dashboard .dashboard-content .message-cta {
    margin: 0 -.625rem;
    padding: 3rem 2rem 2rem;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    align-self: flex-end;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 25%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 25%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 25%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
section.content.dashboard .dashboard-content .message-cta .btn {
    padding: 1rem 1.75rem;
    font-size: 1.5rem;
    font-weight: 600;
    background: #fff;
    border-radius: 50rem;
}
section.content.dashboard .dashboard-content .col.properties .property-item {
    margin: .5rem;
    width: calc(33.3334% - 1rem);
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content .block.listings .row.listings {
    margin: -.5rem;
}
section.content.dashboard .dashboard-content .block .conversations {
    padding: 1rem 2rem;
}
section.content.dashboard .dashboard-content [class*="col"].for-you {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content [class*="col"].for-you > .row {
    margin: 0 0 1rem;
    padding: .5rem;
}
section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"] {
    margin: 0;
    padding: 0;
}
section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"]:first-of-type {
    width: 13rem;
    max-width: 13rem;
    flex: 0 0 13rem;
}
section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"]:nth-of-type(2) {
    width: calc(100% - 13rem);
    max-width: calc(100% - 13rem);
    flex: 0 0 calc(100% - 13rem);
    border-top: 1px solid rgba(0,0,0,.1);
}
section.content.dashboard .dashboard-content .for-you .text  {
    padding: 1rem 1.25rem;
}
section.content.dashboard .dashboard-content [class*="col"].for-you, section.content.dashboard .dashboard-content [class*="col"].for-you p, section.content.dashboard .dashboard-content [class*="col"].for-you .address {
    font-size: .95rem;
    line-height: 1.125rem;
}
section.content.dashboard .dashboard-content [class*="col"].for-you .address strong {
    font-size: 1.25rem;
}
section.content.dashboard .dashboard-content [class*="col"].for-you .notification {
    color: var(--secondary);
}
section.content.dashboard .dashboard-content [class*="col"].for-you .notification strong {
    font-size: 1.5rem;
}
section.content.dashboard .profile-edit .block .details {
    margin-bottom: 1rem;
}
section.content.dashboard .profile-edit .block > .row {
    margin: -.75rem;
}
section.content.dashboard .profile-edit .block > .row > [class*="col"] {
    padding: .75rem;
}
section.content.dashboard .profile-edit .block > .row > [class*="col"]:first-of-type {
    -ms-flex: 0 0 calc(100% - 595px);
    flex: 0 0 calc(100% - 595px);
    max-width: calc(100% - 595px);
}
section.content.dashboard .profile-edit .block > .row > [class*="col"]:last-of-type {
    -ms-flex: 0 0 595px;
    flex: 0 0 595px;
    max-width: 595px;
}
section.content.dashboard .profile-edit form {
    
}
section.content.dashboard .profile-edit form h3 {
    margin-bottom: .5rem;
    padding-top: .5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}
section.content.dashboard .profile-edit form h5 {
    margin-bottom: .5rem;
    padding-top: .5rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--gray);
    font-weight: 600;
}
section.content.dashboard .profile-edit form .form-group {
    position: relative;
}
section.content.dashboard .profile-edit form .form-group > label {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #acb4b4;
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    left: .675rem;
    z-index: 10;
    transition: all .2s ease-in-out;
    pointer-events: none;
    white-space: nowrap;
    text-indent: 2px;
}
section.content.dashboard .profile-edit form .property-details .form-group > label {
    left: 1rem;
}
section.content.dashboard .profile-edit form .custom-switch label.custom-control-label {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: all;
    text-indent: .75rem;
    font-size: 1.25rem;
    color: var(--gray);
    font-weight: 600;
    line-height: 1.25rem;
}
section.content.dashboard .profile-edit form .form-row > label {
    left: 1rem;
}
section.content.dashboard .profile-edit form .form-group {
    margin-bottom: .75rem;
}
section.content.dashboard .profile-edit form .form-group.active > label {
    font-size: .75rem;
    top: .5rem;
}
section.content.dashboard .profile-edit form .form-group > label.common {
    margin: .5rem 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: var(--primary);
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    text-indent: 0;
}
.required {
    color: var(--red);
    opacity: 1 !important;
}
section.content.dashboard .profile-edit form input[type*="text"], section.content.dashboard .profile-edit form input[type*="email"], section.content.dashboard .profile-edit form input[type*="tel"], section.content.dashboard .profile-edit form input[type*="number"], section.content.dashboard .profile-edit form textarea, section.content.dashboard .profile-edit form select {
    margin-bottom: 0;
    padding: 0 .5em;
    padding-top: 1.125rem;
    height: 3.825rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--primary);
    background-color: #fff !important;
    border: 2px solid var(--primary) !important;
    border-radius: .5rem;
    transition: all .2s ease-in-out !important;
    outline: none !important;
    -webkit-appearance: none;
}
section.content.dashboard .profile-edit form input[disabled] {
    background: #e5e7e7 !important;
    border-color: #bdc1c2 !important;
}
section.content.dashboard .profile-edit form textarea {
    padding-top: 1.5rem;
}
section.content.dashboard .profile-edit form .form-row {
    margin-right: -.375rem;
    margin-left: -.375rem;
}
section.content.dashboard .profile-edit form .form-row > .col, section.content.dashboard .profile-edit form .form-row > [class*=col-] {
    padding-right: .375rem;
    padding-left: .375rem;
}
section.content.dashboard .profile-edit form .form-row > .col, section.content.dashboard .profile-edit form .form-row > [class*=col-] + [class*=col-] {
    margin-top: 0;
}
section.content.dashboard .profile-edit form .input-group-prepend + input {
    padding-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none !important;
}
section.content.dashboard .profile-edit .question {
    font-size: 1rem;
    color: var(--secondary);
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    cursor: help;
}
.tooltip-inner {
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1rem;
    text-align: left;
}
.custom-control-label {
    font-size: 1rem;
    cursor: pointer;
}
section.content.dashboard .dashboard-content .custom-switch .custom-control-label::before {
    position: absolute;
    top: -.125rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: var(--primary);
    border: none !important;
}
section.content.dashboard .dashboard-content .custom-switch .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border: none !important;
    background-color: var(--secondary);
}
section.content.dashboard .dashboard-content .custom-switch  {
    padding-left: 2.5rem;
    line-height: 1.25rem;
}
section.content.dashboard .dashboard-content .custom-switch  .custom-control-label::before {
    left: -2.5rem;
    width: 2.75rem;
    pointer-events: all;
    border: none !important;
    border-radius: 50rem;
}
section.content.dashboard .dashboard-content .custom-switch  .custom-control-label::after {
    top: calc(-.125rem + 2px);
    left: calc(-2.5rem + 2px);
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    background-color: #fff;
    border-radius: 50rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
section.content.dashboard .dashboard-content .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
}
section.content.dashboard .dashboard-content .custom-switch .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border: none !important;
}
section.content.dashboard .dashboard-content .custom-switch .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: inherit;
}
.form-check.custom-checkbox {
    padding-top: .5rem;
}
.market-status-info .form-check.custom-checkbox {
    margin-left: .25rem;
}
.market-status-select {
    margin-top: 2rem !important;
    display: inline-flex;
    background: var(--primary);
    border-radius: 50rem;
    overflow: hidden;
}
.market-status-select .status-item {
    margin: 0 !important;
    padding: 0 !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.market-status-select .status-item span {
    margin: 0 auto;
    max-width: 10rem;
    display: inline-block;
}
.market-status-select .status-item input[type="radio"] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.market-status-select label {
    padding: 1rem 1.5rem;
    height: 100%;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: var(--primary);
    border-radius: 0;
    white-space: normal;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.market-status-select label:hover {
    background: var(--gray);
}
.market-status-select label:before {
    margin: 0 auto .5rem;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: rgba(255,255,255,.5);
    display: block;
}
.market-status-select input[type="radio"]:checked + label[for="status-select1"] {
    color: #fff;
    border: none !important;
    background-color: var(--green);
}
.market-status-select input[type="radio"]:checked + label[for="status-select2"] {
    color: #fff;
    border: none !important;
    background-color: var(--red);
}
.market-status-select input[type="radio"]:checked + label[for="status-select1"]:before {
    content: '\f058';
    font-weight: 900;
    color: rgba(255,255,255,1);
}
.market-status-select input[type="radio"]:checked + label[for="status-select2"]:before {
    content: '\f057';
    font-weight: 900;
    color: rgba(255,255,255,1);
}
.market-status-info {
    padding: 1rem 0 .5rem;
}
.market-status-info#off-market {
    padding: 0;
}
.buttons-bar {
    margin-top: -1rem;
    padding: 1.5rem 0 1.5rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    align-self: flex-end;
    background: white;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 25%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 25%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 25%,rgba(255,255,255,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 50;
    transition: all 0.2s ease-in-out !important;
}
.buttons-bar .btn + .btn {
  width: 50%;
  margin-left: .5rem;
}
.buttons-bar .btn-outline-secondary {
    background: #fff;
}
.buttons-bar .btn.draft {
    margin-right: -2px;
}
.success-dashboard {
    margin: 1rem 0;
    padding: .25rem 1.5rem .25rem .25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--green);
    background-color: #eff7f3;
    border: 2px solid rgba(191,223,209,.5);
    border-radius: 50rem;
}
.success-dashboard [class*="fa-"] {
    margin-right: .5rem;
    padding: .5rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: var(--green);
    border-radius: 50rem;
    display: inline-block;
    vertical-align: middle;

}
.success-dashboard span {
    display: inline-block;
    vertical-align: middle;
}
.error-dashboard {
    margin: 1rem 0;
    padding: .25rem 1.5rem .25rem .25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #f00;
    background-color: #fff1d2;
    border: 2px solid rgba(255,177,0,.5);
    border-radius: 50rem;
}
.error-dashboard [class*="fa-"] {
    margin-right: .5rem;
    padding: .5rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: var(--secondary);
    border-radius: 50rem;
    display: inline-block;
    vertical-align: middle;
}
.error-dashboard span {
    display: inline-block;
    vertical-align: middle;
}
.media-output {
    margin: 0;
    font-size: 0;
    line-height: 1.5;
    position: relative;
}
.media-output .thumbnail-wrapper {
    max-height: 23.75rem;
    overflow-y: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: .5rem;
}
.media-output.videos .thumbnail-wrapper {
  grid-template-columns: auto auto;
}
.media-output div.thumbnail-container {
    font-size: 1rem;
    text-align: center;
    /*border: 1px solid var(--gray);
    border-radius: .5rem !important;*/
    display: inline-block;
    position: relative;
    overflow: hidden !important;
}
.media-output div.thumbnail-container .thumbnail {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border: 5px solid #ffffff;
    top: 0;
    left: 0;
    border-radius: 2rem !important;
    overflow: hidden !important;
}
.media-output div.thumbnail-container div.thumbnail:before {
    width: 100%;
    height: 100%;
    content: '';
    /*background: rgba(0,0,0,.2);
    border-radius: .375rem !important;*/
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.media-output div.thumbnail-container:hover div.thumbnail:before {
    visibility: visible;
    opacity: 1;
}
.media-output div.thumbnail-container .thumbnail img {
    margin: 0 auto;
    width: auto !important;
    min-width: 100%;
    height: auto !important;
    min-height: 100%;
    max-height: 160%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.media-output div.thumbnail-container .thumbnail div.img-tags {
    position: absolute;
    z-index: 1;
    bottom:0;
    right:0;
    padding: 12px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.media-output div.thumbnail-container .thumbnail div.principal {
    position: absolute;
    padding: 3.5%;
    border: none;
    cursor: pointer;
    color: #000 !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.media-output div.thumbnail-container:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.media-output.videos div.thumbnail-container:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.media-output div.thumbnail-container div.options {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 5;
}
.media-output div.thumbnail-container:hover div.options {
    visibility: visible;
    opacity: 1;
}
.media-output div.thumbnail-container div.options a {
    margin: 5px;
    width: 2rem;
    height: 2rem;
    font-size: 0;
    text-decoration: none;
    display: inline-block;
    position: relative !important;
    vertical-align: middle;
    top: unset !important;
    right: unset !important;
}
.media-output div.thumbnail-container div.options a:before {
    margin: 0;
    width: 2rem;
    height: 2rem;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 900;
    background: rgba(51,51,51,.825);
    border-radius: 50rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}
.media-output div.thumbnail-container div.options a.view:before {
    content: "\f06e";
}
.media-output div.thumbnail-container div.options a.edit:before {
    content: '\f040';
}
.media-output div.thumbnail-container div.options a.delete:before {
    content: '\f2ed';
}
.media-output div.thumbnail-container div.options a.details:before {
    content: '\f129';
}
.media-output div.thumbnail-container div.options a:hover:before {
    color: #fff;
}
.media-output div.thumbnail-container div.options a.view:hover:before {
    background: #007cc4;
}
.media-output div.thumbnail-container div.options a.edit:hover:before {
    background: #71be44;
}
.media-output div.thumbnail-container div.options a.delete:hover:before {
    background: #ec1551;
}
.media-output div.thumbnail-container div.options a.details:hover:before {
    background: #71be44;
}
.media-output div.thumbnail-container .thumbnail.document:before {
    width: 100%;
    height: 80px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f15c';
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    color: #d2d2d2;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.media-output div.thumbnail-container .thumbnail.video:before {
    width: 100%;
    height: 80px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f1c8';
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    text-align: center;
    color: #d2d2d2;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.media-output div.thumbnail-container .thumbnail.document .file-name, .media-output div.thumbnail-container .thumbnail.video .file-name {
    padding: 10px;
    width: 100%;
    background: #fff;
    background: rgba(255,255,255,.9);
    border-top: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.media-upload {
    padding: 0;
    color: #000;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: all .2s ease-in-out;
}
.media-upload .text {
    position: relative;
}
.media-upload label {
    margin: 0 !important;
    padding: 1rem  0!important;
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    background: var(--green) !important;
    display: block !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    border: none !important;
    border-radius: .75rem !important;
    cursor: pointer !important;
    outline: none !important;
    transition: all .2s ease-in-out !important;
}
.no-touchevents .media-upload:hover label {
    background: var(--gray) !important;
}
.media-upload label [class*="fa-"] {
    margin-right: .125rem;
}
.media-upload input, .media-upload .uploadifive-button {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    cursor: pointer !important;
    display: block;
    opacity: 0 !important;
}
.media-upload input[type=file], .media-upload input[type=file]::-webkit-file-upload-button {
    cursor: pointer; 
}
.media-upload p {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.25rem;
}
.photo-package-cta {
    margin: 0 0 1.5rem 0;
    padding: 2rem 2.5rem;
    font-weight: 400;
    text-align: center;
    background: rgba(191,223,209,.25);
    border-radius: 1rem;
}
section.content.dashboard .profile-edit form .photo-package-cta h3 {
    padding-top: 0;
    font-family: souvenir-light;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: normal;
    color: var(--gray);
}
.photo-package-cta p {
    margin: 0 auto 1rem auto;
    max-width: 500px;
    font-size: .925rem;
    line-height: 1.125rem;
}
.photo-package-cta a.btn {
    margin-top: 0;
}
section.content.dashboard.offer .row.main {
    margin: 0 auto;
    width: 100%;
    max-width: 62.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
section.content.dashboard.offer .row.main > [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
}
section.content.dashboard.offer h1 {
    font-family: souvenir-light;
    font-size: 3.5rem;
    color: var(--gray);
}
section.content.dashboard.offer .info {
    margin-bottom: 1rem;
    padding: 1.5rem;
    background-color: rgba(255,199,60,0.125);
    border-radius: 1rem;
}
section.content.dashboard.offer form {
    padding-top: 2rem;
}
section.content.dashboard.offer form .form-group {
    margin-bottom: 2rem;
}
section.content.dashboard.offer form h5 {
    margin-bottom: .75rem;
    font-size: 1.325rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: var(--secondary);
}
section.content.dashboard.offer form h6 {
    margin-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--gray);
}
section.content.dashboard.offer form a.download {
    color: var(--green);
    display: inline-block;
    vertical-align: middle;
}
.no-touchevents section.content.dashboard.offer form a.download:hover {
    color: var(--light-green);
}
section.content.dashboard.offer form a.download:before {
    margin-right: .25rem;
    content: '\f56d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-weight: 900;
    color: rgba(51,51,51,.25);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.075rem;
}
section.content.dashboard.offer form a.delete {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
section.content.dashboard.offer form a.delete:before {
    margin-left: .25rem;
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-weight: 900;
    color: var(--red);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
section.content.dashboard.offer form .form-check-input {
    margin-top: .5rem;
    margin-left: -1.25rem;
}
section.content.dashboard.offer form .input-group-prepend [class*="fa-"] {
    padding: .9rem 1rem;
    width: 3.75rem;
    font-size: 2rem;
    color: #fff;
    border: none !important;
    background: var(--green);
}
section.content.dashboard.offer form .input-group-append .input-group-text {
    padding: .9rem 1rem;
    width: auto;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    border: none !important;
    background: var(--green);
}
section.content.dashboard.offer form input.form-control, section.content.dashboard.offer form input[type*="text"], section.content.dashboard.offer form input[type*="email"], section.content.dashboard.offer form input[type*="tel"], section.content.dashboard.offer form textarea, section.content.dashboard.offer form select {
    margin-bottom: 0;
    padding: 0 .5em;
    height: 3.825rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--primary);
    background-color: #fff !important;
    border: 2px solid var(--primary) !important;
    border-radius: .5rem;
    transition: all .2s ease-in-out !important;
    outline: none !important;
    -webkit-appearance: none;
}
section.content.dashboard.offer form textarea {
    padding-top: 1rem;
}
section.content.dashboard.offer form .input-group-prepend + input {
    padding-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none !important;
}
section.content.dashboard.offer form input[name="inspection_period_other"] {
    padding-top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none !important;
}
section.content.dashboard.offer form .avatar-upload {
    margin: 0 auto !important;
    padding: 2rem;
    width: 100% !important;
    height: 15rem !important;
    color: var(--gray);
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    background: rgba(191,223,209,.25);;
    border: none;
    border-radius: 1rem;
}
section.content.dashboard.offer form button[type="submit"] {
    margin: 2rem 0;
    padding: 1rem 3rem;
    font-size: 1.625rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    border-radius: 50rem;
}
section.content.dashboard .dashboard-content.photo-packages .block {
    padding: .25rem;
    border-radius: 0 .5rem .5rem .5rem;
}
section.content.dashboard .dashboard-content.photo-packages .details {
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    font-size: 0;
    border-bottom: 1px solid #cad7d8;
}
section.content.dashboard .dashboard-content.photo-packages .block p {
    font-size: 1rem;
}
section.content.dashboard .dashboard-content.photo-packages .details .property-item {
    width: 13rem;
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content.photo-packages .details .text {
    padding: 1rem 1.25rem;
    width: calc(100% - 13rem);
    display: inline-block;
    vertical-align: top;
}
section.content.dashboard .dashboard-content.photo-packages .block .photo-packages {
    padding: 1rem;
}
section.content.dashboard .dashboard-content.photo-packages .card {
    padding: 2rem .5rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #cad7d8;
    border-radius: 0;
}
section.content.dashboard .dashboard-content.photo-packages .col:last-of-type .card {
    border: none !important;
}
section.content.dashboard .dashboard-content.photo-packages .card .card-body {
    padding: 0;
}
section.content.dashboard .dashboard-content.photo-packages .card .card-body h5 {
    margin-bottom: 1rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 1.25rem;
    color: var(--gray);
}
section.content.dashboard .dashboard-content.photo-packages .card .card-body h5 strong {
    color: var(--secondary);
}
section.content.dashboard .dashboard-content.photo-packages .card .card-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
}
section.content.dashboard .dashboard-content.photo-packages .card .card-body ul li {
    margin: 0 auto;
    padding: .5rem 0;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section.content.dashboard .dashboard-content.photo-packages .card .card-body ul li:before {
    margin-right: .25rem;
    content: '•';
    text-align: left;
    color: var(--secondary);
    display: inline-block;
    position: relative;
}
section.content.dashboard .dashboard-content.photo-packages .card .card-body ul li:last-of-type {
    border: none;
}
section.content.dashboard .dashboard-content.photo-packages  .photo-packages input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
section.content.dashboard .dashboard-content.photo-packages .photo-packages label {
    margin: 0;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 1.25rem;
    display: block;
    cursor: pointer;
}
section.content.dashboard .dashboard-content.photo-packages .photo-packages label span {
    
}
section.content.dashboard .dashboard-content.photo-packages .photo-packages label span:before {
    margin: 0 auto 1rem;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
    color: rgba(51,51,51,.5);
    display: block;
}
section.content.dashboard .dashboard-content.photo-packages .photo-packages input[type=radio]:checked ~ label span:before {
    content: '\f058';
    font-weight: 900;
    color: var(--green);
}
section.content.dashboard .dashboard-content.photo-packages .block .payment-information {
    padding: 2rem;
    border-top: 1px solid #cad7d8;
}
section.content.dashboard .dashboard-content.photo-packages .block .payment-form {
    margin: 0 auto;
    max-width: 42rem;
}
section.content.dashboard .dashboard-content.photo-packages .block .payment-form .form-row [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
section.content.dashboard .dashboard-content.photo-packages .block .payment-form .form-row .col.cardnumber {
    max-width: ;
}
section.content.dashboard .dashboard-content.photo-packages .block .payment-form .form-row .col.cardexp {
    max-width: 9rem;
}
section.content.dashboard .dashboard-content.photo-packages .block .payment-form .form-row .col.cardcvc {
    max-width: 8rem;
}

/* TRANSACTIONS */
.sidebar-transaction h3 {
    font-size: 1.75rem;
}
.sidebar-transaction p:last-of-type {
    margin-bottom: 1rem;
}
.contract-step-container {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}
.contract-step.contract-step-active {
    color: var(--gray);
}
.contract-step.contract-step-complete {
    color: var(--gray);
}
.contract-step {
    padding: 1rem .5rem;
    width: 16.667%;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #a7aeaf;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.contract-step span {
    max-width: 6.5rem;
    display: inline-block;
}
.contract-step > div {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #a7aeaf;
    border: .125rem solid #fff;
    margin: .5rem auto;
    border-radius: 50rem;
    position: relative;
}
.contract-step-container:before {
    width: calc(100% - 16.667%);
    height: .25rem;
    content: '';
    background-color: #f1f1f1;
    position: absolute;
    top: 2.125rem;
    left: 8.3334%;
}
.contract-step.contract-step-active > div {
    background-color: var(--secondary);
}
.contract-step.contract-step-complete > div {
    background-color: var(--green);
}
.contract-step.contract-step-complete > div:before {
    height: 1.25rem;
    width: 1.25rem;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: .75rem;
    line-height: 1.375rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
    display: block;
}
/* TRANSACTION HUB */
section.content.transactions {
    padding-bottom: 0;
    background-color: #ededed;
    background-image: url(../images/bg-transactions.png);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-attachment: fixed;
    /*background-size: cover;*/
    /*box-sizing: border-box;*/
  -webkit-animation: slide 300s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 bottom; }
    to { background-position: -1970px bottom; }
}
section.content.transactions .row.main {
    padding: 0 3rem;
    display: block;
    flex-wrap: unset;
}
section.content.transactions .row.main:before {
    width: .375rem;
    height: 100%;
    content: '';
    /*background-color: rgba(51,51,51,.75);*/
    background-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.content.transactions .transaction-item {
    margin: 0px auto 20px;
    /*padding: 1.5rem 1rem 1rem;*/
    /*width: 80%;
    max-width: 660px;*/
    width: 100%;
    max-width: 880px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--gray);
    background: #f6f7f7;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: .5rem;
    display: block;
    position: relative;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(51,51,51,.05);
    -moz-box-shadow: 2px 2px 0px 0px rgba(51,51,51,.05);
    box-shadow: 2px 2px 0px 0px rgba(51,51,51,.05);
    transition: all .5s ease-in-out;
    transition-delay: .025s;
}
section.content.transactions .transaction-item.active, section.content.transactions .transaction-item.active.complete {
    background: #fff;
}
section.content.transactions .transaction-item.complete {
    /*background: #dfefe8;*/
    background: #eff7f3;
    border-color: #c4ded3;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(21,122,81,.075);
    -moz-box-shadow: 2px 2px 0px 0px rgba(21,122,81,.075);
    box-shadow: 2px 2px 0px 0px rgba(21,122,81,.075);
}
section.content.transactions .transaction-item:last-of-type {
    margin-bottom: 10rem;
}
section.content.transactions .transaction-item .progress-dot {
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border: .75rem solid var(--secondary);
    border-radius: 50rem;
    display: block;
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease-in-out;
    /*transition-delay: .025s;*/
}
section.content.transactions .transaction-item.active .progress-dot {
    border-color: var(--green);
}
section.content.transactions .transaction-item.complete .progress-dot {
    /*border: 0;*/
    border-color: transparent;
    background-color: var(--green);
}
section.content.transactions .transaction-item .progress-dot:before {
    width: 2.5rem;
    height: 2.5rem;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5rem;
    line-height: 2.75rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    /*top: .125rem;*/
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}
section.content.transactions .transaction-item.complete .progress-dot:before {
    content: '\f00c';
}

.transaction-item h3 {
  margin-bottom: 15px;
/*   font-family: souvenir-light;*/
  font-size: 24px;
  font-weight: 500;
  color: var(--primary);
  display: block;
  position: relative;
  transition: all .5s ease-in-out;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 10px;
  padding-top: 10px;
}
section.content.transactions .transaction-item h2 {
    margin-bottom: 0;
 /*   font-family: souvenir-light;*/
    font-size: 24px;
    font-weight: 500;
    color: var(--primary);
    display: block;
    position: relative;
    transition: all .5s ease-in-out;
}
section.content.transactions .transaction-item h2:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: var(--secondary);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: .75rem;
}
section.content.transactions .transaction-item.active h2:after {
    content: '\f106';
}
section.content.transactions .transaction-item h2[data-toggle="collapse"] {
    cursor: pointer;
}
section.content.transactions .transaction-item.active h2 {
    
}
section.content.transactions .transaction-item h2[aria-expanded="true"] {
    color: rgba(51,51,51,1);
}
section.content.transactions .transaction-item.complete h2 {
    color: rgba(51,51,51,1);
}
/*section.content.transactions .docusign-placeholder-block {
    border: 2px dashed #cad7d8;
    margin: 10px;
    padding: 50px 20px;
    border-radius: .5rem;
    text-align: center;
    color: #cad7d8 !important;
    overflow: hidden;
}
*/
html.document-embed, html.document-embed body {
	height: 100%;
	width: 100%;
	background-color: transparent !important;
}
/*html.document-embed .btn:hover, html.document-embed .btn[class*="btn-outline-"]:active {
    background-color:  red !important;
}*/
.docusign-iframe iframe {
    height:  auto !important;
    aspect-ratio: 5/4;
    /*aspect-ratio: 8.5/11;*/
}
.docusign-placeholder-block {
    /*background-color: rgba(248,242,233,.325) !important;*/
    margin: 0;
    padding: 0;
	height: 100vh;
	width: 100vw;
}
.docusign-placeholder-block div {
    margin: 0;
    padding: 50px 20px;
    height:  100%;
    border-radius: .5rem;
    text-align: center;
    background-color:  #fff;
    color: #cad7d8 !important;
    border: 2px dashed #cad7d8;
    overflow: hidden;
}
.document-success {
    margin-top: -90px;
    padding:  2rem;
    font-size:  1.25rem;
    font-weight: 600;
    text-align: center;
    border-radius: .5rem;
}
.document-success h4{
  color: var(--secondary);  
}
.document-success [class*="fa-"] {
    margin-bottom:  1rem;
    padding:  0;
    width:  5rem;
    height:  5rem;
    font-size:  5rem;
    line-height: 1.1;
}
.tooltip {
    top: -6rem !important;
    z-index: 99 !important;
}
.popover {
    top: -5rem !important;
    z-index: 5 !important;
}
.popover-body {
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
}
.info-popover {
    margin-top: .5rem;
    width: 1rem;
    height: 1rem;
    font-size: .625rem;
    line-height: 1rem;
    color: #fff !important;
    text-align: center;
    background-color: var(--green) !important;
    border-radius: 50rem;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
}
section.content.transactions .transaction-item.active .info-popover {
    visibility: hidden;
    opacity: 0;
}
section.content.transactions .transaction-item .transaction-content p.intro {
    margin-bottom: 2rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps {
    margin-top: 1rem;
    margin-bottom: 0;
}
section.content.transactions .transaction-item .transaction-content ul.steps > li {
    margin: 0 10px 10px 10px;
    transition: all .2s ease-in-out;
}
 

.transaction-content .step-container {
  min-height: 140px;
  padding: 1rem;
  border-radius: .5rem;
  /*background-color: rgba(248,242,233,.325);*/
  background-color: #ffffff;
  /*box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.25);*/
  transition: all .2s ease-in-out;
}

.transaction-content .complete {
  background-color: #e8e8e8 !important; 
  box-shadow: none !important;
}


/*section.content.transactions .transaction-item .transaction-content ul.steps > li .step-container.locked {
  background-color: rgba(51,51,51,.0325);
}*/
section.content.transactions .transaction-item .transaction-content ul.steps > li .step-container.complete {
  /*background-color: rgba(191,223,209,.25);*/
}
section.content.transactions .transaction-item .transaction-content ul.steps > li .step-container.terminated {
  background-color: rgba(220, 53, 69, .25);
}
section.content.transactions .transaction-item .transaction-content ul.steps li h4 {
  margin-bottom: .625rem;
  font-size: 1.5rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container .icon {
 /* margin: 0 auto .25rem;*/
  margin-right: 8px;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.75rem;
  background-color: var(--secondary);
  border-radius: 50rem;
  display: inline-block;
  position: relative;
  transition: all .2s ease-in-out;
}

section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.locked .icon {
    background-color: rgba(51,51,51,.75);
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.complete .icon {
    background-color: var(--green);
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.terminated .icon {
    background-color: var(--red);
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container .icon:before {
    margin: 0 auto;
    width: 1.75rem;
    height: 1.75rem;
    content: '\f03a';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    transition: all .2s ease-in-out;
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.locked .icon:before {
    content: '\f023';
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.complete .icon:before {
    content: '\f00c';
    font-size: 1.125rem;
    line-height: 2rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.terminated .icon:before {
    content: '\f00d';
    font-size: 1.125rem;
    line-height: 2rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps li p {
    margin-bottom: .75rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.locked p {
    margin-bottom: 0;
}
section.content.transactions .transaction-item .transaction-content ul.steps li p:last-of-type + a, 
section.content.transactions .transaction-item .transaction-content ul.steps li p:last-of-type + .cta {
    margin-top: 0
}
section.content.transactions .transaction-item .transaction-content ul.steps li .cta {
    padding: .25rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
    background-color: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 50rem;
    display: inline-block;
    position: relative;
}
section.content.transactions .contract-summary .cta {
    padding: .25rem 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 600;
    background-color: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 50rem;
    display: inline-block;
    position: relative;
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.complete .cta, 
section.content.transactions .contract-summary a.cta {
    background-color: var(--green);
    color: #fff;
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.terminated .cta, 
section.content.transactions .contract-summary a.cta {
    background-color: var(--red);
    color: #fff;
}
.no-touchevents section.content.transactions .transaction-item .transaction-content ul.steps li a.cta:hover, 
.no-touchevents section.content.transactions .contract-summary a.cta:hover {
    color: #fff;
    background: var(--yellow);
}
.no-touchevents section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="true"]:hover, 
.no-touchevents section.content.transactions .contract-summary a.cta[aria-expanded="true"]:hover {
    background-color: var(--red);
}
section.content.transactions .transaction-item .transaction-content ul.steps li .cta.complete {
    padding: .125rem .5rem;
    line-height: 1.5rem;
    color: var(--green);
    background-color: var(--light-green);
    border-radius: .25rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="true"], 
section.content.transactions .contract-summary a.cta[aria-expanded="true"] {
    background-color: var(--primary);
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="false"] .on, 
section.content.transactions .contract-summary a.cta[aria-expanded="false"] .on {
    display: block;
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="true"] .on, 
section.content.transactions .contract-summary a.cta[aria-expanded="true"] .on {
    display: none;
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="false"] .off, 
section.content.transactions .contract-summary a.cta[aria-expanded="false"] .off {
    display: none;
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="true"] .off, 
section.content.transactions .contract-summary a.cta[aria-expanded="true"] .off {
    display: block;
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="false"] span, 
section.content.transactions .contract-summary a.cta[aria-expanded="false"] span {
    display: inline-block;
    vertical-align: middle;
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta span:after, 
section.content.transactions .contract-summary a.cta span:after {
    margin-left: .325rem;
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: var(--yellow);
    display: inline-block;
    position: relative;
    transition: all .2s ease-in-out;
}
.no-touchevents section.content.transactions .transaction-item .transaction-content ul.steps li a.cta:hover span:after,
.no-touchevents section.content.transactions .contract-summary a.cta:hover span:after {
    color: rgba(255,255,255,.5);
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="false"] span:after, 
section.content.transactions .contract-summary a.cta[aria-expanded="false"] span:after {
    content: '\f101';
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.complete a.cta[aria-expanded="false"] span:after, 
section.content.transactions .contract-summary a.cta[aria-expanded="false"] span:after {
    content: '\f002';
    font-size: 1rem;
    line-height: 1rem;
    color: rgba(255,255,255,.5);
    top: -.075rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps li .step-container.terminated a.cta[aria-expanded="false"] span:after, 
section.content.transactions .contract-summary a.cta[aria-expanded="false"] span:after {
    content: '\f002';
    font-size: 1rem;
    line-height: 1rem;
    color: rgba(255,255,255,.5);
    top: -.075rem;
}
section.content.transactions .transaction-item .transaction-content ul.steps li a.cta[aria-expanded="true"] span:after, 
section.content.transactions .contract-summary a.cta[aria-expanded="true"] span:after {
    content: '\f00d';
    color: var(--red);
}
section.content.transactions .transaction-item .transaction-content ul.steps li .embed-responsive.pdf {
    margin: 1rem 0 0;
}
section.content.transactions .transaction-item h5 {
    margin-bottom: .5rem;
    text-align: center;
}
section.content.transactions .transaction-item form {
    margin-top: 1rem;
    /*padding: 2rem 1.5rem 0;*/
    text-align: left;
    /*border-top: 1px solid rgba(0,0,0,.1);*/
}
section.content.transactions .transaction-item form label {
    margin-bottom: .25rem;
}
section.content.transactions .transaction-item form select {
    margin-bottom: 0;
    padding: 0 .5em;
    font-family: inherit;
    height: 3.825rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    border-radius: .5rem;
}
section.content.transactions .transaction-item .additional-party-item, section.content.transactions .transaction-item .addendum-item {
    position: relative;
}
section.content.transactions .transaction-item .additional-party-item + .additional-party-item {
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
section.content.transactions .transaction-item .addendum-item + .addendum-item {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
section.content.transactions .transaction-item .additional-party-item .count {
    font-weight: 700;
}
section.content.transactions .transaction-item .additional-party-item a.delete {
    color: var(--red);
    position: absolute;
    top: 0;
    right: .5rem;
}
section.content.transactions .transaction-item .addendum-item a.delete {
    color: var(--red);
    position: absolute;
    top: 1.25rem;
    right: .5rem;
}
.no-touchevents section.content.transactions .transaction-item .additional-party-item a.delete:hover, .no-touchevents section.content.transactions .transaction-item .addendum-item a.delete:hover {
    opacity: .5;
}
section.content.transactions .transaction-item .additional-party-item:first-of-type a.delete, section.content.transactions .transaction-item .addendum-item:first-of-type a.delete {
    display: none;
}
section.content.transactions .transaction-item .additional-party-item:first-of-type .count:after {
    padding-left: .25rem;
    content: '1';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(2) .count:after {
    padding-left: .25rem;
    content: '2';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(3) .count:after {
    padding-left: .25rem;
    content: '3';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(4) .count:after {
    padding-left: .25rem;
    content: '4';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(5) .count:after {
    padding-left: .25rem;
    content: '5';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(6) .count:after {
    padding-left: .25rem;
    content: '6';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(7) .count:after {
    padding-left: .25rem;
    content: '7';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(8) .count:after {
    padding-left: .25rem;
    content: '8';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(9) .count:after {
    padding-left: .25rem;
    content: '9';
    display: inline-block;
}
section.content.transactions .transaction-item .additional-party-item:nth-of-type(10) .count:after {
    padding-left: .25rem;
    content: '10';
    display: inline-block;
}
section.content.transactions .transaction-item .nav-pills .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gray);
    background-color: rgba(51,51,51,.0625);
    border-radius: 0;
}
section.content.transactions .transaction-item .nav-pills .nav-link:first-of-type {
    border-radius: .5rem 0 0 .5rem;
}
section.content.transactions .transaction-item .nav-pills .nav-link:last-of-type {
    border-radius: 0 .5rem .5rem 0;
}
section.content.transactions .transaction-item .nav-pills .nav-link:first-of-type:last-of-type {
    border-radius: .5rem;
}
section.content.transactions .transaction-item .nav-pills .nav-link.active, section.content.transactions .transaction-item .nav-pills .show>.nav-link {
    color: #fff;
    font-weight: 600;
    background-color: var(--green);
}
section.content.transactions .transaction-item .nav-pills .nav-link.accept.active {
    background-color: var(--green) !important;
}
section.content.transactions .transaction-item .nav-pills .nav-link.decline.active {
    background-color: var(--red) !important;
}
section.content.transactions .transaction-item .nav-pills .nav-link.counter.active {
    background-color: var(--yellow) !important;
}
.no-touchevents section.content.transactions .transaction-item .nav-pills .nav-link:hover {
    background-color: rgba(51,51,51,.125);
}
section.content.transactions .transaction-item .nav-pills.yes-no .nav-link:first-of-type {
    border-radius: .5rem 0 0 .5rem;
    border-right: 1px solid rgba(51,51,51,.125);
}
section.content.transactions .transaction-item .nav-pills.yes-no .nav-link:last-of-type {
    border-radius: 0 .5rem .5rem 0;
}
section.content.transactions .transaction-item .nav-pills.yes-no .nav-link.active, section.content.transactions .transaction-item .nav-pills.yes-no .show>.nav-link {
    color: #fff;
    background-color: var(--green);
}
section.content.transactions .transaction-item .nav-pills.yes-no .nav-link.active#inspection-yes-tab, section.content.transactions .transaction-item .nav-pills.yes-no .show>.nav-link#inspection-yes-tab {
    background-color: var(--green);
}
section.content.transactions .transaction-item .nav-pills.yes-no .nav-link.active#inspection-no-tab, section.content.transactions .transaction-item .nav-pills.yes-no .show>.nav-link#inspection-no-tab {
    background-color: var(--red);
}
section.content.transactions .transaction-item form .carousel.transaction-date-picker {
    margin-bottom: .75rem;
    padding: 0 1.5rem;
}
section.content.transactions .transaction-item form .carousel.transaction-date-picker .date-item {

}
section.content.transactions .transaction-item form .carousel.transaction-date-picker .date-item label {
    margin: 0;
    padding: .5rem;
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e5e5e5;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .2s ease-in-out;
    pointer-events: all;
    white-space: normal;
    text-indent: 0;
    background: #fff;
    border-radius: .75rem;
    cursor: pointer;
}
section.content.transactions .transaction-item form .carousel.transaction-date-picker .date-item input[type="radio"]:checked + label, input[type="radio"]:checked + label {
    border-color: var(--secondary) !important;
    transition: all .2s ease-in-out;
}
section.content.transactions .transaction-item form .carousel.transaction-date-picker .date-item label .day {
    font-size: .75rem;
    line-height: .75rem;
}
section.content.transactions .transaction-item form .carousel.transaction-date-picker .date-item label .date {
    padding: .25rem 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -.05rem;
}
section.content.transactions .transaction-item form .carousel.transaction-date-picker .date-item label .month {
    font-size: .625rem;
    line-height: .625rem;
}
section.content.transactions .transaction-item form .carousel.transaction-date-picker .date-item input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
textarea.form-control {
    border-radius: .5rem !important;
}
section.content.transactions .transaction-item ul.addendum-list > li {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
section.content.transactions .transaction-item ul.addendum-list > li:last-of-type {
    border-bottom: none;
}
section.content.transactions .transaction-item ul.addendum-list > li h5 {
    font-size: 1.125rem;
    color: var(--gray);
}
section.content.transactions .transaction-item ul.addendum-list > li .custom-switch {
    margin-bottom: 1rem;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--green);
    background-color: var(--green);
}
.carousel.transaction-date-picker .owl-nav {
    width: calc(100% + 3rem);
    height: 100%;
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1.5rem;
    pointer-events: none;
}
.carousel.transaction-date-picker .owl-prev, .carousel.transaction-date-picker .owl-next {
    width: 1.5rem;
    height: 100%;
    font-size: 0;
    text-align: center;
    color: var(--primary);
    opacity: 1;
    visibility: visible;
    transition: all .15s ease-in-out;
    position: absolute;
    top: 0;
    pointer-events: auto;
    cursor: pointer;
}
.carousel.transaction-date-picker .owl-prev:before, .carousel.transaction-date-picker .owl-next:before {
    margin-top: 0;
    padding: 0;
    width: 1.5rem;
    height: 100%;
    content: '';
    border-radius: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.15s ease-in-out !important;
}
.carousel.transaction-date-picker .owl-prev:before, .no-touchevents .carousel.transaction-date-picker .owl-prev:hover:before {
    background: transparent url(../images/arrow-left-orange.svg) no-repeat center center;
    background-size: contain;
    left: -.5rem;
}
.carousel.transaction-date-picker .owl-next:before, .no-touchevents .carousel.transaction-date-picker .owl-next:hover:before {
    background: transparent url(../images/arrow-right-orange.svg) no-repeat center center;
    background-size: contain;
    right: -.5rem;
}
.carousel.transaction-date-picker .owl-prev.disabled, .carousel.transaction-date-picker .owl-next.disabled {
    opacity: .25;
    filter: grayscale(100%);
    pointer-events: none;
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item label strong {
    position: relative;
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item label strong:after {
    margin-left: .25rem;
    content: '';
    display: inline-block;
    position: relative;
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:first-of-type label strong:after {
    content: '1';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(2) label strong:after {
    content: '2';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(3) label strong:after {
    content: '3';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(4) label strong:after {
    content: '4';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(5) label strong:after {
    content: '5';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(6) label strong:after {
    content: '6';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(7) label strong:after {
    content: '7';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(8) label strong:after {
    content: '8';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(9) label strong:after {
    content: '9';
}
section.content.transactions .transaction-item #inspection-resolution .addendum-item:nth-of-type(10) label strong:after {
    content: '10';
}
.custom-file {
    margin-bottom: 1rem;
    height: 3.825rem;
}
.custom-file input[type="file"] {
    height: 3.825rem;
    visibility: hidden;
    opacity: 0;
}
.custom-file-label {
    margin-bottom: 0 !important;
    padding: 0 .5em;
    font-family: inherit;
    height: 3.825rem;
    font-size: 1.25rem;
    line-height: 3.825rem;
    color: var(--primary);
    background-color: #fff !important;
    border: 2px solid var(--primary) !important;
    border-radius: .5rem !important;
    transition: all .2s ease-in-out !important;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-file-label::after {
    height: 100%;
    padding: 0 1rem;
    line-height: 3.5rem;
    color: #fff;
    content: "Browse";
    background-color: var(--secondary);
    border-left: none;
}
section.content.transactions .transaction-item .transaction-content ul.steps li#closing-close .completed h3 {
    font-family: souvenir-light;
    font-size: 2rem;
    font-weight: 500;
}
section.content.transactions .transaction-item .transaction-content ul.steps li#closing-close .completed h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: var(--gray);
}
section.content.transactions .transaction-item .transaction-content ul.steps li#closing-close .completed a.final-doc {
    color: var(--primary);
}
.no-touchevents section.content.transactions .transaction-item .transaction-content ul.steps li#closing-close .completed a.final-doc:hover {
    color: rgba(51,51,51,.5);
}
section.content.transactions .transaction-item .transaction-content ul.steps li#closing-close .completed a.final-doc i {
    color: var(--red);
}
section.content.transactions .transaction-item .transaction-content .btn-group .btn {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gray);
    background-color: rgba(51,51,51,.0625);
    box-shadow: none !important;
}
section.content.transactions .transaction-item .transaction-content .btn-group .btn.active {
    color: #fff;
}
section.content.transactions .transaction-item .transaction-content .btn-group .btn.accept.active {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    border-radius: .5rem 0 0 .5rem;
}
section.content.transactions .transaction-item .transaction-content .btn-group .btn.decline.active {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
section.content.transactions .transaction-item .transaction-content .btn-group .btn.counter.active {
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
    border-radius: 0 .5rem .5rem 0;
}
.no-touchevents section.content.transactions .transaction-item .transaction-content .btn-group .btn:hover {
    background-color: rgba(51,51,51,.125);
}
.btn.circle {
    margin: 2rem auto 1rem;
    width: 6.25rem;
    height: 6.25rem;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--secondary);
    border-radius: 50rem;
    display: block;
    position: relative;
    pointer-events: all;
    transition: all .2s ease-in-out;
}
.btn.circle:hover {
    box-shadow-color: blue !important;
}
.btn.circle.fader span {
    webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}
@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
.btn.circle span.icon {
    font-size: 3.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
.btn.circle i[class*='fa-'] {
    color: #fff !important;
}
.btn.circle span.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.pulse {
    -moz-animation-duration: 0.85s;
    -webkit-animation-duration: 0.85s;
    -moz-animation-name: changeShadow;
    -webkit-animation-name: changeShadow;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
}
.no-touchevents .btn-primary.pulse:hover {
    -moz-animation-name: changeShadowHover;
    -webkit-animation-name: changeShadowHover;
}
@-webkit-keyframes changeShadow {
  from {
   box-shadow: 0 0 0 0 rgba(255,106,20,.25);
  }

  to {
    box-shadow: 0 0 0 .75rem rgba(255,106,20,.25);
  }
}
@-webkit-keyframes changeShadowHover {
  from {
   box-shadow: 0 0 0 0 rgba(255,199,60,.25);
  }

  to {
    box-shadow: 0 0 0 .75rem rgba(255,199,60,.25);
  }
}
.icon-circle {
    margin: 3rem auto 0;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50rem;
    background: var(--yellow);
    display: inline-block;
    position: relative;
}
.icon-circle [class*="fa-"] {
    font-size: 3.25rem;
    line-height: 6.25rem;
    color: #fff;
    text-align: center;
}

.icon-wait {
    margin: 1rem auto 0;
    width: 6.25rem;
    height: 6.25rem;
    border-radius:50rem;
    background: var(--yellow);
    display: inline-block;
    position: relative;
}
.icon-wait .minute {
    width: 6.25rem;
    height: 6.25rem;
    border-radius:50rem;
    position: absolute;
    top: 0;
    left:0;
    animation: rotation 30s infinite linear;
}
.icon-wait .hour {
    width: 6.25rem;
    height: 6.25rem;
    border-radius:50rem;
    position: absolute;
    top: 0;
    left:0;
    animation: rotation 120s infinite linear;
}
.rotate-slow {
    animation: rotation 20s infinite linear;
}
.rotate-slower {
    animation: rotation 60s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
section.content.transactions .custom-control-label {
    font-size: 1.125rem;
    position: relative;
}
section.content.transactions .custom-control-label::before, section.content.transactions .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #e5e7e7;
    border: rgba(51,51,51,.25) solid 1px;
}
section.content.transactions .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--gray);
    background-color: var(--secondary);
}
section.content.transactions .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    background-image: none;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    top: .325rem;
    left: -2rem;
}
section.content.transactions .custom-control.small .custom-control-label {
    font-size: 1rem;
}
section.content.transactions .custom-control.small .custom-control-label::before, section.content.transactions .custom-control.small .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    left: -1.5rem;
    top: .175rem;
    width: 1rem;
    height: 1rem;
}
section.content.transactions .custom-checkbox.custom-control.small .custom-control-input:checked~.custom-control-label::after {
    width: 1rem;
    height: 1rem;
    font-size: .675rem;
    top: .425rem;
    left: -1.5rem;
}
section.content.transactions .form-group.closing-time {
    margin: 0 auto;
    width: 100%;
    max-width: 20rem;
    text-align: center;
}
section.content.transactions .form-group.closing-time > div {
    margin-bottom: .25rem;
}
#inspection-resolution-tab.list-group {
    margin-top: 1rem;
    font-size: 1.125rem;
    text-align: left;
}
#inspection-resolution-content .tab-pane {
    padding: 2rem;
}
#inspection-resolution-content .custom-checkbox {
    margin: 0 auto;
    width: 100%;
    max-width: 32rem;
    text-align: left;
}
.no-touchevents .list-group-item-action:focus, .no-touchevents .list-group-item-action:hover {
    color: var(--primary);
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item.active {
    color: #fff !important;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
#inspection-resolution-tab .list-group-item:before {
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    opacity: .5;
    display: block;
    position: absolute;
    top: .825rem;
    left: .75rem;
}
#inspection-resolution-tab .list-group-item.active:before {
    content: '\f058';
    font-weight: 900;
    opacity: 1;
}
#inspection-resolution-tab .list-group-item {
    padding-left: 2.25rem;
}
section.content.transactions .contract-summary {
    margin: 0 auto;
    width: calc(100% - 1.25rem);
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0 0 0 .625rem rgba(214,215,216,.75);
    border-radius: 1rem 1rem 0 0;
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
}
section.content.transactions .contract-summary .headline {
    background: var(--secondary);
    font-size: 0;
    text-align: left;
    position: relative;
    display: flex;
    align-items: stretch;
}
section.content.transactions .contract-summary .headline.completed {
    background: var(--green);
}
section.content.transactions .contract-summary .headline.terminated {
    background: var(--red);
}
section.content.transactions .contract-summary a.contact {
    padding: 0;
    width: 13.125rem;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0,0,0,.25);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
section.content.transactions .contract-summary a.contact > div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
section.content.transactions .contract-summary a.contact[aria-expanded="false"] .on {
    display: inline-block;
}
section.content.transactions .contract-summary a.contact[aria-expanded="true"] .on {
    display: none;
}
section.content.transactions .contract-summary a.contact[aria-expanded="false"] .off {
    display: none;
}
section.content.transactions .contract-summary a.contact[aria-expanded="true"] .off {
    display: inline-block;
}
section.content.transactions .contract-summary a.contact .off:after {
    margin-left: .5rem;
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: var(--red);
    display: inline-block;
    position: relative;
    transition: all .2s ease-in-out;
}
section.content.transactions .contract-summary a.contact .icon {
    margin-right: .75rem;
    width: 3.375rem;
    display: inline-block;
}
section.content.transactions .contract-summary .headline .text {
    padding: 1.25rem 5rem 1.25rem 1.5rem;
    /*width: 100%;*/
    width: calc(100% - 13.125rem);
    font-size: 1.125rem;
    color: #fff;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
section.content.transactions .contract-summary .headline .text:before {
    margin-top: .25rem;
    font-family: 'Font Awesome 5 Pro';
    content: '\f106';
    font-size: 2rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}
section.content.transactions .contract-summary .headline .text[aria-expanded="true"]:before {
    content: '\f00d';
}
section.content.transactions .contract-summary .headline .text i {
    font-size: 1.125rem;
    color: #fff;
    top: -.125rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
section.content.transactions .contract-summary .headline .text h3 {
    margin: 0 0 .25rem;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
}
section.content.transactions .contract-summary .headline .text p span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
section.content.transactions .contract-summary .headline .text p span + span:before {
    padding: 0 .5rem;
    content: '|';
    display: inline-block;
    vertical-align: top;
}
section.content.transactions .contract-summary .content {
    padding: 0 0 2rem;
    height: calc(100vh - 15rem);
    overflow-y: scroll;
    transition: all 0s ease-in-out;
}
section.content.transactions .contract-summary .content .details {
    margin: 0;
    padding: .25rem;
    font-size: 0;
    display: block;
}
section.content.transactions .contract-summary .content .details .property-item {
    margin: 0;
    width: 21.875rem;
    display: inline-block;
    vertical-align: top;
}
section.content.transactions .contract-summary .content .details .text {
    padding: 1.5rem 2rem;
    width: calc(100% - 21.875rem);
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
section.content.transactions .contract-summary .content .details .address {
    font-size: 1.25rem;
}
section.content.transactions .contract-summary .content .details .address strong {
    font-size: 1.5rem;
}
section.content.transactions .contract-summary .content .row {
    margin: 0;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
section.content.transactions .contract-summary .content .row [class*="col-"] {
    padding: 1rem 2rem;
}
section.content.transactions .contract-summary .content .row h4 {
    margin: 0;
    font-size: 1.25rem;
}
section.content.transactions .contract-summary .support-options-wrapper input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
section.content.transactions .contract-summary .support-options-wrapper label {
    cursor: pointer;
}
section.content.transactions .contract-summary .support-options-wrapper label span {
    font-weight: 600;
}
section.content.transactions .contract-summary .support-options-wrapper label span:before {
    width: 1.25rem;
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-weight: 300;
    color: rgba(51,51,51,.5);
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
section.content.transactions .contract-summary .support-options-wrapper input[type=radio]:checked ~ label span:before {
    content: '\f058';
    font-weight: 900;
    color: var(--green);
}
section.content.transactions a.view-docs {
    font-size: 1.125rem;
    line-height: 1.625rem;
    display: inline-block;
    position: relative;
}
section.content.transactions a.view-docs:before {
    margin-right: .25rem;
    font-family: 'Font Awesome 5 Pro';
    content: '\f002';
    font-weight: 300;
    text-align: center;
    color: #b5b9ba;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    transition: all .2s ease-in-out;
}
section.content.transactions .task a.view-docs {
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--green);
}
.no-touchevents section.content.transactions .task a.view-docs:hover {
    color: rgba(51,51,51,.75);
}
section.content.transactions .contract-summary .content hr {
    margin: 1rem;
}
section.content.transactions table.primary, section.content.transactions .contract-summary .content table.docs {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .5rem;
    border-spacing: 0;
    border-collapse: unset;
    overflow: hidden;
}
section.content.transactions table.primary tr, section.content.transactions .contract-summary .content table.docs tr {
    border: none;
}
section.content.transactions table.primary tr:nth-of-type(even) td, section.content.transactions .contract-summary .content table.docs tr:nth-of-type(even) td {
    background-color: rgba(0,0,0,.05);
}
section.content.transactions table.primary tr td, section.content.transactions .contract-summary .content table.docs tr td {
    padding: .5rem 1rem;
    vertical-align: top;
}
section.content.transactions table.closing tr td:first-of-type {
    width: 12rem;
}
section.content.transactions .contract-summary .content table.docs tr td:last-of-type {
    text-align: right;
}
section.content.transactions table.primary a.view-docs, section.content.transactions .contract-summary .content table.docs a.view-docs {
    font-size: 1rem;
}
section.content.transactions .contract-summary .content .btn {
    font-size: 1.125rem;
}
section.content.transactions .contract-summary .content .btn.dropdown-toggle:after {
    margin-left: .5rem;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.15rem;
    line-height: 0;
    font-weight: 400;
    border: none;
    color: var(--yellow);
    display: inline-block;
    vertical-align: middle;
}
.no-touchevents section.content.transactions .contract-summary .content .btn.dropdown-toggle:hover:after {
    color: #fff;
}
section.content.transactions .contract-summary .content .dropdown.show .btn.dropdown-toggle:after {
    content: '\f106';
}
section.content.transactions .contract-summary .content .dropdown-menu {
    padding: .325rem;
}
.no-touchevents section.content.transactions .contract-summary .content .dropdown-menu .dropdown-item:focus, .no-touchevents section.content.transactions .contract-summary .content .dropdown-menu .dropdown-item:hover {
    background-color: var(--secondary);
    color: #fff;
    border-radius: 50rem;
}
.violator {
    padding: .5rem 1rem;
    width: 100%;
    text-align: center;
    color: var(--gray);
    background-color: rgba(255,199,60,.85);
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    -webkit-backdrop-filter: blur(10px);
    /*backdrop-filter: url(filters.svg#filter) blur(10px);*/
    cursor: pointer;
}
#violator-content .modal-content {
    padding: 2rem;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0 0 4rem 0;
}
#violator-content .modal-content h2 i[class*="fa-"] {
    color: var(--yellow);
}
#violator-content .modal-content a.dismiss {
    margin: -3.25rem auto 2rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #fff;
    background-color: var(--gray);
    display: inline-block;
    border: .25rem solid #fff;
    border-radius: 50rem;
    cursor: pointer;
}
#violator-content .modal-content a.dismiss i[class*="fa-"] {
    margin-top: .325rem;
}


.custom-switch-container{
    text-align: end;
}

.message-list .archive {
    text-align: center;
}

.message-list .archive i {
    color: var(--secondary);
}

.archive:hover p {
    background-color: rgb(0 0 0 / 3%);
    border-radius: 6px;
    cursor: pointer;
}

.stretched-link.icon-margin::after {
    margin-left: 100px;
}

.archive p {
    padding: 8px;
    width: fit-content;
    user-select: none;
    text-align: center;
}

#minimumFeeDisclaimer {
    display: block;
    text-align: right;
}

@media screen and (max-width:1600px) {
    .how-it-works.slider .how-it-works-item, .how-it-works.slider .how-it-works-item {
        padding: 2rem;
    }
    .how-it-works.slider .how-it-works-item h3 {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
    .how-it-works.slider .how-it-works-item p {
        font-size: 1rem;
    }
    .list-view .col.properties .property-item {
        margin: 15px;
        width: calc(33.3334% - 30px);
    }
    .listing-image {
        height: 35rem;
    }
    section.how-it-works .top {
        background-size: 120%;
    }
    section.content.dashboard .row.main > .col-sm-8 {
        padding-right: 30px;
    }
    section.content.dashboard .profile-edit .block > .row > [class*="col"] {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
@media screen and (max-width:1300px) {
    body, html {
        font-size: 14px;
    }
    header .navbar-brand {
        margin-right: .75rem;
        width: 125px;
    }
    header form[name="search"] {
        margin: 0 .75rem;
    }
    header form[name="search"] input {
        width: 230px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }
    nav div.notifications a:after {
        right: -1px;
    }
    section.filters .row.checkboxes label input[type="checkbox"] + span:before {
        top: 2px;
    }
    .property-item .image {
      /*  border-radius: 0 0 23px 0;*/
    }
    .links .circle {
        margin-left: 5px;
        padding: 6px;
        width: 40px;
        height: 40px;
    }
    .content.listings.map-view .map-container {
        height: calc(100vh - 132px);
        top: 132px;
    }
    .listing-tools .links .circle.like img {
        margin-top: 0;
    }
    .modal#gallery-modal .modal-body {
        max-width: 75%;
    }
    .how-it-works.slider .how-it-works-item h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .how-it-works.slider .how-it-works-item p {
        font-size: 1.125rem;
    }
    section form.inline input.search {
        padding: 0 3.625rem 0 1.5rem !important;
        line-height: 3.15rem !important;
    }
    form.inline input.search + .btn {
        width: 2.6125rem;
        height: 2.6125rem;
        font-size: 1.25rem;
        line-height: 2.6125rem !important;
    }
    section.content.dashboard .dashboard-content.conversation .row.intro .user .text, section.content.dashboard .dashboard-content.conversation .row.intro .property .text {
        font-size: .825rem;
        line-height: 1rem;
    }
    section.content.dashboard .dashboard-content.conversation .row.intro .property .text .address {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    section.content.dashboard .dashboard-content.conversation .row.intro .property .text .address strong, section.content.dashboard .dashboard-content.conversation .row.intro .user .text .name {
        font-size: 1.75rem;
        line-height: 1.875rem;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .property-item {
        width: 50%;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .text {
        width: 50%;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats {
        margin: 1.5rem -1rem 0 -.75rem !important;
        padding: .5rem;
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .total {
        margin-top: .5rem;
        font-size: 1rem;
        line-height: 1rem;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .col {
        padding: .5rem;
    }
    section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"] {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

}
@media screen and (max-width:1120px) {
    header .navbar-brand {
        margin-right: .5rem;
    }
    header form[name="search"] {
        margin: 0 .5rem;
    }
    header form[name="search"] input {
        width: 200px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    /*nav ul.user-menu li .dropdown-menu a, nav ul.user-menu li .dropdown-menu a.active {
        font-size: 1.125rem !important;
    }*/
    nav ul.user-menu li .dropdown-menu a i {
        width: 1.75rem;
    }
    nav ul.user-menu li a .name {
        display: none;
    }
    nav ul.user-menu li a .avatar {
        margin: 0;
    }
    nav ul.user-menu li.notifications {
        margin-left: -1rem;
    }
    nav ul.user-menu li.notifications a {
        height: 100%;
    }
    nav ul.user-menu li.notifications a i {
        display: none;
    }
    .map-view .col.properties .property-item {
        margin: 15px;
        width: calc(100% - 30px);
    }
    .list-view .col.properties .property-item {
        margin: 15px;
        width: calc(50% - 30px);
    }
    .listing-image {
        height: 35rem;
    }
    section.how-it-works .top {
        background-size: 150%;
    }
    section.content.home-profile .container .row .col-8 .container {
        padding: 30px;
    }
    section.content.home-profile ul.features {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    section.content.home-profile .home-story .intro {
        max-width: 315px;
    }
    .search-results .col.neighborhoods ul.list-neighborhoods {
        grid-template-columns: auto auto auto;
    }
    section.content.comp-report .row.comp-report-item .col-sm-3  {
        width: 19rem;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
    section.content.comp-report .row.comp-report-item .col-sm-9  {
        width: calc(100% - 19rem);
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }
    section.content.dashboard .dashboard-content .message-list .row {
        padding-right: 4.25rem;
    }
    section.content.dashboard .dashboard-content .message-list .row:after {
        right: 1.5rem;
    }
    .no-touchevents section.content.dashboard .dashboard-content .message-list .row:hover:after {
        right: 1rem;
    }
    /*section.content.dashboard .dashboard-content .message-list .row [class*="col"]:first-of-type {
        min-width: 6.75rem;
        max-width: 6.75rem;
        -ms-flex: unset;
        flex: unset;
    }*/
    section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type {
        padding: 1rem 0;
        min-width: 11rem;
        max-width: 11rem;
        text-align: center;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type:before {
        padding: 0;
        width: 100%;
        content: '\f073';
        font-family: 'Font Awesome 5 Pro';
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 300;
        text-align: center;
        color: #b5b9ba;
        display: block;
        position: relative;
        top: 0;
        transform: none;
        left: 0;
    }
    /*section.content.dashboard .dashboard-content .message-list .row [class*="col"]:last-of-type {
        padding-right: 0;
        min-width: 8.625rem;
        max-width: 8.625rem;
        font-size: 1rem;
        text-align: right;
        -ms-flex: unset;
        flex: unset;
    }*/
    section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:last-of-type {
        padding-right: 0;
        min-width: 12rem;
        max-width: 12rem;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:last-of-type .btn {
        font-size: 1rem;
    }
    section.content.dashboard .dashboard-content .message-list:not(.calendar) .row .user .avatar {
        margin: 0 auto;
        width: 3.75rem;
        height: 3.75rem;
        display: block;
    }
    section.content.dashboard .dashboard-content .message-list:not(.calendar) .row .user .text {
        padding: .5rem 0 0;
        width: 100%;
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        display: block;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .user .text, section.content.dashboard .dashboard-content .message-list.calendar .row .address, section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type, section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type strong {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    section.content.dashboard .dashboard-content .message-list .conversations, section.content.dashboard .dashboard-content .block .conversations {
        padding: 1rem 1.5rem;
    }
    section.content.dashboard .dashboard-content .col.properties .property-item {
        width: calc(50% - 1rem);
    }
    section.content.dashboard .dashboard-content [class*="col"].for-you {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.content.dashboard .dashboard-content [class*="col"].for-you > .row {
        margin: 0;
    }
}

/*#navbarSupportedContent {
  display: none !important;
}*/

/* Start Mobile */
@media screen and (max-width:991px) {
 
 
  header {
      padding: 10px 0;
      height: auto;
  }
  header .container {
      min-height: 30px;
  }
  header .navbar-brand {
      margin: .2223rem 1rem;
      width: 91px;
      left: 25px;
      position: relative;
  }
  nav div.notifications {
      position: fixed;
      top: 10px;
      right: 30px;
  }
  header .navbar-toggler {
      padding: 0;
      width: 25px;
      height: 14px;
      border: none;
      outline: none;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: all .15s ease-in-out;
      cursor: pointer;
      z-index: 99;
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
  }
  header .navbar-toggler span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: var(--secondary);
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .1s ease-in-out;
      -moz-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
      transition: .1s ease-in-out;
  }
  header .navbar-toggler span:nth-child(1) {
      top: 0px;
  }
  header .navbar-toggler span:nth-child(2), header .navbar-toggler span:nth-child(3) {
      top: 6px;
  }
  header .navbar-toggler span:nth-child(4) {
      top: 12px;
  }
  header .navbar-toggler:not(.collapsed) span:nth-child(1) {
      top: 9px;
      width: 0%;
      left: 50%;
      display: none;
  }
  header .navbar-toggler:not(.collapsed)  span:nth-child(2) {
      width: 100%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  header .navbar-toggler:not(.collapsed)  span:nth-child(3) {
      width: 100%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  header .navbar-toggler:not(.collapsed)  span:nth-child(4) {
      top: 9px;
      width: 0%;
      left: 50%;
      display: none;
  }
  header .navbar-nav:not(.user-menu) {
      margin-bottom: 1rem;
      width: 100%;
      text-align: left;
  }
  header nav ul.navbar-nav:not(.user-menu) > li > a, header nav ul.navbar-nav:not(.user-menu) > li.dropdown .btn-group > a, header.header-home nav ul.navbar-nav:not(.user-menu) > li > a, header.header-home nav ul.navbar-nav:not(.user-menu) > li.dropdown .btn-group > a {
      font-size: 1.5rem;
      line-height: 2rem;
  }
  header ul.nav.subnav a {
      font-size: 1.15rem !important;
      line-height: 1.5rem !important;
      text-transform: none;
  }
  nav ul > li .dropdown-toggle:after {
      display: none !important;
  }
  header ul.nav.subnav {
      display: block;
  }
  header ul.nav.subnav.phone-number {
      /* margin-left: 6px; */
      display: none !important;
  }
  header a#user-signin {
      color: #fff !important;
      background-color: var(--secondary) !important;
      border-color: transparent !important;
  }
  .header-filter-mobile {
      margin: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding: .75rem .5rem;
  }
  .navbar-expand-lg .nav.subnav.navbar-nav .nav-link {
      padding: .5rem;
  }
  .navbar-collapse {
      padding: 10px 0 2rem;
      transition: all 0.25s ease-in-out;
  }
  .navbar-collapse.show {
      height: calc(100vh - 40px);
      overflow-y: auto;
  }
  header form[name="search"] {
      margin: 0 auto 0 1.75rem;
  }
  header form[name="search"] input {
      padding: 0 2.5rem 0 1rem !important;
      line-height: 30px !important;
  }
  header form[name="search"] .btn {
      width: 2.5rem;
      height: 30px;
      font-size: 16px;
      line-height: 30px !important;
  }
  nav ul.user-menu {
      margin: 0 0 0.5rem;
      padding: 0;
      display: block;
      border-top: 1px solid #f4f2ef;
      /*border-bottom: 1px solid #f4f2ef;*/
  }
  nav ul.user-menu li a.nav-link {
      padding: .75rem 0 !important;
  }
  nav ul.user-menu li a .name {
      padding-left: .75rem;
      width: calc(100% - 60px);
      font-size: 1.15rem;
      display: inline-block;
  }
  nav ul.user-menu li a .avatar {
  }
  nav ul.user-menu li .dropdown-menu {
      margin: 0;
      padding: 0 0 .325rem;
      background: none;
      border: none;
  }
  a.anchor {
      top: -50px;
  }
  .hero-home {
      height: calc(100vh - 50px) !important;
      background-position: 27% center;
      background-size: cover;
  }
  .hero-home:after {
      
  }
  .media-mentions {
      margin: 0 auto;
  }
  section.home .info [class*="col-"] + [class*="col-"] {
      margin-top: 1rem;
  }
  section.content .neighborhoods ul.list-neighborhoods {
      height: 9rem;
      grid-template-columns: repeat(auto-fill, 49%);
  }
  /*section.content {
      padding: 30px 0;
  }
  section:first-of-type {
      margin-top: 50px;
  }*/
  section.filters {
      top: 50px;
  }    .image-list .list-group {
      font-size: .65rem;
  }
  .content.listings .container {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .content.listings.map-view .map-container {
      height: calc(100vh - 92px);
      top: 92px;
  }
  section.content.home-profile.unclaimed .property-info .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: 0;
      max-width: 100%;
  }
  section.content.home-profile.unclaimed .property-info .info {
      margin: 0;
      min-width: 16.5rem;
      max-width: 16.5rem;
      -ms-flex: unset;
      flex: unset;
  }
  section.content.home-profile > .container > .row > [class*="col-"]:first-of-type, section.content.home-profile > .container > .row > [class*="col-"]:nth-of-type(2)  {
      padding: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  section.content.home-profile:not(.unclaimed) > .container > .row > .col-4 {
      display: flex;
      flex-direction: column-reverse;
  }
  .home-claim-cta { 
      margin-top: 2rem;
  }
  .btn.comp-report {
      text-align: center;
      order: 1;
  }
  .listing-ctas {
      height: auto;
  }
  .listing-ctas form {
      margin: 0 auto;
      max-width: 367px;
  }
  .listing-tools {
      padding: 1rem;
  }
  .listing-tools a, .listing-tools .links .circle {
      margin: 0 .25rem;
      padding: .5rem 1rem;
      width: auto;
      min-width: 4.285rem;
      height: 4.285rem;
      font-size: .75rem;
      color: var(--secondary);
      background: #fff;
      border: 2px solid var(--secondary);
      border-radius: 50rem;
      display: inline-block;
      vertical-align: middle;
  }
  .listing-tools a.btn-primary {
      color: #fff !important;
  }
  .listing-tools a.back {
      font-size: 0;
  }
  .listing-tools a i, .listing-tools .links .circle img {
      margin: 0 auto;
      width: 2rem;
      height: 2rem;
      font-size: 28px;
      display: block;
  }
  .listing-tools .messages a {
      width: 7.5rem;
  }
  .listing-tools .messages a.early-access {
      width: 12rem;
  }
  .listing-tools a.back i {
      line-height: 3.25rem;
      color: #fff !important;
  }
  .listing-tools .links .circle.like img {
        margin-top: 2px; 
  }
  .listing-tools .links .circle.share img {
        margin-top: 0; 
  }
  .listing-tools .links .circle.like:after {
      width: 2rem;
      height: 2rem;
      background: url(../images/icon-heart-active-secondary.svg) no-repeat center center;
      position: absolute;
      top: .6rem;
      left: 1rem;
  }
  .listing-tools a span {
      width: 100%;
      text-align: center;
      display: block;
      position: absolute;
      bottom: .325rem;
      left: 0;
  }
  .coming-soon-cta.early-access-open .price .medium {
      font-size: 2.5rem;
      line-height: 2.75rem;
  }
  section.how-it-works .top {
      background-size: 185%;
  }
  section.content.home, section.how-it-works .bottom, section.content.about {
      margin-bottom: -30px;
  }
  section.how-it-works .info [class*=col-] + [class*=col-] {
      margin-top: 2rem;
  }
  .hero-sell {
      height: calc(100vh - 50px) !important;
  }
  section.sell .claim-home h2 {
      margin-bottom: 2rem;
      max-width: 100%;
  }
  section.sell .cta-ready h2 {
      margin-bottom: 2rem;
  }
  form#container_search_five {
      margin-left: auto;
      margin-right: auto;
  }
  section.about .team {
      max-width: 50rem;
  }
  section.faq ul {
      top: 80px;
  }
  section.faq a.anchor {
      top: -30px;
  }
  section.faq a.anchor.alt {
      top: -70px;
  }
  .search-results .col.neighborhoods ul.list-neighborhoods {
      grid-template-columns: auto auto;
  }
  section.content.dashboard .row.main .col-sm-4, section.content.dashboard .row.main .col-sm-8 {
      padding-right: 15px;
      padding-left: 15px;
      width: 100%;
      max-width: 100%;
      -ms-flex: unset;
      flex: unset;
      position: relative;
  }
  section.content.home-profile .property-info {
    /*  margin-bottom: 2rem;
      padding-bottom: 2rem;*/
  }
  section.content.dashboard .sidebar {
      top: 80px;
  }
  section.content.dashboard .row.main .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  section.content.dashboard .row.main .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  section.content.dashboard .sidebar .user {
      padding: 0 1.25rem;
  }
  ul.nav-dashboard li a {
      margin: 0;
      padding: .5rem 1.25rem;
      font-size: 1.25rem;
  }
  ul.nav-dashboard li a i[class*="fa-"] {
      margin-right: .25rem;
      width: 1.25rem;
  }
  section.content.dashboard .sidebar .user .avatar, section.content.dashboard .dashboard-content.conversation .row.intro .user .avatar {
      width: 3.5rem;
      height: 3.5rem;
  }
  section.content.dashboard .sidebar .user .text {
      padding-left: .75rem;
      width: calc(100% - 3.5rem);
      font-size: 1.125rem;
      line-height: 1.325rem;
  }
  section.content.dashboard .sidebar .user .text a {
      font-size: 1rem;
  }
  section.content.dashboard .dashboard-content.conversation .row.intro .user .text {
      padding-left: .75rem;
      width: calc(100% - 3.5rem);
  }
  section.content.dashboard .dashboard-content .message-list.calendar .row .user .avatar {
      margin: 0 auto;
      width: 3.75rem;
      height: 3.75rem;
      display: block;
  }
  section.content.dashboard .dashboard-content .message-list.calendar .row .user .text {
      padding: .5rem 0 0;
      width: 100%;
      font-size: 1rem;
      line-height: 1rem;
      text-align: center;
      display: block;
  }
  section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type {
      padding: 1rem .5rem;
      width: 27.5%;
      min-width: 5rem;
      max-width: 11rem;
  }
  section.content.dashboard .profile-edit .block > .row > [class*="col"] {
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }
  .media-output .thumbnail-wrapper {
      max-height: 28.625rem;
  }
  .contract-step-container {
      margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      position: relative;
      text-align: left;
  }
  .contract-step {
      padding: 0;
      width: 100%;
      font-size: 1rem;
      line-height: 1.25rem;
      text-align: left;
  }
  .contract-step span {
      padding: 0 .5rem;
      max-width: unset;
      display: inline-block;
      vertical-align: middle;
  }
  .contract-step > div {
      width: 1.5rem;
      height: 1.5rem;
      background-color: #a7aeaf;
      border: .125rem solid #fff;
      margin: .5rem auto;
      border-radius: 50rem;
      position: relative;
      display: inline-block;
      vertical-align: middle;
  }
  .contract-step-container:before {
      width: .25rem;
      height: calc(100% - 16.667%);
      content: '';
      background-color: #f1f1f1;
      position: absolute;
      top: 8.3334%;
      left: .6025rem;
  }
  .popover {
      top: -2.5rem !important;
  }
  .violator {
      top: 50px;
  }

  nav ul.user-menu > li.user > a:after {
    display: none;
  }
}
/* End Mobile */



@media screen and (max-width:768px) {
    header div.notifications .dropdown-menu {
        margin: .125rem 0 0 0;
        padding: .25rem;
        min-width: 100vw;
        background: #fff;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,.15);
        border-radius: 0;
        right: -30px;
        transform: translate3d(0, 5px, 0px) !important;
    }
    footer .contact a, footer .contact span {
        font-size: .85rem;
    }
    footer nav .footer-subnav a {
        line-height: 1.5rem;
    }
    footer nav .footer-subnav a:after {
        content: '';
        display: block;
    }
    .owl-carousel .view-all span {
        top: 100px;
    }
    section.content .neighborhoods ul.list-neighborhoods {
        height: 20rem;
        grid-template-columns: repeat(auto-fill, 100%);
        grid-column-gap: 0;
    }
    .content.listings.map-view .map-container {
        width: 100%;
        height: 30rem;
        position: relative;
        top: 0;
        left: 0;
    }
    .content.listings.list-view .container, .content.listings.map-view .container {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        position: relative;
    }
    .list-view .col.properties .property-item, .map-view .col.properties .property-item {
        margin: 15px;
        width: calc(50% - 30px);
    }
    section.filters .dropdown-menu, section.filters .dropdown-menu form, section.filters .dropdown-menu a.done, section.filters .dropdown-menu .btn, section.filters .dropdown-menu .btn.radio:before, section.filters .dropdown-menu .btn.checkbox:before, section.filters .dropdown-menu label.select, section.filters .dropdown-menu span.input-divider, section.filters .dropdown-menu  select {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    section.filters .dropdown-menu {
        margin: .125rem 0 0 0;
        padding: .25rem;
        min-width: 100%;
        background: #fff;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,.15);
        border-radius: 0;
        left: 0;
        right: 0;
        transform: translate3d(0, 5px, 0px) !important;
    }
    section.filters .dropdown-menu a.done {
        margin-top: .5rem;
    }
    section.filters .dropdown-menu form {
        max-height: 50vh;
    }
    section.filters .dropdown-menu .btn:hover {
        background: transparent;
    }
    .listing-image {
        height: 30rem;
    }
    .modal#gallery-modal .modal-body {
        max-width: 100%;
    }
    .carousel.gallery .owl-prev {
        left: 0;
    }
    .carousel.gallery .owl-next {
        right: 0;
    }
    section.how-it-works .ctas [class*='col-'] + [class*='col-'] {
        padding-top: 0;
    }
    section.sell .ctas [class*='col-']:first-of-type {
        padding: 2rem 2rem 0;
    }
    section.sell .ctas [class*='col-']:last-of-type {
        padding: 0 2rem;
    }
    section.sell .ctas .col-sm-12:last-of-type {
        padding: 2rem 2rem 0 !important;
    }
    form#container_search_three {
        margin-left: auto;
        margin-right: auto;
    }
    section.how-it-works .ctas [class*='col-'] .divider.left, section.sell .ctas [class*='col-'] .divider.left {
        margin-left: auto;
        margin-right: auto;
    }
    section.how-it-works .ctas [class*='col-']:last-of-type .divider.right {
        margin-left: auto;
        margin-right: auto;
    }
    section.how-it-works .top .ctas {
        margin-top: -5rem;
    }
    section.how-it-works .top .ctas:before {
        height: 100%;
    }
    ul.benefits li {
        margin: 0 0 3rem;
        padding: 0;
        font-size: 1.5rem;
        text-align: center;
        position: relative;
    }
    ul.benefits li:before {
        margin: 0 auto .5rem;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    section.sell .help {
        margin-top: -2rem;
    }
    section.sell .builder.ctas .col-sm-12:last-of-type {
        padding: 2rem 0 !important;
    }
    section.content.comp-report .row.comp-report-item .col-sm-3, section.content.comp-report .row.comp-report-item .col-sm-9  {
        width: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    section.content.comp-report .comp-report-item {
        padding-bottom: 1rem;
    }
    section.content.comp-report .text .property-details {
        grid-template-columns: auto auto;
        grid-row-gap: 1rem;
    }
    section.content.dashboard .row.main .col-sm-8 {
        min-height: 500px;
    }
    section.content.dashboard .sidebar {
        margin-bottom: 2rem;
        z-index: 50;
    }
    section.content.dashboard .sidebar .user {
        display: none;
    }
    section.content.dashboard .dashboard-content .block.message .row .buttons .btn {
        padding: .25rem .75rem;
        font-size: 1rem;
        border-radius: .5rem;
    }
    .dropdown.dashboard .btn {
        margin: 0;
        padding: .5rem 1.25rem;
        width: 100%;
        font-size: 1.25rem;
        color: #fff;
        font-weight: 600;
        letter-spacing: -.02rem;
        text-align: left;
        background: var(--secondary);
        border-radius: 50rem;
        display: block;
        position: relative;
        z-index: 10;
        box-shadow: none;
    }
    .dropdown.dashboard .btn i[class*="fa-"] {
        margin-right: .25rem;
        width: 1.25rem;
    }
    .dropdown.dashboard .btn.dropdown-toggle:after {
        margin-left: .5rem;
        display: inline-block;
        vertical-align: middle;
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.25rem;
        line-height: 0;
        font-weight: 900;
        border: none;
        color: var(--yellow) !important;
        position: absolute;
        top: 50%;
        transform: translateY(-10%);
        right: 1.25rem;
    }
    .dropdown.dashboard.show .btn.dropdown-toggle:after {
        content: '\f106';
    }
    .dropdown.dashboard ul.nav-dashboard.dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        float: left;
        display: none;
    }
    .dropdown.dashboard ul.nav-dashboard.dropdown-menu.show {
        display: block;
    }
    ul.nav-dashboard li a, .no-touchevents ul.nav-dashboard li a:hover, ul.nav-dashboard li a.active {
        margin: 0;
        padding: .5rem 1.25rem;
        font-size: 1.25rem;
        color: var(--gray);
        background: transparent;
    }
    ul.nav-dashboard li a.active i[class*="fa-"] {
        color: var(--secondary);
    }
    ul.nav-dashboard li a:before {
        width: 90%;
    }
    ul.nav-dashboard li a.active:before {
        display: block;
    }
    .buttons-bar {
       /*padding: 2rem 0 1rem;*/
    }
    .buttons-bar > div {
       margin: 0 -.25rem;
    }
    .buttons-bar > div .btn {
       width: 50%;
    }
  
    .photo-package-cta {
        margin: -1.5rem 0 1.5rem 0;
    }
    [class*="bg-pattern"] {
        background-attachment: scroll;
    }
    section.content.dashboard .dashboard-content.photo-packages .block .payment-form .form-row .col.cardnumber {
        margin-bottom: .5rem;
        min-width: 100%;
    }
    section.content.dashboard .dashboard-content.activity .block .details .pending .row {
        margin-top: 1rem !important;
    }
    section.content.transactions {
        background-attachment: scroll;
    }
    section.content.transactions .row.main {
        padding: 0 1rem;
    }
    section.content.transactions .transaction-item {
        padding: 2rem 1.25rem 1.25rem;
    }
    section.content.transactions .transaction-item form {
        padding: 1rem 2rem 0;
    }
    section.content.transactions .contract-summary a.contact {
        width: 8rem;
    }
    section.content.transactions .contract-summary .headline .text {
        width: calc(100% - 8rem);
    }
    section.content.transactions .contract-summary a.contact .icon {
        margin: 0 auto .25rem;
        width: 4rem;
        display: block !important;
    }

    .custom-switch-container{
        margin-top: 1rem;
        text-align: start;
    }

}

@media screen and (max-width:576px) {
    nav div.notifications {
        right: 15px;
    }
    header div.notifications .dropdown-menu {
        right: -15px;
    }
    .container {
        padding-right: 1em;
        padding-left: 1em;
    }
    .media-mentions {
      margin-bottom: 20px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-filter-mobile {
        margin: 0;
    }
    /*section.content {
        padding: 30px 0;
    }*/
    .outer {
        padding: 0 15px;
    }
    section.filters button {
        
    }
    section.filters button span {
        
    }
    .links .circle {
        margin-left: 5px;
        padding: 6px;
        width: 35px;
        height: 35px;
    }
    .carousel-wrapper {
        margin: 0 -30px 30px !important;
        max-height: 280px;
    }
    .carousel.properties .owl-stage {
        margin-right: -60px;
        left: -35px;
    }
    .carousel.neighborhoods .owl-stage, .carousel.schools .owl-stage {
        margin-right: -100px;
        left: -45px;
    }
    .property-item {
        margin: 0 7px 0 8px;
    }
    footer .logo-footer {
        width: 150px;
    }
    footer h3 {
        font-size: 1.45rem;
    }
    footer .contact a, footer .contact span {
        font-size: .75rem;
        line-height: 1;
    }
    footer .small {
        font-size: 90%;
        line-height: 1.75;
    }
    a.anchor {
        top: -47px;
    }
    /*section:first-of-type {
        margin-top: 47px;
    }*/
    blockquote {
        font-size: 2rem;
    }
    .hero-home {
        height: calc(100vh - 50px) !important;
        background: #333 url(../images/hero-home-2.png) no-repeat center bottom;
        background-size: cover;
        margin-top: 50px;
    }
    .hero-home:before {
        background: -moz-linear-gradient(top, rgba(51,51,51,0.65) 0%, rgba(51,51,51,0) 50%);
        background: -webkit-linear-gradient(top, rgba(51,51,51,0.65) 0%,rgba(51,51,51,0) 50%);
        background: linear-gradient(to bottom, rgba(51,51,51,0.65) 0%,rgba(51,51,51,0) 50%);
    }
    .hero-home:after {
        top: -7rem;
    }
    section.home .info .block .main {
        padding: 3rem 2rem 2rem;
    }
    section.home .info .block .main h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .image-list .list-group {
        font-size: .65rem;
        line-height: 1.2;
    }
    .property-item .neighborhood {
        top: 3px;
    }
    .list-view .col.properties, .map-view .col.properties {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .list-view .col.properties .property-item, .map-view .col.properties .property-item {
        margin: 15px 7.5px;
        width: calc(50% - 15px);
    }
    section.content.home-profile.unclaimed .property-info [class*="col-"] {
        min-width: 100%;
        max-width: 100%;
        -ms-flex: unset;
        flex: unset;
    }
    section.content.home-profile .home-claim-cta {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        padding: 1.5rem 1.5rem;
    }
    section.content.home-profile .container > .row > [class*="col-"]:first-of-type, section.content.home-profile .container > .row > [class*="col-"]:nth-of-type(2)  {
        padding: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .listing-image {
        height: 25rem;
    }
    div.floorplans .floorplans-container {
        grid-template-columns: auto auto auto;
        grid-gap: 1rem;
    }
    .btn.comp-report {
        text-align: center;
        order: 1;
    }
    .coming-soon-cta {
        margin: 0 1rem 2rem;
    }
    .listing-tools a, .listing-tools .links .circle {
        margin: 0 .25rem;
        padding: .25rem .5rem;
        width: auto;
        min-width: 3.25rem;
        height: 3.25rem;
        font-size: .675rem;
        letter-spacing: -.025rem;
        color: var(--secondary);
        background: #fff;
        border: 2px solid var(--secondary);
        border-radius: 50rem;
        display: inline-block;
        vertical-align: middle;
    }
    .listing-tools a.btn-primary {
        color: #fff !important;
    }
    .listing-tools a.back {
        font-size: 0;
    }
    .listing-tools a i, .listing-tools .links .circle img {
        margin: 0 auto;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 20px;
        line-height: 1.75rem;
        display: block;
    }
    .listing-tools a.back i {
        line-height: 2.75rem;
    }
    .listing-tools .links .circle.like img {
         margin-top: 2px; 
    }
    .listing-tools .links .circle.share img {
         margin-top: 0; 
    }
    .listing-tools .links .circle.like:after {
        width: 1.5rem;
        height: 1.5rem;
        background: url(../images/icon-heart-active-secondary.svg) no-repeat center center;
        position: absolute;
        top: .675rem;
        left: 1rem;
    }
    .listing-tools a span {
        bottom: .175rem;
    }
    .listing-tools .messages a {
        width: 6.5rem;
    }
    .listing-tools .messages a.early-access {
        width: 9rem;
    }
    section.content.home-profile .container .row .col-8 .container, section.content.home-profile.unclaimed .property-info {
        padding: 30px 1rem;
    }
    section.content.home-profile .property-info .info {
        min-width: 100%;
        max-width: 100%;
    }
    section.how-it-works .intro h2 {
        margin-bottom: 1rem;
        font-size: 3rem;
    }
    section.how-it-works .intro p {
        font-size: 1.5rem;
    }
    section.how-it-works h2 {
        font-size: 2.5rem;
    }
    section.how-it-works h3 {
        font-size: 2rem;
    }
    section.how-it-works p {
        font-size: 1.25rem;
    }
    section.how-it-works .ctas h2 {
        font-size: 2.5rem;
    }
    section.how-it-works .info .block .main {
        padding: 3rem 2rem 2rem;
    }
    .testimonials .testimonial-item {
        padding: 1.5rem;
    }
    .accordion#timeline .collapsible-link {
        font-size: 1rem;
    }
    .hero-sell {
        height: auto !important;
    }
    .hero-sell h1 {
        font-size: 3.25rem;
        line-height:4.0rem;
        margin-top: 35px;
    }
    .hero-sell .savings-tool h2 {
        font-size: 1.5rem;
    }
    .hero-sell .savings-tool h3 {
        font-size: 1.25rem;
    }
    .hero-sell .savings-tool .totals .amount {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    section.sell .claim-home .row [class*='col-'] {
        padding: 0 15px;
    }
    section.sell .callout .icon {
        margin: 0 auto;
        display: block;
    }
    section.sell .callout h3 {
        padding: 2rem 0;
        max-width: 100%;
        text-align: center;
    }
    section.about .team {
        max-width: 25.875rem;
    }
    .search-results .col.neighborhoods {
        padding-left: 0;
        padding-right: 0;
    }
    .search-results .col.properties .col-12 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .search-results .col.neighborhoods ul.list-neighborhoods {
        grid-template-columns: auto;
    }
    section.content.comp-report .row.comp-report-item .col-sm-3, section.content.comp-report .row.comp-report-item .col-sm-9  {
        width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .help-icon {
        left: .25rem;
        top: .25rem;
    }
    .onboarding .row.property-sign [class*="col-"] label {
        font-size: 1rem;
    }
    section.content.dashboard .row.main .col-sm-4, section.content.dashboard .row.main .col-sm-8 {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        max-width: 100%;
        -ms-flex: unset;
        flex: unset;
        position: relative;
    }
    section.content.dashboard .row.dashboard-content [class*="col-"] + [class*="col-"] {
        /*margin-top: 1.25rem;*/
    }
    section.content.dashboard .dashboard-content.activity .block.home-activity {
        border-radius: 0 0 .5rem .5rem;
    }
    section.content.dashboard .dashboard-content.activity .block .details .property-item {
        width: 100%;
        display: block;
    }
    section.content.dashboard .dashboard-content.activity .block .details .text {
        padding: 1.5rem 1rem;
        width: 100%;
        display: block;
    }

    /*
    section.content.dashboard .dashboard-content .message-list .row {
        width: 100%;
        display: inline-block;
        padding-top: 10px;
    }*/
    .stretched-link.icon-margin::after {
    }
    section.content.dashboard .dashboard-content .message-list .row:after, section.content.dashboard .dashboard-content .message-list .row:before {
        display: table;
    }
    section.content.dashboard .dashboard-content .message-list .row:after {
        clear: both;
    }
    /*section.content.dashboard .dashboard-content .message-list .row [class*="col"]:nth-of-type(1) {
    float: left;
    max-width: 110px;
    }
    section.content.dashboard .dashboard-content .message-list .row [class*="col"]:nth-of-type(2) {
        padding: 1rem 0;
        min-width: 5.5rem;
        max-width: 5.5rem;
        float: left;
    }*/
    /*section.content.dashboard .dashboard-content .message-list .row .col, section.content.dashboard .dashboard-content .message-list .row [class*="col"]:last-of-type {
        padding: 1rem 0 .5rem 15px;
        min-width: calc(100% - 13.5rem);
        max-width: calc(100% - 13.5rem);
        text-align: left;
        -ms-flex: unset;
        flex: unset;
        float: right;
    }
    section.content.dashboard .dashboard-content .message-list .row [class*="col"]:last-of-type {
        padding: 0 0 1rem 15px;
    }*/
    section.content.dashboard .dashboard-content .row.message-pagination {
        font-size: .825rem;
        line-height: 1rem;
    }
    section.content.dashboard .dashboard-content .row.message-pagination .col {
        padding: 0 .5rem;
    }
    section.content.dashboard .dashboard-content .row.message-pagination .btn {
        margin: .075rem;
        padding: .25rem .5rem;
        font-size: 1rem;
        border-radius: .625rem;
    }
    section.content.dashboard .dashboard-content.conversation .row.intro .user {
        padding: 0;
    }
    section.content.dashboard .dashboard-content.conversation .row.intro .property .address strong {
        display: block;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .property-item {
        width: 100%;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .text {
        width: 100%;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats {
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    section.content.dashboard .dashboard-content.activity .block.listings .details .text .stats .total {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row {
        padding-right: 4.25rem !important;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row.respond:after {
        display: inline-block;
        vertical-align: middle;
        content: '\f054';
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        border: none;
        color: var(--primary);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.5rem;
        z-index: 1;
        transition: all .25s ease-in-out;
    }
    .no-touchevents section.content.dashboard .dashboard-content .message-list.calendar .row.respond:hover:after {
        right: 1rem;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type {
        padding: 1rem 0;
        width: auto;
        min-width: 11rem;
        max-width: 11rem;
        float: left;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .col, section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:last-of-type {
        min-width: calc(100% - 11rem);
        max-width: calc(100% - 11rem);
        text-align: left;
        -ms-flex: unset;
        flex: unset;
        float: right;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .col {
        padding: 1rem 0 .5rem 1rem !important;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:last-of-type {
        margin: 0 !important;
        padding: 0 0 1rem 1rem !important;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .user {
        padding: 0;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .user .avatar {
        margin: 0 auto;
        width: 3.75rem;
        height: 3.75rem;
        display: inline-block;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .user .text {
        padding-left: .5rem;
        width: calc(100% - 3.75rem);
        text-align: left;
        display: inline-block;
    }
    section.content.dashboard .row.dashboard-content [class*="col-"].for-you + [class*="col-"].for-you {
        margin-top: 0;
    }
    section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"]:first-of-type {
        width: 12rem;
        max-width: 12rem;
        flex: 0 0 12rem;
    }
    section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"]:nth-of-type(2) {
        width: calc(100% - 12rem);
        max-width: calc(100% - 12rem);
        flex: 0 0 calc(100% - 12rem);
    }
    section.content.transactions .transaction-item form {
        padding: 1rem 1rem 0;
    }
    section.content.transactions .contract-summary .content .details .property-item {
        margin: 0;
        width: 100%;
        max-width: 30rem;
        display: block;
    }
    section.content.transactions .contract-summary .content .details .text {
        padding: 2rem 2rem .5rem;
        width: 100%;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
        display: block;
        vertical-align: top;
    }
    section.content.transactions table.closing tr td {
        width: 100% !important;
        display: block;
    }
    section.content.transactions table.closing tr td:first-of-type {
        padding-bottom: 0;
    }
    section.content.transactions table.closing tr td:last-of-type {
        padding-top: 0;
    }
    .onboarding #photo-examples [class*="col-"] {
        grid-template-columns: auto auto;
        grid-gap: .5rem;
    }
	.docusign-iframe iframe {
	    height:  auto !important;
	    /*aspect-ratio: 5/4;*/
	    aspect-ratio: 6/10;
	}
}
@media screen and (max-width:500px) {
    header form[name="search"] {
        width: calc(100% - 235px);
    }
    header form[name="search"] input {
        width: 100%;
    }
    .list-view .col.properties, .map-view .col.properties {
        padding-left: 15px;
        padding-right: 15px;
    }
    .list-view .col.properties .property-item, .map-view .col.properties .property-item {
        margin: 15px 0;
        width: 100%;
    }
    .listing-image {
        height: 19rem;
    }
    .home-story {
        padding: 2rem;
    }
    section.content.home-profile .home-story h3 {
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    section.content.home-profile .home-claim-cta h3 {
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    section.content.home-profile .home-claim-cta h3 .icon {
        margin-right: .5rem;
        width: 2rem;
        height: auto;
        display: inline-block;
        position: relative;
        top: -.25rem;
    }
    .listing-tools a, .listing-tools .links .circle, .listing-tools .messages a {
        margin: 0 .25rem;
        padding: .25rem .5rem;
        width: 3rem;
        min-width: 3rem;
        height: 3rem;
        min-height: 3rem;
        font-size: .675rem;
        letter-spacing: 0;
        color: var(--secondary);
        background: #fff;
        border: 2px solid var(--secondary);
        border-radius: 50rem;
        display: inline-block;
        vertical-align: middle;
    }
    .listing-tools .messages a.early-access {
        width: 3rem;
    }
    .listing-tools a.btn-primary {
        color: #fff !important;
    }
    .listing-tools a.back {
        font-size: 0;
    }
    .listing-tools a i, .listing-tools .links .circle img {
        margin: 0 auto;
        width: 1.625rem;
        height: 1.625rem;
        font-size: 1.625rem;
        line-height: 1.625rem;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .listing-tools a.back i {
        line-height: 1.75rem;
    }
    .listing-tools .links .circle.like img {
         margin-top: 0; 
    }
    .listing-tools .links .circle.share img {
         margin-top: -1px; 
    }
    .listing-tools .links .circle.like:after {
        width: 1.625rem;
        height: 1.625rem;
        background: url(../images/icon-heart-active-secondary.svg) no-repeat center center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .listing-tools a span {
        display: none;
    }
    .coming-soon-cta {
        padding: 2rem;
    }
    .coming-soon-cta .price {
        margin: 0 auto 1.5rem;
        padding: .5rem 0 0 5rem;
        max-width: 100%;
    }
    .coming-soon-cta .price .small {
        margin-bottom: .25rem;
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
    .coming-soon-cta .price .medium {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .coming-soon-cta .btn {
        max-width: 100%;
    }
    section.how-it-works .info .block .learn-how .list-group .list-group-item {
        padding: .75rem .75rem .5rem;
        font-size: .875rem;
        line-height: 1rem;
        white-space: normal;
    }
    section.about .intro h1 {
        font-size: 4rem;
        line-height: 4.25rem;
    }
    section.content.dashboard .dashboard-content.activity .block h4 .count {
        display: block;
    }
    section.content.dashboard .dashboard-content .block.message.activity {
        padding: .825rem 1.25rem;
    }
    section.content.dashboard .dashboard-content .block.message.activity .row .date-time {
        margin-bottom: .25rem;
        text-align: right;
        display: block;
        position: relative;
        top: 0;
        right: unset;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .col, section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type, section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:last-of-type {
        padding-left: .5rem !important;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:first-of-type {
        min-width: 7rem;
        max-width: 7rem;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .col, section.content.dashboard .dashboard-content .message-list.calendar .row [class*="col"]:last-of-type {
        min-width: calc(100% - 7rem);
        max-width: calc(100% - 7rem);
        text-align: center;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .user .avatar {
        margin: 0 auto;
        width: 3.75rem;
        height: 3.75rem;
        display: block;
    }
    section.content.dashboard .dashboard-content .message-list.calendar .row .user .text {
        width: 100%;
        text-align: center;
        display: block;
    }
    section.content.dashboard .dashboard-content .col.properties .property-item {
        width: calc(100% - 1rem);
    }
    section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"]:first-of-type {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.content.dashboard .dashboard-content [class*="col"].for-you > .row > [class*="col"]:nth-of-type(2) {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        border: none;
    }
    section.content.dashboard .dashboard-content .for-you .text {
        padding: 1.25rem;
    }
    section.content.dashboard .onboarding .details .property-item {
        width: 100%;
    }
    section.content.dashboard .onboarding .details .text {
        padding: 1.5rem;
        width: 100%;
        text-align: center;
    }
    section.content.transactions .contract-summary .headline .text p span {
        display: block;
    }
    section.content.transactions .contract-summary .headline .text p span + span:before {
        display: none;
    }
    section.content.transactions .contract-summary a.contact {
        width: 6rem;
        font-size: .825rem;
    }
    section.content.transactions .contract-summary .headline .text {
        width: calc(100% - 6rem);
        font-size: 1rem;
    }
    section.content.transactions .contract-summary a.contact .icon {
        width: 3rem;
    }
    section.content.transactions .contract-summary .headline .text h3 {
        font-size: 1.375rem;
    }
    .onboarding form[name="property_photos"] .form-row.toggle .btn-group-toggle {
        display: block;
    }
    .onboarding form[name="property_photos"] .form-row.toggle .btn {
        width: 100%;
    }
    .onboarding form[name="property_photos"] .form-row.toggle .btn:first-of-type {
        border-radius: 3rem 3rem 0 0;
    }
    .onboarding form[name="property_photos"] .form-row.toggle .btn:last-of-type {
        border-radius: 0 0 3rem 3rem;
    }

    .container {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.content.home-profile .avatarContainer {
        padding-left:0; 
     }    

}

@media screen and (max-width:414px) {
    section.about .team {
        max-width: 100%;
    }
    .btn.comp-report .text {
        padding: 0;
        display: block;
    }
    .container {
        padding-right: 1em;
        padding-left: 1em;
    }  
}
@media screen and (max-width:413px) {
    .listing-image {
        height: 15rem;
    }
    .listing-ctas .list-group {
        font-size: .875rem;
    }
    .testimonials .stars {
        font-size: 3.25rem;
    }
    section.content.dashboard .dashboard-content .block.message .row .buttons .btn {
        padding: .25rem .5rem;
        font-size: .875rem;
    }
    section.content.dashboard .dashboard-content.activity .block .details .sale-pending {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    section.content.dashboard .dashboard-content.activity .block .details .sale-pending h3 {
        font-size: 1.75rem;
    }
    section.content.dashboard .dashboard-content.activity .block .details .sale-pending .row [class*='col'] span.icon {
        margin-right: .75rem;
        width: 2rem;
    }

    .container {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.content.home-profile .avatarContainer {
        padding-left:0; 
     }    
}
@media screen and (max-width:380px) {
    footer nav .footer-nav {
        text-align: center;
    }
    footer nav .footer-nav a {
        line-height: 1.5rem;
    }
    footer nav .footer-nav a:after {
        content: '';
        display: block;
    }
    .coming-soon-cta.early-access-open .price .medium {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .container {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.content.home-profile .avatarContainer {
        padding-left:0; 
     }
    
}    

@media screen and (max-width:320px) {
    body, html {
        font-size: 12px;
    }
    header .navbar-brand {
        width: 76px;
    }
    header form[name="search"] {
        width: calc(100% - 195px);
    }
    nav div.notifications {
        top: .825rem;
    }
    .accordion#timeline .collapsible-link {
        font-size: .925rem;
    }
    .coming-soon-cta.early-access-open .price .medium {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .container {
        padding-right: 1em;
        padding-left: 1em;
    }
    section.content.home-profile .avatarContainer {
        padding-left:0; 
     }
}

/* LOADER */
.page-loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
}
.page-loader .progress {
    margin: -12em 0 0 -12em;
    width: 50px;
    height: 50px;
    font-size: 2px;
    position: absolute;
    text-indent: -9999em;
    top: 50vh;
    left: 50vw;
    background: transparent;
    border-top: 0.8em solid rgba(35, 35, 35, 0.2);
    border-right: 0.8em solid rgba(35, 35, 35, 0.2);
    border-bottom: 0.8em solid rgba(35, 35, 35, 0.2);
    border-left: 0.8em solid var(--secondary);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: preloader 0.7s infinite linear;
    -moz-animation: preloader 0.7s infinite linear;
    animation: preloader 0.7s infinite linear;
}
.page-loader .progress, .page-loader .progress:after {
    border-radius: 50%;
    width: 24em;
    height: 24em;
}
#document_standby .progress {
    margin: 20em auto;
    width: 50px;
    height: 50px;
    font-size: 2px;
    text-indent: -9999em;
    background: transparent;
    border-top: 0.8em solid rgba(35, 35, 35, 0.2);
    border-right: 0.8em solid rgba(35, 35, 35, 0.2);
    border-bottom: 0.8em solid rgba(35, 35, 35, 0.2);
    border-left: 0.8em solid var(--secondary);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: preloader 0.7s infinite linear;
    -moz-animation: preloader 0.7s infinite linear;
    animation: preloader 0.7s infinite linear;
}
#document_standby .progress, #document_standby .progress:after {
    border-radius: 50%;
    width: 24em;
    height: 24em;
}
 @-webkit-keyframes preloader {
 0% {
 -webkit-transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(360deg);
}
}
 @-moz-keyframes preloader {
 0% {
 -moz-transform:rotate(0deg);
}
 100% {
 -moz-transform:rotate(360deg);
}
}
 @keyframes preloader {
 0% {
 -webkit-transform:rotate(0deg);
 -moz-transform:rotate(0deg);
 -ms-transform:rotate(0deg);
 -o-transform:rotate(0deg);
 transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(360deg);
 -moz-transform:rotate(360deg);
 -ms-transform:rotate(360deg);
 -o-transform:rotate(360deg);
 transform:rotate(360deg);
}
}
.no-js .page-loader {
    display: none;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-sm-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-md-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {

  #navbarSupportedContent {
    display: none !important;
  }
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-lg-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-xl-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
.error_debug_box {
    position: relative;
    z-index: 999;
}

/* TEMP CONTENT LOADER */
.content-loader-modal {
    margin: 5rem auto;
    width: 6rem;
    height: 6rem;
    background: var(--secondary);
    border-radius: 50rem;
    display: block;
    top: 25%;
    left: 45%;
    z-index: 99;
    position: absolute;
}
.content-loader-modal .loader-wrapper {
    width: 4.25rem;
    height: 3.5rem;
    background: transparent url(../images/homeshake-icon-white.svg) no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.content-loader {
    margin: 5rem auto;
    width: 6rem;
    height: 6rem;
    background: var(--secondary);
    border-radius: 50rem;
    display: block;
    position: relative;
}
.content-loader .loader-wrapper {
    width: 4.25rem;
    height: 3.5rem;
    background: transparent url(../images/homeshake-icon-white.svg) no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.loader-dots {
    margin-top: .25rem;
    width: 4rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.links .circle.share {
    display: none !important;
}

/* owl carousel calendar */

.listing-ctas form .carousel.calendar {
    margin-bottom: .75rem;
    padding: 0 1.5rem;
}
.listing-ctas form .carousel.calendar .date-item {

}
.listing-ctas form .carousel.calendar .date-item label {
    margin: 0;
    padding: .5rem;
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e5e5e5;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .2s ease-in-out;
    pointer-events: all;
    white-space: normal;
    text-indent: 0;
    background: #fff;
    border-radius: .75rem;
    cursor: grab;
}
.listing-ctas form .carousel.calendar .date-item input[type="radio"]:checked + label, input[type="radio"]:checked + label {
    border-color: var(--secondary) !important;
    transition: all .2s ease-in-out;
}
.listing-ctas form .carousel.calendar .date-item label .day {
    font-size: .75rem;
    line-height: .75rem;
}
.listing-ctas form .carousel.calendar .date-item label .date {
    padding: .25rem 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: -.05rem;
}
.listing-ctas form .carousel.calendar .date-item label .month {
    font-size: .625rem;
    line-height: .625rem;
}
.listing-ctas form .carousel.calendar .date-item input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.listing-ctas .success {
    padding: 2rem 2rem 2rem 6rem;
    color: #fff;
    background-color: var(--green);
    border-radius: 1rem;
    position: relative;
}
.listing-ctas .success h3 {
    margin-bottom: .25rem;
    font-size: 2rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-weight: 600;
    color: #fff;
}
.listing-ctas .success:before {
    width: 3rem;
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.carousel.calendar .owl-nav {
    width: calc(100% + 3rem);
    height: 100%;
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1.5rem;
    pointer-events: none;
}
.carousel.calendar .owl-prev, .carousel.calendar .owl-next {
    width: 1.5rem;
    height: 100%;
    font-size: 0;
    text-align: center;
    color: var(--primary);
    opacity: 1;
    visibility: visible;
    transition: all .15s ease-in-out;
    position: absolute;
    top: 0;
    pointer-events: auto;
    cursor: pointer;
}
.carousel.calendar .owl-prev:before, .carousel.calendar .owl-next:before {
    margin-top: 0;
    padding: 0;
    width: 1.5rem;
    height: 100%;
    content: '';
    border-radius: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.15s ease-in-out !important;
}
.carousel.calendar .owl-prev:before, .no-touchevents .carousel.calendar .owl-prev:hover:before {
    background: transparent url(../images/arrow-left-orange.svg) no-repeat center center;
    background-size: contain;
    left: -.5rem;
}
.carousel.calendar .owl-next:before, .no-touchevents .carousel.calendar .owl-next:hover:before {
    background: transparent url(../images/arrow-right-orange.svg) no-repeat center center;
    background-size: contain;
    right: -.5rem;
}
.carousel.calendar .owl-prev.disabled, .carousel.calendar .owl-next.disabled {
    opacity: .25;
    filter: grayscale(100%);
    pointer-events: none;
}
.subscription-wall .onboarding {
    padding: 3vw 4vw 2vw 4vw;
}

.property-edit_error_message {

color: red;

}

section.content.dashboard .profile-edit form .property-details .form-group  .error{
position: inherit;
top: 0;
color: black;
}

/*DBAccess styles*/
@media only screen and (min-width: 960px) {
    .subscription-wall{
        margin-top: 90px;
        background-image: url(../images/subscription_wall.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }    
    .header-filter-mobile{
        display: none !important;
    } 
    .outer{
        padding-left: 30px !important;
    }
}
@media only screen and (max-width: 960px) {
    .subscription-wall{
        background: #f8f4ed;
    }
    .subscription-wall .onboarding {
        padding: 3vw 2vw 2vw 2vw;
    }
    .outer{
        display: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 30px;
        font-size: 0;
    }
    .inner-element{
        margin-bottom: .35rem;
    }
    .paddtop{
        padding-top: .4rem;
    }
    .dropdown-mobile-filters:after {
        position: absolute;
        top: 45%;
        right: 12%;
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        font-size: .75rem;
        line-height: 0;
        border: none;
        color: var(--primary) !important;
    }
}
.show-element {
    display: flex;
}
.subscription-wall h1 {
    font-family: souvenir-light;
}
.subscription-wall h1 span {
    color: var(--secondary) !important;
}
.filter-animation {
  pointer-events:none;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px); 
}
.subscription-wall .tag {
    margin: .125rem .25rem .125rem 0;
    padding: .125rem .5rem;
    font-family: 'Avenir Next Rounded Pro';
    color: #fff;
    background: var(--green);
    border-radius: .275rem;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.subscription-wall .tag .delete{
    margin: 0 -.35rem 0 .35rem;
    width: .75rem;
    height: .75rem;
    font-size: .75rem;
    line-height: 1rem;
    color: rgba(255,255,255,.5);
    display: inline-block;
    vertical-align: top;
}
.subscription-wall .tag-container {
    padding-bottom: 10px; 
}


.contact_owner {
  border-radius: 20px !important;
}

.contact_header {
  border-bottom: 1px solid var(--secondary) !important;
}

#tour_date_carousel {
  height: 75px;
}

.action_form {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
  display: flex;
  padding: 0px !important;
  background: #ffffff;
  width: 100%;
}

.action_form .contact_name{
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  text-align: left;
}

.action_form .contact_name .owner_label{
  font-size: 14px;
  color: #7B7B7B;
}

.request_tour_button {
  text-align: center;
}
.ownerAvatar {
  /*border: 2px solid var(--primary);*/
  padding-top:0.7rem;
  position: relative;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align:center;
  border-radius: 50rem;
  /*background: #157A51 no-repeat center center;*/
  background-size: 100%;
  background-image: url("../images/user_icon_2.png");
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden; 
}
.ownerAvatar img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height : auto;
}

 div.neighborhood:before
{
    font-family: 'Font Awesome 5 Pro';
    line-height: 1;
    font-weight: 900;
    content: '\f60d ';
    color: var(--secondary);
}

.btnContact{

    font-size: 0.8em;
    height: 3.5em;
    padding:0.1em;
     width:160px;
}

.btnShareContactContainer{

    padding-right:0px; text-align:end
}

.ownerNameContainer{

    padding-left:1.5rem;
}

.nameOwner{
    font-weight:600;
    font-size: 1.2rem;
}

.labelOwner{
    font-size: 1rem; color:#7B7B7B ;

}

.shareBtn{
    border: 1px solid #E0E0E0; 
    box-sizing: border-box; 
    border-radius: 8px; 
    background-color:white;
    padding: .25rem .5rem;
    height: 3rem;
    width: 6rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.shareBtnLabel{

    color: #212529;
    display: contents; 
    font-family:'Avenir Next LT Pro';
    font-weight: 500;
}
 


/* ONBOARDING STEPPER */

section.content.stepper  {
    margin-top: 0px !important;
    /*padding-top: 5rem !important;*/
 /*   height: 800px;*/
}
section.content.stepper form {
   max-width: 100%;

}
section.content.stepper .headlineInput{
    padding-top: 0px !important;

 }

 section.content.stepper .subText{
    max-width: 1000px;
    margin: auto;
    font-weight: 800;
    font-size: 1.25rem;
 }

 section.content.stepper .property-info-left{

    text-align: left;
 }


section.content.stepper .onboarding h1 {
    font-size: 1.2rem !important;
    color: #121212;

}

section.content.stepper .smartwizard_container {
    width: 100%;

}


section.content.stepper .stepIconContainer {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    color: #157A51;
    text-align: center;
    background:#E0E0E0;
    display: block;
    border-radius: 50rem;
    margin-right:1rem; 
    display: flex;
    justify-content: center;
    align-items: center;    
}

section.content.stepper .active .stepIconContainer {
    color: #fff!important;
    background: #FF6A14 !important;
}
section.content.stepper .step-progress .stepIconContainer {
    color: #fff;
    background: #FFDDCF  ;
}

section.content.stepper .stepIconContainer i {

    font-weight: 400 !important;

}


section.content.stepper   .nav .nav-link .labels {
    text-align:left; 
}
section.content.stepper   .nav .nav-link .labels .stepLabel {
    font-size: 0.875rem !important;
}

section.content.stepper   .nav .nav-link .labels .stepName {
    font-size: 1.125rem;
    color:#333333 !important;
    font-weight: 600;
}


section.content.stepper .sw-theme-default>.nav .nav-link{

    margin-right: 2px;
    margin-left: 2px;
    padding-left: 0px;
    padding-right: 0px;
}

section.content.stepper .sw-theme-default>.nav .nav-link.active {
    color: #FF6A14 !important;

}

section.content.stepper .sw-theme-default>.nav  .nav-link.done{
    color: #FF6A14 ;

}

section.content.stepper .sw-theme-default > .nav .nav-link.step-progress {
    color: #FF6A14;

}
section.content.stepper .sw-theme-default > .nav .nav-link.inactive {
    color: #EAEAEA;

}
.roundedLine {
    background: #EAEAEA;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 0.5rem;
  }
section.content.stepper .sw-theme-default>.nav .nav-link.active  > .roundedLine{
    background:#FF6A14!important;
}
section.content.stepper .sw-theme-default>.nav .nav-link.done  > .roundedLine{
    background:#FF6A14;
}
section.content.stepper .sw-theme-default>.nav .nav-link.step-progress  > .roundedLine{
    background:#FF6A14!important;
}

section.content.stepper .sw-theme-default>.nav .nav-link.step-progress.step-invalid  > .roundedLine{
    background:#EAEAEA!important;
}
section.content.stepper .sw-theme-default>.nav .nav-link.active.step-invalid  > .roundedLine{
    background:#FF6A14!important
}


section.content.stepper .sw-theme-default>.nav .nav-link.inactive  > .roundedLine{
    background:#EAEAEA;
}

section.content.stepper  .tab_photo_container {
    display: flex;
    justify-content: center;    
}

section.content.stepper  .tab_photo {
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    width: 100%;
    height: 70px;    
    color:#333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
section.content.stepper  .tab_photo > p {
    color:#FF6A14
}


section.content.stepper   .tab_photo_container > .active >.tab_photo{
   
    color:#fff !important;
    background-color: #157A51;
}
section.content.stepper  .tab_photo_container > .active > .tab_photo:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-weight: bold;
    font-style: italic;
    padding-right: 0.5rem;
}



section.content.stepper .media-output div.thumbnail-container .thumbnail {
    
    border-radius:0px !important;
}


section.content.stepper .smartwizard_btn_container {
    width: 5rem;
    margin: auto;
    font-size: 16px !important;
    text-transform: uppercase;
}

section.content.stepper .btn_stepper {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.3rem;
    line-height: 3.75rem;
    color: #157A51;
    text-align: center;
    background:rgba(21, 122, 81, 0.1);
    display: block;
    border-radius: 50rem;
    margin: 0.5rem;
}

section.content.stepper .btn_stepper i {

    font-weight: 100 !important;

}


section.content.stepper .form_group_right {
    max-width: 306px;
    margin-left: auto;

}
section.content.stepper .form_group_left {
    max-width: 306px;

    margin-right: auto;
}

section.content.stepper .form_group_center_xl {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

section.content.stepper .form_group_center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form_group_center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

section.content.stepper .stepper_input {
    max-width: 600px;
}



section.content.stepper .btn_continue {
    max-width: 600px;
    width: 100%;
    height: 54px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 65px!important;
}
section.content.stepper .error_msg {
    color: red;
}


section.content.stepper  .property-item  {
    width: auto !important;
}


section.content.stepper  .property-item .image .links2,.property-item.image .links2 {
    bottom: 2rem !important;
    font-weight: 600;
    text-align: left;
}

section.content.stepper  .property-item .image .links,.property-item.image .links {

    bottom: 0 !important;
}

section.content.stepper  .property-item .image .links3 {
    
        color: white;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 1.438rem;
        z-index: 10;
}



section.content.stepper .btn_continue:hover { 
    color: #fff !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
}

section.content.stepper .btn_continue2 {
    max-width: 600px;
    width: 100%;
    height: 54px;
    font-size: 1rem;    
    font-weight: 400;
    color: #ff6a14 ;
    background-color: #fff ;
    border-color: #FF6A14 ;
    border-radius: 65px!important;
}
section.content.stepper .btn_continue2:hover { 
    color: #fff !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
}



section.content.stepper .media-upload .avatar_upload {

    width: 7.375rem;
    height: 7.375rem;
    border-radius: 50rem!important;
    font-size: 1.75rem!important;
    margin: auto!important;
}

section.content.stepper .profile-photo-preview {
padding: 0px!important;
}

section.content.stepper .media-upload .avatar_upload  i {

    margin-top: 25%;
}

section.content.stepper .uploader .upload_avatar_title{
    color: #ff6a14 ;
    font-size: 1.125rem;
}


section.content.stepper .uploader .upload_avatar_subtitle{
    color:#121212 ;
}



section.content.stepper .smartwizard_container h2 {
    font-family: souvenir-light;
    font-weight: 400;
    color: #121212 ;
    font-size: 2.5rem !important;
    padding-top: 5%;

}

section.content.stepper .smartwizard_container #mediaQueueGallery {
    text-align: center;
}

@media screen and (max-width: 768px) {
    section.content.stepper .onboarding h1 {
        font-size: 1.2rem !important;    
    }    
    .stepIconSide{
        display: none;
    }

    .active .stepIconSide{
        display: block;
    }
    section.content.stepper .sw-theme-default>.nav .nav-link{
        padding-left: 0px;
        padding-right: 0px;
    }
    section.content.stepper .stepIconContainer {

    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    margin-right: 0.2rem;
    }

    section.content.stepper   .nav .nav-link .labels .stepLabel {
        font-size: 0.6rem !important;
    }
    
    section.content.stepper   .nav .nav-link .labels .stepName {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .stepper-footer h3{
        font-size: 1.5rem;
        font-weight: 400;
    }    

    section.content.stepper .btn_continue {
       height: 40px;
       margin-bottom: 0.5rem;
   }    

   section.content.stepper .btn_continue2 {
        height: 40px;
        margin-bottom: 0.5rem;
    }

    section.content.stepper  .tab_photo {

        height: 45px;    
        margin-bottom: 0.5rem;
    }    


  

      #shareModalNet{

        width: 80%!important;  
        transform: translateX(15%);

      }

}

.stepper-footer{
 padding: 2rem;
 background: #fef9f0;
 border-radius: 2rem;
}
.stepper-footer a{
    margin-left: 1rem;
    margin-right: 1rem;
}
.stepper-footer .vertical-aling{
    display: flex;
    align-items: center;
}
.stepper-footer .vertical-aling-elements{
    display: flex;
    align-items: baseline;
}
.stepper-footer h3{
    margin-bottom: 0;
    margin-left: 0.5rem;
    font-family: souvenir-light;
    font-weight: 400;

}
.stepper-footer #stepper-footer-sm  {
    margin-left: 4.2rem;

}
.stepper-footer #stepper-footer-sm  .textWrapper{
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    font: avenir;
}

.stepper-footer #stepper-footer-sm  .iconWrapper{
    margin-bottom: 0.5rem;

}

#btn-stepper-footer-sm{
    position: absolute;
    right: 1rem;
    top: 1.2rem;

}
#stepperModal{


   /* z-index: 1045 !important;*/
}

.tooltip{
    z-index: 99999 !important;
  }

#myModalStepper{

    margin-left: -15%;
    width: 30%;
    left: 50%;
    height: 300px;
    top: 25%;
}
#stepperModal .modal-dialog .modal-content {
    text-align: center;
   min-height: 0% !important; 
}
.modal { overflow: auto !important; }


#stepperModal .modal-dialog {
    margin: 0;
    padding: .5rem;
    max-width: 100%;
    min-height: 100%;
}
#stepperModal .modal-dialog .modal-content {
    min-height: calc(100vh - 1rem);
    border-radius: 0;
    flex-grow: 1;
}
#stepperModal .modal-dialog .modal-header {
    border: none;
}
#stepperModal .modal-dialog .modal-content section.content.dashboard {
    margin: 0 !important;
    padding: 0;
}

.preference{
    padding-left: 0 !important;
    font-weight: bold;
    color: black;
    font-size: initial;
}
.preference span{
    font-style: italic;
}

.m-title span{
    color:  var(--secondary);
}

.m-subtitle{
    font-size: initial;
}

.to-circle {
    /*margin: 0 .5rem 1.5rem;*/
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: var(--secondary);
    border: 2px solid var(--gray);
    border-radius: 50rem;
    display: inline-block;
    vertical-align: bottom;
}

div:not(.property-item) .tag {
    margin: .125rem .25rem .125rem 0;
    padding: .125rem .5rem;
    font-family: 'Avenir Next Rounded Pro';
    color: #fff;
    background: var(--secondary);
    border-radius: .275rem;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.no-border{
  border:none;
}

.tag a.delete {
    margin: 0 -.35rem 0 .35rem;
    width: .75rem;
    height: .75rem;
    font-size: .75rem;
    line-height: 1rem;
    color: rgba(255,255,255,.5);
    display: inline-block;
    vertical-align: top;
}


  .modal-backdrop  {
    opacity: 0.7 !important;

 }

 .property-item .image .neighborhoodbh {
    padding: 0.425rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.property-item .image .pricebh {
    padding: 0.425rem;
    font-size: 1.825rem;
    line-height: 1.5rem;
    font-weight: 100;
    color: #fff;
    /* letter-spacing: -.05rem; */
    text-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    z-index: 10;
    pointer-events: none;
}

.property-item .image .price-not-setbh {
    padding: 0.425rem;
    font-size: 1.525rem;
    line-height: 0.9rem;
    color: #fff;
    /* letter-spacing: -.05rem; */
    text-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    z-index: 10;
    text-transform: none;
}

.img-container {
  /* Never limit the container height here */
  max-width: 100%;
}

.img-container img {
  /* This is important */
  width: 100%;
}
.avatar-wrapper{
    position: relative;
    height: 5.625rem;
    width: 5.625rem;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s ease;
}
.upload-button {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
}

.upload-button .file-upload{
    width: 100%;
    height: 100%;
}

.archived-conversations i {
    font-size: 16px;
    margin-right: 10px;
}

.archived-conversations {
    cursor: pointer;
}

.archived-list {
    display: none;
}

.acordeon-cabecera{
    width: 100%;
}

.autocomplete-filter{
    font-size: 0.95rem !important;
}

.dropdown-toogle-dynamic:after{
    display: inline-block;
    vertical-align: middle;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.75rem;
    margin-left: .75rem;
    line-height: 0;
    border: none;
    color: var(--secondary) !important;
}

.acordeon-cabecera.dropdown-toogle-dynamic.active:after{
    display: inline-block;
    vertical-align: middle;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.75rem;
    margin-left: .75rem;
    line-height: 0;
    border: none;
    color: var(--secondary) !important;
}



.autocomplete-filter{
    font-size: 0.95rem !important;
}



.fnt_20{
  font-size: 20px !important;
}



.vendor-recommendations .intro  {
  margin: -8px 0 0 0 !important;
}

.vendors_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.vendors .vendors-item {
  padding: 0 0px 10px 0px;
  margin: 10px;
  width: 30%;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
  -moz-box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
  box-shadow: 0px 5px 30px 0px rgba(80,94,95,0.05);
}
.vendors .vendors-item p {
  margin-bottom: 1.5rem;
  font-size: 20px !important;
  line-height: 1.75rem;
}
.vendors .vendors p:last-of-type {
  margin-bottom: 0;
}


.vendor-recommendations .vendor-category {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  background-color: var(--secondary);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #ffffff;
  padding:15px 0;
  border-bottom: 1px solid #cccccc;
}

.vendor-recommendations .vender-info {
  padding: 0 10px;
}

.vendor-recommendations .vender-info img{
  margin: 10px 0;
  width: 65%;
}


.vendor-recommendations .homeshake-icon  {
  margin-bottom: 3px !important;
}

.vendor-recommendations h1 {
  color: var(--secondary) !important;
}


.vendor_contact_form_holder {
  display: flex;
  justify-content: center;

}
.vendor_contact_form_holder textarea {
  border: 2px solid var(--primary);
}
.vendor_contact_form {
  width: 30%;
}
.vendor_contact_form .error_message{
  margin-top: 3px;
  color: #ff0000;
  display: none;
}

.vendor_contact_form .show_error{
  display: block !important;
}

.vendor_contact_form label {
  margin-bottom: 0px !important;
  color: var(--secondary) !important;
}

.vendor_contact_form .form-group {
  margin-bottom: 6px;
}

.vendor-contact-button-holder {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.vendor-contact-button {
  margin-bottom: 12px;
}

.vendors{
  padding: 0px 0 35px 0 !important;
}
.vendors .deal {
  font-size: 20px;
  text-align: left;
  margin: 0 10px 10px 10px;
  min-height: 400px;
}

.vendors {
  background: transparent !important;
}

.vendors .flooring {
  background-color: #2e1203 !important;
  border-color: #2e1203 !important;
}
.vendors .flooring_fnt {
  color: #2e1203 !important;
}

.vendors .warrenty {
  background-color: #fe001a !important;
  border-color: #fe001a !important;
}
.vendors .warrenty_fnt {
  color: #fe001a !important;
}

 
.vendors .handyman {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.vendors .handyman_fnt {
  color: #000000 !important;
}

 .vendor_success_message {
   display: none;
   text-align: center;
   font-size: 30px;
   color: var(--secondary);
 }

 

 .vender-row {
  margin: 0 auto !important;
  padding: 0 0;
  background-color: rgba(191,223,209,.25) !important;    
}
.vender-row h2 {
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 49rem;
  font-family: 'Avenir Next LT Pro',sans-serif !important;
  font-size: 2.5rem !important;
  line-height: 1.2;
  font-weight: 600;
  color: var(--primary);
}
.vender-row .embed-responsive {
  margin: 0 auto;
  width: 100%;
  max-width: 45rem;
  -webkit-box-shadow: 0px 10px 75px 0px rgba(37,37,37,0.2);
  -moz-box-shadow: 0px 10px 75px 0px rgba(37,37,37,0.2);
  box-shadow: 0px 10px 75px 0px rgba(37,37,37,0.2);
}

 

 @media screen and (max-width:450px) {
  .vendors .vendors-item {
    width: 100%;
  }

  .vendors .vendors-item image {
    width: 75%;
  }
  .vendor_contact_form {
    width: 90%;
  }

  .vendor_contact_form .pl-4, .px-4 {
    padding-left: 10px !important;
  }
  .vendor_contact_form .pr-4,  .px-4 {
    padding-right: 10px !important; 
  }

  .vendors .deal {
    font-size: 16px;
    text-align: left;
    margin: 0 10px 10px 10px;
    min-height: 265px;
  }

  .vendors .carousel .owl-next:before {
    right: -13px;
  }

  .vendors .carousel .owl-prev:before {
    left: -13px;
  }

 }






 .btn-green {
   background-color: #157A51 !important;
 }

.dnone {
  display: none;
}

.showit {
  opacity: 1 !important;
  transition: opacity 0.5s ease;
}

.hideit {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}

/* CUSTOMIZE */
.customize .buttons {
  margin: 30px 0 60px 0;
  max-height: 64px;
  min-height: 64px;
  height: 64px;
}

.customize .buttons button{
  margin: 0 40px 0 40px;
  
}

.customize .timeline {
  margin-bottom: 60px;
  margin-top: 20px;
}

.customize .timeline select{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.customize .sell_selected {
  border: 10px solid #f59651 !important;
}

.customize .buy_selected {
  border: 10px solid var(--light-green) !important;
}

.customize .both_selected {
  border: 10px solid #FFE5A4 !important;
}


.customize .not_selected {
  border-color: #cccccc !important;
  background-color: #cccccc !important;
}
 

@media screen and (max-width:450px) {
  .customize h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .customize .btn {
    min-width: 300px;
  }

  .customize .btn.medium {
    font-size: 1.75rem;
    margin: 10px 0;
  }

  .customize .bucket_buttons {
    min-height: 300px;
  }
}



/* ACCOUNT CREATION */
.account-creation .input_row {
  display: flex;
  justify-content: center;
}

.account-creation .input_sub_row {
  width: 50%;
}


.account-creation .iti {
  width: 100% !important;
}
.account-creation .phone_input {
  padding-right: 0 !important;
}
 

/* Customize the label (the container) */
.account-creation .check {
  /*line-height: 47px;*/
  display: block;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.account-creation .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.account-creation .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 2px solid #495354;
  border-radius: 8px;
  margin-top: 3px;
}

/* When the checkbox is checked, add a blue background 
.account-creation .check input:checked ~ .checkmark {
  background-color: var(--secondary);
}*/

.account-creation .check .checked_bg {
  background-color: var(--secondary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.account-creation .checked_bg:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.account-creation .checked_bg:after {
  display: block;
}

/* Style the checkmark/indicator */
.account-creation .check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.account-creation .haveaccount {
  border-top: 1px solid #cccccc;
}

.account-creation .homie {
  width: 9%;
}

.account-creation .focus_color {
  border-color: #83b2fa !important;
}

@media screen and (max-width:450px) {
  .account-creation .input_sub_row {
    width: 100%;
  }

  .account-creation .check {
    font-size: 14px;
  }

  .account-creation .homie {
    width: 20%;
    margin-top: 4px;
  }
  .account-creation .intro {
    margin-bottom: 0px !important;
  }
}


/* ACCOUNT VIDEO */
.account-video .video_row {
  display: flex;
  justify-content: center;
}

.account-video .video_div {
  width: 60%;
  display: flex;
  justify-content: center;
}


/* ACCOUTNT CLAIM */
.claim .claim_row_buttons{
  opacity: 1;
  transition: opacity 0.5s ease;
}

.claim .claim_continue_row{
  opacity: 0;
  transition: opacity 0.5s ease;
}

.claim .address_search_results{
  position: absolute;
  background-color: #ffffff;
  z-index: 88888;
  border-left: 2px solid #83b2fa;
  border-bottom: 2px solid #83b2fa;
  border-right: 2px solid #83b2fa;
  top: 54px;
  padding: 10px;
  width: 93.7%;
  display: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.claim .address_result {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.claim .claim_row {
  display: flex;
  justify-content: center;
}

.claim .claim_div {
  width: 60%;
  display: flex;
  justify-content: center;
} 

.claim .buttons {
  display: flex;
  justify-content: center;
}

.claim .buttons button {
  margin: 0 20px;
}

.claim .claim_preview_row {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  min-height: 500px;
}

.claim .claim_preview_div { 
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -175px;
}

.claim .claim_preview_div img {
  margin: 0 auto;
  width: 50%;
}

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


.claim .claim_preview .isthis{
  font-size: 26px;
  margin-bottom: 15px;
}

.claim .claim_preview .isaddress{
  font-size: 20px;
  margin-bottom: 20px;
}


@media screen and (max-width:450px) {
  .claim h1 {
    font-size: 28px;
    margin: 0 15px 10px 15px;
  }

  .claim .claim_div {
    width: 100%
  }
}

/* claim home */
.claim-home .claim_row {
  display: flex;
  justify-content: center;
}

.claim-home .claim_div {
  width: 60%;
  display: flex;
  justify-content: center;
} 

.claim-home .buttons {
  display: flex;
  justify-content: center;
}

.claim-home .buttons button {
  margin: 0 20px;
}

.claim-home .img {
  width: 50%;
}

@media screen and (max-width:450px) {
  .claim-home h1 {
    font-size: 28px;
    margin: 0 15px 10px 15px;
  }

  .claim-home .claim_div {
    width: 100%
  }

  .claim-home .address_font{
    font-size: 22px !important;
  }
}


/* Meet homeshake */
.meet-homeshake {
  min-height: 400px;
  margin-bottom: 150px;
}
.meet-homeshake .contact h2 {
  line-height: 50px
}

.meet-homeshake .buttons {
  margin: 30px 0 60px 0;
  max-height: 64px;
  min-height: 64px;
  height: 64px;
}

.meet-homeshake .buttons button{
  margin: 0 40px 0 40px;
  
}

.meet-homeshake .buttons_contact {
  display: flex;
  justify-content: center;
}


.meet-homeshake .intro_selected {
  border: 10px solid #f59651 !important;
}

.meet-homeshake .inhome_selected {
  border: 10px solid var(--light-green) !important;
}

.meet-homeshake .later_selected {
  border: 10px solid #FFE5A4 !important;
}


.meet-homeshake .not_selected {
  border-color: #cccccc !important;
  background-color: #cccccc !important;
}


@media screen and (max-width:450px) {
  .meet-homeshake h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }
  .meet-homeshake .btn {
    min-width: 333px;
  }

  .meet-homeshake .btn.medium {
    font-size: 1.75rem;
    margin: 10px 0;
  }

  .meet-homeshake .top {
    min-height: 455px;
  }

}



/* Buyer preferences */
.buyer-preferences .sml{
  width: 100%;
}

/* Buyer preferences */
.buyer-preferences .smller{
  width: 100%;
}

.buyer-preferences .heading{
  text-align: right;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  color: var(--secondary);
}



.buyer-preferences .pricing {
  display: flex;
  width: 30%;
  margin: auto;
}

.buyer-preferences .pricing .dash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px 20px 0 20px;
  font-size: 20px;
}

.buyer-preferences .location_search_results{
  position: absolute;
  background-color: #ffffff;
  z-index: 88888;
  border-left: 2px solid #83b2fa;
  border-bottom: 2px solid #83b2fa;
  border-right: 2px solid #83b2fa;
  top: 87px;
  padding: 10px;
  width: 93.7%;
  display: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.buyer-preferences .location_result {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}


.buyer-preferences .location_selected_results {
  display: flex;
  flex-wrap: wrap;
}

.buyer-preferences .selected_result {
  padding: 10px;
  color: var(--secondary);
  cursor: pointer;
  border: 2px solid var(--secondary);
  border-radius: 8px;
  margin: 10px 10px 0 0;
}

.buyer-preferences .bed_bath {
  margin: 0 30px 0 30px;
}

@media screen and (max-width:450px) {
  .buyer-preferences h1 {
    font-size: 28px;
    margin: 0 12px 10px 12px;
  }

  .buyer-preferences .pricing {
    width: 90%;
  }

  .buyer-preferences .bed_bath {
    margin: 0 20px 0 20px;
  }

  .buyer-preferences .btn {
    font-size: 20px;
  }
 
}


 .sell-it-link {
  padding: .75rem;
  width: 100%;
  font-size: 1.125rem;
  color: var(--primary);
  text-decoration: none;
  position: relative;
  text-align: left;
  transition: all .2s ease-in-out;
}

.compare-homeshake {
  color: #ffffff;
  text-align: center;
}
.compare-pad {
  padding: 3rem 2rem 2rem 2rem!important;
  margin-bottom: 30px;
}
.compare {
  margin-bottom: 30px;
  font-size: 30px;
  color: #ffffff;
  width: 50%;
}

.compare .heading {
  color: var(--secondary);
  font-weight: bold;
  font-size: 34px;
}
.compare .col-lg-6, .col-lg-3 {
  padding: 10px 5px !important;
  border-bottom: 1px solid #cccccc;
}

.compare .col-lg-6 {
  text-align: right !important;
 }

.compare .col-lg-3 {
 text-align: center !important;
}

.compare .brdr {
  border-right: 1px solid #cccccc !important;
}

.compare .fontchange {
  animation: color-change 5s infinite;
}

.how-we-market {
  margin-top: -40px !important;
}

.how-we-market-list  {
  width: 100% !important;
  margin: 20px 0 50px 0;
}
.how-we-market-list .list {
  width: 50% !important;
}

.how-we-market-list .headline{
  font-size: 50px;
  color: var(--secondary);
}

.every-new {
  font-size: 30px;
}

.how-we-marke-item{
  font-size: 20px !important;
  padding: 20px;
  display: flex !important;
  flex-direction: row;
}

.how-we-marke-item-text {
  margin-left: 10px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

 

.bg-primary {
  background-color: var(--primary) !important;
  background-image: none !important;;
  background-attachment: none !important;;
  background-size: none !important;;
}
@media screen and (max-width:450px) {
  .how-we-marke-item{
    font-size: 20px !important;
    padding: 20px;
  }

  .compare {
    width: 100%;
    font-size: 13px;
  }
  .compare .heading {
    font-size: 14px;
  }
  .compare .col-lg-6 {
    width: 50% !important;
  }
  
  .compare .col-lg-3 {
    width: 20% !important;
  }

  .smler {
    font-size: 36px !important;
  }

  .how-we-market-list .list {
    width: 100% !important;
  }


  .hero-sell .text {
    margin-top: 100px !important;
    margin-bottom: 170px !important;
  }

  .hero-sell #counter {
    font-size: 40px !important;
  }

  .hero-sell h1 {
    margin-top: 10px;
    font-size: 42px;
  }

  .every-new {
    font-size: 20px;
  }
  section.sell .help {
    padding-left: 0px;
    padding-right: 0px;
  }

  section.sell .help .help-image {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  section.sell .help [class*='col-'] {
    padding: 0rem 4rem;
  }

}
 
@keyframes color-change {
  0% { color: #ffffff; }
  50% { color: var(--secondary); }
  100% { color: #ffffff; }
}



.meet-modal .modal-dialog {
  /* 80% of window height */
  height: 97%;
}

.meet-modal .modal-content {
  /* 80% of window height */
  height: 97%;
}

.meet-modal .modal-body {
  /* 100% = dialog height, 120px = header + footer */
  max-height: calc(100% - 120px);
  overflow-y: scroll;
  padding: 0px !important;
}

.meet-modal .modal-footer {
  display: flex;
  justify-content: center;
}

 
.password_modal .modal-dialog {
  /* 80% of window height */
  height: 20%;
}

.password_modal .modal-content {
  height: 200px;
  border-radius: 20px;
}

.password_modal .modal-body {
  padding: 0px !important;
}
 
.password_modal .password_modal_message{
  font-size: 28px;
  margin: 20px 20px 15px 20px;
  border-radius: 20px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #157a51;
  color: #ffffff;
}

@media screen and (max-width:450px) {
  .password_modal .password_modal_message{
    font-size: 22px;
  }
}


.dashboard-claim .address_search_results{
  position: absolute;
  background-color: #ffffff;
  z-index: 88888;
  border-left: 2px solid #83b2fa;
  border-bottom: 2px solid #83b2fa;
  border-right: 2px solid #83b2fa;
  top: 54px;
  padding: 10px;
  width: 93.7%;
  display: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dashboard-claim .address_result {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}


.dashboard-claim-home .btn_div {
  display: flex;
  justify-content: center;
}

.signup_modal .modal-content{
  overflow: hidden;
}

.signup_modal .modal-body{
  display: flex;
  flex-direction: column;
}

.signup_modal .modal-footer{
  display: flex;
  justify-content: center;
}

.signup_modal .modal-body .welcome{
  font-size: 28px;
  margin-top: 20px;
}

.signup_modal .modal-body .welcome_text{
  font-size: 24px;
  margin-top: 20px; 
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--secondary);
}

.signup_modal .modal-body .welcome_text ul{
  font-size: 20px;
  text-align: left;
  width: 70%;
  margin: 20px auto;
  color: var(--primary);
 
}

.signup_modal .modal-body .homie img{
  margin-left: 500px;
  width: 50%;
  animation: rotation 1s infinite linear;
  transition: margin-left 2s ease-out, width 1s ease-out;
}

.signup_modal .modal-body .homie .no_animation{
  animation: none !important;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
 

.resizeMe {
  position: absolute !important;
  width: 90% !important;
  height: 90% !important;
  z-index: 999;
}

.docusign_iframe {
  height: 100%;
  width: 100%;
}

.docusign_form {
  height: 50px;
  width: 100%;
}

.docusign_cta form {
  margin: 0 !important;
  padding: 0 !important;
}

/*
@media screen and (max-width:450px) {
  .docusign_iframe {
    height: 200px;
  }
}*/

.docusign_container {
  position: fixed;
  width: 90%;
  height: 90%;
  z-index: 9999999;
  top: 4%;
  left: 4%;
  background-color: #fff;
}

@media screen and (max-width:450px) {
  .docusign_container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0px;
    left: 0px
  }
}

.docusign_container iframe{
  border: 1px solid #cccccc;
}

.docusign_message {
  /*text-align: center;*/
  font-size: 24px;
  /*margin-top: 20px;*/

}

.open_document {
 
}

 
  
@media screen and (max-width:450px) {
  .docusign_message {
    font-size: 20px;
    /*margin: 10px;*/
  }
}


.docusign_message .message{
  color: var(--secondary);
  margin-bottom: 10px;  
}

.sig_status_div {
  text-align: left;
  margin-bottom: 10px;  
}

.sig_status_div .sig{
  margin-bottom: 5px;
}


.sig-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.sig-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--secondary);
  border-radius: 50%;
  animation: sig-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--secondary) transparent transparent transparent;
}
.sig-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.sig-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.sig-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes sig-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.docusign_secondary_text{
  font-size:24px;
  width:400px;
  text-align:center;
  margin: auto;
}


@media screen and (max-width:450px) {
  .docusign_secondary_text {
    margin-top:155px;
  }
}


.select_section {
  box-sizing: border-box;
  border: 2px solid var(--secondary);
  border-radius: 8px;
  transition: all 0.5s ease-in-out !important;
}



.deselect_section {
  box-sizing: content-box;
  border: 2px solid transparent !important;
  border-radius: 8px;
  transition: all 0.5s ease-in-out !important;
}


.transaction-item  .property_heading {
  display: flex;
  justify-content: left;
  padding: 0 15px 15px 15px;
}

.transaction-item  .property_photo {
  width: 200px;
  margin-right: 10px;
}

.transaction-item  .property_address {
  text-align: left;
  width: 50%;
}

.transaction-item  .contact_homeshake {
  text-align: right;
  width: 50%;
}


.transaction-item .main_heading{
  display: flex;
  justify-content: left;
}

 
/*
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%  !important;
  }
  50% {
    background-position: 100% 50% !important;
  }
  100% {
    background-position: 0% 50% !important;
  }
}


.transactions .available {
  background: linear-gradient(300deg,#ffffff,#ff6a14) !important;
  background-size: 180% 180% !important;
  animation: gradient-animation 18s ease infinite !important;
}
 

.transactions .available {
  animation: bg-change 5s infinite;
}*/

.transactions .finished{
  background-color: #e8e8e8 !important;
 
}
.transactions .finished span{
  color: var(--primary) !important;
}

.transactions .coming{
  background-color: #e8e8e8 !important;
}
.transactions .coming span{
  color: var(--primary) !important;
}

.transaction-item .main_heading i{
  width: 10%;
  font-size: 24px;
  color: var(--secondary);
  margin-right: 10px;
  /*margin-top: 5px;*/
  width: 30px;
  text-align: left;
  line-height: 27px;
  padding: 15px;
}

.transaction-item .main_heading .heading{
  width: 30%;
  text-align: left;
  border: none;
  padding: 15px;
}

.transaction-item .task_count{
  width: 65%;
  text-align: right;
  font-size: 20px;
  color: var(--secondary);
  cursor: pointer;
  line-height: 28px;
  padding: 15px;
}

.transaction-item .table_holder {
  border-radius: 8px;
  border: 1px solid transparent !important;
  /*background-color: #ffffff;*/
}

.transaction-item table {
  text-align: left;
  width: 90%;
  height: 90%;
}

.transaction-item td {
  text-align: left;
  vertical-align: top;
  
}

.transaction-item td:first-child{
  min-width: 135px; 
}

.transaction-item .lbl {
  font-weight: bold;
}


.transaction-item .heading {
  justify-content: left;
  border-bottom: 1px solid var(--primary);
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.transaction-item .heading i {
  margin-top: 7px;
}

/*.transaction-item .heading .check {
  color: var(--secondary);
}
.transaction-item .heading .lock {
  margin-top: 7px;
}*/
.transaction-item .heading .pencil {
  color: var(--secondary);
}


.transaction-item .complete .heading {
  border-bottom: 1px solid var(--primary)
}

.transaction-item .active .heading {
  border-bottom: 1px solid var(--secondary);
}

.transaction-item .locked .heading {
  border-bottom: 1px solid rgba(51,51,51,.75);
}

.iconic-clock-frame, .iconic-clock-axis{
  fill: var(--secondary);
}

#contact_message_sent {
  color: var(--secondary);
  font-size: 24px;
}


.signup_modal .modal-body .welcome_text_accepted{
  font-size: 30px;
  line-height: 38px;
  margin-top: 15px; 
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--secondary);
}


.transaction-item #party_form, 
.transaction-item #add_new_party_form {
   
}

.transaction-item .contract_names {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 30px 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.transaction-item .contract_name {
  margin-right: 15px;
}

.transaction-item .contract_names .name_heading {
  font-weight: bold;
  color: var(--secondary);
  cursor: pointer;
}

.transaction-item .edit_name {
  color: var(--secondary);
}


.transaction-item .stop-image img {
  width: 25%;
  margin-bottom: 20px
}

.transaction-item .edit_holder{
  margin-top: 4px;
}

.transaction-item .edit_ul {
  text-align: left;
  margin: 20px 0;
}


.transaction-item .contact_details td{
  min-width: 50px;
  padding-bottom: 4px;
}

.transaction-item .contact_details .item{
 font-weight: 600;
 font-size: 16px;
}

.transaction-item .confirmation_names {
  text-align: center;
}

.transaction-item .confirmation_names td{
  min-width: 50px;
  padding-bottom: 4px;
}

.transaction-item .confirmation_names .heading{
  color: var(--secondary);
  font-weight: bold;
}

.transaction-item .confirmation_names .lbl{
  width: 50px;
  font-size: 12px;
}

.transaction-item .confirmation_names .item{
  font-size: 16px;
}

.transaction-item #confirmation_form_loader {
  display: none;
  text-align: center;
  padding: 50px;
  justify-content: center;
}

.offer .contact_input {
  width: 90%;
  margin-bottom: 4px !important;
}

.offer .buyer_contact_holder{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.offer .buyer_contact{
  margin: 0 0 3px 0;
  width: 100%;
}

.offer .buyer_lbl{
  font-size: 13px;
}

.offer .buyer_heading {
  font-size: 15px;
  text-decoration: underline;
}


.contract_name_error{
  margin-top: 3px;
  color: #ff0000;
  display: none;
}

.contract_name_show_error{
  display: block !important;
}

#add_new_party_form .iti, #edit_party_form .iti {
  width: 100% !important;
}

@media screen and (max-width:450px) {
  .offer .contact_input {
    width: 100%
  }


  .transaction-item .add_party_button_mobile {
    text-align: center;
  }

  .transaction-item .contract_names {
    flex-direction: column;
    margin: 0 0 20px 0;
  }

  .transaction-item .contract_name {
    margin-bottom: 20px;
  }
}


@media screen and (max-width:450px) {
  .transaction-item  {
    padding: 0 0 0 0 !important;
  }

  .transaction-item  #contact_homeshake {
    font-size: 12px !important;
  }

  .transaction-item .property_heading {
    padding: 0 6px 6px 6px !important;
  }

  .transaction-item h3 {
    margin-bottom: 10px !important;
  }

  .transaction-item .task_count {
    font-size: 16px !important;
  }

  .transaction-item h2 {
    font-size: 20px !important;
    white-space: nowrap !important;
  }

  .transaction-item .main_heading .heading {
    padding: 15px 5px 15px 15px;
  }

  .transactions .transaction-item h2:after {
    left: 2px !important;;
  }
}



/* HTML: <div class="loader"></div> */
.hs_loader {
  width: 50px;
  aspect-ratio: 1;
  --_c:no-repeat radial-gradient(farthest-side,#ff6a14 92%,#0000);
  background: 
    var(--_c) top,
    var(--_c) left,
    var(--_c) right,
    var(--_c) bottom;
  background-size: 12px 12px;
  animation: l7 1s infinite;
}
@keyframes l7 {to{transform: rotate(.5turn)}}


.tr_tour {
  text-align: center;
}
.tr_tour .tour_btn {
  width: 200px;
  font-size: 18px;
}


.tr_tour .tour_frm {
  margin-top: 20px;
  margin-right: 20px;
  height: 0px;
}


.tr_calender_tours {
  text-transform: none;
  font-size: 12px;
}

.tr_tour .tour_reschedule_head {
  font-size: 23px;
  line-height: 25px;
  text-align: center;
  color: var(--secondary);
}

.tr_tour .tour_select_time {
  padding-top: 0px !important;
}

.tr_tour .tour_heading_text {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 28px;
}

.tr_tour .tour_start_date {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.tour_button_row {
  margin-top: 30px;
  justify-content: space-evenly;
}

.tour_button {
  margin-top: 20px;
}
 
.tr_calender_tours .tour_time {
  
  font-weight: bold;
}
 
@media screen and (max-width:450px) {
  .tr_tour .tour_btn {
    margin-bottom: 5px;
  }

  .tour_button_row {
    width: 94%;
    margin-top: 7px !important;
    display: flex;
    flex-direction: column;
  }

  .tour_button_row button {
    margin-top: 10px;
  }


  .tour_heading_text {
    font-size: 21px !important;
    margin-bottom: 2px !important;
  }

  .tr_tour .tour_start_date {
    font-size: 20px;
    line-height: 20px;
  }
}

.offer_section {
  margin-bottom: 16px !important;
  background-color: #f6f7f7;
  border-radius: 0.5rem;
  padding: 16px;
  border: 1px solid #d6d6d6;
  box-shadow: 2px 2px 0px 0px rgba(51, 51, 51, .05);
}


.offer_section_grey {
  background-color: #f6f7f7;
}

.offer_properties {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
  padding: 0 10px;
}

.offer_properties span {
  font-size: 16px;
}

.offer_properties div {
  display: block;
  width: 25%;
}

.offer_properties_text {
  min-height: 40px !important;
}

.optional {
  color: var(--secondary);
  font-size: 14px;
}

.optional_16 {
  color: var(--secondary);
  font-size: 16px;
}

.offer h5 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 8px;
  margin-bottom: 15px !important;
}

.offer .financing {
  display: flex;
}

.offer .financing_selection {
  margin-right: 20px;
  width: 32%;
}

.offer .financing_upload_form {
  width: 100%;
}

.offer_upload {
  margin-bottom: 0px !important;
}

@media screen and (max-width:450px) {
  .offer_properties {
    display: block;
  }

  .offer_properties div {
    width: 100%;
    line-height: 30px;
  }
}


.offer_message_table {
  width: 100%;
}

.offer_message_table td{
  min-width: 200px;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

.offer_message_table .val{
  color: var(--secondary);
}

.offer_message_table .smller{
  font-size: 13px;
  color: var(--primary);
}

.offer .fin_upload_fin {
  font-size: 18px !important;
}

.offer .fin_upload {
  font-size: 18px !important;
  margin-top: 10px;
}

@media screen and (max-width:450px) {
  .offer_message_table td{
    min-width: 128px !important;
    font-size: 14px !important;
  }

  .offer .financing {
    display: block !important;
    width: 100% !important;
  }

  .offer .financing_selection {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .offer .financing_upload_form {
    width: 100% !important;
    margin-top: 20px;
  }

  .offer .text .readable{
    line-height: 24px !important;
  }

  .offer, #loan_message {
    font-size: 16px !important;
  }

 
}

.meet-button {
  min-width: 330px !important;
}

.click_to_view {
  color: var(--primary);
  text-decoration: underline;
}

.offer_no_pad {
  padding: 5px !important;
}





.tr_section {
  margin-bottom: 16px !important;
  background-color: #f6f7f7;
  border-radius: 0.5rem;
  padding: 16px;
  border: 1px solid #d6d6d6;
  box-shadow: 2px 2px 0px 0px rgba(51, 51, 51, .05);
}

.tr_section h5 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 8px;
  margin-bottom: 15px !important;
}

.tr_section .property_photo {
  width: 200px;
  margin-right: 10px;
}

.tr_section .property_address {
  text-align: left;
  width: 50%;
  font-size: 24px;
}


.new-tour .where{
  display: flex;
}

.new-tour .tour_start_date {
  color: var(--secondary);
}



.proof_of_funds {
  cursor: pointer;
}


.tr_message_holder {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.tr_message {
  display: flex;
}


.tr_message .user {
  margin: 0px 10px;
  padding: 0;
}


 
.tr_avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50rem;
  background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
  background-size: 100%;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.tr_avatar img{
  min-height: 100%;
  object-fit: cover;
}

.tr_text {
  display: flex;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;  
  margin-bottom: 4px;
}

.tr_main {
  width: 100%;
}

.tr_name{
  width: 100%;
}
.tr_time_ago {
  font-size: 12px;
  text-align: right;
  text-wrap: nowrap;
  margin-right: 4px;
  color: #cccccc;
}

.tr_headline {
  margin-top: 8px;
  font-size: 16px;
}

.tr_address {
  margin-top: 4px;
}

.tr_tools {
  text-align: right;
  margin-right: 4px;
}

.tr_tools a {
  font-size: 12px;
}

.message_hs_logo {
  width: 25% !important;
  margin: 10px 0;
}

.time-ago {
  font-size: 14px;
}

@media screen and (max-width:450px) {
  .message_hs_logo {
    width: 89% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
  }
  
}



@media screen and (max-width:450px) {
  .time_ago {
    font-size: 12px;
  }
}


.conversation_holder {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 0px 0 0px 20px;
}

.convo_avatar_col {
  margin-right: 10px;
  width: 300px;
  display: flex;
}
 

.convo_name_elip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  width: 300px;
  display: block;
  line-height: 55px;
}

.convo_message_col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width:450px) {
  .convo_avatar_col {
    width: 100px;
    text-align: center;
    display: block;
  }
  .convo_message_col {
    width: 62%;
  }
  

  .convo_name_elip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    width: 100px;
    display: block;
    line-height: 24px;
  }
}

/*.convo_message_col {
  width: 100%;
}*/

.browse_header_holder {
  height: 125px;
  /*background: transparent url(../images/bg-cta-team.jpg) no-repeat center center;
  background-size: cover;*/
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*background-color: rgba(255, 106, 20, 0.5);*/
  background-color: rgba(191, 223, 209, .25) !important;
}
.browse_header {
  font-family: souvenir-light;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--primary);
  text-align: center;
 
  height: 100%;
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.browse {
  padding-top: 0px !important
}


@media screen and (max-width:450px) {
  .browse_header_holder {
    height: 150px;
    padding: 0 10px;
  }
  .browse_header {
    font-size: 26px;
    line-height: 35px;
    
  }
}


.address_title {
  color: var(--secondary);
  font-size: 24px;
}

@media screen and (max-width:450px) {
  .address_title {
    margin-top: 20px;
  }
  


}



.account_info_form .lbl{
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
  margin-bottom: 5px;
}

.account_info_form .iti {
  width: 100%;
}

.account_info_form input{
  padding-top: 0px !important;
  height: 3.2rem !important;
}

.change_password_form input{
  padding-top: 0px !important;
  height: 3.2rem !important;
}

.change_password_form .lbl{
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
  margin-bottom: 5px;
}

.change_password_form  .current_password_holder {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 20px;
}


.account-info-avatar {
  width: 5.625rem;
  min-width: 5.625rem;
  height: 5.625rem;
  border-radius: 50rem;
  background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
  background-size: 100%;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 10px;
}

.account-info-avatar img {
  min-height: 100%;
  object-fit: cover;
}

.account-photo {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-info-form {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.account-info-password-form{
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.account-into-b-prefs{
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}

.account-info-avatar-holder{
  display: flex;
}

.account-info-heading{
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.button-wrapper {
  position: relative;
  width: 150px;
  text-align: center;
  margin: 0 0 10px 0;
}

.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: var(--green);
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
 
  font-weight:600;
  font-size:16px;
  border-width: 2px;
  border-radius: .75rem;

}

#profile_pic_input {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.delete_button_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

 
#message_list {
  background-color: #ededed;
  background-image: url(../images/bg-transactions.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-blend-mode: lighten;
  /*animation: slide 300s linear infinite;*/
  /*height: 583px;*/
  /*overflow-y: auto;
  overflow-x: hidden;*/
  overscroll-behavior: contain;
  padding: 10px 20px 20px 20px;
  /*border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;*/
  border: 1px solid #cccccc;

  
}


#message_list::-webkit-scrollbar {
  width: 12px;
}

#message_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); 
  
}

#message_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px var(--secondary);
}

 

@media screen and (max-width:991px) {
  #message_list {
    /*height: auto;*/
    /*overflow-y: hidden;*/
  }

}


.current-user {
  background: #fff9f4;
  margin-top: 20px !important;
  margin-left: 30%;
  border: 1px solid #ededed;
  box-shadow: 3px 3px 19px -13px rgba(0,0,0,0.75);
  /*border-bottom-right-radius: 0px !important;*/
  
}

.other-user {
  background: #ffffff;
  margin-top: 20px !important;
  margin-right: 30%;
  border: 1px solid #ededed;
  box-shadow: 3px 3px 19px -13px rgba(0,0,0,0.75);
  /*border-bottom-left-radius: 0px !important;*/
  
}

@media screen and (max-width:991px) {
  .current-user {
    margin-left: 10%;
  }
  .other-user {
    margin-right: 10%;
  }

}



.messages_crumb {
  color: var(--secondary) !important;
  font-size: 26px;
} 

@media screen and (max-width:991px) {
  .messages_crumb {
    font-size: 20px;
  } 
}

.message-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
}


section.content.dashboard .dashboard-content .block.message .row .user {
  padding: 0 0 10px 0;
  font-size: 0;
  margin-left: 10px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f4f2ef;
}

.message-content-holder {
  
  margin: 10px 10px;
}

.accepted-offer-button {
  text-align: center;
  margin-top: 15px;
}
/*
@media screen and (max-width:450px) {
  .message-content-holder {
    width: 100%;
    margin: 10px 5px;
  }
}
  */


.offer-buttons{
  padding: 1.25rem;
  color: #fff;
  display: flex;
  justify-content: center
}

.offer-buttons button {
  margin: 0 10px;
}

@media screen and (max-width:450px) {
  .offer-buttons{
    flex-direction: column;
  }

  .offer-buttons button {
    margin-bottom: 10px;
  }

}



.bubble {
  --r: 1em;  /* the radius */
  --t: 1.5em; /* the size of the tail */
 
  padding: 1em;
  border-inline: var(--t) solid #0000;
  border-radius: calc(var(--r) + var(--t))/var(--r);
  mask: 
    radial-gradient(100% 100% at var(--_p) 0,#0000 99%,#000 102%) 
      var(--_p) 100%/var(--t) var(--t) no-repeat,
    linear-gradient(#000 0 0) padding-box;
  
}
.left {
  --_p: 0;
  border-bottom-left-radius: 0 0;
  place-self: start;
}
.right {
  --_p: 100%;
  border-bottom-right-radius: 0 0;
  place-self: end;
}

@media screen and (max-width:450px) {
  .no_mobile_menu {
    display: none;
  }
  #message_list {
    padding: 5px 5px 20px 5px !important;
  }

  .bubble {
    --r: 1em;  /* the radius */
    --t: 1em; /* the size of the tail */
  
    padding: 1em;
    border-inline: var(--t) solid #0000;
    border-radius: calc(var(--r) + var(--t))/var(--r);
    mask: 
      radial-gradient(100% 100% at var(--_p) 0,#0000 99%,#000 102%) 
        var(--_p) 100%/var(--t) var(--t) no-repeat,
      linear-gradient(#000 0 0) padding-box;
    }
}


@keyframes bg-color-change {
  0% { background-color: #fff9f4; }
  50% { background-color: var(--secondary); }
  100% { background-color: #fff9f4; }
}


.bell_secondary_border {
  border-color: var(--secondary) !important;
  background-color: var(--secondary) !important;
  /*animation: bg-color-change 8s infinite;*/
}
.bell_secondary {
  color: #ffffff !important;
  /*color: var(--secondary) !important;*/
}



.bell_icon_count {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  display: none;
  border-radius: 20px;
  top: -9px;
  right: -4px;
  color: #ffffff;
  line-height: 20px;
  font-size: 12px;
}

.bell_icon_count_show {
  display: block !important;
}


.agent_tag {
  position: absolute;
  top: 55px;
  left: 11px;
  font-size: 16px;
  padding: 0 10px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 20px;
}

.agent_tag_messages {
  position: absolute;
  top: 128px;
  left: 16px;
  font-size: 16px;
  padding: 0 10px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 20px;
}


.unread_messages{
  color: var(--secondary);
}

.message_buttons {
  display: flex;
  justify-content: space-between;
}

.dashboard-heading {
  margin-top: 50px;
}
/* Start Mobile */
@media screen and (max-width:991px) {
 
  .agent_tag {
    top: 48px;
    left: 32px;
  }

  .agent_tag_messages {
    top: 103px;
    left: 14px;
  }

  .dropdown-item i {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-hide {
    display: none !important;
  }

  .dashboard-heading {
    margin-top: 0px !important;
  }

  .conversation_with {
    display: none !important;
  }
}
 
 

.dropdown-item-mobile {
  font-size: 20px !important;
  border-bottom: 1px solid #f4f2ef;
}

.dropdown-item-mobile .fal {
  margin-right: 10px;
}

.dropdown-item-desktop .fal {
  margin-right: 10px;
}

.border-menu-top {
  border-top: 1px solid #f4f2ef;
}

.border-menu-bottom {
  border-bottom: 1px solid #f4f2ef;
}


.mobile-signup {
  margin: 20px auto;
  width: 70%;
}

/*
.content-no-pad{
  padding-top: 10px !important
}


@media screen and (max-width:991px) {
  .content-no-pad{
    padding-top: 35px !important;
  } 
} */

#new_message_alert {
  position: fixed;
  width: 100%;
  left: 0;
  height: 50px;
  bottom: 0px;
  padding: 5px;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #cccccc;
  z-index: 999999;
}

#new_message_alert .alert_message {
  width: 75%;
  background-color: var(--secondary);
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin: 1px auto 0 auto;
  padding: 6px;
}


.owl_date_override {
  padding: .25rem 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -.05rem;

}

.browse-margin {
  margin-top: -20px !important;
}

.listing_url {
  padding-top: 0px !important;
  height: 2.0rem !important;
  width: 90%;
  font-size: 17px !important;
  overflow-wrap: break-word;
}


.account-creation .invalid-feedback{
  font-size: 18px;
}

.browse_search_holder_center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.browse_search_holder {
  width: 35% !important;
  text-align: left;
  position: relative;
}

.browse_search_holder_flex{
  display: flex;
}

.browse_search_holder h2{
  /*color: var(--secondary);*/
  margin: 15px 0 5px 0 !important;
  padding: 0 0 0 0 !important;
}

.browse_search_input {
  width: 100% !important;
  margin: 0px auto 20px auto;
  padding: 0 10px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none !important;
  height: 50px !important;
}

.browse_search_input_open {
  border-bottom-left-radius: 0px !important;
}

.browse_search_glass {
  width: 50px;
  display: flex;
  justify-content: center;
  background-color: var(--secondary);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 2px solid var(--primary);
  cursor: pointer;
}

.browse_search_glass_open {
  border-bottom-right-radius: 0px !important;
}
 
.browse_search_glass img {
  width: auto !important;
  height: 31px !important;
  margin-left: -6px;
  margin-top: 8px;
}

.addy_text {
  font-weight: bold;
  /*color: var(--secondary) !important;*/
}
 
.autocomplete-items {
  position: absolute;
  border: 2px solid var(--primary);
  background: #ffffff;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.55);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid var(--primary);
  font-size: 18px !important;
}


@media screen and (max-width:991px) {
  .browse-mobile {
    padding-left: 0 !important;
  }

  .browse-margin {
    margin-top: 4px !important;
  }

  .browse_search_holder {
    width: 92% !important;
  }

  .browse_search_holder h2{
    font-size: 26px;
  }

  .autocomplete-items {
    overscroll-behavior: contain;
    overflow-y: auto;
    max-height: 225px;
  }
  .autocomplete-items div {
    overscroll-behavior: contain;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 20px !important;
  }
} 


.edit_txt {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}
  
.edit_address {
  margin-left: -20px;
  font-size: 24px;
  line-height: 30px;
}

.profile-edit h3 {
  font-size: 24px !important;
  margin-bottom: 10px !important;
}



.edit_property_modal .modal-dialog {
  /* 80% of window height */
  height: 20%;
}

.edit_property_modal .modal-content {
  height: 300px;
  border-radius: 20px;
}

.edit_property_modal .modal-body {
  padding: 0px !important;
}
 
.edit_property_modal .edit_property_modal_message{
  font-size: 28px;
  margin: 20px 20px 15px 20px;
  border-radius: 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #157a51;
  color: #ffffff;
}

@media screen and (max-width:450px) {
  .edit_property_modal .edit_property_modal_message{
    font-size: 20px;
    padding: 10px;
  }
}


 


.fnt_white_extra {
  color: #FFFFFF !important;
}


.fsbo_modal {
  font-size: 20px;
}

.fsbo_confirm {
  display:none;
  bottom: 0px; 
  position:fixed;
  margin-top: 10px;
  width: 100%;
  background: #ffffff;
  height: 175px;
  padding: 10px;
  z-index: 999999;
  text-align: center;
  font-size: 20px;
  border-top: 2px solid #cccccc;
}

.google_star{
  width: 6% !important;
  margin-top:13px;
  margin-right: -10px;
}

.google_certified {
  margin-top:-45px;
  margin-bottom:20px;
  font-size: 22px;
  margin-left: 58px;
}

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

  .google_star{
    width: 16% !important;
    margin-top:13px;
    margin-right: -5px;
  }

  .testimonials .stars {
    font-size: 2rem;
  }

  .google_certified {
    margin-top: -35px;
    font-size: 17px;
    margin-left: 65px;
  }
}


#stars2, #stars3 {
  cursor: pointer;
}


.referral_modal {
  font-size: 20px;
}

.referral_modal .invited {
  font-size: 24px;
  color: var(--secondary);
}


.referral_share {
  font-size: 20px;
  font-weight: bold;
}

.referral_share2 {
  font-size: 18px;
}
.referral_discount{
  font-size: 20px;
  margin-top: 20px;
}
.referral_url {
  font-size: 16px;
}
.referral_stats {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 4px;
}

.referral_input {
  color: var(--primary) !important;
  font-weight: bold;
  width: 83%;
  padding: 10px !important;
  height: 100% !important;
  font-size: 15px !important;
}
 
.referral_stats_table  {
  width: 100%
}

.referral_stats_table td {
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #cccccc;
}

.personalized_link {
  font-size: 18px;
}

.referral_track {
  font-size: 20px;
  font-weight: bold;
}

.referral_medal {
  color: gold;
  text-align: center;
  font-size: 130px;
  margin-top: 10px;
}

.referral_metrics {
  margin-top: 10px;
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #f7f0e8;
  padding: 20px 10px;
}

.referral_clicks{
  border-right: 1px solid #cccccc;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.referral_signups{
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.referral_padder {
  margin: 17px 0;
}

.referral_copy_form {
  height: 380px !important;
  min-height: 380px !important;
}

.invite_share_icons {
  margin-top: 20px;
 
}

.invite_avatar {
 
  border-radius: 50rem;
 
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  zoom: 0.4;
}

 
.invite_avatar {
  width: 14rem;
  height: 14rem;
  border-radius: 50rem;
  background: #d3d7d7 url(../images/user_icon_2.png) no-repeat center center;
  background-size: 100%;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

.invite_avatar img {
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
}



@media screen and (max-width:450px) {
  .invite_avatar {
    width: 7rem;
    height: 7rem;
  }

  .referral_input {
    width: 70%;
  }

  #copy_referral_button {
    padding: 0.5055rem 1rem !important;
  }

  .referral_copy_form {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
  }
}


.about_card {
  width: 400px;
  margin: 0 20px;
}

.leadership_flex {
  display: flex;
  justify-content: center;
}


.agent_stuff {
  padding: 5rem 0;
  text-align: center;
  background: -moz-linear-gradient(top,  rgba(255,249,235,0) 0%, rgba(255,249,235,1) 75%, rgba(255,249,235,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,249,235,0) 0%,rgba(255,249,235,1) 75%,rgba(255,249,235,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,249,235,0) 0%,rgba(255,249,235,1) 75%,rgba(255,249,235,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff9eb', endColorstr='#fff9eb',GradientType=0 );
}

.agent_stuff_text {
  width: 60%;
  text-align: left;
  margin: 0 auto;
  font-size: 22px;
}


.agent_stuff_text p {
  margin-bottom: 10px;
}

@media screen and (max-width:450px) {
  .agent_stuff_text {
    width: 80%;
    font-size: 20px;
  }

  .agent_stuff h2 {
    font-size: 22px;
  }
}


.hiw_holder {
  background-color: #ff6a14 !important;
}
.hiw{
  width: 50% !important;
}
.hiw_started {
  margin-top: -30px;
  margin-bottom: 30px;
}

.free_realtor {
  margin-top: -60px;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 24px;
}

@media screen and (max-width:450px) {
  .hiw{
    width: 90% !important;
  }
  .hiw_started {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .free_realtor {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 22px;

  }
}


.agent_buyer_form input{
  height: 50px !important;
}

.agent_buyer_label {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.agent_input {
  margin-bottom: 10px !important;
}

.agent_buyer_add {
  padding: .25rem .75rem !important;
  font-size: 1rem !important;
  margin: 0 !important;
}

.change_attachment {
  padding: .15rem .50rem !important;
  font-size: 13px !important;
  margin: 0 !important;
}




.agent_buyer_form_holder .contract_names {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 30px 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.agent_buyer_form_holder .contract_name {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}

.agent_buyer_form_holder .contract_names .name_heading {
  font-weight: bold;
  color: var(--secondary);
  cursor: pointer;
}

.agent_buyer_form_holder .edit_name {
  color: var(--secondary);
}


.agent_buyer_form_holder .stop-image img {
  width: 25%;
  margin-bottom: 20px
}

.agent_buyer_form_holder .edit_holder{
  margin-top: 4px;
}

.agent_buyer_form_holder .edit_ul {
  text-align: left;
  margin: 20px 0;
}

.agent_buyer_form_holder .contact_details td{
  min-width: 50px;
}

.agent_buyer_form_holder .contact_details .item{
 font-weight: 600;
 font-size: 16px;
}

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

.agent_buyer_form_holder .confirmation_names td{
  min-width: 50px;
}

.agent_buyer_form_holder .confirmation_names .heading{
  color: var(--secondary);
  font-weight: bold;
}

.agent_buyer_form_holder .confirmation_names .lbl{
  width: 50px;
  font-size: 12px;
}

.agent_buyer_form_holder .confirmation_names .item{
  font-size: 16px;
}

#buyer_names_holder {
  display: flex;
}

.buyer_seller_counter_names {
  display: flex;
}

@media screen and (max-width:450px) {
  #buyer_names_holder {
    display: block;
  }
}


#inspection_focus, 
#buyer_names_holder,
#financing_focus,
#closing_date_focus{
  scroll-margin-top: 200px;
}

.seller_agent_details{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}


.please_add_buyer {
  color: #ff0000;
  font-size: 16px;
  cursor: pointer;
}

.contract_names_table {
  width: 100% !important;
}


.agent_confirm_message {
  color: #FF0000;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 24px;
}


.access_code_lbl {
  font-size: 18px;
  margin: 10px auto 4px auto;
}

.access_code_message {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}

#access_code {
  width: 50%;
  margin: auto;
}

@media screen and (max-width:450px) {
  #access_code {
    width: 80%;
  }
} 



#upload_progressBarContainer {
  height: 28px;
  border: 1px solid #ccc;
  display: none;
  border-radius: 5px;
}

#upload_progressBar {
  width: 0%;
  height: 100%;
  background-color: var(--secondary);
  border-radius: 5px;
}


#upload_progressPercent {
  display: none;
  text-align: center;
  margin-top: 4px;
}

#selected_file {
  display: none;
}

#upload_holder {
  display: none;
}


#upload_error {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.offer .invalid-feedback {
  font-size: 18px !important;
  margin-top: 10px;
}

.social-footer {
  width: 100%;
  background: #fef9ea;
  padding: 30px 0 10px 0;
  margin: 20px auto 0 auto;
  background: linear-gradient(to bottom, rgba(255, 249, 235, 0) 0%, rgba(255, 249, 235, 1) 75%, rgba(255, 249, 235, 1) 100%);
}


.social-follow {
  text-align: center;
  font-size: 26px;
  color: var(--secondary);
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons a {
  margin: 10px;
}
 

.social-icons img {
  filter: drop-shadow(2px 2px 3px #6a6a6a);
}


@media screen and (max-width:450px) {
  .social-follow {
    font-size: 20px;
  }

  .t-hub {
    font-size: 23px;
  }
}

.social-icons-desktop {
  display: flex;
  justify-content: center;
}

.social-icons-desktop a {
  padding-left: 4px !important;
  padding-right: 9px !important;
}

.social-icons-desktop a:hover {
  background-color: #ffffff !important;
}

.social-icons-desktop img {
  margin-top: 10px;
  width: 30px;
  filter: drop-shadow(1px 1px 2px #6a6a6a);
}


.prop-addy-holder {
  display: flex;
  flex-direction: row;
}

.prop-addy-icon {
  margin-right: 8px;
  font-size: 19px;
}

.prop-addy {
  font-size: 22px !important;
}
.prop-addy-mobile {
  display: none;
}

@media screen and (max-width:450px) {
  .prop-addy {
    font-size: 17px !important;
    display: none;
  }
  .prop-addy-mobile {
    display: block;
  }
  .prop-addy-icon {
    font-size: 30px;
  }
}


.invite_text, .invite_email, .invite_facebook {
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  font-size:23px;  
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 5px auto;
}

.invite_text {
  background-color: #63c259;
}

.invite_email {
  background-color: var(--primary);
}

.invite_facebook {
  background-color: #347AEA;
}

.invite_icon {
  color: #ffffff;
}