@import url(imports/core/bootstrap.css);
@import url(imports/core/grid-1200.css);
@import url(imports/modals/reveal.css);
body {
  overflow-y: scroll; }

body, html {
  font-family: Lato, sans-serif;
  color: #353d45;
  height: 100%;
  background: #FFFFFF; }

.primary {
  color: #4eb648; }

#container {
  height: 400px;
  width: 100%; }

.oa-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400; }

.oa-radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-color: #ffffff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.oa-radio input[type=radio] {
  display: none; }

.oa-radio label:before {
  border-radius: 50%; }

.oa-radio input[type=radio]:checked + label:before {
  background: #4eb648;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #FFFFFF;
  border: 1px solid #4eb648; }

.oa-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400; }

.oa-checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-color: #ffffff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.oa-checkbox input[type=checkbox] {
  display: none; }

.oa-checkbox label:before {
  border-radius: 3px; }

.oa-checkbox label:before {
  content: "";
  font-family: FontAwesome;
  background: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #FFFFFF;
  border: 1px solid #dddfe2; }

.oa-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: FontAwesome;
  background: #4eb648;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #FFFFFF;
  border: 1px solid #4eb648; }

.btn-oa {
  color: #fff;
  font-size: 18px;
  background: #4EB648;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 13px 8px;
  text-align: center;
  margin-top: 12px;
  border-radius: 3px;
  background-color: #4eb648;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: none; }
  .btn-oa:hover {
    background: #2c9127;
    color: #ffffff; }
  .btn-oa#browse-agents {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto; }
  .btn-oa:focus {
    color: #ffffff; }

input {
  font-size: 16px;
  padding: 15px 12px;
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(222, 222, 222, 0.6);
  box-shadow: inset 0px 2px 4px 0px rgba(222, 222, 222, 0.6); }

#ss-navbar {
  width: 100%;
  background: #FFFFFF;
  color: #8c929c; }
  #ss-navbar #logo-mobile-address {
    display: none; }
  #ss-navbar .navbar-phone-mobile {
    display: none;
    margin: 13px 0;
    color: #4eb648;
    text-decoration: none; }
    @media (max-width: 768px) {
      #ss-navbar .navbar-phone-mobile {
        display: block; } }
    @media (max-width: 600px) {
      #ss-navbar .navbar-phone-mobile {
        margin: 8px 0; } }
    @media (max-width: 400px) {
      #ss-navbar .navbar-phone-mobile {
        margin: 0; } }
  #ss-navbar .navbar-phone-desktop {
    display: block; }
    @media (max-width: 768px) {
      #ss-navbar .navbar-phone-desktop {
        display: none; } }
  #ss-navbar #ss-navbar-left {
    float: left;
    max-width: 216px; }
    #ss-navbar #ss-navbar-left img {
      padding: 23px 0 19px;
      max-width: 100%; }
      @media screen and (max-width: 600px) {
        #ss-navbar #ss-navbar-left img {
          padding: 13px 0; } }
      @media screen and (max-width: 400px) {
        #ss-navbar #ss-navbar-left img {
          padding: 10px 0; } }
    @media screen and (max-width: 600px) {
      #ss-navbar #ss-navbar-left {
        width: 180px; } }
    @media screen and (max-width: 400px) {
      #ss-navbar #ss-navbar-left {
        width: 140px; } }
  #ss-navbar #ss-navbar-right {
    float: right;
    text-align: right;
    padding: 9px 0; }
    @media (max-width: 600px) {
      #ss-navbar #ss-navbar-right {
        padding: 3px 0; } }
    @media (max-width: 400px) {
      #ss-navbar #ss-navbar-right {
        padding: 0; } }
    #ss-navbar #ss-navbar-right p {
      margin: 0;
      font-size: 14px; }
      @media screen and (max-width: 480px) {
        #ss-navbar #ss-navbar-right p {
          font-size: 13px; } }
      @media screen and (max-width: 400px) {
        #ss-navbar #ss-navbar-right p {
          display: none; } }
    #ss-navbar #ss-navbar-right h2 {
      margin: 0;
      font-size: 24px;
      line-height: 1.2;
      color: #4eb648;
      font-weight: normal; }
      @media (max-width: 400px) {
        #ss-navbar #ss-navbar-right h2 {
          font-size: 20px; } }
    @media screen and (max-width: 400px) {
      #ss-navbar #ss-navbar-right {
        padding: 8px 0; } }

#simple-footer {
  background: #353D45;
  text-align: center;
  padding: 45px 0 55px; }
  #simple-footer h2 {
    margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF; }
  #simple-footer .social-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 25px; }
    #simple-footer .social-list li {
      display: inline-block;
      width: 36px;
      height: 35px;
      border: 1px solid rgba(200, 200, 200, 0.3);
      border-radius: 50%;
      text-align: center;
      line-height: 32px;
      font-size: 18px;
      margin: 0 6px; }
      #simple-footer .social-list li i {
        line-height: 35px;
        color: inherit; }
      #simple-footer .social-list li:hover {
        background: #FFFFFF; }
        #simple-footer .social-list li:hover a {
          color: #353D45; }
      #simple-footer .social-list li.li-facebook:hover {
        background: #3b5998; }
        #simple-footer .social-list li.li-facebook:hover a {
          color: #FFFFFF; }
      #simple-footer .social-list li.li-twitter:hover {
        background: #55acee; }
        #simple-footer .social-list li.li-twitter:hover a {
          color: #FFFFFF; }
      #simple-footer .social-list li.li-linkedin:hover {
        background: #0077b5; }
        #simple-footer .social-list li.li-linkedin:hover a {
          color: #FFFFFF; }
      #simple-footer .social-list li.li-google-plus:hover {
        background: #dd4b39; }
        #simple-footer .social-list li.li-google-plus:hover a {
          color: #FFFFFF; }
      #simple-footer .social-list li.li-youtube:hover {
        background: #e52d27; }
        #simple-footer .social-list li.li-youtube:hover a {
          color: #FFFFFF; }
      #simple-footer .social-list li.li-instagram:hover {
        background: #c13584; }
        #simple-footer .social-list li.li-instagram:hover a {
          color: #FFFFFF; }
      #simple-footer .social-list li a {
        color: #CCC;
        height: 100%;
        width: 100%;
        display: inline-block; }
  #simple-footer .terms-list li a {
    color: inherit;
    text-decoration: underline; }
  #simple-footer .footer-logo {
    margin: 0; }

.disclaimer a {
  color: inherit;
  text-decoration: underline; }

.alc-qual {
  padding-top: 110px; }
  @media (max-width: 768px) {
    .alc-qual {
      padding-top: 24px; } }
  .alc-qual .btn-oa {
    margin: 36px 0 24px;
    font-size: 20px;
    line-height: 20px;
    padding: 23px 0;
    display: inline-block;
    width: 276px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .alc-qual .qual-hidden {
    display: none; }
  .alc-qual .fee-disclosure {
    margin: 0;
    color: #aab2b9;
    font-style: italic; }
  .alc-qual .qual-questions .qual-sidebar {
    display: none; }
  @media (max-width: 1019px) {
    .alc-qual .qual-questions .qual-sidebar {
      display: block;
      float: right;
      width: 280px;
      margin-left: 10px; } }
  @media (max-width: 768px) {
    .alc-qual .qual-questions .qual-sidebar {
      display: none; } }
  .alc-qual .qual-go-group {
    padding-bottom: 72px; }
  .alc-qual .qual-question-group {
    position: relative; }
    .alc-qual .qual-question-group #ajax-loader {
      position: absolute; }
    .alc-qual .qual-question-group .address-autocomplete {
      position: absolute;
      list-style-type: none;
      padding: 0;
      z-index: 1;
      border: 1px solid #E8E8E8;
      border-top: none;
      max-height: 210px;
      overflow: scroll;
      margin: 0; }
    .alc-qual .qual-question-group .address-autocomplete li {
      padding: 12px 10px;
      border-top: 1px solid #E8E8E8;
      color: #000000;
      background-color: #FFFFFF;
      font-weight: 300;
      font-size: 14px;
      text-align: left;
      white-space: nowrap;
      overflow: hidden; }
    .alc-qual .qual-question-group .address-autocomplete li:hover {
      cursor: pointer;
      color: #FFFFFF;
      background-color: #4eb648; }
  .alc-qual .qual-question-divider {
    width: 100%;
    height: 1px;
    background: #dddfe2;
    margin: 50px 0; }
  .alc-qual .qual-side-box {
    background: #f7f7f8;
    border-radius: 3px;
    position: relative; }
    .alc-qual .qual-side-box .picture {
      position: absolute;
      left: 0;
      width: 120px;
      text-align: center;
      top: 32px; }
      .alc-qual .qual-side-box .picture img {
        width: 88px; }
    .alc-qual .qual-side-box .text {
      padding-left: 120px; }
      .alc-qual .qual-side-box .text p {
        font-size: 16px;
        line-height: 26px;
        margin: 0; }
        .alc-qual .qual-side-box .text p.testimonial-caption {
          color: #353d45;
          padding: 35px 30px 8px 0; }
        .alc-qual .qual-side-box .text p.testimonial-author {
          color: #8c929c;
          padding: 0 0 35px; }
    .alc-qual .qual-side-box ul {
      padding-top: 20px;
      padding-bottom: 2px;
      padding-right: 12px; }
      .alc-qual .qual-side-box ul li {
        font-size: 18px;
        line-height: 30px;
        color: #353d45;
        margin-bottom: 22px; }
        .alc-qual .qual-side-box ul li.hidden {
          display: none; }
  .alc-qual .alc-loader, .alc-qual .alc-agents {
    display: none; }
  .alc-qual .qual-go.btn-oa.submitting-qual {
    background: #2c9127; }
  @media (max-width: 768px) {
    .alc-qual .qual-go.btn-oa {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  .alc-qual input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 480px; }
    .alc-qual input#agent-name-search {
      margin-bottom: 0; }
    .alc-qual input.loading {
      background-image: url("../img/ajax-loader.gif");
      background-position: 95% center;
      background-position: right 10px center;
      background-repeat: no-repeat; }
  .alc-qual .qual-heading {
    font-size: 32px;
    line-height: 41px;
    color: #4a4a4a;
    font-weight: 700;
    margin: 0 0 36px; }
    @media (max-width: 768px) {
      .alc-qual .qual-heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px; } }
  .alc-qual .qual-lead {
    font-size: 18px;
    line-height: 30px;
    color: #353d45;
    margin: 0; }
    @media (max-width: 768px) {
      .alc-qual .qual-lead {
        font-size: 16px;
        line-height: 28px; } }
    .alc-qual .qual-lead.large {
      font-size: 20px;
      line-height: 28px; }
      @media (max-width: 768px) {
        .alc-qual .qual-lead.large {
          font-size: 16px;
          line-height: 28px; } }
  .alc-qual .lead-capture-err {
    color: #ed1c24;
    margin: 10px 0 4px 0;
    font-size: 16px;
    font-weight: 700; }
  .alc-qual .qual-subheading {
    font-size: 24px;
    line-height: 28px;
    color: #353d45;
    font-weight: 700;
    margin: 60px 0 20px; }
    @media (max-width: 768px) {
      .alc-qual .qual-subheading {
        font-size: 20px;
        line-height: 28px;
        margin-top: 30px; } }
  .alc-qual .qual-sidebar .qual-subheading {
    margin: 28px 0 22px; }
  .alc-qual .qual-checkbox-group p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 30px 0 20px; }
  .alc-qual .qual-checkbox-group .oa-checkbox label {
    font-size: 18px;
    line-height: 36px; }
    @media (max-width: 768px) {
      .alc-qual .qual-checkbox-group .oa-checkbox label {
        font-size: 16px;
        line-height: 36px; } }
  .alc-qual .qual-radio-group p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 30px 0 20px; }
  .alc-qual .qual-radio-group .oa-radio label {
    font-size: 18px;
    line-height: 37px; }
    @media (max-width: 768px) {
      .alc-qual .qual-radio-group .oa-radio label em {
        display: block; } }
  .alc-qual .qual-dropdown-group {
    padding: 45px 0 0; }
    .alc-qual .qual-dropdown-group.qual-pt-group, .alc-qual .qual-dropdown-group.qual-beds-group {
      padding: 20px 0 0; }
    .alc-qual .qual-dropdown-group p.qual-lead {
      font-weight: 700; }
    .alc-qual .qual-dropdown-group select {
      width: 280px;
      max-width: 100%;
      font-size: 16px;
      line-height: 16px;
      color: #aab2b9;
      height: 45px;
      padding: 6px 40px 6px 12px;
      margin-top: 12px;
      border-radius: 3px;
      background-color: #fafafa;
      border: solid 1px #cccccc;
      background-size: auto 12px;
      background-image: url("../img/dropdown-chevron.png");
      background-repeat: no-repeat;
      background-position: 95% center;
      background-position: right 10px center;
      -webkit-appearance: none;
      -moz-appearance: none; }
  .alc-qual .qual-existing-agents ul li {
    max-width: 480px;
    padding: 12px;
    background: rgba(78, 182, 72, 0.2);
    border: 1px solid #4eb648;
    border-radius: 3px;
    color: #4eb648;
    margin-bottom: 6px;
    position: relative; }
    .alc-qual .qual-existing-agents ul li:hover {
      cursor: pointer; }
      .alc-qual .qual-existing-agents ul li:hover:before {
        content: '\f00d';
        position: absolute;
        top: 2px;
        right: 6px;
        color: #4eb648;
        font-family: "FontAwesome", sans-serif; }

.alc-loader .alc-loader-img {
  width: 100%;
  height: 827px;
  background: url("../img/preload-renee-desktop.jpg") top center no-repeat;
  background-size: cover; }
  @media (max-width: 1019px) {
    .alc-loader .alc-loader-img {
      background: url("../img/preload-renee-tablet.jpg") top center no-repeat;
      height: 455px; } }
  @media (max-width: 768px) {
    .alc-loader .alc-loader-img {
      background: url("../img/preload-renee-mobile.jpg") top center no-repeat;
      height: 218px;
      margin-bottom: 15px; } }

.alc-loader .preload-logo {
  display: block;
  margin: 166px auto 48px; }
  @media (max-width: 1019px) {
    .alc-loader .preload-logo {
      margin: 58px auto 48px; } }
  @media (max-width: 768px) {
    .alc-loader .preload-logo {
      display: none; } }

.alc-loader .preload-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #353D45; }
  @media (max-width: 1019px) {
    .alc-loader .preload-text {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; } }

.alc-loader .preload-list li {
  display: none;
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  padding-left: 48px;
  background: url("../img/ajax-loader.gif") no-repeat left center;
  background-size: 24px auto; }
  .alc-loader .preload-list li.completed {
    background: url("../img/preload-check-green.png") no-repeat left center; }

@media (max-width: 1019px) {
  .alc-loader .preload-list {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; } }

#ss-alc .alc-address {
  display: none;
  background-size: cover;
  height: 100vh;
  min-height: 400px;
  position: relative;
  padding-top: 0px !important;
  background: url("../img/address/interior-bg.jpg");
  background-position: left top;
  background-size: cover; }
  #ss-alc .alc-address .qual-sidebar, #ss-alc .alc-address .qual-heading, #ss-alc .alc-address .qual-lead, #ss-alc .alc-address .shadow-existingagents, #ss-alc .alc-address .shadow-reasonforsale, #ss-alc .alc-address .shadow-listingstatus, #ss-alc .alc-address .qual-question-divider {
    display: none !important; }
  #ss-alc .alc-address .overlay {
    background-color: rgba(52, 60, 69, 0.4);
    height: 100vh;
    min-height: 400px;
    background-size: cover;
    padding-top: 0px; }
    @media (max-width: 767px) {
      #ss-alc .alc-address .overlay {
        padding-top: 0px; } }
  @media (max-width: 500px) {
    #ss-alc .alc-address {
      background-image: url("../img/address/interior-bg-mobile.jpg"); } }
  #ss-alc .alc-address.interior-bg {
    background: url("../img/address/interior-bg-2.jpg");
    background-position: left top;
    background-size: cover; }
    @media (max-width: 500px) {
      #ss-alc .alc-address.interior-bg {
        background-image: url("../img/address/interior-bg-mobile.jpg");
        background-position: center bottom; } }
  @media (max-width: 767px) {
    #ss-alc .alc-address {
      background-image: none;
      background: #2c3e50; } }
  #ss-alc .alc-address .shadow-propertydetails .qual-subheading {
    font-size: 22px !important;
    text-align: center !important;
    margin-bottom: 18px !important;
    color: #fff !important;
    font-weight: 500 !important;
    margin: 72px auto 18px !important; }
    @media (max-width: 767px) {
      #ss-alc .alc-address .shadow-propertydetails .qual-subheading {
        font-size: 18px !important;
        color: #2c3e50 !important;
        padding: 37px 10px 20px !important;
        margin: auto !important; } }
  #ss-alc .alc-address .col-md-8 {
    width: 100%;
    margin: auto;
    text-align: center; }
  @media (max-width: 767px) {
    #ss-alc .alc-address .qual-questions {
      width: 100% !important;
      max-width: 500px !important;
      height: 85vh !important;
      height: -webkit-calc(80% - 0px);
      min-height: 470px;
      margin: 0px auto auto !important;
      border-radius: 3px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      border: solid 1px #cccccc;
      position: relative !important;
      padding: 0px 10px; } }
  #ss-alc .alc-address .shadow-address {
    text-align: left;
    margin: auto;
    width: 480px;
    max-width: 100%; }
    #ss-alc .alc-address .shadow-address #address-input {
      margin: auto !important; }
    @media (max-width: 767px) {
      #ss-alc .alc-address .shadow-address #address-input, #ss-alc .alc-address .shadow-address #q32-alt-address, #ss-alc .alc-address .shadow-address #q32-alt-suburb {
        border: 1px solid #eaeaea;
        font-size: 16px;
        padding: 18px 12px; } }
    #ss-alc .alc-address .shadow-address input {
      margin: 10px auto !important; }
    #ss-alc .alc-address .shadow-address .oa-checkbox {
      padding: 5px 0px 10px; }
      #ss-alc .alc-address .shadow-address .oa-checkbox label {
        color: #ffffff; }
        @media (max-width: 767px) {
          #ss-alc .alc-address .shadow-address .oa-checkbox label {
            color: #2c3e50; } }
  #ss-alc .alc-address .btn-oa {
    padding: 17px 12px;
    font-size: 18px;
    width: 480px;
    max-width: 100%;
    margin: auto; }
  #ss-alc .alc-address .fee-disclosure {
    font-size: 14px;
    color: #fff;
    padding: 5px 0 0;
    margin: auto;
    font-style: normal; }
    @media (max-width: 767px) {
      #ss-alc .alc-address .fee-disclosure {
        color: #2c3e50;
        text-align: left;
        font-size: 12px; } }
  #ss-alc .alc-address #ajax-loader {
    position: absolute; }
  #ss-alc .alc-address .address-autocomplete {
    position: absolute;
    list-style-type: none;
    padding: 0;
    z-index: 1;
    border: 1px solid #E8E8E8;
    border-top: none;
    max-height: 210px;
    overflow: scroll;
    margin: 0; }
  #ss-alc .alc-address .address-autocomplete li {
    padding: 12px 10px;
    border-top: 1px solid #E8E8E8;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden; }
  #ss-alc .alc-address .address-autocomplete li:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #4eb648; }

@media (max-width: 767px) {
  #ss-navbar.address-nav {
    background-color: #2c3e50;
    border-bottom: none;
    margin-bottom: -1px; }
    #ss-navbar.address-nav #logo-mobile-address {
      display: inline-block; }
    #ss-navbar.address-nav #navbar-logo {
      display: none; }
    #ss-navbar.address-nav #ss-navbar-left img {
      padding: 10px 0;
      max-width: 100%; }
    #ss-navbar.address-nav #ss-navbar-right {
      padding: 0px; }
    #ss-navbar.address-nav .navbar-phone-mobile {
      color: #fff;
      padding: 12px 0 !important;
      display: block;
      font-size: 16px;
      margin: auto; }
    #ss-navbar.address-nav .container {
      width: 500px;
      max-width: 100%; } }

.alc-agents {
  padding-top: 2px; }
  .alc-agents .agents-heading-section {
    text-align: center; }
  .alc-agents .agents-heading {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 15px; }
    @media (max-width: 768px) {
      .alc-agents .agents-heading {
        font-size: 24px;
        line-height: 28px;
        text-align: left; } }
  .alc-agents .agents-subheading {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 36px;
    max-width: 850px;
    width: 100%; }
    @media (max-width: 1019px) {
      .alc-agents .agents-subheading {
        text-align: left;
        margin: 0 auto 30px; } }
    @media (max-width: 768px) {
      .alc-agents .agents-subheading {
        font-size: 16px;
        line-height: 30px;
        text-align: left; } }
  .alc-agents .agents-contact-all {
    background: #353d45;
    border-radius: 3px;
    color: #FFF;
    padding: 12px 24px;
    margin-bottom: 30px;
    text-align: left; }
    @media (max-width: 1019px) {
      .alc-agents .agents-contact-all {
        text-align: center; } }
    .alc-agents .agents-contact-all > span {
      font-style: italic;
      font-size: 18px;
      line-height: 44px; }
      @media (max-width: 768px) {
        .alc-agents .agents-contact-all > span {
          line-height: 30px; } }
    .alc-agents .agents-contact-all .request-callback-all {
      margin: 0 0 0 15px;
      font-size: 18px;
      padding: 7px 0;
      line-height: 30px;
      width: 360px;
      max-width: 100%;
      float: right; }
      @media (max-width: 1019px) {
        .alc-agents .agents-contact-all .request-callback-all {
          margin: 12px 0 0 0;
          float: none; } }
      @media (max-width: 768px) {
        .alc-agents .agents-contact-all .request-callback-all {
          margin: 12px 0 0 0; } }
      .alc-agents .agents-contact-all .request-callback-all.keep-all-agents {
        background-color: #29a5ed; }
        .alc-agents .agents-contact-all .request-callback-all.keep-all-agents:hover {
          background-color: #2392D2; }
  .alc-agents .agents-list-existing .agents-list-existing-heading {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #353d45;
    margin-bottom: 50px; }
  .alc-agents .agents-list-add-existing {
    text-align: center;
    padding-top: 80px; }
    .alc-agents .agents-list-add-existing p {
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.17;
      letter-spacing: normal;
      text-align: center;
      color: #4a4a4a;
      margin: 0 0 14px; }
    .alc-agents .agents-list-add-existing a {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.67;
      letter-spacing: normal;
      text-align: center;
      color: #4eb648;
      margin: 0;
      text-decoration: none; }
  .alc-agents #agents-top {
    min-height: 733px; }
  .alc-agents .agents-list-section .all-agents {
    margin-bottom: 70px; }
    @media (max-width: 1019px) {
      .alc-agents .agents-list-section .all-agents {
        margin-bottom: 30px; } }
    .alc-agents .agents-list-section .all-agents .all-agents-error-message {
      font-size: 18px;
      text-align: center;
      max-width: 620px;
      margin: 0 auto;
      width: 100%;
      padding-top: 100px; }
      @media (max-width: 360px) {
        .alc-agents .agents-list-section .all-agents .all-agents-error-message {
          padding-top: 20px; } }
      .alc-agents .agents-list-section .all-agents .all-agents-error-message a {
        color: #4eb648;
        text-decoration: none; }
    .alc-agents .agents-list-section .all-agents > li {
      margin-top: 20px; }
      .alc-agents .agents-list-section .all-agents > li.is-upside-agent .agent-listing .agent-listing-info .agent-info .agent-info-description {
        margin: 12px 0 12px; }
        @media (max-width: 1020px) {
          .alc-agents .agents-list-section .all-agents > li.is-upside-agent .agent-listing .agent-listing-info .agent-info .agent-info-description {
            padding-left: 210px; } }
        @media (max-width: 768px) {
          .alc-agents .agents-list-section .all-agents > li.is-upside-agent .agent-listing .agent-listing-info .agent-info .agent-info-description {
            padding-left: 0; } }
        .alc-agents .agents-list-section .all-agents > li.is-upside-agent .agent-listing .agent-listing-info .agent-info .agent-info-description .upside-banner {
          padding: 12px 20px;
          background: #FFEDEC;
          color: #353D45;
          text-align: center;
          margin: 0 auto;
          max-width: 280px; }
          @media (max-width: 768px) {
            .alc-agents .agents-list-section .all-agents > li.is-upside-agent .agent-listing .agent-listing-info .agent-info .agent-info-description .upside-banner {
              clear: both; } }
          .alc-agents .agents-list-section .all-agents > li.is-upside-agent .agent-listing .agent-listing-info .agent-info .agent-info-description .upside-banner p {
            font-size: 16px;
            line-height: 19px;
            margin: 0; }
      .alc-agents .agents-list-section .all-agents > li.is-upside-agent .agent-listing .agent-listing-face {
        padding: 24px 0; }
      .alc-agents .agents-list-section .all-agents > li.pending-deletion {
        visibility: hidden; }
      .alc-agents .agents-list-section .all-agents > li .agent-list-hidden-small {
        display: none; }
      .alc-agents .agents-list-section .all-agents > li.agent-unknown .agent-listing-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .alc-agents .agents-list-section .all-agents > li.expanded .agent-list-hidden-small {
        display: inherit; }
      .alc-agents .agents-list-section .all-agents > li.expanded .agent-listing .agent-listing-face a {
        display: inline-block;
        margin-bottom: 28px; }
      .alc-agents .agents-list-section .all-agents > li.expanded .agent-info-description {
        display: none; }
      .alc-agents .agents-list-section .all-agents > li .agent-listing {
        border: 1px solid #DDDFE2;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1019px) {
          .alc-agents .agents-list-section .all-agents > li .agent-listing {
            display: block; } }
        .alc-agents .agents-list-section .all-agents > li .agent-listing:hover {
          cursor: pointer; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing:hover .toggle-additional-info {
            text-decoration: underline; }
        .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-full-name {
          font-size: 20px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 22px;
          letter-spacing: normal;
          text-align: center;
          color: #353d45;
          margin: 21px 0px 0px;
          display: inline-block; }
        .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-rating-stars-wrapper {
          margin: 0 0 20px; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-rating-stars-wrapper .agent-rating-total {
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            color: #353d45; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-rating-stars-wrapper .agent-rating-count {
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #353d45; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-rating-stars-wrapper .agent-rating-stars .rateit-range {
            margin: 0 4px;
            vertical-align: top; }
        .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face {
          text-align: center;
          width: 210px;
          padding: 19px 0 20px; }
          @media (max-width: 1019px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face {
              display: block;
              float: left; } }
          @media (max-width: 768px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face {
              width: 100%; } }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face {
            position: relative; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face .agent-special-tag {
              width: 135px;
              border-radius: 3px;
              position: absolute;
              top: 80px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              font-size: 18px;
              font-weight: bold;
              font-style: italic;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: center;
              color: #ffffff;
              margin: 0;
              padding: 6px 2px; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face .agent-special-tag.local-seller {
                background-color: #2dc224;
                color: #FFF; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face .agent-special-tag.personality-match {
                background-color: #3891ea;
                color: #FFF; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face .agent-special-tag.top-seller {
                background-color: #fcc81f;
                color: #353d45; }
                .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face .agent-special-tag.top-seller p {
                  color: #353d45; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face .agent-special-tag.fixed-fee {
                background-color: #CA3B30;
                color: #FFF; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face .agent-face figure {
              border-radius: 50%;
              display: block;
              margin: 0 auto 24px;
              height: 95px;
              width: 95px;
              border: 2px solid #ccc;
              overflow: hidden; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-face a {
            font-size: 16px;
            line-height: 26px;
            color: #4EB648;
            text-decoration: none; }
        .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta {
          width: 330px;
          text-align: center;
          position: relative; }
          @media (max-width: 1019px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta {
              display: block;
              margin-right: 0;
              margin-left: auto;
              width: calc(100% - 210px);
              margin-bottom: 20px; } }
          @media (max-width: 768px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta {
              width: 100%;
              margin: 0 auto 60px; } }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept {
            display: block;
            max-width: 245px;
            margin: 35px auto 20px;
            padding: 15px 20px;
            font-size: 20px;
            text-align: center;
            line-height: 20px;
            position: relative; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept i {
              font-size: 15px;
              vertical-align: middle;
              position: absolute;
              left: 20px;
              top: 20px; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline {
            font-size: 16px;
            line-height: 26px;
            color: #4EB648;
            text-decoration: none; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline.link-disabled {
              color: #353d45; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline.link-disabled:hover {
                cursor: pointer; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: #353D45;
            color: #FFF;
            padding: 16px 16px 12px; }
            @media (max-width: 1019px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason {
                top: -87px;
                left: 0;
                height: 234px; } }
            @media (max-width: 768px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason {
                top: -46px; } }
            @media (max-width: 330px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason {
                padding: 16px 10px 12px; } }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason .cta-decline-reason-close {
              position: absolute;
              top: 1px;
              right: 6px;
              color: #FFF; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason .cta-decline-reason-close:hover {
                cursor: pointer; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason p {
              font-size: 16px;
              line-height: 26px;
              margin: 0 0 10px; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason textarea {
              color: #353D45;
              width: 100%;
              border-radius: 3px;
              display: block;
              margin-bottom: 15px;
              height: 107px;
              font-size: 16px;
              padding: 16px; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-decline-reason .send-replace-reason {
              font-size: 18px;
              line-height: 18px;
              padding: 12px 6px;
              min-width: initial;
              margin: 0;
              display: block;
              width: 100%; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: #FFF;
            text-align: left; }
            @media (max-width: 1019px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions {
                top: -54px;
                left: 0;
                height: 200px; } }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions ul {
              width: 100%;
              height: 100%;
              -ms-display: flex;
              display: -webkit-box;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions ul li {
                width: 100%;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                background: #FFF;
                position: relative;
                -webkit-transition: all 0.1s ease;
                transition: all 0.1s ease;
                color: #353d45;
                border-bottom: 1px solid #ccc; }
                .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions ul li:last-child {
                  border: none; }
                .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions ul li span {
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  font-size: 20px;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: 1.3;
                  letter-spacing: normal;
                  text-align: left;
                  padding-left: 80px; }
                .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions ul li span:before {
                  position: absolute;
                  left: 36px;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  height: 16px;
                  width: 16px;
                  background: #ccc;
                  content: ' ';
                  border-radius: 50%; }
                .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions ul li:hover {
                  background: #4eb648;
                  color: #FFF;
                  cursor: pointer; }
                  .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-cta .cta-accept-actions ul li:hover span:before {
                    background: #fff; }
        .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          @media (max-width: 1019px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info {
              display: block; } }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .unknown-text {
            font-size: 18px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.67;
            letter-spacing: normal;
            text-align: left;
            color: #353d45; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .agent-info {
            text-align: center; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .agent-info .agent-info-description {
              margin-top: 26px;
              margin-bottom: 38px; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .agent-info .agent-info-description .description-heading {
                font-size: 18px;
                line-height: 27px;
                margin: 0;
                font-weight: 700; }
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .agent-info .agent-info-description .description-text {
                font-size: 16px;
                line-height: 27px;
                margin: 0; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .agent-info .agent-info-description-short {
              font-size: 14px;
              font-weight: bold;
              font-style: italic;
              font-stretch: normal;
              letter-spacing: normal;
              text-align: center;
              color: #aab2b9;
              margin-top: 26px;
              margin-bottom: 38px;
              min-height: 54px;
              line-height: 54px; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .stats-section {
            width: 30%;
            display: inline-block;
            border-left: 1px solid #cccccc;
            vertical-align: top;
            min-height: 88px; }
            @media (max-width: 1019px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .stats-section {
                width: 20%; } }
            @media (max-width: 768px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .stats-section {
                width: 33%; } }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .stats-section:first-child {
              border-left: none; }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .stats-section .stats-value {
              font-size: 32px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: 1.19;
              letter-spacing: normal;
              text-align: center;
              color: #353d45;
              margin: 0 auto 15px; }
              @media (max-width: 768px) {
                .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .stats-section .stats-value {
                  font-size: 24px; } }
            .alc-agents .agents-list-section .all-agents > li .agent-listing .agent-listing-info .stats-section .stats-key {
              font-size: 14px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: center;
              color: #8c929c;
              margin: 0 auto;
              max-width: 125px; }
      .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: #f7f7f8;
        border: solid 1px #dddfe2;
        border-top: none;
        display: none; }
        .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info.flex-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 768px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info.flex-info {
              display: block; } }
        .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-description {
          width: 418px;
          padding-left: 26px;
          min-height: 405px; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-description .additional-info-heading {
            margin: 0 0 30px;
            padding-top: 50px;
            font-size: 18px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.56;
            letter-spacing: normal;
            text-align: left;
            color: #363e46; }
          .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-description .additional-info-content {
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 1.63;
            letter-spacing: normal;
            text-align: left;
            color: #353d45;
            max-width: 310px; }
            @media (max-width: 768px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-description .additional-info-content {
                max-width: initial;
                width: 100%; } }
          @media (max-width: 1019px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-description {
              width: 360px; } }
          @media (max-width: 768px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-description {
              width: 100%;
              padding: 0 26px 12px;
              min-height: initial; } }
        .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-map {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          @media (max-width: 768px) {
            .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-map {
              min-height: 405px; } }
          .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-map .agent-map-properties {
            height: 100%; }
            @media (max-width: 768px) {
              .alc-agents .agents-list-section .all-agents > li .agent-listing-additional-info .additional-info-map .agent-map-properties {
                height: 405px; } }
  .alc-agents .agents-list-section .prepcall {
    border-top: 5px solid #4EB648;
    -webkit-box-shadow: 0 2px 11px 0 rgba(176, 173, 173, 0.5);
    box-shadow: 0 2px 11px 0 rgba(176, 173, 173, 0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 180px;
    margin-right: 20%;
    margin-left: 20%; }
    @media (max-width: 1020px) {
      .alc-agents .agents-list-section .prepcall {
        margin-right: 9%;
        margin-left: 9%; } }
    @media (max-width: 674px) {
      .alc-agents .agents-list-section .prepcall {
        display: none; } }
    .alc-agents .agents-list-section .prepcall .prepcallheading {
      font-size: 18px;
      font-weight: bold;
      padding: 20px 20px 0px 30px; }
    .alc-agents .agents-list-section .prepcall .prepcalltext {
      font-size: 16px;
      padding: 0px 5px 0px 30px;
      line-height: 25px;
      max-width: 420px;
      width: calc(100% - 180px); }
    .alc-agents .agents-list-section .prepcall img {
      float: right;
      height: 100%;
      margin-top: -147px; }
  .alc-agents .agents-list-section .prepcall-mobile {
    display: none;
    border-top: 5px solid #4EB648;
    -webkit-box-shadow: 0 2px 11px 0 rgba(176, 173, 173, 0.5);
    box-shadow: 0 2px 11px 0 rgba(176, 173, 173, 0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    padding-bottom: 20px; }
    .alc-agents .agents-list-section .prepcall-mobile img {
      width: 100%; }
    .alc-agents .agents-list-section .prepcall-mobile .prepcallheading {
      font-size: 18px;
      font-weight: bold;
      padding: 10px 20px 0px 20px; }
    .alc-agents .agents-list-section .prepcall-mobile .prepcalltext {
      font-size: 16px;
      padding: 0px 20px;
      line-height: 25px; }
    @media (max-width: 674px) {
      .alc-agents .agents-list-section .prepcall-mobile {
        display: block; } }

.call-agent-cta {
  background-color: transparent;
  color: #4EB648;
  padding: 15px 20px;
  border: solid 1px;
  display: block;
  max-width: 245px;
  margin: 0px auto 20px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  position: relative; }
  .call-agent-cta:hover {
    color: #4EB648; }
  .call-agent-cta.show-phone {
    border-color: transparent; }

.agent-agency-name {
  color: rgba(53, 61, 69, 0.65);
  font-size: 15px; }

.call-agent-cta {
  background-color: transparent;
  color: #4EB648;
  padding: 15px 20px;
  border: solid 1px;
  display: block;
  max-width: 245px;
  margin: 0px auto 20px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  height: auto;
  line-height: 20px;
  letter-spacing: 1px;
  position: relative; }
  .call-agent-cta i {
    font-size: 15px;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 20px; }
  .call-agent-cta.show-phone {
    border-color: transparent; }

.agent-agency-name {
  color: rgba(53, 61, 69, 0.65);
  font-size: 15px; }

#ssalc-contact p {
  color: rgba(46, 52, 59, 0.78);
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 24px; }

#ssalc-contact #agent-contact-type {
  padding: 0;
  margin: auto;
  list-style: none;
  padding: 0; }

#ssalc-contact .ssalc-modal-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08); }
  #ssalc-contact .ssalc-modal-img img {
    width: 100%; }

#ssalc-contact .ssalc-contact-disclaimer {
  font-style: normal;
  font-size: 14px;
  line-height: 17px; }

#ssalc-contact .ssalc-contact-go {
  max-width: 100%;
  margin-top: 20px; }

#ssalc-contact .ssalc-modal-heading {
  color: #020202;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 24px;
  margin: 20px 0 31px; }

#ssalc-contact .ssalc-modal-other-agents {
  text-align: center; }
  #ssalc-contact .ssalc-modal-other-agents .ssalc-modal-img {
    display: inline-block;
    border: solid 1px #C8C9CA;
    margin: auto -10px; }

#ssalc-contact .ssalc-contact-thanks {
  text-align: left; }
  #ssalc-contact .ssalc-contact-thanks .ssalc-modal-heading {
    margin-bottom: 12px; }
  #ssalc-contact .ssalc-contact-thanks .ssalc-modal-text {
    margin-bottom: 35px; }
  #ssalc-contact .ssalc-contact-thanks .contact-agent-modal-close {
    color: #4EB648;
    text-align: center;
    font-size: 16px;
    padding: 20px 0 40px;
    text-align: center;
    margin: auto;
    display: block;
    cursor: pointer; }

#ssalc-contact .oa-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 41px;
  width: 100%;
  font-weight: 400;
  color: #2C3E50;
  margin: auto; }

#ssalc-contact .oa-checkbox label:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  background-color: #ffffff;
  border: 1px solid #2c9127;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

#ssalc-contact .oa-checkbox input[type=checkbox] {
  display: none; }

#ssalc-contact .oa-checkbox label:before {
  border-radius: 3px; }

#ssalc-contact .oa-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: FontAwesome;
  background: #2c9127;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #FFFFFF;
  border: 1px solid #2c9127; }

#contact-agent-modal p {
  color: #353d45; }

#contact-agent-modal #agent-contact-type {
  list-style: none;
  padding: 0; }

#contact-agent-modal .ssalc-modal-img {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  height: 66px;
  width: 66px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFFFFF; }
  #contact-agent-modal .ssalc-modal-img img {
    width: 100%; }

#contact-agent-modal .ssalc-contact-disclaimer {
  font-style: normal;
  font-size: 14px;
  line-height: 17px; }

#contact-agent-modal .ssalc-contact-go {
  max-width: 100%;
  margin-top: 20px; }

#contact-agent-modal .ssalc-modal-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px auto 20px; }

#contact-agent-modal .ssalc-modal-other-agents {
  text-align: left; }
  #contact-agent-modal .ssalc-modal-other-agents .ssalc-modal-img {
    display: inline-block;
    border: solid 1px #C8C9CA;
    margin: auto -10px; }

#contact-agent-modal .ssalc-contact-thanks {
  text-align: left; }
  #contact-agent-modal .ssalc-contact-thanks .ssalc-contact-thanks-info p {
    font-size: 16px;
    margin: 18px 0 33px; }
  #contact-agent-modal .ssalc-contact-thanks .contact-agent-modal-close {
    margin-top: 10px; }

#contact-agent-modal .oa-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 41px;
  width: 100%;
  font-weight: 400;
  color: #2C3E50;
  margin: auto; }

#contact-agent-modal .oa-checkbox label:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  background-color: #ffffff;
  border: 1px solid #2c9127;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

#contact-agent-modal .oa-checkbox input[type=checkbox] {
  display: none; }

#contact-agent-modal .oa-checkbox label:before {
  border-radius: 3px; }

#contact-agent-modal .oa-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: FontAwesome;
  background: #2c9127;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #FFFFFF;
  border: 1px solid #2c9127; }

#contact-agent-modal-phone h2 {
  color: #020202;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 28px; }

#contact-agent-modal-phone p {
  color: rgba(46, 52, 59, 0.78);
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin: 18px 0 33px; }

#contact-agent-modal-phone .headshots .headshotsimg, #contact-agent-modal-phone .headshotsone .headshotsimg {
  width: 66px;
  height: 66px;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }
  #contact-agent-modal-phone .headshots .headshotsimg:nth-child(1), #contact-agent-modal-phone .headshotsone .headshotsimg:nth-child(1) {
    z-index: 3; }
  #contact-agent-modal-phone .headshots .headshotsimg:nth-child(2), #contact-agent-modal-phone .headshotsone .headshotsimg:nth-child(2) {
    z-index: 2;
    margin-left: -15px; }
  #contact-agent-modal-phone .headshots .headshotsimg:nth-child(3), #contact-agent-modal-phone .headshotsone .headshotsimg:nth-child(3) {
    z-index: 1;
    margin-left: -15px; }

#contact-agent-modal-phone #agent-contact-type {
  padding: 0;
  margin: auto;
  list-style: none;
  padding: 0; }

#contact-agent-modal-phone .ssalc-modal-img {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden; }
  #contact-agent-modal-phone .ssalc-modal-img img {
    width: 100%; }

#contact-agent-modal-phone .ssalc-contact-disclaimer {
  font-style: normal;
  font-size: 14px;
  line-height: 17px; }

#contact-agent-modal-phone .ssalc-contact-go {
  max-width: 100%; }

#contact-agent-modal-phone .ssalc-modal-heading {
  color: #020202;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 24px;
  margin: 20px 0 31px; }

#contact-agent-modal-phone .ssalc-modal-other-agents {
  text-align: center; }
  #contact-agent-modal-phone .ssalc-modal-other-agents .ssalc-modal-img {
    display: inline-block;
    border: solid 1px #C8C9CA;
    margin: auto -10px; }

#contact-agent-modal-phone .ssalc-contact-thanks {
  text-align: left; }
  #contact-agent-modal-phone .ssalc-contact-thanks .ssalc-contact-thanks-info p {
    font-size: 16px;
    margin: 18px 0 33px; }

#agent-profile-modal {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  margin: auto !important;
  background: transparent;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

#agent-profile-modal-container {
  padding: 0px;
  width: 600px;
  max-width: 95%;
  margin: auto;
  right: 0;
  left: 0;
  border-top: solid 6px #4EB648;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  margin-top: 30px; }
  #agent-profile-modal-container #agent-profile-modal-close {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer; }
    #agent-profile-modal-container #agent-profile-modal-close i {
      font-size: 20px;
      line-height: 20px;
      color: #4EB648; }
  #agent-profile-modal-container .container {
    width: 100%;
    padding: 40px 10%;
    overflow: auto; }
  #agent-profile-modal-container #agent-profile-header {
    text-align: center;
    margin: auto; }
    #agent-profile-modal-container #agent-profile-header .agent-img {
      border-radius: 50%;
      overflow: hidden;
      text-align: center;
      height: 150px;
      width: 150px;
      border: 3px solid #fff;
      margin: auto;
      -webkit-box-shadow: 0 31px 24px -18px rgba(0, 0, 0, 0.32);
      box-shadow: 0 31px 24px -18px rgba(0, 0, 0, 0.32); }
    #agent-profile-modal-container #agent-profile-header .agent-full-name {
      margin-top: 20px;
      margin-bottom: 5px;
      font-size: 32px;
      font-weight: 700; }
      @media (max-width: 767px) {
        #agent-profile-modal-container #agent-profile-header .agent-full-name {
          font-size: 20px; } }
    #agent-profile-modal-container #agent-profile-header .agent-agency-name {
      margin-top: 0px;
      font-size: 14px;
      color: #AAB2B9; }
    #agent-profile-modal-container #agent-profile-header .agent-special-tag {
      border-radius: 12px;
      font-weight: bold;
      line-height: 16px;
      letter-spacing: 0.3px;
      text-align: center;
      font-size: 12px;
      font-style: italic;
      color: #ffffff;
      position: absolute;
      margin: -15px auto auto;
      padding: 3px 5px;
      display: inline-block;
      left: 0;
      right: 0; }
      #agent-profile-modal-container #agent-profile-header .agent-special-tag.top-seller {
        background-color: #FFAF00;
        width: 71px; }
      #agent-profile-modal-container #agent-profile-header .agent-special-tag.local-seller {
        background-color: #4EB648;
        width: 72px; }
      #agent-profile-modal-container #agent-profile-header .agent-special-tag.personality-match {
        background-color: #3790EA;
        width: 92px; }
  #agent-profile-modal-container #agent-profile-stats {
    margin: 30px auto; }
    #agent-profile-modal-container #agent-profile-stats h4 {
      font-size: 20px;
      font-weight: bold;
      line-height: 28px;
      margin: 20px auto 30px; }
    #agent-profile-modal-container #agent-profile-stats ul {
      list-style: none;
      padding: 0px; }
      #agent-profile-modal-container #agent-profile-stats ul li {
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.09), 0 7px 24px -8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.09), 0 7px 24px -8px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        padding: 15px 20px;
        margin-top: 15px; }
        #agent-profile-modal-container #agent-profile-stats ul li strong {
          margin: 0 5px 0 10px; }
        #agent-profile-modal-container #agent-profile-stats ul li.sales-ltm:before {
          content: "\f201";
          font-family: FontAwesome; }
        #agent-profile-modal-container #agent-profile-stats ul li.years-exp:before {
          content: "\f0f2";
          font-family: FontAwesome; }
        #agent-profile-modal-container #agent-profile-stats ul li.hightest-sale:before {
          content: "\f062";
          font-family: FontAwesome; }
    #agent-profile-modal-container #agent-profile-stats h5 {
      margin-bottom: 5px;
      margin-top: 30px;
      font-size: 14px;
      font-weight: bold; }
    #agent-profile-modal-container #agent-profile-stats p {
      line-height: 24px; }
  #agent-profile-modal-container #agent-profile-map h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 20px auto 30px; }
  #agent-profile-modal-container #agent-profile-map figure {
    height: 400px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #e5e3df; }
    @media (max-width: 830px) {
      #agent-profile-modal-container #agent-profile-map figure {
        height: 400px;
        width: 100%; } }
    #agent-profile-modal-container #agent-profile-map figure .markerLabels {
      overflow: unset !important;
      opacity: unset !important; }
    #agent-profile-modal-container #agent-profile-map figure .gmnoprint {
      display: none; }
    #agent-profile-modal-container #agent-profile-map figure .map-label {
      background-color: #2C3E50;
      color: #fff;
      border: 1px solid #FFFFFF;
      border-radius: 10px;
      padding: 5px 8px; }
      #agent-profile-modal-container #agent-profile-map figure .map-label i {
        font-size: 12px;
        text-transform: lowercase; }
      #agent-profile-modal-container #agent-profile-map figure .map-label .saleprice {
        margin-left: 5px;
        font-family: Lato; }
    #agent-profile-modal-container #agent-profile-map figure .map-label.activemarker {
      background-color: #4EB648 !important; }
    #agent-profile-modal-container #agent-profile-map figure .fa-sort-desc.activemarker {
      color: #4EB648 !important; }
    #agent-profile-modal-container #agent-profile-map figure .fa-sort-desc {
      color: #2C3E50;
      font-size: 20px;
      bottom: -6px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
  #agent-profile-modal-container #agent-profile-map .mapinfobox {
    display: none;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.26), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.26), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    width: 380px;
    height: 92px;
    margin: -110px auto 0;
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 10px; }
    @media (max-width: 410px) {
      #agent-profile-modal-container #agent-profile-map .mapinfobox {
        width: 95%; } }
    #agent-profile-modal-container #agent-profile-map .mapinfobox .infoicon {
      display: inline-block;
      vertical-align: top;
      -webkit-animation: fadein 0.5s;
      /* Safari, Chrome and Opera > 12.1 */
      /* Firefox < 16 */
      /* Internet Explorer */
      /* Opera < 12.1 */
      animation: fadein 0.5s; }
    #agent-profile-modal-container #agent-profile-map .mapinfobox .infocontent {
      display: inline-block;
      vertical-align: top;
      line-height: 22px;
      margin-left: 15px;
      max-width: calc(100% - 73px);
      -webkit-animation: fadein 0.5s;
      /* Safari, Chrome and Opera > 12.1 */
      /* Firefox < 16 */
      /* Internet Explorer */
      /* Opera < 12.1 */
      animation: fadein 0.5s; }
      @media (max-width: 410px) {
        #agent-profile-modal-container #agent-profile-map .mapinfobox .infocontent {
          max-width: calc(100% - 93px); } }
      #agent-profile-modal-container #agent-profile-map .mapinfobox .infocontent .price {
        font-size: 15px;
        font-weight: bold; }
      #agent-profile-modal-container #agent-profile-map .mapinfobox .infocontent .soldon {
        font-size: 15px; }
      #agent-profile-modal-container #agent-profile-map .mapinfobox .infocontent .addressbody {
        font-size: 15px;
        color: #353D45;
        opacity: 0.6;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block; }
      #agent-profile-modal-container #agent-profile-map .mapinfobox .infocontent .lastrow span {
        margin-right: 10px;
        font-size: 16px; }
      #agent-profile-modal-container #agent-profile-map .mapinfobox .infocontent .lastrow svg {
        width: 15px; }
    #agent-profile-modal-container #agent-profile-map .mapinfobox .fa-home {
      font-size: 25px;
      color: #4EB648; }
    #agent-profile-modal-container #agent-profile-map .mapinfobox .fa-building-o {
      font-size: 25px;
      color: #4EB648; }
    #agent-profile-modal-container #agent-profile-map .mapinfobox .propertytype {
      float: right;
      font-size: 12px;
      color: #353D45;
      opacity: 0.6; }

body {
  overflow: hidden; }
  body.fixed-pos {
    position: fixed;
    width: 100%; }

#ss-alc,
#ss-landing,
#ss-navbar,
#ssm {
  display: none; }

#ssalc-initial-load {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 48px; }
  #ssalc-initial-load img {
    width: 24px; }

/* show the qual fields that we need */
.shadow-propertydetails .qual-beds-group,
.shadow-propertydetails .qual-pt-group {
  display: none; }

.shadow-propertydetails.check-pt .qual-pt-group {
  display: block; }

.shadow-propertydetails.check-beds .qual-beds-group {
  display: block; }

.btn-oa {
  background-color: #00AB64; }

.btn-oa.cta-accept {
  background-color: #00AB64;
  color: #fff;
  border: 1px solid #00AB64;
  border-radius: 4px; }
  .btn-oa.cta-accept:hover {
    background-color: #0b9e4e; }

.call-agent-cta {
  color: #00AB64;
  border: 1px solid #00AB64;
  border-radius: 4px; }

.cta-decline {
  display: none; }

.agents-heading-section {
  display: none;
  background-color: #11534D;
  position: relative;
  background-image: url("../img/pinsbg3.svg");
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 60%; }
  @media (max-width: 996px) {
    .agents-heading-section {
      background-position: left bottom;
      background-size: 200%; } }
  .agents-heading-section .agents-heading {
    text-align: left;
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -0.64px;
    line-height: 54px;
    margin: 127px 0 56px;
    max-width: 90%; }
    @media (max-width: 767px) {
      .agents-heading-section .agents-heading {
        text-align: center;
        margin-left: 15px;
        font-size: 38px;
        margin: 100px auto 40px; } }
    @media (max-width: 415px) {
      .agents-heading-section .agents-heading br {
        display: none; } }
  .agents-heading-section .agents-contact-all {
    padding: 18px 32px 18px 45px;
    margin: 0 auto;
    color: #fff;
    background-color: #015E56; }
    @media (max-width: 1020px) {
      .agents-heading-section .agents-contact-all {
        padding: 15px 20px; } }
    @media (max-width: 767px) {
      .agents-heading-section .agents-contact-all .textbox {
        text-align: center; } }
    .agents-heading-section .agents-contact-all .request-callback-all {
      max-width: 215px;
      float: right;
      background-color: #00AB64;
      padding: 12px 24px 12px 15px;
      font-size: 16px;
      line-height: 20px;
      margin-top: -8px; }
      @media (max-width: 801px) {
        .agents-heading-section .agents-contact-all .request-callback-all {
          max-width: 190px; } }
      @media (max-width: 767px) {
        .agents-heading-section .agents-contact-all .request-callback-all {
          float: unset;
          margin: 10px auto 0;
          max-width: 380px; } }
      .agents-heading-section .agents-contact-all .request-callback-all:hover {
        background-color: #0b9e4e; }
      .agents-heading-section .agents-contact-all .request-callback-all:before {
        content: '';
        background-image: url("../img/phonewhite.svg");
        width: 18px;
        height: 18px;
        display: inline-block;
        background-size: 100%;
        margin-right: 15px;
        vertical-align: text-bottom; }
    .agents-heading-section .agents-contact-all span {
      color: #FFFFFF;
      font-size: 16px;
      line-height: 28px; }

#ss-navbar {
  position: absolute;
  background-color: transparent;
  z-index: 1; }
  #ss-navbar .navbar-phone-desktop {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    text-align: right;
    margin-top: 18px; }
    #ss-navbar .navbar-phone-desktop .needhelptext {
      margin-right: 20px; }
    #ss-navbar .navbar-phone-desktop svg {
      vertical-align: text-bottom; }
  #ss-navbar .navbar-phone-mobile {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    margin-top: 10px; }
    @media (min-width: 400px) {
      #ss-navbar .navbar-phone-mobile {
        margin-top: 18px; } }
    #ss-navbar .navbar-phone-mobile .needhelptext {
      display: none; }
    #ss-navbar .navbar-phone-mobile svg {
      vertical-align: text-bottom; }

.cta-preaccept a {
  color: #00AB64;
  text-align: left !important; }

.cta-preaccept .speak-with-agent-cta:before {
  vertical-align: text-bottom;
  content: '';
  background-image: url("../img/chat-white.svg");
  width: 17px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  margin-right: 16px; }

.cta-preaccept .call-agent-cta:before {
  vertical-align: text-bottom;
  content: '';
  background-image: url("../img/phonegreen.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: 100%;
  margin-right: 18px; }

.call-agent-cta,
.cta-accept {
  font-size: 16px !important;
  max-width: 220px !important;
  padding: 13px 24px 13px 26px !important; }
  @media (min-width: 996px) {
    .call-agent-cta,
    .cta-accept {
      margin-left: 0 !important; } }
  .call-agent-cta:hover,
  .cta-accept:hover {
    background-color: #f7f7f7; }

.cta-preaccept {
  margin-top: 70px;
  margin-left: 80px; }
  @media (max-width: 996px) {
    .cta-preaccept {
      margin: 0; } }

#simple-footer {
  background-color: #fff; }

.agent-listing-face {
  padding: 19px 10px 20px !important; }

@media (max-width: 767px) {
  #logo-mobile-address {
    display: block !important; }
  #navbar-logo {
    display: none !important; } }

.btn-oa {
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 0; }

.call-agent-cta {
  border: 1px solid #00AB64 !important; }

.btn-oa-inverse {
  border: 1px solid #00AB64;
  color: #00AB64;
  background-color: #fff; }
  .btn-oa-inverse:hover {
    background-color: #f7f7f7;
    color: #00AB64; }
  .btn-oa-inverse:focus {
    color: #00AB64; }

.headshots .headshotsimg {
  width: 66px;
  height: 66px;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 3px #fff, 0 10px 15px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }
  .headshots .headshotsimg:nth-child(1) {
    z-index: 3; }
  .headshots .headshotsimg:nth-child(2) {
    z-index: 2;
    margin-left: -15px; }
  .headshots .headshotsimg:nth-child(3) {
    z-index: 1;
    margin-left: -15px; }

.hideme {
  display: none; }

.agents-verified-all {
  padding: 18px 32px 18px 45px;
  margin: 0 auto;
  color: #fff;
  background-color: #015E56; }
  @media (max-width: 1020px) {
    .agents-verified-all {
      padding: 15px 20px; } }
  @media (max-width: 767px) {
    .agents-verified-all .textbox {
      text-align: left; } }
  .agents-verified-all a {
    color: #FFFFFF;
    font-size: 20px;
    font-style: italic;
    text-decoration: none; }
    @media (min-width: 768px) {
      .agents-verified-all a {
        display: none; } }
  .agents-verified-all span {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px; }
  @media (max-width: 767px) {
    .agents-verified-all .agents-verified-text1,
    .agents-verified-all .agents-verified-text2 {
      display: none; } }

.view-more-agents {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 16px; }
  @media (min-width: 996px) {
    .view-more-agents {
      margin-left: 0 !important; } }
  .view-more-agents a {
    color: #00AB64; }
