/*
 * Breakpoints
 */
/**
 * Font mixins
 *
 * Mixins for defining font family, size and line-height
 *
 */
/* line 1, ../sass/_base.scss */
body {
  background-color: #ffffff;
  line-height: 1;
  margin: 0;
}

/* line 7, ../sass/_base.scss */
body, input, textarea, select, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

/* line 18, ../sass/_base.scss */
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
}

/* line 23, ../sass/_base.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 27, ../sass/_base.scss */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 31, ../sass/_base.scss */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* line 36, ../sass/_base.scss */
a:focus {
  outline: none;
  -moz-outline-style: none;
}

/* line 40, ../sass/_base.scss */
a:active {
  background-color: none;
}

/* line 44, ../sass/_base.scss */
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: none;
}

/* line 56, ../sass/_base.scss */
div {
  position: relative;
}

/* line 60, ../sass/_base.scss */
ul, ol, li {
  list-style: none;
  padding: 0;
}

/* line 65, ../sass/_base.scss */
address {
  font-style: normal;
}

/* line 69, ../sass/_base.scss */
fieldset {
  border: none;
  padding: 0;
}

/* line 74, ../sass/_base.scss */
legend {
  display: none;
}

/* line 79, ../sass/_base.scss */
label:hover {
  cursor: pointer;
}

/* line 84, ../sass/_base.scss */
.clearfix {
  *zoom: 1;
}

/* line 85, ../sass/_base.scss */
.clearfix:after {
  clear: both;
}

/* line 86, ../sass/_base.scss */
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 92, ../sass/_base.scss */
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  display: none;
}

/* line 97, ../sass/_base.scss */
input[type=text]:not(old) {
  outline: none;
}

/* line 101, ../sass/_base.scss */
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* line 106, ../sass/_base.scss */
select {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-appearance: menulist-button;
  border: 0;
}

/* line 119, ../sass/_base.scss */
.hidden {
  display: none;
}

@media (max-width: 480px) {
  /* line 123, ../sass/_base.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 129, ../sass/_base.scss */
#mobilePreferences {
  width: 100%;
}

/* line 133, ../sass/_base.scss */
.button-modal-desktop {
  display: block;
}
@media (max-width: 992px) {
  /* line 133, ../sass/_base.scss */
  .button-modal-desktop {
    display: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 133, ../sass/_base.scss */
  .button-modal-desktop {
    display: none !important;
  }
}

/* line 142, ../sass/_base.scss */
.button-modal-device {
  display: none !important;
}
@media (max-width: 992px) {
  /* line 142, ../sass/_base.scss */
  .button-modal-device {
    display: block !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 142, ../sass/_base.scss */
  .button-modal-device {
    display: block !important;
  }
}

/* line 1, ../sass/components/_elements.scss */
.andrews-button, .button {
  width: 145px;
  height: 40px;
  background-color: #ed1a3a;
  color: #ffffff;
  outline: 0;
  border: 0;
  display: block;
  margin: 0 auto;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 1, ../sass/components/_elements.scss */
  .andrews-button, .button {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1, ../sass/components/_elements.scss */
  .andrews-button, .button {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1, ../sass/components/_elements.scss */
  .andrews-button, .button {
    height: 50px;
    line-height: 46px;
  }
}
/* line 14, ../sass/components/_elements.scss */
.andrews-button:hover, .button:hover {
  cursor: pointer;
  background-color: #d9040e;
}
/* line 19, ../sass/components/_elements.scss */
.andrews-button.disabled, .button.disabled {
  opacity: 0.5;
}
/* line 23, ../sass/components/_elements.scss */
.andrews-button.disabled:hover, .button.disabled:hover {
  background-color: #ed1a3a;
  color: #ffffff;
}
/* line 29, ../sass/components/_elements.scss */
.andrews-button.wide, .button.wide {
  width: 250px;
  text-align: center;
}

/* line 36, ../sass/components/_elements.scss */
.colInset .andrews-button, .colInset .button {
  display: inline-block;
}

@media (max-width: 992px) {
  /* line 41, ../sass/components/_elements.scss */
  .val-button {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 41, ../sass/components/_elements.scss */
  .val-button {
    width: 100% !important;
  }
}
@media (max-width: 650px) {
  /* line 41, ../sass/components/_elements.scss */
  .val-button {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* line 41, ../sass/components/_elements.scss */
  .val-button {
    width: 100% !important;
  }
}

/* line 56, ../sass/components/_elements.scss */
.search-box {
  margin: 0 auto;
  border: 2px solid #ffffff;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 56, ../sass/components/_elements.scss */
  .search-box {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 56, ../sass/components/_elements.scss */
  .search-box {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 56, ../sass/components/_elements.scss */
  .search-box {
    height: 50px;
    line-height: 46px;
  }
}
/* line 48, ../sass/mixins/_global.scss */
.search-box ::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 52, ../sass/mixins/_global.scss */
.search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
/* line 56, ../sass/mixins/_global.scss */
.search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
/* line 60, ../sass/mixins/_global.scss */
.search-box :-ms-input-placeholder {
  color: #ffffff;
}
/* line 64, ../sass/components/_elements.scss */
.search-box .tt-input {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
  color: #ffffff;
  outline: 0;
  border: 0;
  width: 75%;
  background-color: transparent;
}
@media (max-width: 1280px) {
  /* line 64, ../sass/components/_elements.scss */
  .search-box .tt-input {
    margin-left: 2px;
    line-height: 14px;
  }
}
/* line 79, ../sass/components/_elements.scss */
.search-box .fa {
  font-size: 18px;
  color: #ffffff;
}

/* line 85, ../sass/components/_elements.scss */
.slider-floating-label {
  background: #f0ece4;
}
/* line 88, ../sass/components/_elements.scss */
.slider-floating-label .featured {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  color: #520e41;
  padding-bottom: 5px;
}
/* line 94, ../sass/components/_elements.scss */
.slider-floating-label span {
  display: block;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  line-height: 20px;
}
/* line 101, ../sass/components/_elements.scss */
.slider-floating-label .price {
  display: block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  line-height: 32px;
}
/* line 108, ../sass/components/_elements.scss */
.slider-floating-label address {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 16px;
  color: #520e41;
  display: block;
  padding: 10px 0 10px 0;
}
/* line 115, ../sass/components/_elements.scss */
.slider-floating-label .andrews-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 320px;
  border: 2px solid #ed1a3a;
  background-color: #f0ece4;
  color: #ed1a3a;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 115, ../sass/components/_elements.scss */
  .slider-floating-label .andrews-button {
    left: auto;
    right: 20px;
    top: 35px;
    bottom: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 115, ../sass/components/_elements.scss */
  .slider-floating-label .andrews-button {
    left: auto;
    right: 20px;
    top: 35px;
    bottom: auto;
  }
}
@media (max-width: 650px) {
  /* line 115, ../sass/components/_elements.scss */
  .slider-floating-label .andrews-button {
    position: static;
    width: auto;
    display: block;
    right: 15px;
    left: 15px;
  }
}
/* line 140, ../sass/components/_elements.scss */
.slider-floating-label .andrews-button:hover {
  background-color: #ed1a3a;
  color: #f0ece4;
}

/* line 147, ../sass/components/_elements.scss */
.carouselContainer {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
/* line 153, ../sass/components/_elements.scss */
.carouselContainer .offscreen-left {
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 360px;
}
@media (max-width: 1280px) {
  /* line 153, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-left {
    width: 110px;
    height: 198px;
  }
}
@media (max-width: 992px) {
  /* line 153, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-left {
    width: 175px;
    height: 332px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-left {
    width: 175px;
    height: 332px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-left {
    /*display: none;*/
  }
}
/* line 175, ../sass/components/_elements.scss */
.carouselContainer .offscreen-right {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 200px;
  height: 360px;
}
@media (max-width: 1280px) {
  /* line 175, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-right {
    width: 110px;
    height: 198px;
  }
}
@media (max-width: 992px) {
  /* line 175, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-right {
    width: 175px;
    height: 332px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 175, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-right {
    width: 175px;
    height: 332px;
  }
}
@media (max-width: 480px) {
  /* line 175, ../sass/components/_elements.scss */
  .carouselContainer .offscreen-right {
    /*display: none;*/
  }
}
@media (max-width: 992px) {
  /* line 147, ../sass/components/_elements.scss */
  .carouselContainer {
    padding-bottom: 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 147, ../sass/components/_elements.scss */
  .carouselContainer {
    padding-bottom: 50px;
  }
}
/* line 202, ../sass/components/_elements.scss */
.carouselContainer .horizontalCarousel {
  white-space: nowrap;
}
/* line 206, ../sass/components/_elements.scss */
.carouselContainer .slider-bar {
  max-width: 1152px;
  margin: 40px auto 40px auto;
}
@media (max-width: 1280px) {
  /* line 206, ../sass/components/_elements.scss */
  .carouselContainer .slider-bar {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 206, ../sass/components/_elements.scss */
  .carouselContainer .slider-bar {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 206, ../sass/components/_elements.scss */
  .carouselContainer .slider-bar {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 206, ../sass/components/_elements.scss */
  .carouselContainer .slider-bar {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 210, ../sass/components/_elements.scss */
.carouselContainer .slider-bar .slider-line {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #520e41;
  margin-top: 14px;
}
/* line 218, ../sass/components/_elements.scss */
.carouselContainer .slider-bar .slider-control {
  width: 112px;
  height: 32px;
  margin: 0 auto;
  font-size: 12px;
}
/* line 224, ../sass/components/_elements.scss */
.carouselContainer .slider-bar .slider-control #latestPropertyHandle {
  background-color: #ed1a3a;
  width: 112px;
  height: 32px;
  cursor: pointer;
}
/* line 230, ../sass/components/_elements.scss */
.carouselContainer .slider-bar .slider-control #latestPropertyHandle .prev {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  color: white;
}
/* line 239, ../sass/components/_elements.scss */
.carouselContainer .slider-bar .slider-control #latestPropertyHandle .next {
  float: right;
  width: 32px;
  height: 32px;
  line-height: 35px;
  text-align: center;
  color: white;
}
@media (max-width: 992px) {
  /* line 206, ../sass/components/_elements.scss */
  .carouselContainer .slider-bar {
    /*display: none;*/
    padding: 0 0 0 0;
    /*max-width: 70%;*/
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 206, ../sass/components/_elements.scss */
  .carouselContainer .slider-bar {
    /*display: none;*/
    padding: 0 0 0 0;
    /*max-width: 70%;*/
  }
}
@media (max-width: 480px) {
  /* line 206, ../sass/components/_elements.scss */
  .carouselContainer .slider-bar {
    /*display: none;*/
    padding: 0 0 0 0;
    /*max-width: 70%;*/
  }
}

/* line 265, ../sass/components/_elements.scss */
.icon.user-profile {
  margin-top: -8px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -435px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 265, ../sass/components/_elements.scss */
  .icon.user-profile {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -371px -40px;
    height: 17px;
    width: 17px;
  }
}

/* line 271, ../sass/components/_elements.scss */
.header-logo {
  width: 185px;
  height: 53px;
  background-size: 185px 53px;
}
@media (max-width: 992px) {
  /* line 271, ../sass/components/_elements.scss */
  .header-logo {
    width: 107px;
    height: 30px;
    background-size: 107px 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 271, ../sass/components/_elements.scss */
  .header-logo {
    width: 107px;
    height: 30px;
    background-size: 107px 30px;
  }
}
/* line 282, ../sass/components/_elements.scss */
.header-logo.white {
  background-image: url(../images/andrews-logo@2x.png);
}
/* line 286, ../sass/components/_elements.scss */
.header-logo.purple {
  background-image: url(../images/andrews-logo-inverse@2x.png);
}

/* line 291, ../sass/components/_elements.scss */
.andrews-checkbox {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #520e41;
  color: #ffffff;
  clear: both;
  float: left;
  cursor: pointer;
  text-align: center;
}
/* line 302, ../sass/components/_elements.scss */
.andrews-checkbox .tick {
  vertical-align: middle;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -249px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 15px;
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 302, ../sass/components/_elements.scss */
  .andrews-checkbox .tick {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -237px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 309, ../sass/components/_elements.scss */
.andrews-checkbox.active .tick {
  display: inline-block;
}
/* line 314, ../sass/components/_elements.scss */
.andrews-checkbox:hover {
  opacity: 0.7;
}
/* line 318, ../sass/components/_elements.scss */
.andrews-checkbox.disabled {
  cursor: default;
  opacity: 0.7;
}
/* line 322, ../sass/components/_elements.scss */
.andrews-checkbox.disabled:hover {
  opacity: 0.7;
}

/* line 328, ../sass/components/_elements.scss */
.andrews-close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 3;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -491px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 328, ../sass/components/_elements.scss */
  .andrews-close {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -498.5px -40px;
    height: 19px;
    width: 19px;
  }
}
/* line 337, ../sass/components/_elements.scss */
.andrews-close.white {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -453px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 337, ../sass/components/_elements.scss */
  .andrews-close.white {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -467.5px -40px;
    height: 19px;
    width: 19px;
  }
}

/* line 342, ../sass/components/_elements.scss */
input[type="checkbox"]:checked + .andrews-checkbox {
  color: #ffffff;
}

/* line 346, ../sass/components/_elements.scss */
.peacock {
  position: absolute;
}

/* line 350, ../sass/components/_elements.scss */
.photo {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 356, ../sass/components/_elements.scss */
.photo .tags {
  position: absolute;
  z-index: 1;
}

/* line 362, ../sass/components/_elements.scss */
.tags, .property-detail-flashes {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  line-height: 40px;
}
/* line 366, ../sass/components/_elements.scss */
.tags.mobile-flashes, .property-detail-flashes.mobile-flashes {
  display: block;
  position: absolute;
  top: 0px;
  z-index: 1;
}
@media (max-width: 650px) {
  /* line 366, ../sass/components/_elements.scss */
  .tags.mobile-flashes, .property-detail-flashes.mobile-flashes {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 377, ../sass/components/_elements.scss */
  .tags.flashes-desktop, .property-detail-flashes.flashes-desktop {
    display: block;
  }
}
/* line 383, ../sass/components/_elements.scss */
.tags .under-offer, .property-detail-flashes .under-offer {
  padding: 0 10px 0 10px;
  color: #ffffff;
  background-color: #520e41;
  float: left;
}
/* line 389, ../sass/components/_elements.scss */
.tags .under-offer.sold, .property-detail-flashes .under-offer.sold {
  padding-top: 7px;
  line-height: 13px;
}
/* line 395, ../sass/components/_elements.scss */
.tags .under-offer .contract, .property-detail-flashes .under-offer .contract {
  font-size: 11px;
  line-height: 20px;
}
/* line 402, ../sass/components/_elements.scss */
.tags .sold, .property-detail-flashes .sold {
  padding: 0 10px 0 10px;
  color: #ffffff;
  background-color: #520e41;
  float: left;
}
/* line 409, ../sass/components/_elements.scss */
.tags .new, .property-detail-flashes .new {
  padding: 0 10px 0 10px;
  color: #520e41;
  background-color: #ffffff;
  float: left;
}

/* line 417, ../sass/components/_elements.scss */
.property-detail-carousel {
  max-width: 1600px;
  margin: 0 auto;
}

/* line 430, ../sass/components/_elements.scss */
#slider .nav-left, .property-detail-carousel .nav-left, .homepage .nav-left {
  /*margin-top: 25%;*/
}
/* line 434, ../sass/components/_elements.scss */
#slider .nav-right, .property-detail-carousel .nav-right, .homepage .nav-right {
  /*margin-top: 25%;*/
}

/* line 440, ../sass/components/_elements.scss */
#slider .nav-left, .property-detail-carousel .nav-left, .homepage .nav-left, .content-menu .nav-left {
  position: absolute;
  /*background-color: $andrews-red;*/
  color: #ffffff;
  left: 0px;
  width: 25%;
  /*height: 300px;*/
  line-height: 50px;
  z-index: 1;
}
/* line 450, ../sass/components/_elements.scss */
#slider .nav-left i, .property-detail-carousel .nav-left i, .homepage .nav-left i, .content-menu .nav-left i {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -541px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 450, ../sass/components/_elements.scss */
  #slider .nav-left i, .property-detail-carousel .nav-left i, .homepage .nav-left i, .content-menu .nav-left i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -417.5px -40px;
    height: 19px;
    width: 12px;
  }
}
@media (max-width: 480px) {
  /* line 450, ../sass/components/_elements.scss */
  #slider .nav-left i, .property-detail-carousel .nav-left i, .homepage .nav-left i, .content-menu .nav-left i {
    background-image: url('/Content/images/icons-s31b46174e2.png');
    background-position: -156px -45px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: 7px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 480px) and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (min-device-pixel-ratio: 2), (max-width: 480px) and (min-resolution: 144dppx) {
  /* line 450, ../sass/components/_elements.scss */
  #slider .nav-left i, .property-detail-carousel .nav-left i, .homepage .nav-left i, .content-menu .nav-left i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -170.5px -40px;
    height: 11px;
    width: 7px;
  }
}

@media (max-width: 480px) {
  /* line 440, ../sass/components/_elements.scss */
  #slider .nav-left, .property-detail-carousel .nav-left, .homepage .nav-left, .content-menu .nav-left {
    /*height: 250px;*/
    line-height: 30px;
  }
}
/* line 464, ../sass/components/_elements.scss */
#slider .nav-right, .property-detail-carousel .nav-right, .homepage .nav-right, .content-menu .nav-right {
  position: absolute;
  color: #ffffff;
  right: 0px;
  width: 25%;
  /*height: 300px;*/
  line-height: 50px;
  text-align: right;
  z-index: 1;
}
/* line 474, ../sass/components/_elements.scss */
#slider .nav-right i, .property-detail-carousel .nav-right i, .homepage .nav-right i, .content-menu .nav-right i {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -529px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 474, ../sass/components/_elements.scss */
  #slider .nav-right i, .property-detail-carousel .nav-right i, .homepage .nav-right i, .content-menu .nav-right i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -486.5px -40px;
    height: 19px;
    width: 12px;
  }
}
@media (max-width: 480px) {
  /* line 474, ../sass/components/_elements.scss */
  #slider .nav-right i, .property-detail-carousel .nav-right i, .homepage .nav-right i, .content-menu .nav-right i {
    background-image: url('/Content/images/icons-s31b46174e2.png');
    background-position: -163px -45px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: 7px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 480px) and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (min-device-pixel-ratio: 2), (max-width: 480px) and (min-resolution: 144dppx) {
  /* line 474, ../sass/components/_elements.scss */
  #slider .nav-right i, .property-detail-carousel .nav-right i, .homepage .nav-right i, .content-menu .nav-right i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -163.5px -40px;
    height: 11px;
    width: 7px;
  }
}

@media (max-width: 480px) {
  /* line 464, ../sass/components/_elements.scss */
  #slider .nav-right, .property-detail-carousel .nav-right, .homepage .nav-right, .content-menu .nav-right {
    /*height: 250px;*/
    line-height: 30px;
  }
}

/* line 491, ../sass/components/_elements.scss */
.container-fluid {
  margin: 0 auto;
  max-width: 1152px;
}
@media (max-width: 1280px) {
  /* line 491, ../sass/components/_elements.scss */
  .container-fluid {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 491, ../sass/components/_elements.scss */
  .container-fluid {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 491, ../sass/components/_elements.scss */
  .container-fluid {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 491, ../sass/components/_elements.scss */
  .container-fluid {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 480px) {
  /* line 491, ../sass/components/_elements.scss */
  .container-fluid {
    max-width: 100%;
  }
}

/* line 501, ../sass/components/_elements.scss */
.book-viewings {
  width: 360px;
  padding: 35px;
  background-color: #f0ece4;
}
/* line 506, ../sass/components/_elements.scss */
.book-viewings h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}
/* line 512, ../sass/components/_elements.scss */
.book-viewings .contact-header {
  margin-top: 30px;
  color: #b2a89f;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
@media (max-width: 992px) {
  /* line 512, ../sass/components/_elements.scss */
  .book-viewings .contact-header {
    max-width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 512, ../sass/components/_elements.scss */
  .book-viewings .contact-header {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 512, ../sass/components/_elements.scss */
  .book-viewings .contact-header {
    margin-top: 10px;
  }
}
/* line 525, ../sass/components/_elements.scss */
.book-viewings .contact-header h2 {
  color: #ed1a3a;
  font-size: 18px;
  font-family: 'Arial';
  font-style: normal;
  line-height: 22px;
}
/* line 533, ../sass/components/_elements.scss */
.book-viewings .contact-header h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  color: #520e41;
}
/* line 539, ../sass/components/_elements.scss */
.book-viewings .andrews-button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 210px;
  display: block;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
/* line 548, ../sass/components/_elements.scss */
.book-viewings .viewings {
  width: 290px;
  height: 160px;
  padding: 16px;
  background-color: #ffffff;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 548, ../sass/components/_elements.scss */
  .book-viewings .viewings {
    width: 250px;
  }
}
@media (max-width: 992px) {
  /* line 548, ../sass/components/_elements.scss */
  .book-viewings .viewings {
    position: absolute;
    left: 35px;
    bottom: 35px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 548, ../sass/components/_elements.scss */
  .book-viewings .viewings {
    position: absolute;
    left: 35px;
    bottom: 35px;
  }
}
/* line 565, ../sass/components/_elements.scss */
.book-viewings .viewings h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
/* line 570, ../sass/components/_elements.scss */
.book-viewings .viewings h4 {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 18px;
}
/* line 575, ../sass/components/_elements.scss */
.book-viewings .viewings .andrews-button {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 260px;
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
@media (max-width: 1280px) {
  /* line 575, ../sass/components/_elements.scss */
  .book-viewings .viewings .andrews-button {
    width: 218px;
  }
}
@media (max-width: 650px) {
  /* line 575, ../sass/components/_elements.scss */
  .book-viewings .viewings .andrews-button {
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: auto;
  }
}

/* line 598, ../sass/components/_elements.scss */
.details-list {
  border-bottom: 1px solid #616161;
}
/* line 601, ../sass/components/_elements.scss */
.details-list li {
  line-height: 42px;
  color: #616161;
  border-top: 1px solid #616161;
}
/* line 606, ../sass/components/_elements.scss */
.details-list li span {
  display: inline-block;
}
/* line 609, ../sass/components/_elements.scss */
.details-list li span.title {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
}
/* line 613, ../sass/components/_elements.scss */
.details-list li span.description {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 617, ../sass/components/_elements.scss */
.details-list li span.icon {
  cursor: pointer;
  width: 20px;
  display: inline-block;
}
/* line 622, ../sass/components/_elements.scss */
.details-list li span.icon .plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -87px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 622, ../sass/components/_elements.scss */
  .details-list li span.icon .plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -68.5px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 626, ../sass/components/_elements.scss */
.details-list li span.icon .minus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -69px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 626, ../sass/components/_elements.scss */
  .details-list li span.icon .minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -77px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 632, ../sass/components/_elements.scss */
.details-list li .further-detail {
  display: none;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  padding: 0 40px 10px 40%;
}
@media (max-width: 480px) {
  /* line 632, ../sass/components/_elements.scss */
  .details-list li .further-detail {
    padding: 0 40px 10px 0px;
  }
}
/* line 642, ../sass/components/_elements.scss */
.details-list li .further-detail.active {
  display: block;
}

/* line 649, ../sass/components/_elements.scss */
.margin-top {
  margin-top: 20px;
}

/* line 653, ../sass/components/_elements.scss */
.mobile-nav-back {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #520e41;
  cursor: pointer;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #ffffff;
}
/* line 661, ../sass/components/_elements.scss */
.mobile-nav-back .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 670, ../sass/components/_elements.scss */
.mobile-nav-back i.left-arrow {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -156px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 7px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 670, ../sass/components/_elements.scss */
  .mobile-nav-back i.left-arrow {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -170.5px -40px;
    height: 11px;
    width: 7px;
  }
}
@media (max-width: 480px) {
  /* line 653, ../sass/components/_elements.scss */
  .mobile-nav-back {
    display: block;
  }
}

/* line 681, ../sass/components/_elements.scss */
.arrow-up {
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

/* line 691, ../sass/components/_elements.scss */
.form-spacer {
  width: 1px;
  height: 40px;
}

/* line 696, ../sass/components/_elements.scss */
.form-spacer-small {
  width: 1px;
  height: 20px;
}

/* line 701, ../sass/components/_elements.scss */
.link-image {
  display: block;
  background-color: #57163f;
}
/* line 706, ../sass/components/_elements.scss */
.link-image img:hover {
  opacity: 0.8;
}

/* line 712, ../sass/components/_elements.scss */
.part-slide {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: red !important;
  margin-top: 100%;
  z-index: 1;
  text-align: center;
}
/* line 722, ../sass/components/_elements.scss */
.part-slide .left {
  left: 0;
}
/* line 726, ../sass/components/_elements.scss */
.part-slide.right {
  right: 0;
}
@media (max-width: 480px) {
  /* line 712, ../sass/components/_elements.scss */
  .part-slide {
    width: 30px;
    height: 30px;
  }
}

/* line 740, ../sass/components/_elements.scss */
.content-menu .nav-left {
  z-index: 1;
  width: 25px;
}
/* line 744, ../sass/components/_elements.scss */
.content-menu .nav-left i {
  margin-top: 50%;
}
@media (max-width: 480px) {
  /* line 744, ../sass/components/_elements.scss */
  .content-menu .nav-left i {
    margin-top: 70%;
  }
}
/* line 753, ../sass/components/_elements.scss */
.content-menu .nav-right {
  z-index: 1;
  width: 25px;
}
/* line 757, ../sass/components/_elements.scss */
.content-menu .nav-right i {
  margin-top: 50%;
}
@media (max-width: 480px) {
  /* line 757, ../sass/components/_elements.scss */
  .content-menu .nav-right i {
    margin-top: 70%;
  }
}
/* line 766, ../sass/components/_elements.scss */
.content-menu .part-slide {
  margin-top: 0%;
  width: 25px;
}
/* line 771, ../sass/components/_elements.scss */
.content-menu .bx-wrapper {
  margin: 0 25px 0 25px !important;
}
/* line 775, ../sass/components/_elements.scss */
.content-menu li {
  text-align: left !important;
}
@media (max-width: 992px) {
  /* line 738, ../sass/components/_elements.scss */
  .content-menu {
    padding: 0 0 0 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 738, ../sass/components/_elements.scss */
  .content-menu {
    padding: 0 0 0 0 !important;
  }
}

/* line 784, ../sass/components/_elements.scss */
#latestSale, #latestRent {
  margin-bottom: 40px;
}
/* line 787, ../sass/components/_elements.scss */
#latestSale .nav-left, #latestRent .nav-left {
  z-index: 1;
  width: 50px;
  left: 0px;
  position: absolute;
}
/* line 793, ../sass/components/_elements.scss */
#latestSale .nav-left i, #latestRent .nav-left i {
  margin-top: 30%;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -541px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 793, ../sass/components/_elements.scss */
  #latestSale .nav-left i, #latestRent .nav-left i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -417.5px -40px;
    height: 19px;
    width: 12px;
  }
}
@media (max-width: 480px) {
  /* line 793, ../sass/components/_elements.scss */
  #latestSale .nav-left i, #latestRent .nav-left i {
    margin-top: 30%;
    background-image: url('/Content/images/icons-s31b46174e2.png');
    background-position: -156px -45px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: 7px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 480px) and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (min-device-pixel-ratio: 2), (max-width: 480px) and (min-resolution: 144dppx) {
  /* line 793, ../sass/components/_elements.scss */
  #latestSale .nav-left i, #latestRent .nav-left i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -170.5px -40px;
    height: 11px;
    width: 7px;
  }
}

/* line 804, ../sass/components/_elements.scss */
#latestSale .nav-right, #latestRent .nav-right {
  z-index: 1;
  width: 50px;
  right: 0px;
  position: absolute;
  /*height:360px;*/
}
/* line 810, ../sass/components/_elements.scss */
#latestSale .nav-right i, #latestRent .nav-right i {
  margin-top: 30%;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -529px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 810, ../sass/components/_elements.scss */
  #latestSale .nav-right i, #latestRent .nav-right i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -486.5px -40px;
    height: 19px;
    width: 12px;
  }
}
@media (max-width: 480px) {
  /* line 810, ../sass/components/_elements.scss */
  #latestSale .nav-right i, #latestRent .nav-right i {
    margin-top: 30%;
    background-image: url('/Content/images/icons-s31b46174e2.png');
    background-position: -163px -45px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: 7px;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 480px) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 480px) and (min--moz-device-pixel-ratio: 2), (max-width: 480px) and (min-device-pixel-ratio: 2), (max-width: 480px) and (min-resolution: 144dppx) {
  /* line 810, ../sass/components/_elements.scss */
  #latestSale .nav-right i, #latestRent .nav-right i {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -163.5px -40px;
    height: 11px;
    width: 7px;
  }
}

/* line 821, ../sass/components/_elements.scss */
#latestSale .part-slide, #latestRent .part-slide {
  /*margin-top: 0%;*/
  width: 50px;
  height: 50px;
}
@media (max-width: 480px) {
  /* line 821, ../sass/components/_elements.scss */
  #latestSale .part-slide, #latestRent .part-slide {
    width: 30px;
    height: 30px;
  }
}
/* line 833, ../sass/components/_elements.scss */
#latestSale .bx-wrapper, #latestRent .bx-wrapper {
  /*margin: 0 25px 0 25px !important;*/
}

/* line 1, ../sass/components/_footer.scss */
footer {
  color: #520e41;
  width: 100%;
}
/* line 5, ../sass/components/_footer.scss */
footer h1 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
  padding: 76px 0 56px 0;
}
@media (max-width: 992px) {
  /* line 5, ../sass/components/_footer.scss */
  footer h1 {
    width: 100%;
    text-align: center;
    padding: 0px 0 34px 0;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 5, ../sass/components/_footer.scss */
  footer h1 {
    width: 100%;
    text-align: center;
    padding: 0px 0 34px 0;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  /* line 5, ../sass/components/_footer.scss */
  footer h1 {
    width: 100%;
    text-align: center;
    padding: 30px 0 32px 0;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
/* line 26, ../sass/components/_footer.scss */
footer .testimonial {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 104px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 992px) {
  /* line 34, ../sass/components/_footer.scss */
  footer .testimonial.tablet-hidden {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 34, ../sass/components/_footer.scss */
  footer .testimonial.tablet-hidden {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 26, ../sass/components/_footer.scss */
  footer .testimonial {
    width: 100%;
    padding: 45px 145px 0 145px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 26, ../sass/components/_footer.scss */
  footer .testimonial {
    width: 100%;
    padding: 45px 145px 0 145px;
  }
}
@media (max-width: 480px) {
  /* line 26, ../sass/components/_footer.scss */
  footer .testimonial {
    width: 100%;
    padding: 15px 0 0 15px;
  }
}
/* line 52, ../sass/components/_footer.scss */
footer .testimonial ul li:first-child {
  position: relative;
  font-family: 'TiemposTextWeb-Regular';
  font-size: 20px;
}
/* line 55, ../sass/components/_footer.scss */
footer .testimonial ul li:first-child span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -334px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 22px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 55, ../sass/components/_footer.scss */
  footer .testimonial ul li:first-child span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -340.5px -40px;
    height: 15px;
    width: 21px;
  }
}
/* line 60, ../sass/components/_footer.scss */
footer .testimonial ul li:first-child span:nth-child(2) {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -312px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 22px;
  margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 60, ../sass/components/_footer.scss */
  footer .testimonial ul li:first-child span:nth-child(2) {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -318.5px -40px;
    height: 15px;
    width: 22px;
  }
}
@media (max-width: 992px) {
  /* line 52, ../sass/components/_footer.scss */
  footer .testimonial ul li:first-child {
    font-family: 'TiemposTextWeb-Regular';
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 52, ../sass/components/_footer.scss */
  footer .testimonial ul li:first-child {
    font-family: 'TiemposTextWeb-Regular';
    font-size: 20px;
  }
}
/* line 74, ../sass/components/_footer.scss */
footer .testimonial ul .testimonial-name {
  margin-top: 20px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  line-height: 16px;
}
@media (max-width: 992px) {
  /* line 74, ../sass/components/_footer.scss */
  footer .testimonial ul .testimonial-name {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 74, ../sass/components/_footer.scss */
  footer .testimonial ul .testimonial-name {
    margin-top: 10px;
  }
}
/* line 84, ../sass/components/_footer.scss */
footer .testimonial ul .testimonial-op {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 90, ../sass/components/_footer.scss */
footer .footer-panel-contact {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 22px;
  margin-top: 28px;
  padding-bottom: 34px;
}
/* line 96, ../sass/components/_footer.scss */
footer .footer-panel-contact a {
  color: #ed1a3a;
}
/* line 99, ../sass/components/_footer.scss */
footer .footer-panel-contact a:hover {
  cursor: pointer;
  color: #d9040e;
}
@media (max-width: 992px) {
  /* line 90, ../sass/components/_footer.scss */
  footer .footer-panel-contact {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 17px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 90, ../sass/components/_footer.scss */
  footer .footer-panel-contact {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 17px;
  }
}
/* line 110, ../sass/components/_footer.scss */
footer .footer-search {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
/* line 116, ../sass/components/_footer.scss */
footer .footer-search a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  /* line 110, ../sass/components/_footer.scss */
  footer .footer-search {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 110, ../sass/components/_footer.scss */
  footer .footer-search {
    display: none;
  }
}
/* line 125, ../sass/components/_footer.scss */
footer .footer-search div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
/* line 130, ../sass/components/_footer.scss */
footer .footer-search div h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  margin-bottom: 5px;
}
/* line 135, ../sass/components/_footer.scss */
footer .footer-search div h3 {
  margin-bottom: 10px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 140, ../sass/components/_footer.scss */
footer .footer-search div li:first-child {
  margin-bottom: 20px;
}
/* line 144, ../sass/components/_footer.scss */
footer .footer-search div li ul li {
  list-style-type: disc;
  color: #ed1a3a;
  margin-left: 20px;
  line-height: 24px;
  font-family: 'TiemposTextWeb-Regular';
  font-size: 16px;
}
/* line 149, ../sass/components/_footer.scss */
footer .footer-search div li ul li a {
  color: #520e41;
}
/* line 158, ../sass/components/_footer.scss */
footer .footer-search div li ul li:first-child {
  margin-bottom: 0px;
}
/* line 164, ../sass/components/_footer.scss */
footer .footer-inner {
  margin: 0 auto;
  max-width: 1152px;
}
@media (max-width: 1280px) {
  /* line 164, ../sass/components/_footer.scss */
  footer .footer-inner {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 164, ../sass/components/_footer.scss */
  footer .footer-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 164, ../sass/components/_footer.scss */
  footer .footer-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 164, ../sass/components/_footer.scss */
  footer .footer-inner {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 169, ../sass/components/_footer.scss */
footer .footer-panel {
  height: 574px;
  background-color: #eae4dd;
}
@media (max-width: 992px) {
  /* line 169, ../sass/components/_footer.scss */
  footer .footer-panel {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 169, ../sass/components/_footer.scss */
  footer .footer-panel {
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 169, ../sass/components/_footer.scss */
  footer .footer-panel {
    height: auto;
    padding: 0 15px 20px 15px;
  }
}
/* line 182, ../sass/components/_footer.scss */
footer .footer-links {
  height: 100px;
  background-color: #520e41;
  color: #ffffff;
  padding: 0 20px 0 20px;
}
@media (max-width: 992px) {
  /* line 182, ../sass/components/_footer.scss */
  footer .footer-links {
    height: 80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 182, ../sass/components/_footer.scss */
  footer .footer-links {
    height: 80px;
  }
}
@media (max-width: 480px) {
  /* line 182, ../sass/components/_footer.scss */
  footer .footer-links {
    height: 80px;
  }
}
/* line 195, ../sass/components/_footer.scss */
footer .footer-links .select-overlay {
  margin-left: -218px;
  margin-top: 0px !important;
}
/* line 200, ../sass/components/_footer.scss */
footer .footer-links #mobileLinks {
  display: none;
}
@media (max-width: 992px) {
  /* line 200, ../sass/components/_footer.scss */
  footer .footer-links #mobileLinks {
    display: block;
    padding-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 200, ../sass/components/_footer.scss */
  footer .footer-links #mobileLinks {
    display: block;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  /* line 200, ../sass/components/_footer.scss */
  footer .footer-links #mobileLinks {
    display: block;
    padding-top: 15px;
  }
}
/* line 213, ../sass/components/_footer.scss */
footer .footer-links #mobileLinks #mobileServices {
  margin-top: 15px;
  width: 218px;
}
/* line 145, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-container {
  width: 222px !important;
}
/* line 149, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-single {
  width: 218px !important;
}
/* line 153, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #520e41;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  footer .footer-links #mobileLinks .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  footer .footer-links #mobileLinks .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  footer .footer-links #mobileLinks .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-container-active.chosen-with-drop .chosen-single {
  background: #520e41;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #520e41;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-single:hover {
  background-color: #ffffff;
  color: #520e41;
}
/* line 186, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-single:hover div b {
  color: #520e41;
}
/* line 191, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 222px;
}
/* line 215, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-results {
  max-height: none;
  background-color: #520e41;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #520e41;
}
/* line 231, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-results li:hover {
  background: #ffffff;
  color: #520e41;
}
/* line 236, ../sass/mixins/_global.scss */
footer .footer-links #mobileLinks .chosen-results li.highlighted {
  background: #ffffff;
  color: #520e41;
}
/* line 220, ../sass/components/_footer.scss */
footer .footer-links #mobileLinks .chosen-container {
  margin-top: 15px;
}
/* line 224, ../sass/components/_footer.scss */
footer .footer-links #mobileLinks .chosen-container .chosen-drop {
  border-bottom: 0;
  top: auto;
  bottom: 40px;
}
/* line 230, ../sass/components/_footer.scss */
footer .footer-links #mobileLinks .my-andrews {
  float: right;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 15px;
  line-height: 80px;
}
@media (max-width: 992px) {
  /* line 237, ../sass/components/_footer.scss */
  footer .footer-links #desktopLinks {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 237, ../sass/components/_footer.scss */
  footer .footer-links #desktopLinks {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 237, ../sass/components/_footer.scss */
  footer .footer-links #desktopLinks {
    display: none;
  }
}
/* line 246, ../sass/components/_footer.scss */
footer .footer-links #desktopLinks li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  float: left;
  padding-right: 12px;
  line-height: 100px;
}
@media (max-width: 1280px) {
  /* line 246, ../sass/components/_footer.scss */
  footer .footer-links #desktopLinks li {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 257, ../sass/components/_footer.scss */
footer .footer-links #desktopLinks li a:hover {
  color: #a987a0;
}
/* line 263, ../sass/components/_footer.scss */
footer .footer-links #desktopLinks li:last-child {
  float: right;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  margin-top: 25px;
  width: 168px;
  text-align: center;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 263, ../sass/components/_footer.scss */
  footer .footer-links #desktopLinks li:last-child {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 263, ../sass/components/_footer.scss */
  footer .footer-links #desktopLinks li:last-child {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 263, ../sass/components/_footer.scss */
  footer .footer-links #desktopLinks li:last-child {
    height: 50px;
    line-height: 46px;
  }
}
/* line 273, ../sass/components/_footer.scss */
footer .footer-links #desktopLinks li:last-child:hover {
  border: 2px solid #a987a0;
  color: #a987a0;
}
/* line 277, ../sass/components/_footer.scss */
footer .footer-links #desktopLinks li:last-child:hover span {
  opacity: 0.5;
}
/* line 282, ../sass/components/_footer.scss */
footer .footer-links #desktopLinks li:last-child a {
  margin-top: 0px;
}
/* line 288, ../sass/components/_footer.scss */
footer .footer-media {
  height: 100px;
  padding: 0 20px 0 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  /* line 288, ../sass/components/_footer.scss */
  footer .footer-media {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 288, ../sass/components/_footer.scss */
  footer .footer-media {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 288, ../sass/components/_footer.scss */
  footer .footer-media {
    display: none;
  }
}
/* line 301, ../sass/components/_footer.scss */
footer .footer-media ul {
  float: left;
}
/* line 305, ../sass/components/_footer.scss */
footer .footer-media li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  float: left;
  padding-right: 10px;
  line-height: 100px;
}
@media (max-width: 1280px) {
  /* line 305, ../sass/components/_footer.scss */
  footer .footer-media li {
    font-size: 13px;
  }
}
/* line 316, ../sass/components/_footer.scss */
footer .footer-media li a:hover {
  color: #b6a6b1;
}
/* line 322, ../sass/components/_footer.scss */
footer .footer-media ul:last-child {
  float: right;
}
@media (max-width: 992px) {
  /* line 322, ../sass/components/_footer.scss */
  footer .footer-media ul:last-child {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 322, ../sass/components/_footer.scss */
  footer .footer-media ul:last-child {
    display: none;
  }
}
/* line 329, ../sass/components/_footer.scss */
footer .footer-media ul:last-child .fa {
  font-size: 20px;
}
@media (max-width: 1280px) {
  /* line 329, ../sass/components/_footer.scss */
  footer .footer-media ul:last-child .fa {
    font-size: 14px;
  }
}
/* line 338, ../sass/components/_footer.scss */
footer .footer-copyright-logo {
  padding: 0 20px 0 20px;
  height: 100px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  /* line 338, ../sass/components/_footer.scss */
  footer .footer-copyright-logo {
    height: 300px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 338, ../sass/components/_footer.scss */
  footer .footer-copyright-logo {
    height: 300px;
  }
}
@media (max-width: 480px) {
  /* line 338, ../sass/components/_footer.scss */
  footer .footer-copyright-logo {
    height: 300px;
  }
}
/* line 351, ../sass/components/_footer.scss */
footer .footer-copyright-logo .header-logo {
  float: left;
  /*margin-top: 72px;*/
}
@media (max-width: 1280px) {
  /* line 351, ../sass/components/_footer.scss */
  footer .footer-copyright-logo .header-logo {
    /*margin-top: 36px;*/
  }
}
@media (max-width: 992px) {
  /* line 351, ../sass/components/_footer.scss */
  footer .footer-copyright-logo .header-logo {
    float: none;
    margin: 30px auto 30px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 351, ../sass/components/_footer.scss */
  footer .footer-copyright-logo .header-logo {
    float: none;
    margin: 30px auto 30px auto;
  }
}
@media (max-width: 480px) {
  /* line 351, ../sass/components/_footer.scss */
  footer .footer-copyright-logo .header-logo {
    float: none;
    margin: 30px auto 30px auto;
  }
}
/* line 370, ../sass/components/_footer.scss */
footer .footer-copyright-logo #copyrightMobile {
  display: none;
}
/* line 373, ../sass/components/_footer.scss */
footer .footer-copyright-logo #copyrightMobile li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 22px;
}
/* line 379, ../sass/components/_footer.scss */
footer .footer-copyright-logo #copyrightMobile li.social {
  font-size: 20px;
  padding-top: 20px;
}
/* line 383, ../sass/components/_footer.scss */
footer .footer-copyright-logo #copyrightMobile li.social ul {
  text-align: center;
}
/* line 386, ../sass/components/_footer.scss */
footer .footer-copyright-logo #copyrightMobile li.social ul span {
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width: 992px) {
  /* line 370, ../sass/components/_footer.scss */
  footer .footer-copyright-logo #copyrightMobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 370, ../sass/components/_footer.scss */
  footer .footer-copyright-logo #copyrightMobile {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 370, ../sass/components/_footer.scss */
  footer .footer-copyright-logo #copyrightMobile {
    display: block;
  }
}
/* line 403, ../sass/components/_footer.scss */
footer .footer-copyright-logo .footer-copyright {
  float: right;
  /*margin-top: 100px;*/
  color: #683958;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
@media (max-width: 992px) {
  /* line 403, ../sass/components/_footer.scss */
  footer .footer-copyright-logo .footer-copyright {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 403, ../sass/components/_footer.scss */
  footer .footer-copyright-logo .footer-copyright {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
@media (max-width: 480px) {
  /* line 403, ../sass/components/_footer.scss */
  footer .footer-copyright-logo .footer-copyright {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
  }
}

@media (max-width: 992px) {
  /* line 428, ../sass/components/_footer.scss */
  #testimonialsPanel {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 428, ../sass/components/_footer.scss */
  #testimonialsPanel {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 433, ../sass/components/_footer.scss */
  #testimonialsPanel.home-footer {
    display: block;
    padding-bottom: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 433, ../sass/components/_footer.scss */
  #testimonialsPanel.home-footer {
    display: block;
    padding-bottom: 40px;
  }
}

/* line 2, ../sass/components/_sections.scss */
.layoutContainer {
  width: 926px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}

/*
.slider-content {
  max-width: $content-max-width-picture-content;
  height: $content-max-width-picture-height;
  margin: 0 auto;

  .slider {
    width: $content-max-width-container;
  }
}
*/
/* line 19, ../sass/components/_sections.scss */
.account-signin, .account-register {
  width: 100%;
  color: #520e41;
  margin: 10px auto auto auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
/* line 26, ../sass/components/_sections.scss */
.account-signin .box-controls, .account-register .box-controls {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 26, ../sass/components/_sections.scss */
  .account-signin .box-controls, .account-register .box-controls {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 26, ../sass/components/_sections.scss */
  .account-signin .box-controls, .account-register .box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 26, ../sass/components/_sections.scss */
  .account-signin .box-controls, .account-register .box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 26, ../sass/components/_sections.scss */
  .account-signin .box-controls, .account-register .box-controls {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 26, ../sass/components/_sections.scss */
  .account-signin .box-controls, .account-register .box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 26, ../sass/components/_sections.scss */
  .account-signin .box-controls, .account-register .box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 37, ../sass/components/_sections.scss */
.account-signin .box-controls h2, .account-register .box-controls h2 {
  margin-top: 63px;
  margin-bottom: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  color: #520e41;
}
/* line 47, ../sass/components/_sections.scss */
.account-signin .box-controls input[type="text"], .account-signin .box-controls input[type="password"], .account-register .box-controls input[type="text"], .account-register .box-controls input[type="password"] {
  border: 2px solid #520e41;
  width: 298px;
  height: 50px;
  line-height: 46px;
  line-height: 46px;
  margin: 20px 0px 0 0;
  padding-left: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
@media (max-width: 992px) {
  /* line 47, ../sass/components/_sections.scss */
  .account-signin .box-controls input[type="text"], .account-signin .box-controls input[type="password"], .account-register .box-controls input[type="text"], .account-register .box-controls input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 47, ../sass/components/_sections.scss */
  .account-signin .box-controls input[type="text"], .account-signin .box-controls input[type="password"], .account-register .box-controls input[type="text"], .account-register .box-controls input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 47, ../sass/components/_sections.scss */
  .account-signin .box-controls input[type="text"], .account-signin .box-controls input[type="password"], .account-register .box-controls input[type="text"], .account-register .box-controls input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
/* line 55, ../sass/components/_sections.scss */
.account-signin .box-controls input[type="text"]:hover, .account-signin .box-controls input[type="text"]:focus, .account-signin .box-controls input[type="password"]:hover, .account-signin .box-controls input[type="password"]:focus, .account-register .box-controls input[type="text"]:hover, .account-register .box-controls input[type="text"]:focus, .account-register .box-controls input[type="password"]:hover, .account-register .box-controls input[type="password"]:focus {
  border: 2px solid #bca2b2;
}
/* line 62, ../sass/components/_sections.scss */
.account-signin .box-controls .field-validation-valid, .account-register .box-controls .field-validation-valid {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  color: #ed1a3a;
  display: block;
  line-height: 60px;
}
@media (max-width: 480px) {
  /* line 62, ../sass/components/_sections.scss */
  .account-signin .box-controls .field-validation-valid, .account-register .box-controls .field-validation-valid {
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 76, ../sass/components/_sections.scss */
.account-signin .box-controls .forgotten-password, .account-register .box-controls .forgotten-password {
  color: #520e41;
  margin: 10px 0 0px 0;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 85, ../sass/components/_sections.scss */
.account-signin .box-controls .form-container__group p, .account-register .box-controls .form-container__group p {
  color: #520e41;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin: 20px 0 20px 0;
}
/* line 91, ../sass/components/_sections.scss */
.account-signin .box-controls .form-container__group p:nth-child(2), .account-register .box-controls .form-container__group p:nth-child(2) {
  margin: 20px 0 40px 0;
}
/* line 95, ../sass/components/_sections.scss */
.account-signin .box-controls .button, .account-register .box-controls .button {
  margin-top: 20px;
  margin-left: 0px;
  left: 0px;
}
/* line 104, ../sass/components/_sections.scss */
.account-signin .register-info-box, .account-register .register-info-box {
  float: right;
  margin-top: -345px;
}
@media (max-width: 480px) {
  /* line 104, ../sass/components/_sections.scss */
  .account-signin .register-info-box, .account-register .register-info-box {
    float: left;
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
  /* line 104, ../sass/components/_sections.scss */
  .account-signin .register-info-box, .account-register .register-info-box {
    margin-left: 50px;
  }
}
/* line 117, ../sass/components/_sections.scss */
.account-signin .register-info-box h2, .account-register .register-info-box h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  color: #520e41;
}
/* line 122, ../sass/components/_sections.scss */
.account-signin .register-info-box h4, .account-register .register-info-box h4 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  color: #520e41;
  margin: 40px 0 0px 0;
}
/* line 128, ../sass/components/_sections.scss */
.account-signin .register-info-box ul, .account-register .register-info-box ul {
  padding-top: 10px;
  margin-left: 20px;
}
/* line 133, ../sass/components/_sections.scss */
.account-signin .register-info-box li, .account-register .register-info-box li {
  list-style-type: disc;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #ed1a3a;
  line-height: 30px;
  margin: 10px 0 10px 0;
}
/* line 139, ../sass/components/_sections.scss */
.account-signin .register-info-box li p, .account-register .register-info-box li p {
  color: #520e41;
}

/* line 148, ../sass/components/_sections.scss */
.account-register {
  padding-bottom: 140px;
}
@media (max-width: 480px) {
  /* line 148, ../sass/components/_sections.scss */
  .account-register {
    padding-bottom: 480px;
  }
}
@media (max-width: 480px) {
  /* line 155, ../sass/components/_sections.scss */
  .account-register .register-info-box {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  /* line 162, ../sass/components/_sections.scss */
  .account-register .register-info-box h2 {
    margin-top: 20px;
  }
}

/* line 170, ../sass/components/_sections.scss */
.metanav-content {
  border-top: 2px solid #eae4dd;
  position: absolute;
  display: none;
  opacity: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  top: 130px;
}
/* line 180, ../sass/components/_sections.scss */
.metanav-content .panel-top {
  width: 100%;
  background-color: #ffffff;
  color: #520e41;
  height: 72px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
/* line 189, ../sass/components/_sections.scss */
.metanav-content .panel-top .logo {
  float: left;
}
@media (max-width: 1280px) {
  /* line 189, ../sass/components/_sections.scss */
  .metanav-content .panel-top .logo {
    margin-top: 15px;
  }
}
/* line 198, ../sass/components/_sections.scss */
.metanav-content .metanav-content-title {
  margin-top: 150px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  color: #520e41;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
/* line 204, ../sass/components/_sections.scss */
.metanav-content .panel-intro {
  color: #520e41;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 28px;
  line-height: 35px;
  padding: 20px 20px 60px 20px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
/* line 213, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner {
  max-width: 1152px;
  margin: 0 auto;
  height: 1158px;
  position: relative;
}
@media (max-width: 1280px) {
  /* line 213, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 213, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 213, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 213, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 219, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item {
  float: left;
  margin: 50px 0 0 0;
}
/* line 223, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item h2 {
  margin-top: 0px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  color: #520e41;
}
/* line 229, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item li span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -50px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 5px;
  margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 229, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner .header-panel__item li span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -50px -40px;
    height: 8px;
    width: 5px;
  }
}
/* line 48, ../sass/mixins/_global.scss */
.metanav-content .header-panel__inner ::-webkit-input-placeholder {
  color: #520e41;
}
/* line 52, ../sass/mixins/_global.scss */
.metanav-content .header-panel__inner :-moz-placeholder {
  /* Firefox 18- */
  color: #520e41;
}
/* line 56, ../sass/mixins/_global.scss */
.metanav-content .header-panel__inner ::-moz-placeholder {
  /* Firefox 19+ */
  color: #520e41;
}
/* line 60, ../sass/mixins/_global.scss */
.metanav-content .header-panel__inner :-ms-input-placeholder {
  color: #520e41;
}
/* line 237, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner input[type="text"], .metanav-content .header-panel__inner input[type="password"] {
  border: 2px solid #520e41;
  width: 298px;
  height: 50px;
  line-height: 46px;
  line-height: 46px;
  margin: 20px 0px 0 0;
  padding-left: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
@media (max-width: 992px) {
  /* line 237, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner input[type="text"], .metanav-content .header-panel__inner input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 237, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner input[type="text"], .metanav-content .header-panel__inner input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 237, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner input[type="text"], .metanav-content .header-panel__inner input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
/* line 245, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner input[type="text"]:hover, .metanav-content .header-panel__inner input[type="text"]:focus, .metanav-content .header-panel__inner input[type="password"]:hover, .metanav-content .header-panel__inner input[type="password"]:focus {
  border: 2px solid #bca2b2;
}
/* line 252, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--signin {
  float: left;
  border-right: 2px solid #eae4dd;
  position: relative;
  width: 33%;
  height: 310px;
}
@media (max-width: 1280px) {
  /* line 252, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner .header-panel__item--signin {
    width: 35%;
  }
}
/* line 263, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--signin .field-validation-valid {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  color: #ed1a3a;
  display: block;
  line-height: 60px;
}
@media (max-width: 480px) {
  /* line 263, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner .header-panel__item--signin .field-validation-valid {
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 277, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--signin .forgotten-password {
  color: #520e41;
  margin: 10px 0 0px 0;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 284, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--signin .button {
  width: 166px;
  position: absolute;
  bottom: 0px;
}
/* line 291, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--register {
  margin: 50px 0px 0 0px;
  padding-left: 66px;
  float: left;
  position: relative;
  width: 66%;
  height: 310px;
}
@media (max-width: 1280px) {
  /* line 291, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner .header-panel__item--register {
    width: 65%;
    padding-left: 40px;
  }
}
/* line 304, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--register .form-container {
  float: left;
}
/* line 310, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--register .form-container__group p {
  color: #520e41;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin: 20px 0 20px 0;
}
/* line 316, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--register .form-container__group p:nth-child(2) {
  margin: 20px 0 40px 0;
}
/* line 320, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .header-panel__item--register .button {
  width: 166px;
  position: absolute;
  bottom: 0px;
}
/* line 327, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .register-info-box {
  /*float: left;
  margin-top: -22px;
  margin-left: 66px;*/
  float: right;
  margin-top: -22px;
  margin-left: 66px;
}
@media (max-width: 1280px) {
  /* line 327, ../sass/components/_sections.scss */
  .metanav-content .header-panel__inner .register-info-box {
    margin-left: 50px;
  }
}
/* line 339, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .register-info-box h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  color: #520e41;
}
/* line 344, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .register-info-box h4 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  color: #520e41;
  margin: 40px 0 0px 0;
}
/* line 350, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .register-info-box ul {
  padding-top: 10px;
  margin-left: 20px;
}
/* line 355, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .register-info-box li {
  list-style-type: disc;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #ed1a3a;
  line-height: 30px;
  margin: 10px 0 10px 0;
}
/* line 361, ../sass/components/_sections.scss */
.metanav-content .header-panel__inner .register-info-box li p {
  color: #520e41;
}

/* line 372, ../sass/components/_sections.scss */
#servicesPanel .header-panel__header, #aboutPanel .header-panel__header {
  color: #ed1a3a;
  margin-bottom: 20px;
  height: 32px;
}
/* line 377, ../sass/components/_sections.scss */
#servicesPanel .header-panel__header span, #aboutPanel .header-panel__header span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -50px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 5px;
  margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 377, ../sass/components/_sections.scss */
  #servicesPanel .header-panel__header span, #aboutPanel .header-panel__header span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -50px -40px;
    height: 8px;
    width: 5px;
  }
}
/* line 383, ../sass/components/_sections.scss */
#servicesPanel .header-panel__item, #aboutPanel .header-panel__item {
  width: 25% !important;
}
/* line 388, ../sass/components/_sections.scss */
#servicesPanel .header-panel__item ul li, #aboutPanel .header-panel__item ul li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #ed1a3a;
  line-height: 50px;
}
/* line 393, ../sass/components/_sections.scss */
#servicesPanel .header-panel__item ul li span, #aboutPanel .header-panel__item ul li span {
  font-size: 10px;
  vertical-align: middle;
}
/* line 399, ../sass/components/_sections.scss */
#servicesPanel .header-panel__item ul ul, #aboutPanel .header-panel__item ul ul {
  margin-left: 40px;
}

/* line 405, ../sass/components/_sections.scss */
.thinking-of-selling {
  color: #ffffff;
  width: 100%;
  background-color: #f0ece4;
}
@media (max-width: 1280px) {
  /* line 405, ../sass/components/_sections.scss */
  .thinking-of-selling {
    display: none;
  }
}
/* line 414, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner {
  max-width: 1152px;
  margin: 0 auto;
  height: 500px;
  position: relative;
}
@media (max-width: 1280px) {
  /* line 414, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 414, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 414, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 414, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 420, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner h2 {
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
  color: #520e41;
  padding: 100px 0 50px 0;
}
@media (max-width: 480px) {
  /* line 420, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner h2 {
    padding: 40px 0 20px 0;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
/* line 432, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner .copy-message {
  color: #520e41;
  width: 540px;
  padding: 0 50px 0 64px;
  line-height: 18px;
}
@media (max-width: 480px) {
  /* line 432, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner .copy-message {
    width: 290px;
    padding: 0px;
    margin: 0 auto;
  }
}
/* line 445, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner .copy-message a {
  color: #ed1a3a;
}
/* line 449, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner .copy-message p {
  margin-bottom: 10px;
  font-family: 'TiemposTextWeb-Regular';
  font-size: 16px;
  line-height: 27px;
}
/* line 457, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner .copy-buttons {
  width: 600px;
  padding: 0px 50px 0 34px;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 457, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner .copy-buttons {
    padding: 0px;
    margin: 0 auto;
    width: 290px;
  }
}
/* line 470, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner .andrews-button {
  display: inline-block;
  border: 2px solid #520e41;
  color: #520e41;
  background-color: #f0ece4;
  width: 200px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  margin-right: 26px;
}
@media (max-width: 480px) {
  /* line 470, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner .andrews-button {
    width: 290px;
    margin-top: 20px;
  }
}
/* line 484, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner .andrews-button:hover {
  cursor: pointer;
  color: #f0ece4;
  background-color: #520e41;
}
/* line 491, ../sass/components/_sections.scss */
.thinking-of-selling .tos-inner .peacock {
  right: 0px;
  bottom: 0px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 -133px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 361px;
  width: 543px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 491, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner .peacock {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -63px;
    height: 361px;
    width: 542px;
  }
}
@media (max-width: 480px) {
  /* line 491, ../sass/components/_sections.scss */
  .thinking-of-selling .tos-inner .peacock {
    display: none;
  }
}

/* line 504, ../sass/components/_sections.scss */
.other-areas-reg-box {
  height: 500px;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiM1MjBlNDEiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzQwMGIzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #520e41), color-stop(65%, #400b38));
  background-image: -moz-linear-gradient(left, #520e41 60%, #400b38 65%);
  background-image: -webkit-linear-gradient(left, #520e41 60%, #400b38 65%);
  background-image: linear-gradient(to right, #520e41 60%, #400b38 65%);
}
@media (max-width: 992px) {
  /* line 504, ../sass/components/_sections.scss */
  .other-areas-reg-box {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 504, ../sass/components/_sections.scss */
  .other-areas-reg-box {
    display: none;
  }
}
/* line 514, ../sass/components/_sections.scss */
.other-areas-reg-box.reg-box-only {
  background: #400b38;
}
/* line 518, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1280px) {
  /* line 518, ../sass/components/_sections.scss */
  .other-areas-reg-box .oa-inner {
    max-width: 1280px;
  }
}
/* line 527, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .oa {
  height: 500px;
  width: 40%;
  display: inline-block;
  padding: 0 20px 0 20px;
}
/* line 534, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .oa h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
  color: white;
  max-width: 360px;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
/* line 542, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .oa li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 20px;
  color: #ed1a3a;
  margin: 20px 0 20px 0;
}
/* line 548, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .oa li a:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 554, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .oa li div {
  display: block;
  font-style: normal;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  line-height: 24px;
  padding: 10px;
  color: white;
}
/* line 562, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .oa li div a {
  text-decoration: underline;
}
/* line 569, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register {
  width: 60%;
  vertical-align: top;
  height: 500px;
  text-align: center;
  display: inline-block;
  background-color: #400b38;
}
@media (max-width: 480px) {
  /* line 569, ../sass/components/_sections.scss */
  .other-areas-reg-box .oa-inner .register {
    width: 290px;
    margin: 0 auto;
  }
}
/* line 582, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
  color: white;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
@media (max-width: 480px) {
  /* line 582, ../sass/components/_sections.scss */
  .other-areas-reg-box .oa-inner .register h2 {
    padding: 40px 0 20px 0;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
/* line 594, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register h4 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 480px) {
  /* line 594, ../sass/components/_sections.scss */
  .other-areas-reg-box .oa-inner .register h4 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 16px;
  }
}
/* line 606, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px 40px 50px;
}
@media (max-width: 480px) {
  /* line 606, ../sass/components/_sections.scss */
  .other-areas-reg-box .oa-inner .register ul {
    display: block;
    margin: 0;
  }
}
/* line 616, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register ul ul {
  display: block;
  margin: 0;
  margin-left: 20px;
}
/* line 621, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register ul ul li {
  text-align: left;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
  color: #ed1a3a;
  margin: 10px 0 10px 0;
  list-style-type: disc;
}
/* line 628, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register ul ul li span, .other-areas-reg-box .oa-inner .register ul ul li a {
  color: #ffffff;
}
/* line 635, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register .andrews-button {
  border: 2px solid #ffffff;
  background-color: #400b38;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
@media (max-width: 480px) {
  /* line 635, ../sass/components/_sections.scss */
  .other-areas-reg-box .oa-inner .register .andrews-button {
    width: 290px;
    margin-top: 40px;
  }
}
/* line 645, ../sass/components/_sections.scss */
.other-areas-reg-box .oa-inner .register .andrews-button:hover {
  background-color: #ffffff;
  color: #400b38;
}

/* line 655, ../sass/components/_sections.scss */
#signInPanel .metanav-content-title {
  padding-bottom: 110px;
}

/* line 660, ../sass/components/_sections.scss */
.result-message-alert {
  width: 300px;
  color: #ed1a3a;
  padding-top: 10px;
}

/* line 1, ../sass/components/_header.scss */
#header {
  width: 100%;
  background-color: #ffffff;
}

/* line 7, ../sass/components/_header.scss */
.metanav {
  width: 100%;
  background-color: #520e41;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
@media (max-width: 992px) {
  /* line 7, ../sass/components/_header.scss */
  .metanav {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 7, ../sass/components/_header.scss */
  .metanav {
    display: none;
  }
}
/* line 20, ../sass/components/_header.scss */
.metanav a:hover {
  opacity: 0.5;
  cursor: pointer;
}
/* line 26, ../sass/components/_header.scss */
.metanav .leftside a, .metanav .rightside a, .metanav .rollover-icon {
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
/* line 32, ../sass/components/_header.scss */
.metanav .leftside a .arrow-up, .metanav .rightside a .arrow-up, .metanav .rollover-icon .arrow-up {
  display: none;
  bottom: -2px;
  left: 50%;
  margin-left: -10px;
}
/* line 40, ../sass/components/_header.scss */
.metanav .leftside a.active .arrow-up, .metanav .rightside a.active .arrow-up, .metanav .rollover-icon.active .arrow-up {
  display: block;
}
/* line 44, ../sass/components/_header.scss */
.metanav .leftside a.active:hover, .metanav .rightside a.active:hover, .metanav .rollover-icon.active:hover {
  opacity: 1;
}
/* line 50, ../sass/components/_header.scss */
.metanav .rightside a {
  padding-left: 10px;
  float: right;
}
/* line 55, ../sass/components/_header.scss */
.metanav .leftside li {
  float: left;
  padding-right: 20px;
}
/* line 60, ../sass/components/_header.scss */
.metanav .rightside li {
  float: right;
  padding-left: 20px;
  position: relative;
}
/* line 65, ../sass/components/_header.scss */
.metanav .rightside li .rollover-icon {
  cursor: pointer;
}
/* line 69, ../sass/components/_header.scss */
.metanav .rightside li .rollover-icon:hover .user-profile {
  opacity: 0.5;
}
/* line 72, ../sass/components/_header.scss */
.metanav .rightside li .rollover-icon:hover a {
  opacity: 0.5;
}
/* line 79, ../sass/components/_header.scss */
.metanav .rightside li .rollover-icon.active:hover a, .metanav .rightside li .rollover-icon.active:hover .user-profile {
  opacity: 1;
}
/* line 86, ../sass/components/_header.scss */
.metanav .rightside li .not-signed-in {
  float: right;
  padding-left: 5px;
}
/* line 91, ../sass/components/_header.scss */
.metanav .rightside li .my-account-icon-menu {
  display: none;
  position: absolute;
  width: 200px;
  height: 170px;
  z-index: 2;
  background-color: #ffffff;
  border-left: 2px solid #520e41;
  border-right: 2px solid #520e41;
  border-bottom: 2px solid #520e41;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.09);
}
/* line 105, ../sass/components/_header.scss */
.metanav .rightside li .my-account-icon-menu li {
  float: none;
  padding: 0;
  text-align: center;
}
/* line 110, ../sass/components/_header.scss */
.metanav .rightside li .my-account-icon-menu li.preferences a {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  float: none;
  margin-top: 25px;
}
/* line 116, ../sass/components/_header.scss */
.metanav .rightside li .my-account-icon-menu li.preferences a span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -472px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
  margin-right: 10px;
  margin-left: -10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 116, ../sass/components/_header.scss */
  .metanav .rightside li .my-account-icon-menu li.preferences a span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -448.5px -40px;
    height: 19px;
    width: 19px;
  }
}
/* line 123, ../sass/components/_header.scss */
.metanav .rightside li .my-account-icon-menu li.sign-out a {
  float: none;
  display: block;
  height: 50px;
  border: 2px solid #520e41;
  margin: 0 auto;
  width: 150px;
  color: #520e41;
  margin-top: 25px;
  line-height: 46px;
  text-align: center;
}
/* line 135, ../sass/components/_header.scss */
.metanav .rightside li .my-account-icon-menu li.sign-out a:hover {
  opacity: 1.0;
  color: #ffffff;
  background-color: #520e41;
}

/* line 147, ../sass/components/_header.scss */
#headerMiddle {
  width: 100%;
  height: 90px;
}
/* line 151, ../sass/components/_header.scss */
#headerMiddle #mobileMenu {
  display: none;
}
/* line 155, ../sass/components/_header.scss */
#headerMiddle .header-logo {
  float: left;
  margin-top: 18px;
}
@media (max-width: 992px) {
  /* line 147, ../sass/components/_header.scss */
  #headerMiddle {
    height: 60px;
    line-height: 60px;
  }
  /* line 164, ../sass/components/_header.scss */
  #headerMiddle #desktopMenu {
    display: none;
  }
  /* line 167, ../sass/components/_header.scss */
  #headerMiddle #desktopSubMenu {
    display: none;
  }
  /* line 171, ../sass/components/_header.scss */
  #headerMiddle #mobileMenu {
    display: block;
  }
  /* line 174, ../sass/components/_header.scss */
  #headerMiddle #mobileMenu li {
    float: right;
    cursor: pointer;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 147, ../sass/components/_header.scss */
  #headerMiddle {
    height: 60px;
    line-height: 60px;
  }
  /* line 164, ../sass/components/_header.scss */
  #headerMiddle #desktopMenu {
    display: none;
  }
  /* line 167, ../sass/components/_header.scss */
  #headerMiddle #desktopSubMenu {
    display: none;
  }
  /* line 171, ../sass/components/_header.scss */
  #headerMiddle #mobileMenu {
    display: block;
  }
  /* line 174, ../sass/components/_header.scss */
  #headerMiddle #mobileMenu li {
    float: right;
    cursor: pointer;
  }
}

/* line 183, ../sass/components/_header.scss */
#desktopMenu.nav {
  background-color: #ffffff;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  padding-top: 12px;
  line-height: 34px;
  height: 46px;
}
/* line 192, ../sass/components/_header.scss */
#desktopMenu.nav li {
  float: right;
  padding-left: 40px;
}
/* line 196, ../sass/components/_header.scss */
#desktopMenu.nav li a:hover {
  cursor: pointer;
  color: #683958;
}

/* line 205, ../sass/components/_header.scss */
#desktopSubMenu.nav {
  background-color: #ffffff;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 18px;
  padding-bottom: 2px;
  line-height: 22px;
  height: 24px;
}
/* line 214, ../sass/components/_header.scss */
#desktopSubMenu.nav li {
  float: right;
  padding-left: 40px;
}
/* line 218, ../sass/components/_header.scss */
#desktopSubMenu.nav li a:hover {
  cursor: pointer;
  color: #683958;
}

/* line 227, ../sass/components/_header.scss */
.search {
  width: 100%;
  background-color: #ed1a3a;
  color: #ffffff;
  line-height: 100px;
  height: 100px;
  position: relative;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
@media (max-width: 992px) {
  /* line 227, ../sass/components/_header.scss */
  .search {
    height: 140px;
    line-height: 70px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 227, ../sass/components/_header.scss */
  .search {
    height: 140px;
    line-height: 70px;
  }
}
@media (max-width: 480px) {
  /* line 227, ../sass/components/_header.scss */
  .search {
    height: 254px;
    line-height: 70px;
  }
}

/* line 2, ../sass/components/_search.scss */
#location-error {
  display: none !important;
}

/* line 7, ../sass/components/_search.scss */
#mobileHome {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 44px;
  background-color: #520e41;
  cursor: pointer;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #ffffff;
}
/* line 19, ../sass/components/_search.scss */
#mobileHome i.left-arrow {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -156px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 7px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 19, ../sass/components/_search.scss */
  #mobileHome i.left-arrow {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -170.5px -40px;
    height: 11px;
    width: 7px;
  }
}
/* line 25, ../sass/components/_search.scss */
#mobileHome #location-error {
  display: none !important;
}
/* line 29, ../sass/components/_search.scss */
#mobileHome #mobileHome {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 44px;
  background-color: #520e41;
  cursor: pointer;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #ffffff;
}
/* line 41, ../sass/components/_search.scss */
#mobileHome #mobileHome i.left-arrow {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -156px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 7px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 41, ../sass/components/_search.scss */
  #mobileHome #mobileHome i.left-arrow {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -170.5px -40px;
    height: 11px;
    width: 7px;
  }
}
@media (max-width: 480px) {
  /* line 47, ../sass/components/_search.scss */
  #mobileHome #mobileHome.mobile-search-visible {
    display: block;
  }
}
/* line 54, ../sass/components/_search.scss */
#mobileHome .base-search {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 55, ../sass/components/_search.scss */
#mobileHome .base-search select {
  margin-left: -256px;
}
@media (max-width: 1280px) {
  /* line 54, ../sass/components/_search.scss */
  #mobileHome .base-search {
    min-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 54, ../sass/components/_search.scss */
  #mobileHome .base-search {
    min-width: 0px;
  }
  /* line 66, ../sass/components/_search.scss */
  #mobileHome .base-search select {
    margin-left: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 54, ../sass/components/_search.scss */
  #mobileHome .base-search {
    min-width: 0px;
  }
  /* line 66, ../sass/components/_search.scss */
  #mobileHome .base-search select {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  /* line 54, ../sass/components/_search.scss */
  #mobileHome .base-search {
    min-width: 0px;
    padding-top: 15px;
  }
}
/* line 77, ../sass/components/_search.scss */
#mobileHome .base-search .select-overlay {
  margin-top: -50px;
}
/* line 83, ../sass/components/_search.scss */
#mobileHome .base-search #pad-text-1 {
  float: left;
  text-align: left;
  width: 46px;
}
@media (max-width: 1280px) {
  /* line 83, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-1 {
    width: 36px;
  }
}
@media (max-width: 992px) {
  /* line 83, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-1 {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 83, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-1 {
    display: none;
  }
}
/* line 97, ../sass/components/_search.scss */
#mobileHome .base-search #pad-text-2 {
  float: left;
  text-align: center;
  width: 60px;
}
@media (max-width: 1280px) {
  /* line 97, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-2 {
    width: 42px;
  }
}
@media (max-width: 992px) {
  /* line 97, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-2 {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 97, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-2 {
    display: none;
  }
}
/* line 111, ../sass/components/_search.scss */
#mobileHome .base-search #pad-text-3 {
  float: left;
  text-align: center;
  width: 82px;
}
@media (max-width: 1280px) {
  /* line 111, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-3 {
    width: 62px;
  }
}
@media (max-width: 992px) {
  /* line 111, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-3 {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 111, ../sass/components/_search.scss */
  #mobileHome .base-search #pad-text-3 {
    display: none;
  }
}
/* line 125, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle {
  float: left;
  width: 218px;
  border: 2px solid #ffffff;
  margin-top: 25px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 1280px) {
  /* line 125, ../sass/components/_search.scss */
  #mobileHome .base-search .option-box-toggle {
    width: 182px;
  }
}
@media (max-width: 992px) {
  /* line 125, ../sass/components/_search.scss */
  #mobileHome .base-search .option-box-toggle {
    margin-top: 15px;
    width: 30%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 125, ../sass/components/_search.scss */
  #mobileHome .base-search .option-box-toggle {
    margin-top: 15px;
    width: 30%;
  }
}
@media (max-width: 480px) {
  /* line 125, ../sass/components/_search.scss */
  #mobileHome .base-search .option-box-toggle {
    margin: 0px auto 15px auto;
    display: block;
    float: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 125, ../sass/components/_search.scss */
  #mobileHome .base-search .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 125, ../sass/components/_search.scss */
  #mobileHome .base-search .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 125, ../sass/components/_search.scss */
  #mobileHome .base-search .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
/* line 149, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle label {
  height: 46px;
}
/* line 153, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle input[type="radio"]:checked + label {
  color: #ed1a3a;
  background-color: #ffffff;
  height: 46px;
}
/* line 159, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle .radio {
  width: 50%;
  border: 2px solid #ed1a3a;
  float: left;
  text-align: center;
}
/* line 165, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle .radio:hover {
  cursor: pointer;
  background-color: #d9040e;
}
/* line 170, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle .radio.active {
  color: #ed1a3a;
  background-color: #ffffff;
}
/* line 174, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle .radio.active:hover {
  cursor: pointer;
  background-color: #ffffff;
}
/* line 180, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle .radio.sale-search {
  border-right: 1px solid #ed1a3a;
}
/* line 184, ../sass/components/_search.scss */
#mobileHome .base-search .option-box-toggle .radio.rent-search {
  border-left: 1px solid #ed1a3a;
}
/* line 190, ../sass/components/_search.scss */
#mobileHome .base-search .twitter-typeahead {
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  float: left;
  position: relative;
  width: 436px;
  margin-top: 25px;
  height: 50px;
  line-height: 46px;
}
/* line 199, ../sass/components/_search.scss */
#mobileHome .base-search .twitter-typeahead:hover, #mobileHome .base-search .twitter-typeahead:focus {
  border: 2px solid #d9040e;
  cursor: pointer;
}
@media (max-width: 1280px) {
  /* line 190, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead {
    width: 402px;
  }
}
@media (max-width: 992px) {
  /* line 190, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead {
    width: 68.5%;
    margin-left: 1.5%;
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 190, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead {
    width: 68.5%;
    margin-left: 1.5%;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  /* line 190, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead {
    display: block !important;
    margin: 0px auto;
    float: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 190, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 190, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 190, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead {
    height: 50px;
    line-height: 46px;
  }
}
/* line 48, ../sass/mixins/_global.scss */
#mobileHome .base-search .twitter-typeahead ::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 52, ../sass/mixins/_global.scss */
#mobileHome .base-search .twitter-typeahead :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
/* line 56, ../sass/mixins/_global.scss */
#mobileHome .base-search .twitter-typeahead ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
/* line 60, ../sass/mixins/_global.scss */
#mobileHome .base-search .twitter-typeahead :-ms-input-placeholder {
  color: #ffffff;
}
/* line 225, ../sass/components/_search.scss */
#mobileHome .base-search .twitter-typeahead .tt-hint {
  display: none;
}
/* line 229, ../sass/components/_search.scss */
#mobileHome .base-search .twitter-typeahead .tt-input {
  margin-left: 10px;
  background-color: transparent;
  color: #ffffff;
  outline: 0;
  border: 0;
  width: 90%;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 480px) {
  /* line 229, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead .tt-input {
    width: 96%;
  }
}
@media (max-width: 992px) {
  /* line 229, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead .tt-input {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 229, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead .tt-input {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 229, ../sass/components/_search.scss */
  #mobileHome .base-search .twitter-typeahead .tt-input {
    height: 50px;
    line-height: 46px;
  }
}
/* line 246, ../sass/components/_search.scss */
#mobileHome .base-search .twitter-typeahead .fa {
  font-size: 24px;
}
/* line 251, ../sass/components/_search.scss */
#mobileHome .base-search .fa-crosshairs {
  float: left;
  margin-left: -35px;
  font-size: 26px;
  line-height: 50px;
  margin-top: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  /* line 251, ../sass/components/_search.scss */
  #mobileHome .base-search .fa-crosshairs {
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 251, ../sass/components/_search.scss */
  #mobileHome .base-search .fa-crosshairs {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  /* line 251, ../sass/components/_search.scss */
  #mobileHome .base-search .fa-crosshairs {
    display: none;
  }
}
/* line 269, ../sass/components/_search.scss */
#mobileHome .base-search #Distance {
  width: 127px;
}
@media (max-width: 1280px) {
  /* line 269, ../sass/components/_search.scss */
  #mobileHome .base-search #Distance {
    width: 116px;
  }
}
@media (max-width: 992px) {
  /* line 269, ../sass/components/_search.scss */
  #mobileHome .base-search #Distance {
    display: none;
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 269, ../sass/components/_search.scss */
  #mobileHome .base-search #Distance {
    display: none;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  /* line 269, ../sass/components/_search.scss */
  #mobileHome .base-search #Distance {
    display: none;
    width: 286px;
    margin: 0 auto;
    float: none;
  }
}
/* line 145, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-container {
  width: 127px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-single {
  width: 123px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .base-search .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .base-search .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .base-search .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ed1a3a;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ed1a3a;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-single:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 186, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-single:hover div b {
  color: #ed1a3a;
}
/* line 191, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 127px;
}
/* line 215, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-results {
  max-height: none;
  background-color: #ed1a3a;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 231, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-results li:hover {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 236, ../sass/mixins/_global.scss */
#mobileHome .base-search .chosen-results li.highlighted {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 294, ../sass/components/_search.scss */
#mobileHome .base-search .chosen-single:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 298, ../sass/components/_search.scss */
#mobileHome .base-search .chosen-single:hover div b {
  color: #ffffff;
}
/* line 306, ../sass/components/_search.scss */
#mobileHome .base-search .chosen-results li.result-selected {
  background-color: #f14861;
  color: #ffffff;
}
/* line 311, ../sass/components/_search.scss */
#mobileHome .base-search .chosen-results li:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 316, ../sass/components/_search.scss */
#mobileHome .base-search .chosen-results li.highlighted {
  background-color: #f14861;
  color: #ffffff;
}
/* line 323, ../sass/components/_search.scss */
#mobileHome .base-search .chosen-container {
  float: left;
  margin-top: 25px;
}
@media (max-width: 992px) {
  /* line 327, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 327, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 1280px) {
  /* line 323, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-container {
    width: 116px !important;
  }
}
@media (max-width: 992px) {
  /* line 323, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-container {
    margin-top: 10px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 323, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-container {
    margin-top: 10px;
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 323, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-container {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 349, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-single {
    width: 112px !important;
  }
}
@media (max-width: 992px) {
  /* line 349, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-single {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 349, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-single {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 359, ../sass/components/_search.scss */
  #mobileHome .base-search .chosen-drop {
    width: 116px;
  }
}
/* line 365, ../sass/components/_search.scss */
#mobileHome .base-search .tt-dataset-0 {
  z-index: 2;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
/* line 372, ../sass/components/_search.scss */
#mobileHome .base-search .tt-suggestion {
  background-color: #ffffff;
  color: #520e41;
  padding-left: 12px;
  width: 436px;
}
@media (max-width: 1280px) {
  /* line 372, ../sass/components/_search.scss */
  #mobileHome .base-search .tt-suggestion {
    width: 402px;
  }
}
@media (max-width: 992px) {
  /* line 372, ../sass/components/_search.scss */
  #mobileHome .base-search .tt-suggestion {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 372, ../sass/components/_search.scss */
  #mobileHome .base-search .tt-suggestion {
    width: 100%;
  }
}
/* line 386, ../sass/components/_search.scss */
#mobileHome .base-search .tt-suggestion:hover {
  background-color: #efedec;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* line 393, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 393, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 393, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 393, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
/* line 407, ../sass/components/_search.scss */
#mobileHome .base-search.search-submit-hidden #Distance {
  float: left;
}
@media (max-width: 992px) {
  /* line 407, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden #Distance {
    width: 722px;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 407, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden #Distance {
    width: 722px;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 407, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden #Distance {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 407, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden #Distance {
    float: none;
    width: 286px;
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  /* line 428, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 428, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 428, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 428, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
    margin: 15px auto;
    float: none;
  }
  /* line 446, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 452, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 452, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 452, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 452, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 470, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 470, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 470, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 470, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 487, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 487, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 487, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 487, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) {
  /* line 505, ../sass/components/_search.scss */
  #mobileHome .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
/* line 514, ../sass/components/_search.scss */
#mobileHome .submit-search {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #ffffff;
  color: #ed1a3a;
  border: 0;
  float: left;
  margin-top: 25px;
  height: 50px;
  line-height: 46px;
  margin-left: 25px;
  width: 158px;
}
@media (max-width: 992px) {
  /* line 514, ../sass/components/_search.scss */
  #mobileHome .submit-search {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 514, ../sass/components/_search.scss */
  #mobileHome .submit-search {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 514, ../sass/components/_search.scss */
  #mobileHome .submit-search {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  /* line 514, ../sass/components/_search.scss */
  #mobileHome .submit-search {
    margin-left: 10px;
    width: 130px;
  }
}
@media (max-width: 992px) {
  /* line 514, ../sass/components/_search.scss */
  #mobileHome .submit-search {
    margin-left: 0px;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 514, ../sass/components/_search.scss */
  #mobileHome .submit-search {
    margin-left: 0px;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 514, ../sass/components/_search.scss */
  #mobileHome .submit-search {
    margin: 15px auto;
    width: 100%;
    display: block;
    float: none;
  }
}
/* line 545, ../sass/components/_search.scss */
#mobileHome .submit-search:hover {
  cursor: pointer;
  background-color: #520e41;
}
/* line 551, ../sass/components/_search.scss */
#mobileHome .advanced-search-toggle {
  cursor: pointer;
  position: absolute;
  left: 50%;
  padding-top: 5px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background-color: #ed1a3a;
  z-index: 1;
  font-size: 0.8em;
  width: 162px;
  margin-left: -81px;
  top: 75px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 12px;
}
@media (max-width: 992px) {
  /* line 551, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 551, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle {
    padding-top: 0px;
  }
}
/* line 572, ../sass/components/_search.scss */
#mobileHome .advanced-search-toggle .fa {
  margin-left: 5px;
  color: #ffffff;
  line-height: 40px;
  font-size: 0.8em;
}
@media (max-width: 1280px) {
  /* line 572, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle .fa {
    line-height: 30px;
  }
}
/* line 585, ../sass/components/_search.scss */
#mobileHome .advanced-search-toggle:hover {
  top: 95px;
}
@media (max-width: 992px) {
  /* line 551, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle {
    top: 128px;
    width: 162px;
    height: 45px;
  }
  /* line 596, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle:hover {
    top: 128px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 551, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle {
    top: 128px;
    width: 162px;
    height: 45px;
  }
  /* line 596, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle:hover {
    top: 128px;
  }
}
@media (max-width: 480px) {
  /* line 551, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle {
    top: 198px;
    width: 162px;
    height: 50px;
  }
  /* line 606, ../sass/components/_search.scss */
  #mobileHome .advanced-search-toggle:hover {
    top: 198px;
  }
}
/* line 612, ../sass/components/_search.scss */
#mobileHome .advanced-search {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0px;
  background-color: #ed1a3a;
  height: 475px;
  z-index: 2;
  line-height: normal;
}
@media (max-width: 992px) {
  /* line 612, ../sass/components/_search.scss */
  #mobileHome .advanced-search {
    top: 140px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 612, ../sass/components/_search.scss */
  #mobileHome .advanced-search {
    top: 140px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  /* line 612, ../sass/components/_search.scss */
  #mobileHome .advanced-search {
    margin-top: 0px;
    top: 230px;
    padding-left: 17px;
    padding-right: 17px;
    height: auto;
  }
}
/* line 637, ../sass/components/_search.scss */
#mobileHome .advanced-search #mobileOption-advanced {
  display: none;
  background-color: #ed1a3a;
  text-align: center;
  padding-bottom: 20px;
}
/* line 145, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-container {
  width: 290px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-single {
  width: 286px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .advanced-search #mobileOption-advanced .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .advanced-search #mobileOption-advanced .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .advanced-search #mobileOption-advanced .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ed1a3a;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ed1a3a;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-single:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 186, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-single:hover div b {
  color: #ed1a3a;
}
/* line 191, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 290px;
}
/* line 215, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-results {
  max-height: none;
  background-color: #ed1a3a;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 231, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-results li:hover {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 236, ../sass/mixins/_global.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-results li.highlighted {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 645, ../sass/components/_search.scss */
#mobileHome .advanced-search #mobileOption-advanced .chosen-container {
  text-align: left;
}
@media (max-width: 992px) {
  /* line 637, ../sass/components/_search.scss */
  #mobileHome .advanced-search #mobileOption-advanced {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 637, ../sass/components/_search.scss */
  #mobileHome .advanced-search #mobileOption-advanced {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 637, ../sass/components/_search.scss */
  #mobileHome .advanced-search #mobileOption-advanced {
    display: block;
  }
}
/* line 658, ../sass/components/_search.scss */
#mobileHome .advanced-search #mobileSubmit {
  display: none;
  width: 100%;
  background-color: #ed1a3a;
  padding: 80px 0 20px 0;
}
@media (max-width: 992px) {
  /* line 658, ../sass/components/_search.scss */
  #mobileHome .advanced-search #mobileSubmit {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 658, ../sass/components/_search.scss */
  #mobileHome .advanced-search #mobileSubmit {
    display: block;
  }
}
/* line 668, ../sass/components/_search.scss */
#mobileHome .advanced-search #mobileSubmit .submit-search {
  margin: 0 auto 20px auto;
  display: block;
  width: 100%;
}
/* line 678, ../sass/components/_search.scss */
#mobileHome .advanced-search label {
  line-height: 28px;
  float: left;
  margin-left: 10px;
  color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 686, ../sass/components/_search.scss */
#mobileHome .advanced-search h2 {
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 992px) {
  /* line 686, ../sass/components/_search.scss */
  #mobileHome .advanced-search h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 24px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 686, ../sass/components/_search.scss */
  #mobileHome .advanced-search h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  /* line 686, ../sass/components/_search.scss */
  #mobileHome .advanced-search h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}
/* line 701, ../sass/components/_search.scss */
#mobileHome .advanced-search .searchContainer {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 16px;
}
/* line 704, ../sass/components/_search.scss */
#mobileHome .advanced-search .searchContainer .select-overlay {
  margin-top: -45px;
}
@media (max-width: 480px) {
  /* line 704, ../sass/components/_search.scss */
  #mobileHome .advanced-search .searchContainer .select-overlay {
    margin-top: -60px;
  }
}
/* line 713, ../sass/components/_search.scss */
#mobileHome .advanced-search h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  color: #ffffff;
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 713, ../sass/components/_search.scss */
  #mobileHome .advanced-search h4 {
    margin-top: 80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 713, ../sass/components/_search.scss */
  #mobileHome .advanced-search h4 {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  /* line 713, ../sass/components/_search.scss */
  #mobileHome .advanced-search h4 {
    margin-top: 30px;
  }
}
/* line 727, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  /* line 727, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col {
    display: block;
  }
}
/* line 736, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col--col-1 {
  width: 40%;
}
@media (max-width: 992px) {
  /* line 736, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-1 {
    width: 100%;
  }
  /* line 742, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-1 h4 {
    margin-top: 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 736, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-1 {
    width: 100%;
  }
  /* line 742, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-1 h4 {
    margin-top: 50px;
  }
}
/* line 748, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col--col-2 {
  width: 30%;
}
@media (max-width: 992px) {
  /* line 748, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-2 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 748, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 756, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-2 h4 {
    margin-top: 80px;
  }
}
/* line 762, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col--col-3 {
  width: 30%;
}
/* line 765, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col--col-3 h4 {
  margin-bottom: -4px;
}
@media (max-width: 992px) {
  /* line 762, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 762, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 774, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 h4 {
    margin-top: 80px;
  }
}
/* line 779, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col--col-3 #featuresSelect {
  line-height: 22px;
  text-align: center;
}
/* line 783, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox, #mobileHome .advanced-search .option-col--col-3 #featuresSelect label {
  margin-top: 33px;
}
@media (max-width: 992px) {
  /* line 788, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 #featuresSelect label {
    margin-right: 20px;
  }
  /* line 792, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox {
    clear: both;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 788, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 #featuresSelect label {
    margin-right: 20px;
  }
  /* line 792, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox {
    clear: both;
  }
}
@media (max-width: 480px) {
  /* line 798, ../sass/components/_search.scss */
  #mobileHome .advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox {
    clear: both;
  }
}
/* line 804, ../sass/components/_search.scss */
#mobileHome .advanced-search .option-col--col-3 .andrews-checkbox {
  clear: both;
}
/* line 810, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner {
  max-width: 1152px;
  padding-top: 80px;
  border-top: 2px solid #520e41;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    padding: 80px 86px 0 86px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    padding: 80px 86px 0 86px;
  }
}
@media (max-width: 650px) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    padding: 80px 0px 0 0px;
  }
}
@media (max-width: 480px) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    padding-top: 40px;
  }
}
/* line 832, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner .andrews-close:hover {
  opacity: 0.5;
}
@media (max-width: 480px) {
  /* line 830, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .andrews-close {
    top: 0px;
    right: 0px;
  }
}
/* line 842, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner #MinBathrooms, #mobileHome .advanced-search .search-inner #MinBeds, #mobileHome .advanced-search .search-inner #propertyType {
  width: 262px;
}
@media (max-width: 992px) {
  /* line 842, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner #MinBathrooms, #mobileHome .advanced-search .search-inner #MinBeds, #mobileHome .advanced-search .search-inner #propertyType {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 842, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner #MinBathrooms, #mobileHome .advanced-search .search-inner #MinBeds, #mobileHome .advanced-search .search-inner #propertyType {
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    border-top: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 810, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner {
    border-top: none;
  }
}
/* line 854, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner .searchContainer {
  margin-top: 10px;
}
/* line 145, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-container {
  width: 266px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single {
  width: 262px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ed1a3a;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ed1a3a;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 186, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single:hover div b {
  color: #ed1a3a;
}
/* line 191, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 266px;
}
/* line 215, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results {
  max-height: none;
  background-color: #ed1a3a;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 231, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results li:hover {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 236, ../sass/mixins/_global.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results li.highlighted {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 860, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 864, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-single:hover div b {
  color: #ffffff;
}
/* line 872, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results li.result-selected {
  background-color: #f14861;
  color: #ffffff;
}
/* line 877, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results li:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 882, ../sass/components/_search.scss */
#mobileHome .advanced-search .search-inner .searchContainer .chosen-results li.highlighted {
  background-color: #f14861;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 889, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-container {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 889, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-container {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* line 889, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  /* line 899, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-single {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 899, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-single {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* line 899, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-single {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  /* line 909, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-drop {
    width: 100% !important;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 909, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-drop {
    width: 100% !important;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 909, ../sass/components/_search.scss */
  #mobileHome .advanced-search .search-inner .searchContainer .chosen-drop {
    width: 100% !important;
  }
}
/* line 922, ../sass/components/_search.scss */
#mobileHome .advanced-search #priceBarUpper span {
  display: inline-block;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  width: 36px;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 922, ../sass/components/_search.scss */
  #mobileHome .advanced-search #priceBarUpper span {
    width: 6%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 922, ../sass/components/_search.scss */
  #mobileHome .advanced-search #priceBarUpper span {
    width: 6%;
  }
}
@media (max-width: 480px) {
  /* line 922, ../sass/components/_search.scss */
  #mobileHome .advanced-search #priceBarUpper span {
    width: 8%;
  }
}
/* line 940, ../sass/components/_search.scss */
#mobileHome .advanced-search .ui-state-active, #mobileHome .advanced-search .ui-widget-content .ui-state-active, #mobileHome .advanced-search .ui-widget-header .ui-state-active {
  border: none;
  background: none;
  font-weight: normal;
  border-radius: 50%;
  background-color: white;
  top: -10px;
  left: -7px;
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 956, ../sass/components/_search.scss */
#mobileHome .advanced-search .ui-state-default, #mobileHome .advanced-search .ui-widget-content .ui-state-default, #mobileHome .advanced-search .ui-widget-header .ui-state-default {
  border: none;
  background: none;
  font-weight: normal;
  border-radius: 50%;
  background-color: white;
  top: -10px;
  left: -7px;
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 972, ../sass/components/_search.scss */
#mobileHome .advanced-search .ui-widget-header {
  background: none;
  border: none;
  background-color: #520e41;
}
/* line 978, ../sass/components/_search.scss */
#mobileHome .advanced-search .handle-inner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #520e41;
  top: 7px;
  left: 7px;
}
/* line 988, ../sass/components/_search.scss */
#mobileHome .advanced-search .ui-corner-all {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 995, ../sass/components/_search.scss */
#mobileHome .advanced-search .ui-widget-content {
  border: none;
  background: none;
}
/* line 1000, ../sass/components/_search.scss */
#mobileHome .advanced-search #minAmount, #mobileHome .advanced-search #maxAmount {
  border: 2px solid #ffffff;
  width: 162px;
  height: 50px;
  line-height: 46px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  background-color: #ed1a3a;
  color: #ffffff;
  padding-left: 20px;
}
@media (max-width: 992px) {
  /* line 1000, ../sass/components/_search.scss */
  #mobileHome .advanced-search #minAmount, #mobileHome .advanced-search #maxAmount {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1000, ../sass/components/_search.scss */
  #mobileHome .advanced-search #minAmount, #mobileHome .advanced-search #maxAmount {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1000, ../sass/components/_search.scss */
  #mobileHome .advanced-search #minAmount, #mobileHome .advanced-search #maxAmount {
    height: 50px;
    line-height: 46px;
  }
}
/* line 1009, ../sass/components/_search.scss */
#mobileHome .advanced-search #minAmount:hover, #mobileHome .advanced-search #minAmount:focus, #mobileHome .advanced-search #maxAmount:hover, #mobileHome .advanced-search #maxAmount:focus {
  border: 2px solid #d9040e;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* line 1000, ../sass/components/_search.scss */
  #mobileHome .advanced-search #minAmount, #mobileHome .advanced-search #maxAmount {
    width: 47%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1000, ../sass/components/_search.scss */
  #mobileHome .advanced-search #minAmount, #mobileHome .advanced-search #maxAmount {
    width: 47%;
  }
}
@media (max-width: 480px) {
  /* line 1000, ../sass/components/_search.scss */
  #mobileHome .advanced-search #minAmount, #mobileHome .advanced-search #maxAmount {
    width: 46%;
  }
}
/* line 1026, ../sass/components/_search.scss */
#mobileHome .advanced-search #priceContainer-renting {
  display: none;
}
/* line 1030, ../sass/components/_search.scss */
#mobileHome .advanced-search .sliderContainer {
  height: 8px;
  background-color: #cf193b;
  margin-top: 40px;
  margin-left: 7px;
  position: relative;
  width: 354px;
}
@media (max-width: 992px) {
  /* line 1030, ../sass/components/_search.scss */
  #mobileHome .advanced-search .sliderContainer {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1030, ../sass/components/_search.scss */
  #mobileHome .advanced-search .sliderContainer {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 1043, ../sass/components/_search.scss */
#mobileHome .advanced-search .sliderContainer #sliderHandle {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  top: -10px;
  left: -7px;
}
/* line 1052, ../sass/components/_search.scss */
#mobileHome .advanced-search .sliderContainer #sliderHandle .handle-inner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #520e41;
  top: 7px;
  left: 7px;
}
/* line 1062, ../sass/components/_search.scss */
#mobileHome .advanced-search .sliderContainer #sliderHandle.right {
  left: auto;
  right: -7px;
}
/* line 1070, ../sass/components/_search.scss */
#mobileHome #searchResults-map {
  padding-bottom: 60px;
}
/* line 1074, ../sass/components/_search.scss */
#mobileHome #searchResults-search {
  width: 100%;
  background-color: #ffffff;
  color: #ed1a3a;
  line-height: 72px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
/* line 1082, ../sass/components/_search.scss */
#mobileHome #searchResults-search .advanced-search-toggle {
  display: none;
}
/* line 1086, ../sass/components/_search.scss */
#mobileHome #searchResults-search .advanced-search {
  display: block;
  opacity: 1;
  height: 316px;
  background-color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 1086, ../sass/components/_search.scss */
  #mobileHome #searchResults-search .advanced-search {
    height: 656px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1086, ../sass/components/_search.scss */
  #mobileHome #searchResults-search .advanced-search {
    height: 656px;
  }
}
/* line 1097, ../sass/components/_search.scss */
#mobileHome #searchResults-search .advanced-search .search-inner {
  border-top: 2px solid #eae4dd;
}
/* line 1101, ../sass/components/_search.scss */
#mobileHome #searchResults-search .advanced-search h2 {
  display: none;
}
/* line 1105, ../sass/components/_search.scss */
#mobileHome #searchResults-search .advanced-search .andrews-close {
  display: none;
}
/* line 1111, ../sass/components/_search.scss */
#mobileHome .save-confirmation {
  width: 100%;
  color: #520e41;
  margin: 10px auto auto auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
/* line 1118, ../sass/components/_search.scss */
#mobileHome .save-confirmation .box-controls {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 1118, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 1118, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1118, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 1118, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 1118, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1118, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1128, ../sass/components/_search.scss */
#mobileHome .save-confirmation .box-controls h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 1128, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1128, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 1138, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1138, ../sass/components/_search.scss */
  #mobileHome .save-confirmation .box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 1146, ../sass/components/_search.scss */
#mobileHome .save-confirmation .box-controls p {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
}
/* line 1151, ../sass/components/_search.scss */
#mobileHome .save-confirmation .box-controls p a {
  color: red;
}
/* line 1156, ../sass/components/_search.scss */
#mobileHome .save-confirmation .box-controls a {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  color: red;
}
/* line 1164, ../sass/components/_search.scss */
#mobileHome #searchResults-controls {
  width: 100%;
  background-color: #f0f0f0;
  color: #520e41;
}
/* line 1169, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box {
  margin: 10px auto auto auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
/* line 1174, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 1174, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 1174, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1174, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 1174, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 1174, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1174, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1183, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 1183, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1183, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 1193, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1193, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 1201, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls p, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
}
/* line 1206, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls p a, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls li a {
  color: red;
}
/* line 1212, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  display: block;
  color: black;
  margin-bottom: 5px;
}
/* line 1219, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box {
  float: left;
  margin-right: 20px;
}
@media (max-width: 992px) {
  /* line 1219, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box {
    width: 49%;
    margin-right: 1%;
  }
  /* line 1227, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box.price-filter {
    float: none;
    width: 100%;
  }
  /* line 1232, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box.stc {
    margin-right: 0px;
    margin-left: 1%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1219, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box {
    width: 49%;
    margin-right: 1%;
  }
  /* line 1227, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box.price-filter {
    float: none;
    width: 100%;
  }
  /* line 1232, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box.stc {
    margin-right: 0px;
    margin-left: 1%;
  }
}
/* line 1238, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box label {
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 1238, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1238, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box label {
    display: none;
  }
}
/* line 1247, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box {
  float: right;
}
@media (max-width: 992px) {
  /* line 1247, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box {
    float: none;
    clear: both;
    width: 100%;
    display: table;
    border: 2px solid #520e41;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1247, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box {
    float: none;
    clear: both;
    width: 100%;
    display: table;
    border: 2px solid #520e41;
  }
}
/* line 1258, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  width: 74px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #520e41;
  margin-left: 10px;
  margin-top: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* line 1258, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1258, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1258, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  /* line 1258, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    display: table-cell;
    width: 50%;
    margin: 0px;
    border: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1258, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    display: table-cell;
    width: 50%;
    margin: 0px;
    border: 0px;
  }
}
/* line 1276, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box .fa, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box .fa {
  margin-left: 5px;
}
/* line 1280, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box:hover, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 1285, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box.active, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box.active {
  background-color: #520e41;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 1285, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box.active, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box.active {
    border: 2px solid white;
    border-right: 1px solid white;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1285, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box.active, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box.active {
    border: 2px solid white;
    border-right: 1px solid white;
  }
}
/* line 1297, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .select-overlay {
  margin-top: -50px;
}
/* line 1301, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_Top, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_OrderBy, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #displayFilter {
  width: 160px;
}
@media (max-width: 992px) {
  /* line 1301, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_Top, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_OrderBy, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #displayFilter {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1301, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_Top, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_OrderBy, #mobileHome #searchResults-controls .search-filter-box .filter-box-controls #displayFilter {
    width: 100%;
  }
}
/* line 1309, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
  border: 2px solid #520e41;
  width: 262px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 1309, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1309, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1309, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  /* line 1309, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1309, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    width: 100%;
  }
}
/* line 1318, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered label {
  margin-left: 10px;
}
@media (max-width: 992px) {
  /* line 1318, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1318, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered label {
    display: none;
  }
}
/* line 1326, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered #stcMobile {
  display: none;
}
@media (max-width: 992px) {
  /* line 1326, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered #stcMobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1326, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered #stcMobile {
    display: block;
  }
}
/* line 1334, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered .andrews-checkbox {
  background-color: #520e41;
  margin: 8px;
}
/* line 145, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container {
  width: 164px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
  width: 160px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 186, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover div b {
  color: #ffffff;
}
/* line 191, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 164px;
}
/* line 215, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 231, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
}
/* line 236, ../sass/mixins/_global.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}
/* line 1345, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover {
  background-color: #ffffff;
  color: #520e41;
}
/* line 1349, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover div b {
  color: #520e41;
}
/* line 1357, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.result-selected {
  background-color: #f2f2f2;
  color: #520e41;
}
/* line 1362, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results li:hover {
  background: #f2f2f2;
  color: #520e41;
}
/* line 1367, ../sass/components/_search.scss */
#mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.highlighted {
  background: #f2f2f2;
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 1374, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container {
    width: 100% !important;
    margin-bottom: 10px;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1374, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-container {
    width: 100% !important;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 1382, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1382, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 1389, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1389, ../sass/components/_search.scss */
  #mobileHome #searchResults-controls .search-filter-box .filter-box-controls .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
/* line 1400, ../sass/components/_search.scss */
#mobileHome #searchResults-list {
  width: 100%;
  background-color: #f0f0f0;
  color: #520e41;
  padding-bottom: 40px;
}
/* line 1406, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-pagination {
  padding-top: 28px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 1410, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-pagination.bottom {
  padding-top: 0px;
}
/* line 432, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination #pageSelect {
  width: 80px;
}
/* line 145, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-container {
  width: 84px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-single {
  width: 80px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #f0f0f0;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome #searchResults-list .search-pagination .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome #searchResults-list .search-pagination .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mobileHome #searchResults-list .search-pagination .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-container-active.chosen-with-drop .chosen-single {
  background: #f0f0f0;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #f0f0f0;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-single:hover {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 186, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-single:hover div b {
  color: #f0f0f0;
}
/* line 191, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 84px;
}
/* line 215, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-results {
  max-height: none;
  background-color: #f0f0f0;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-results li.result-selected {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 231, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-results li:hover {
  background: #520e41;
  color: #f0f0f0;
}
/* line 236, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-results li.highlighted {
  background: #520e41;
  color: #f0f0f0;
}
/* line 438, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  height: 40px;
}
/* line 443, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .chosen-single {
  height: 36px;
  line-height: 36px;
}
/* line 448, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination select {
  max-width: 80px;
  height: 40px;
  float: left;
}
/* line 454, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .select-overlay {
  margin-left: -70px;
  margin-top: -8px;
}
/* line 459, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set {
  font-size: 0;
  margin: 0px auto 0px auto;
  width: 264px;
  text-align: center;
  line-height: 36px;
  background-color: #f0f0f0;
}
/* line 467, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set.bottom {
  padding-bottom: 28px;
}
/* line 471, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .previous {
  width: 80px;
  height: 40px;
  border: 2px solid #520e41;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
}
/* line 480, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .previous:hover {
  background-color: #520e41;
  color: #f0f0f0;
  cursor: pointer;
}
/* line 486, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .previous.disabled {
  pointer-events: none;
  cursor: none;
}
/* line 491, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .previous a.disabled {
  pointer-events: none;
  cursor: none;
}
/* line 497, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .next {
  width: 80px;
  height: 40px;
  border: 2px solid #520e41;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 13px;
}
/* line 506, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .next:hover {
  background-color: #520e41;
  color: #f0f0f0;
  cursor: pointer;
}
/* line 511, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .next.disabled {
  pointer-events: none;
  cursor: none;
}
/* line 516, ../sass/mixins/_global.scss */
#mobileHome #searchResults-list .search-pagination .pagination-set .next a.disabled {
  pointer-events: none;
  cursor: default;
}
/* line 1417, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results {
  display: table;
  margin: 28px auto 28px auto;
  width: 1152px;
}
@media (max-width: 1280px) {
  /* line 1417, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results {
    width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 1417, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results {
    width: 100%;
    margin: 28px 23px 28px 23px;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1417, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results {
    width: 100%;
    margin: 28px 23px 28px 23px;
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 1417, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results {
    width: 100%;
    width: auto;
  }
}
/* line 1437, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result {
  display: table-row;
  width: 1152px;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  /* line 1437, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result {
    width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 1437, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result {
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1437, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 1437, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 992px) {
  /* line 1437, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1437, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result {
    height: auto;
  }
}
/* line 1461, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column {
  display: table-cell;
  vertical-align: top;
  width: 460px;
  min-height: 440px;
}
@media (max-width: 1280px) {
  /* line 1461, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column {
    width: 390px;
    min-height: 395px;
  }
}
@media (max-width: 992px) {
  /* line 1461, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column {
    width: 50%;
    min-height: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1461, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column {
    width: 50%;
    min-height: 0px;
  }
}
@media (max-width: 650px) {
  /* line 1461, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column {
    display: block;
    width: 100%;
  }
}
/* line 1482, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button {
  position: absolute;
  bottom: 40px;
  width: 162px;
  height: 50px;
  line-height: 46px;
  background-color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 1482, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1482, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1482, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  /* line 1482, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button {
    width: 140px;
  }
}
@media (max-width: 992px) {
  /* line 1482, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1482, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button {
    display: none;
  }
}
/* line 1499, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty {
  left: 50px;
  border: 2px solid #520e41;
  color: #520e41;
}
/* line 1505, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -78px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1505, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -85.5px -40px;
    height: 9px;
    width: 9px;
  }
}
@media (max-width: 1280px) {
  /* line 1499, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty {
    left: 40px;
  }
}
/* line 1515, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty:hover {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 1520, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty:hover .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -60px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1520, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty:hover .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -94.5px -40px;
    height: 9px;
    width: 9px;
  }
}
/* line 1527, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property {
  left: 50px;
  border: 2px solid #520e41;
  color: #520e41;
}
/* line 1533, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -78px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1533, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -85.5px -40px;
    height: 9px;
    width: 9px;
  }
}
@media (max-width: 1280px) {
  /* line 1527, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property {
    left: 40px;
  }
}
/* line 1543, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property:hover {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 1548, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property:hover .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -60px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1548, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property:hover .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -94.5px -40px;
    height: 9px;
    width: 9px;
  }
}
/* line 1555, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.full-details {
  right: 50px;
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
}
@media (max-width: 1280px) {
  /* line 1555, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.full-details {
    right: 40px;
  }
}
/* line 1564, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .andrews-button.full-details:hover {
  background-color: #ed1a3a;
  color: #f0f0f0;
}
/* line 1571, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .photo {
  height: 310px;
}
@media (max-width: 992px) {
  /* line 1571, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .photo {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1571, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .photo {
    width: 100%;
    height: auto;
  }
}
/* line 1579, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .photo-column .photo img {
  width: 460px;
}
@media (max-width: 992px) {
  /* line 1579, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .photo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1579, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .photo-column .photo img {
    width: 100%;
    height: auto;
  }
}
/* line 1590, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .right-side-column {
  display: table-cell;
  vertical-align: top;
}
/* line 1594, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile {
  display: none;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  position: absolute;
}
@media (max-width: 992px) {
  /* line 1594, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1594, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 1594, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile {
    position: static;
    padding: 20px;
  }
}
/* line 1613, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  /* line 1613, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1613, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
/* line 1623, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 span {
  display: block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
}
@media (max-width: 992px) {
  /* line 1623, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 span {
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1623, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 span {
    font-size: 21px;
  }
}
/* line 1635, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile .sr-button-mobile {
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
}
/* line 1642, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .right-side-column .sr-mobile .sr-button-mobile:hover {
  color: #ffffff;
  background-color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 1590, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column {
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1590, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column {
    width: 50%;
  }
}
@media (max-width: 650px) {
  /* line 1590, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .right-side-column {
    display: block;
    width: 100%;
  }
}
/* line 1660, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .details-column {
  width: 410px;
  min-height: 360px;
  margin: 40px 0px 40px 0px;
  padding: 0 40px 0 40px;
  float: left;
  border-right: 2px solid #f0f0f0;
}
@media (max-width: 1280px) {
  /* line 1660, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column {
    width: 348px;
    margin: 30px 0px 30px 0px;
    padding: 0 30px 0 30px;
    min-height: 335px;
  }
}
@media (max-width: 992px) {
  /* line 1660, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column {
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: auto;
    border-right: none;
    min-height: 0px;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1660, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column {
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: auto;
    border-right: none;
    min-height: 0px;
    float: none;
  }
}
/* line 1685, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .details-column h2 {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
@media (max-width: 992px) {
  /* line 1685, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 17px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1685, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 17px;
  }
}
/* line 1694, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .details-column h3 {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  font-size: 20px;
  color: #520e41;
  font-style: normal;
  line-height: 22px;
  margin: 10px 0 10px 0;
}
@media (max-width: 992px) {
  /* line 1694, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column h3 {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1694, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column h3 {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  /* line 1707, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column ul {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1707, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .details-column ul {
    display: none;
  }
}
/* line 1713, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .details-column li {
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: disc;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #520e41;
  margin-left: 20px;
}
/* line 1721, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .details-column li span {
  color: #616161;
}
/* line 1725, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .details-column li.hiliteRed {
  color: #ed1a3a;
}
/* line 1733, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .contact-column {
  float: left;
  width: 280px;
  padding: 40px;
  position: relative;
  min-height: 440px;
}
@media (max-width: 1280px) {
  /* line 1733, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-column {
    width: 240px;
    padding: 30px;
    min-height: 395px;
  }
}
@media (max-width: 992px) {
  /* line 1733, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-column {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1733, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-column {
    display: none;
  }
}
/* line 1750, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .contact-column h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  /* line 1750, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-column h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1750, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-column h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
/* line 1760, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .contact-column h2 span {
  display: block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
}
@media (max-width: 992px) {
  /* line 1760, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-column h2 span {
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1760, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-column h2 span {
    font-size: 21px;
  }
}
/* line 1773, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .contact-header {
  color: #b9b0a7;
  bottom: 40px;
  right: 40px;
  position: absolute;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1280px) {
  /* line 1773, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-header {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 992px) {
  /* line 1773, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-header {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1773, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-header {
    display: none;
  }
}
/* line 1790, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .contact-header h2 {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 18px;
  max-width: 200px;
  line-height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  /* line 1790, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-header h2 {
    max-width: 180px;
  }
}
/* line 1802, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .contact-header h3 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
}
/* line 1808, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .contact-header .andrews-button {
  width: 200px;
  text-align: center;
  display: block;
  margin: 0px;
}
@media (max-width: 1280px) {
  /* line 1808, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .contact-header .andrews-button {
    max-width: 180px;
  }
}
/* line 1820, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .viewings {
  width: 200px;
  height: 150px;
  padding: 15px;
  background-color: #f0ece4;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 1820, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .viewings {
    width: 180px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  /* line 1820, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .viewings {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1820, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .viewings {
    display: none;
  }
}
/* line 1836, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .viewings h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
/* line 1842, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .viewings h4 {
  padding-top: 4px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 18px;
}
/* line 1848, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .viewings .andrews-button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 175px;
  height: 40px;
  line-height: 36px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
@media (max-width: 1280px) {
  /* line 1848, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .viewings .andrews-button {
    bottom: 15px;
    left: 15px;
    width: 155px;
  }
}
/* line 1864, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .viewings .andrews-button span {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 13px;
}
/* line 1868, ../sass/components/_search.scss */
#mobileHome #searchResults-list .search-results .search-result .viewings .andrews-button .andrews-icon {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -264px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 7px;
  margin-left: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1868, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .search-results .search-result .viewings .andrews-button .andrews-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -270.5px -40px;
    height: 13px;
    width: 7px;
  }
}
/* line 1877, ../sass/components/_search.scss */
#mobileHome #searchResults-list .office-contact {
  max-width: 922px;
  margin: 70px auto 70px auto;
  text-align: center;
  color: #520e41;
}
/* line 1883, ../sass/components/_search.scss */
#mobileHome #searchResults-list .office-contact h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
  color: #520e41;
  line-height: 42px;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  /* line 1883, ../sass/components/_search.scss */
  #mobileHome #searchResults-list .office-contact h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
    line-height: 28px;
  }
}
/* line 1894, ../sass/components/_search.scss */
#mobileHome #searchResults-list .office-contact h2 .branch-name {
  text-decoration: underline;
}
/* line 1898, ../sass/components/_search.scss */
#mobileHome #searchResults-list .office-contact h2 .phone-number {
  color: #ed1a3a;
}
/* line 1905, ../sass/components/_search.scss */
#mobileHome #searchResults-list .office-contact .copy-message {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  max-width: 620px;
  line-height: 24px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}
/* line 1916, ../sass/components/_search.scss */
#mobileHome #searchMask {
  position: absolute;
  width: 100%;
  background-color: black;
  z-index: 1;
  opacity: 0.5;
}
/* line 1924, ../sass/components/_search.scss */
#mobileHome #unknown-error {
  width: 100%;
  background-color: #f0f0f0;
  color: #520e41;
}
/* line 1929, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box {
  margin: 10px auto auto auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
/* line 1934, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 1934, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 1934, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1934, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 1934, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 1934, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1934, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1943, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 1943, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1943, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 1953, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1953, ../sass/components/_search.scss */
  #mobileHome #unknown-error .unknown-error-box .error-box h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 1961, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box p, #mobileHome #unknown-error .unknown-error-box .error-box li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
}
/* line 1965, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box p a, #mobileHome #unknown-error .unknown-error-box .error-box li a {
  color: red;
}
/* line 1970, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box ul {
  padding-left: 20px;
}
/* line 1976, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box.glance li {
  color: #520e41;
  list-style-type: disc;
}
/* line 1980, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box.glance li span {
  color: #616161;
}
/* line 1988, ../sass/components/_search.scss */
#mobileHome #unknown-error .unknown-error-box .error-box label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  display: block;
  color: black;
  margin-bottom: 5px;
}
/* line 1998, ../sass/components/_search.scss */
#mobileHome .aic-set {
  margin: 20px auto 0px auto;
  text-align: center;
  line-height: 36px;
  background-color: #f0f0f0;
}
/* line 2004, ../sass/components/_search.scss */
#mobileHome .aic-set.bottom {
  padding-bottom: 28px;
}
/* line 2008, ../sass/components/_search.scss */
#mobileHome .aic-set h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
  color: #520e41;
  line-height: 42px;
  padding: 0 20px 0 20px;
}
@media (max-width: 480px) {
  /* line 2008, ../sass/components/_search.scss */
  #mobileHome .aic-set h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  /* line 2022, ../sass/components/_search.scss */
  #mobileHome.mobile-search-visible {
    display: block;
  }
}

/* line 2029, ../sass/components/_search.scss */
.base-search {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 2030, ../sass/components/_search.scss */
.base-search select {
  margin-left: -256px;
}
@media (max-width: 1280px) {
  /* line 2029, ../sass/components/_search.scss */
  .base-search {
    min-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 2029, ../sass/components/_search.scss */
  .base-search {
    min-width: 0px;
  }
  /* line 2041, ../sass/components/_search.scss */
  .base-search select {
    margin-left: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2029, ../sass/components/_search.scss */
  .base-search {
    min-width: 0px;
  }
  /* line 2041, ../sass/components/_search.scss */
  .base-search select {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  /* line 2029, ../sass/components/_search.scss */
  .base-search {
    min-width: 0px;
    padding-top: 15px;
  }
}
/* line 2052, ../sass/components/_search.scss */
.base-search .select-overlay {
  margin-top: -50px;
}
/* line 2058, ../sass/components/_search.scss */
.base-search #pad-text-1 {
  float: left;
  text-align: left;
  width: 46px;
}
@media (max-width: 1280px) {
  /* line 2058, ../sass/components/_search.scss */
  .base-search #pad-text-1 {
    width: 36px;
  }
}
@media (max-width: 992px) {
  /* line 2058, ../sass/components/_search.scss */
  .base-search #pad-text-1 {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2058, ../sass/components/_search.scss */
  .base-search #pad-text-1 {
    display: none;
  }
}
/* line 2072, ../sass/components/_search.scss */
.base-search #pad-text-2 {
  float: left;
  text-align: center;
  width: 60px;
}
@media (max-width: 1280px) {
  /* line 2072, ../sass/components/_search.scss */
  .base-search #pad-text-2 {
    width: 42px;
  }
}
@media (max-width: 992px) {
  /* line 2072, ../sass/components/_search.scss */
  .base-search #pad-text-2 {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2072, ../sass/components/_search.scss */
  .base-search #pad-text-2 {
    display: none;
  }
}
/* line 2086, ../sass/components/_search.scss */
.base-search #pad-text-3 {
  float: left;
  text-align: center;
  width: 82px;
}
@media (max-width: 1280px) {
  /* line 2086, ../sass/components/_search.scss */
  .base-search #pad-text-3 {
    width: 62px;
  }
}
@media (max-width: 992px) {
  /* line 2086, ../sass/components/_search.scss */
  .base-search #pad-text-3 {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2086, ../sass/components/_search.scss */
  .base-search #pad-text-3 {
    display: none;
  }
}
/* line 2100, ../sass/components/_search.scss */
.base-search .option-box-toggle {
  float: left;
  width: 218px;
  border: 2px solid #ffffff;
  margin-top: 25px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 1280px) {
  /* line 2100, ../sass/components/_search.scss */
  .base-search .option-box-toggle {
    width: 182px;
  }
}
@media (max-width: 992px) {
  /* line 2100, ../sass/components/_search.scss */
  .base-search .option-box-toggle {
    margin-top: 15px;
    width: 30%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2100, ../sass/components/_search.scss */
  .base-search .option-box-toggle {
    margin-top: 15px;
    width: 30%;
  }
}
@media (max-width: 480px) {
  /* line 2100, ../sass/components/_search.scss */
  .base-search .option-box-toggle {
    margin: 0px auto 15px auto;
    display: block;
    float: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 2100, ../sass/components/_search.scss */
  .base-search .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2100, ../sass/components/_search.scss */
  .base-search .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 2100, ../sass/components/_search.scss */
  .base-search .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
/* line 2124, ../sass/components/_search.scss */
.base-search .option-box-toggle label {
  height: 46px;
}
/* line 2128, ../sass/components/_search.scss */
.base-search .option-box-toggle input[type="radio"]:checked + label {
  color: #ed1a3a;
  background-color: #ffffff;
  height: 46px;
}
/* line 2134, ../sass/components/_search.scss */
.base-search .option-box-toggle .radio {
  width: 50%;
  border: 2px solid #ed1a3a;
  float: left;
  text-align: center;
}
/* line 2140, ../sass/components/_search.scss */
.base-search .option-box-toggle .radio:hover {
  cursor: pointer;
  background-color: #d9040e;
}
/* line 2145, ../sass/components/_search.scss */
.base-search .option-box-toggle .radio.active {
  color: #ed1a3a;
  background-color: #ffffff;
}
/* line 2149, ../sass/components/_search.scss */
.base-search .option-box-toggle .radio.active:hover {
  cursor: pointer;
  background-color: #ffffff;
}
/* line 2155, ../sass/components/_search.scss */
.base-search .option-box-toggle .radio.sale-search {
  border-right: 1px solid #ed1a3a;
}
/* line 2159, ../sass/components/_search.scss */
.base-search .option-box-toggle .radio.rent-search {
  border-left: 1px solid #ed1a3a;
}
/* line 2165, ../sass/components/_search.scss */
.base-search .twitter-typeahead {
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  float: left;
  position: relative;
  width: 436px;
  margin-top: 25px;
  height: 50px;
  line-height: 46px;
}
/* line 2174, ../sass/components/_search.scss */
.base-search .twitter-typeahead:hover, .base-search .twitter-typeahead:focus {
  border: 2px solid #d9040e;
  cursor: pointer;
}
@media (max-width: 1280px) {
  /* line 2165, ../sass/components/_search.scss */
  .base-search .twitter-typeahead {
    width: 402px;
  }
}
@media (max-width: 992px) {
  /* line 2165, ../sass/components/_search.scss */
  .base-search .twitter-typeahead {
    width: 68.5%;
    margin-left: 1.5%;
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2165, ../sass/components/_search.scss */
  .base-search .twitter-typeahead {
    width: 68.5%;
    margin-left: 1.5%;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  /* line 2165, ../sass/components/_search.scss */
  .base-search .twitter-typeahead {
    display: block !important;
    margin: 0px auto;
    float: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 2165, ../sass/components/_search.scss */
  .base-search .twitter-typeahead {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2165, ../sass/components/_search.scss */
  .base-search .twitter-typeahead {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 2165, ../sass/components/_search.scss */
  .base-search .twitter-typeahead {
    height: 50px;
    line-height: 46px;
  }
}
/* line 48, ../sass/mixins/_global.scss */
.base-search .twitter-typeahead ::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 52, ../sass/mixins/_global.scss */
.base-search .twitter-typeahead :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
/* line 56, ../sass/mixins/_global.scss */
.base-search .twitter-typeahead ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
/* line 60, ../sass/mixins/_global.scss */
.base-search .twitter-typeahead :-ms-input-placeholder {
  color: #ffffff;
}
/* line 2200, ../sass/components/_search.scss */
.base-search .twitter-typeahead .tt-hint {
  display: none;
}
/* line 2204, ../sass/components/_search.scss */
.base-search .twitter-typeahead .tt-input {
  margin-left: 10px;
  background-color: transparent;
  color: #ffffff;
  outline: 0;
  border: 0;
  width: 90%;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 480px) {
  /* line 2204, ../sass/components/_search.scss */
  .base-search .twitter-typeahead .tt-input {
    width: 96%;
  }
}
@media (max-width: 992px) {
  /* line 2204, ../sass/components/_search.scss */
  .base-search .twitter-typeahead .tt-input {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2204, ../sass/components/_search.scss */
  .base-search .twitter-typeahead .tt-input {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 2204, ../sass/components/_search.scss */
  .base-search .twitter-typeahead .tt-input {
    height: 50px;
    line-height: 46px;
  }
}
/* line 2221, ../sass/components/_search.scss */
.base-search .twitter-typeahead .fa {
  font-size: 24px;
}
/* line 2226, ../sass/components/_search.scss */
.base-search .fa-crosshairs {
  float: left;
  margin-left: -35px;
  font-size: 26px;
  line-height: 50px;
  margin-top: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  /* line 2226, ../sass/components/_search.scss */
  .base-search .fa-crosshairs {
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2226, ../sass/components/_search.scss */
  .base-search .fa-crosshairs {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  /* line 2226, ../sass/components/_search.scss */
  .base-search .fa-crosshairs {
    display: none;
  }
}
/* line 2244, ../sass/components/_search.scss */
.base-search #Distance {
  width: 127px;
}
@media (max-width: 1280px) {
  /* line 2244, ../sass/components/_search.scss */
  .base-search #Distance {
    width: 116px;
  }
}
@media (max-width: 992px) {
  /* line 2244, ../sass/components/_search.scss */
  .base-search #Distance {
    display: none;
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2244, ../sass/components/_search.scss */
  .base-search #Distance {
    display: none;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  /* line 2244, ../sass/components/_search.scss */
  .base-search #Distance {
    display: none;
    width: 286px;
    margin: 0 auto;
    float: none;
  }
}
/* line 145, ../sass/mixins/_global.scss */
.base-search .chosen-container {
  width: 127px !important;
}
/* line 149, ../sass/mixins/_global.scss */
.base-search .chosen-single {
  width: 123px !important;
}
/* line 153, ../sass/mixins/_global.scss */
.base-search .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  .base-search .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  .base-search .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  .base-search .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
.base-search .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ed1a3a;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
.base-search .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ed1a3a;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
.base-search .chosen-single:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 186, ../sass/mixins/_global.scss */
.base-search .chosen-single:hover div b {
  color: #ed1a3a;
}
/* line 191, ../sass/mixins/_global.scss */
.base-search .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
.base-search .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
.base-search .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 127px;
}
/* line 215, ../sass/mixins/_global.scss */
.base-search .chosen-results {
  max-height: none;
  background-color: #ed1a3a;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
.base-search .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
.base-search .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 231, ../sass/mixins/_global.scss */
.base-search .chosen-results li:hover {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 236, ../sass/mixins/_global.scss */
.base-search .chosen-results li.highlighted {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 2269, ../sass/components/_search.scss */
.base-search .chosen-single:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 2273, ../sass/components/_search.scss */
.base-search .chosen-single:hover div b {
  color: #ffffff;
}
/* line 2281, ../sass/components/_search.scss */
.base-search .chosen-results li.result-selected {
  background-color: #f14861;
  color: #ffffff;
}
/* line 2286, ../sass/components/_search.scss */
.base-search .chosen-results li:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 2291, ../sass/components/_search.scss */
.base-search .chosen-results li.highlighted {
  background-color: #f14861;
  color: #ffffff;
}
/* line 2298, ../sass/components/_search.scss */
.base-search .chosen-container {
  float: left;
  margin-top: 25px;
}
@media (max-width: 992px) {
  /* line 2302, ../sass/components/_search.scss */
  .base-search .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2302, ../sass/components/_search.scss */
  .base-search .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 1280px) {
  /* line 2298, ../sass/components/_search.scss */
  .base-search .chosen-container {
    width: 116px !important;
  }
}
@media (max-width: 992px) {
  /* line 2298, ../sass/components/_search.scss */
  .base-search .chosen-container {
    margin-top: 10px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2298, ../sass/components/_search.scss */
  .base-search .chosen-container {
    margin-top: 10px;
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 2298, ../sass/components/_search.scss */
  .base-search .chosen-container {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 2324, ../sass/components/_search.scss */
  .base-search .chosen-single {
    width: 112px !important;
  }
}
@media (max-width: 992px) {
  /* line 2324, ../sass/components/_search.scss */
  .base-search .chosen-single {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2324, ../sass/components/_search.scss */
  .base-search .chosen-single {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 2334, ../sass/components/_search.scss */
  .base-search .chosen-drop {
    width: 116px;
  }
}
/* line 2340, ../sass/components/_search.scss */
.base-search .tt-dataset-0 {
  z-index: 2;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
/* line 2347, ../sass/components/_search.scss */
.base-search .tt-suggestion {
  background-color: #ffffff;
  color: #520e41;
  padding-left: 12px;
  width: 436px;
}
@media (max-width: 1280px) {
  /* line 2347, ../sass/components/_search.scss */
  .base-search .tt-suggestion {
    width: 402px;
  }
}
@media (max-width: 992px) {
  /* line 2347, ../sass/components/_search.scss */
  .base-search .tt-suggestion {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2347, ../sass/components/_search.scss */
  .base-search .tt-suggestion {
    width: 100%;
  }
}
/* line 2361, ../sass/components/_search.scss */
.base-search .tt-suggestion:hover {
  background-color: #efedec;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* line 2368, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2368, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 2368, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 2368, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .submit-search {
    display: none;
  }
}
/* line 2382, ../sass/components/_search.scss */
.base-search.search-submit-hidden #Distance {
  float: left;
}
@media (max-width: 992px) {
  /* line 2382, ../sass/components/_search.scss */
  .base-search.search-submit-hidden #Distance {
    width: 722px;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2382, ../sass/components/_search.scss */
  .base-search.search-submit-hidden #Distance {
    width: 722px;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 2382, ../sass/components/_search.scss */
  .base-search.search-submit-hidden #Distance {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 2382, ../sass/components/_search.scss */
  .base-search.search-submit-hidden #Distance {
    float: none;
    width: 286px;
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  /* line 2403, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2403, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 2403, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 2403, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-container {
    width: 100% !important;
    display: block;
    margin: 15px auto;
    float: none;
  }
  /* line 2421, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 2427, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2427, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 2427, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 2427, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 2445, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2445, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 2445, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 2445, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 2462, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2462, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 2462, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 2462, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) {
  /* line 2480, ../sass/components/_search.scss */
  .base-search.search-submit-hidden .chosen-drop {
    width: 100% !important;
    display: block;
  }
}

/* line 2489, ../sass/components/_search.scss */
.submit-search {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #ffffff;
  color: #ed1a3a;
  border: 0;
  float: left;
  margin-top: 25px;
  height: 50px;
  line-height: 46px;
  margin-left: 25px;
  width: 158px;
}
@media (max-width: 992px) {
  /* line 2489, ../sass/components/_search.scss */
  .submit-search {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2489, ../sass/components/_search.scss */
  .submit-search {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 2489, ../sass/components/_search.scss */
  .submit-search {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  /* line 2489, ../sass/components/_search.scss */
  .submit-search {
    margin-left: 10px;
    width: 130px;
  }
}
@media (max-width: 992px) {
  /* line 2489, ../sass/components/_search.scss */
  .submit-search {
    margin-left: 0px;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2489, ../sass/components/_search.scss */
  .submit-search {
    margin-left: 0px;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 2489, ../sass/components/_search.scss */
  .submit-search {
    margin: 15px auto;
    width: 100%;
    display: block;
    float: none;
  }
}
/* line 2520, ../sass/components/_search.scss */
.submit-search:hover {
  cursor: pointer;
  background-color: #520e41;
}

/* line 2526, ../sass/components/_search.scss */
.advanced-search-toggle {
  cursor: pointer;
  position: absolute;
  left: 50%;
  padding-top: 5px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background-color: #ed1a3a;
  z-index: 1;
  font-size: 0.8em;
  width: 162px;
  margin-left: -81px;
  top: 75px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 12px;
}
@media (max-width: 992px) {
  /* line 2526, ../sass/components/_search.scss */
  .advanced-search-toggle {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2526, ../sass/components/_search.scss */
  .advanced-search-toggle {
    padding-top: 0px;
  }
}
/* line 2547, ../sass/components/_search.scss */
.advanced-search-toggle .fa {
  margin-left: 5px;
  color: #ffffff;
  line-height: 40px;
  font-size: 0.8em;
}
@media (max-width: 1280px) {
  /* line 2547, ../sass/components/_search.scss */
  .advanced-search-toggle .fa {
    line-height: 30px;
  }
}
/* line 2560, ../sass/components/_search.scss */
.advanced-search-toggle:hover {
  top: 95px;
}
@media (max-width: 992px) {
  /* line 2526, ../sass/components/_search.scss */
  .advanced-search-toggle {
    top: 128px;
    width: 162px;
    height: 45px;
  }
  /* line 2571, ../sass/components/_search.scss */
  .advanced-search-toggle:hover {
    top: 128px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2526, ../sass/components/_search.scss */
  .advanced-search-toggle {
    top: 128px;
    width: 162px;
    height: 45px;
  }
  /* line 2571, ../sass/components/_search.scss */
  .advanced-search-toggle:hover {
    top: 128px;
  }
}
@media (max-width: 480px) {
  /* line 2526, ../sass/components/_search.scss */
  .advanced-search-toggle {
    top: 198px;
    width: 162px;
    height: 50px;
  }
  /* line 2581, ../sass/components/_search.scss */
  .advanced-search-toggle:hover {
    top: 198px;
  }
}

/* line 2587, ../sass/components/_search.scss */
.advanced-search {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0px;
  background-color: #ed1a3a;
  height: 475px;
  z-index: 2;
  line-height: normal;
}
@media (max-width: 992px) {
  /* line 2587, ../sass/components/_search.scss */
  .advanced-search {
    top: 140px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2587, ../sass/components/_search.scss */
  .advanced-search {
    top: 140px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  /* line 2587, ../sass/components/_search.scss */
  .advanced-search {
    margin-top: 0px;
    top: 230px;
    padding-left: 17px;
    padding-right: 17px;
    height: auto;
  }
}
/* line 2612, ../sass/components/_search.scss */
.advanced-search #mobileOption-advanced {
  display: none;
  background-color: #ed1a3a;
  text-align: center;
  padding-bottom: 20px;
}
/* line 145, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-container {
  width: 290px !important;
}
/* line 149, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-single {
  width: 286px !important;
}
/* line 153, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  .advanced-search #mobileOption-advanced .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  .advanced-search #mobileOption-advanced .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  .advanced-search #mobileOption-advanced .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ed1a3a;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ed1a3a;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-single:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 186, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-single:hover div b {
  color: #ed1a3a;
}
/* line 191, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 290px;
}
/* line 215, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-results {
  max-height: none;
  background-color: #ed1a3a;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 231, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-results li:hover {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 236, ../sass/mixins/_global.scss */
.advanced-search #mobileOption-advanced .chosen-results li.highlighted {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 2620, ../sass/components/_search.scss */
.advanced-search #mobileOption-advanced .chosen-container {
  text-align: left;
}
@media (max-width: 992px) {
  /* line 2612, ../sass/components/_search.scss */
  .advanced-search #mobileOption-advanced {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2612, ../sass/components/_search.scss */
  .advanced-search #mobileOption-advanced {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 2612, ../sass/components/_search.scss */
  .advanced-search #mobileOption-advanced {
    display: block;
  }
}
/* line 2633, ../sass/components/_search.scss */
.advanced-search #mobileSubmit {
  display: none;
  width: 100%;
  background-color: #ed1a3a;
  padding: 80px 0 20px 0;
}
@media (max-width: 992px) {
  /* line 2633, ../sass/components/_search.scss */
  .advanced-search #mobileSubmit {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2633, ../sass/components/_search.scss */
  .advanced-search #mobileSubmit {
    display: block;
  }
}
/* line 2643, ../sass/components/_search.scss */
.advanced-search #mobileSubmit .submit-search {
  margin: 0 auto 20px auto;
  display: block;
  width: 100%;
}
/* line 2653, ../sass/components/_search.scss */
.advanced-search label {
  line-height: 28px;
  float: left;
  margin-left: 10px;
  color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 2661, ../sass/components/_search.scss */
.advanced-search h2 {
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 992px) {
  /* line 2661, ../sass/components/_search.scss */
  .advanced-search h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 24px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2661, ../sass/components/_search.scss */
  .advanced-search h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  /* line 2661, ../sass/components/_search.scss */
  .advanced-search h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}
/* line 2676, ../sass/components/_search.scss */
.advanced-search .searchContainer {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 16px;
}
/* line 2679, ../sass/components/_search.scss */
.advanced-search .searchContainer .select-overlay {
  margin-top: -45px;
}
@media (max-width: 480px) {
  /* line 2679, ../sass/components/_search.scss */
  .advanced-search .searchContainer .select-overlay {
    margin-top: -60px;
  }
}
/* line 2688, ../sass/components/_search.scss */
.advanced-search h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  color: #ffffff;
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 2688, ../sass/components/_search.scss */
  .advanced-search h4 {
    margin-top: 80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2688, ../sass/components/_search.scss */
  .advanced-search h4 {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  /* line 2688, ../sass/components/_search.scss */
  .advanced-search h4 {
    margin-top: 30px;
  }
}
/* line 2702, ../sass/components/_search.scss */
.advanced-search .option-col {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  /* line 2702, ../sass/components/_search.scss */
  .advanced-search .option-col {
    display: block;
  }
}
/* line 2711, ../sass/components/_search.scss */
.advanced-search .option-col--col-1 {
  width: 40%;
}
@media (max-width: 992px) {
  /* line 2711, ../sass/components/_search.scss */
  .advanced-search .option-col--col-1 {
    width: 100%;
  }
  /* line 2717, ../sass/components/_search.scss */
  .advanced-search .option-col--col-1 h4 {
    margin-top: 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2711, ../sass/components/_search.scss */
  .advanced-search .option-col--col-1 {
    width: 100%;
  }
  /* line 2717, ../sass/components/_search.scss */
  .advanced-search .option-col--col-1 h4 {
    margin-top: 50px;
  }
}
/* line 2723, ../sass/components/_search.scss */
.advanced-search .option-col--col-2 {
  width: 30%;
}
@media (max-width: 992px) {
  /* line 2723, ../sass/components/_search.scss */
  .advanced-search .option-col--col-2 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2723, ../sass/components/_search.scss */
  .advanced-search .option-col--col-2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 2731, ../sass/components/_search.scss */
  .advanced-search .option-col--col-2 h4 {
    margin-top: 80px;
  }
}
/* line 2737, ../sass/components/_search.scss */
.advanced-search .option-col--col-3 {
  width: 30%;
}
/* line 2740, ../sass/components/_search.scss */
.advanced-search .option-col--col-3 h4 {
  margin-bottom: -4px;
}
@media (max-width: 992px) {
  /* line 2737, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2737, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 2749, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 h4 {
    margin-top: 80px;
  }
}
/* line 2754, ../sass/components/_search.scss */
.advanced-search .option-col--col-3 #featuresSelect {
  line-height: 22px;
  text-align: center;
}
/* line 2758, ../sass/components/_search.scss */
.advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox, .advanced-search .option-col--col-3 #featuresSelect label {
  margin-top: 33px;
}
@media (max-width: 992px) {
  /* line 2763, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 #featuresSelect label {
    margin-right: 20px;
  }
  /* line 2767, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox {
    clear: both;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2763, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 #featuresSelect label {
    margin-right: 20px;
  }
  /* line 2767, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox {
    clear: both;
  }
}
@media (max-width: 480px) {
  /* line 2773, ../sass/components/_search.scss */
  .advanced-search .option-col--col-3 #featuresSelect .andrews-checkbox {
    clear: both;
  }
}
/* line 2779, ../sass/components/_search.scss */
.advanced-search .option-col--col-3 .andrews-checkbox {
  clear: both;
}
/* line 2785, ../sass/components/_search.scss */
.advanced-search .search-inner {
  max-width: 1152px;
  padding-top: 80px;
  border-top: 2px solid #520e41;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    padding: 80px 86px 0 86px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    padding: 80px 86px 0 86px;
  }
}
@media (max-width: 650px) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    padding: 80px 0px 0 0px;
  }
}
@media (max-width: 480px) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    padding-top: 40px;
  }
}
/* line 2807, ../sass/components/_search.scss */
.advanced-search .search-inner .andrews-close:hover {
  opacity: 0.5;
}
@media (max-width: 480px) {
  /* line 2805, ../sass/components/_search.scss */
  .advanced-search .search-inner .andrews-close {
    top: 0px;
    right: 0px;
  }
}
/* line 2817, ../sass/components/_search.scss */
.advanced-search .search-inner #MinBathrooms, .advanced-search .search-inner #MinBeds, .advanced-search .search-inner #propertyType {
  width: 262px;
}
@media (max-width: 992px) {
  /* line 2817, ../sass/components/_search.scss */
  .advanced-search .search-inner #MinBathrooms, .advanced-search .search-inner #MinBeds, .advanced-search .search-inner #propertyType {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2817, ../sass/components/_search.scss */
  .advanced-search .search-inner #MinBathrooms, .advanced-search .search-inner #MinBeds, .advanced-search .search-inner #propertyType {
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    border-top: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2785, ../sass/components/_search.scss */
  .advanced-search .search-inner {
    border-top: none;
  }
}
/* line 2829, ../sass/components/_search.scss */
.advanced-search .search-inner .searchContainer {
  margin-top: 10px;
}
/* line 145, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-container {
  width: 266px !important;
}
/* line 149, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-single {
  width: 262px !important;
}
/* line 153, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #ed1a3a;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  .advanced-search .search-inner .searchContainer .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  .advanced-search .search-inner .searchContainer .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  .advanced-search .search-inner .searchContainer .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ed1a3a;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ed1a3a;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-single:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 186, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-single:hover div b {
  color: #ed1a3a;
}
/* line 191, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 266px;
}
/* line 215, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-results {
  max-height: none;
  background-color: #ed1a3a;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 231, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-results li:hover {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 236, ../sass/mixins/_global.scss */
.advanced-search .search-inner .searchContainer .chosen-results li.highlighted {
  background: #ffffff;
  color: #ed1a3a;
}
/* line 2835, ../sass/components/_search.scss */
.advanced-search .search-inner .searchContainer .chosen-single:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 2839, ../sass/components/_search.scss */
.advanced-search .search-inner .searchContainer .chosen-single:hover div b {
  color: #ffffff;
}
/* line 2847, ../sass/components/_search.scss */
.advanced-search .search-inner .searchContainer .chosen-results li.result-selected {
  background-color: #f14861;
  color: #ffffff;
}
/* line 2852, ../sass/components/_search.scss */
.advanced-search .search-inner .searchContainer .chosen-results li:hover {
  background-color: #f14861;
  color: #ffffff;
}
/* line 2857, ../sass/components/_search.scss */
.advanced-search .search-inner .searchContainer .chosen-results li.highlighted {
  background-color: #f14861;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 2864, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-container {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2864, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-container {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* line 2864, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  /* line 2874, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-single {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2874, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-single {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  /* line 2874, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-single {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  /* line 2884, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-drop {
    width: 100% !important;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2884, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-drop {
    width: 100% !important;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 2884, ../sass/components/_search.scss */
  .advanced-search .search-inner .searchContainer .chosen-drop {
    width: 100% !important;
  }
}
/* line 2897, ../sass/components/_search.scss */
.advanced-search #priceBarUpper span {
  display: inline-block;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  width: 36px;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 2897, ../sass/components/_search.scss */
  .advanced-search #priceBarUpper span {
    width: 6%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2897, ../sass/components/_search.scss */
  .advanced-search #priceBarUpper span {
    width: 6%;
  }
}
@media (max-width: 480px) {
  /* line 2897, ../sass/components/_search.scss */
  .advanced-search #priceBarUpper span {
    width: 8%;
  }
}
/* line 2915, ../sass/components/_search.scss */
.advanced-search .ui-state-active, .advanced-search .ui-widget-content .ui-state-active, .advanced-search .ui-widget-header .ui-state-active {
  border: none;
  background: none;
  font-weight: normal;
  border-radius: 50%;
  background-color: white;
  top: -10px;
  left: -7px;
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 2931, ../sass/components/_search.scss */
.advanced-search .ui-state-default, .advanced-search .ui-widget-content .ui-state-default, .advanced-search .ui-widget-header .ui-state-default {
  border: none;
  background: none;
  font-weight: normal;
  border-radius: 50%;
  background-color: white;
  top: -10px;
  left: -7px;
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 2947, ../sass/components/_search.scss */
.advanced-search .ui-widget-header {
  background: none;
  border: none;
  background-color: #520e41;
}
/* line 2953, ../sass/components/_search.scss */
.advanced-search .handle-inner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #520e41;
  top: 7px;
  left: 7px;
}
/* line 2963, ../sass/components/_search.scss */
.advanced-search .ui-corner-all {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 2970, ../sass/components/_search.scss */
.advanced-search .ui-widget-content {
  border: none;
  background: none;
}
/* line 2975, ../sass/components/_search.scss */
.advanced-search #minAmount, .advanced-search #maxAmount {
  border: 2px solid #ffffff;
  width: 162px;
  height: 50px;
  line-height: 46px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  background-color: #ed1a3a;
  color: #ffffff;
  padding-left: 20px;
}
@media (max-width: 992px) {
  /* line 2975, ../sass/components/_search.scss */
  .advanced-search #minAmount, .advanced-search #maxAmount {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2975, ../sass/components/_search.scss */
  .advanced-search #minAmount, .advanced-search #maxAmount {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 2975, ../sass/components/_search.scss */
  .advanced-search #minAmount, .advanced-search #maxAmount {
    height: 50px;
    line-height: 46px;
  }
}
/* line 2984, ../sass/components/_search.scss */
.advanced-search #minAmount:hover, .advanced-search #minAmount:focus, .advanced-search #maxAmount:hover, .advanced-search #maxAmount:focus {
  border: 2px solid #d9040e;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* line 2975, ../sass/components/_search.scss */
  .advanced-search #minAmount, .advanced-search #maxAmount {
    width: 47%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2975, ../sass/components/_search.scss */
  .advanced-search #minAmount, .advanced-search #maxAmount {
    width: 47%;
  }
}
@media (max-width: 480px) {
  /* line 2975, ../sass/components/_search.scss */
  .advanced-search #minAmount, .advanced-search #maxAmount {
    width: 46%;
  }
}
/* line 3001, ../sass/components/_search.scss */
.advanced-search #priceContainer-renting {
  display: none;
}
/* line 3005, ../sass/components/_search.scss */
.advanced-search .sliderContainer {
  height: 8px;
  background-color: #cf193b;
  margin-top: 40px;
  margin-left: 7px;
  position: relative;
  width: 354px;
}
@media (max-width: 992px) {
  /* line 3005, ../sass/components/_search.scss */
  .advanced-search .sliderContainer {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3005, ../sass/components/_search.scss */
  .advanced-search .sliderContainer {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 3018, ../sass/components/_search.scss */
.advanced-search .sliderContainer #sliderHandle {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  top: -10px;
  left: -7px;
}
/* line 3027, ../sass/components/_search.scss */
.advanced-search .sliderContainer #sliderHandle .handle-inner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #520e41;
  top: 7px;
  left: 7px;
}
/* line 3037, ../sass/components/_search.scss */
.advanced-search .sliderContainer #sliderHandle.right {
  left: auto;
  right: -7px;
}

/* line 3045, ../sass/components/_search.scss */
#searchResults-map {
  padding-bottom: 60px;
}

/* line 3049, ../sass/components/_search.scss */
#searchResults-search {
  width: 100%;
  background-color: #ffffff;
  color: #ed1a3a;
  line-height: 72px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
/* line 3057, ../sass/components/_search.scss */
#searchResults-search .advanced-search-toggle {
  display: none;
}
/* line 3061, ../sass/components/_search.scss */
#searchResults-search .advanced-search {
  display: block;
  opacity: 1;
  height: 316px;
  background-color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 3061, ../sass/components/_search.scss */
  #searchResults-search .advanced-search {
    height: 656px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3061, ../sass/components/_search.scss */
  #searchResults-search .advanced-search {
    height: 656px;
  }
}
/* line 3072, ../sass/components/_search.scss */
#searchResults-search .advanced-search .search-inner {
  border-top: 2px solid #eae4dd;
}
/* line 3076, ../sass/components/_search.scss */
#searchResults-search .advanced-search h2 {
  display: none;
}
/* line 3080, ../sass/components/_search.scss */
#searchResults-search .advanced-search .andrews-close {
  display: none;
}

/* line 3086, ../sass/components/_search.scss */
.save-confirmation {
  width: 100%;
  color: #520e41;
  margin: 10px auto auto auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
/* line 3093, ../sass/components/_search.scss */
.save-confirmation .box-controls {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 3093, ../sass/components/_search.scss */
  .save-confirmation .box-controls {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 3093, ../sass/components/_search.scss */
  .save-confirmation .box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3093, ../sass/components/_search.scss */
  .save-confirmation .box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 3093, ../sass/components/_search.scss */
  .save-confirmation .box-controls {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 3093, ../sass/components/_search.scss */
  .save-confirmation .box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3093, ../sass/components/_search.scss */
  .save-confirmation .box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 3103, ../sass/components/_search.scss */
.save-confirmation .box-controls h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 3103, ../sass/components/_search.scss */
  .save-confirmation .box-controls h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3103, ../sass/components/_search.scss */
  .save-confirmation .box-controls h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 3113, ../sass/components/_search.scss */
  .save-confirmation .box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3113, ../sass/components/_search.scss */
  .save-confirmation .box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 3121, ../sass/components/_search.scss */
.save-confirmation .box-controls p {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
}
/* line 3126, ../sass/components/_search.scss */
.save-confirmation .box-controls p a {
  color: red;
}
/* line 3131, ../sass/components/_search.scss */
.save-confirmation .box-controls a {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  color: red;
}

/* line 3139, ../sass/components/_search.scss */
#searchResults-controls {
  width: 100%;
  background-color: #f0f0f0;
  color: #520e41;
}
/* line 3144, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box {
  margin: 10px auto auto auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
/* line 3149, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 3149, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 3149, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3149, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 3149, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 3149, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3149, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 3158, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 3158, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3158, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 3168, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3168, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 3176, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls p, #searchResults-controls .search-filter-box .filter-box-controls li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
}
/* line 3181, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls p a, #searchResults-controls .search-filter-box .filter-box-controls li a {
  color: red;
}
/* line 3187, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  display: block;
  color: black;
  margin-bottom: 5px;
}
/* line 3194, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .control-box {
  float: left;
  margin-right: 20px;
}
@media (max-width: 992px) {
  /* line 3194, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box {
    width: 49%;
    margin-right: 1%;
  }
  /* line 3202, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box.price-filter {
    float: none;
    width: 100%;
  }
  /* line 3207, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box.stc {
    margin-right: 0px;
    margin-left: 1%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3194, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box {
    width: 49%;
    margin-right: 1%;
  }
  /* line 3202, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box.price-filter {
    float: none;
    width: 100%;
  }
  /* line 3207, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box.stc {
    margin-right: 0px;
    margin-left: 1%;
  }
}
/* line 3213, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .control-box label {
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 3213, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3213, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box label {
    display: none;
  }
}
/* line 3222, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .toggle-box {
  float: right;
}
@media (max-width: 992px) {
  /* line 3222, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box {
    float: none;
    clear: both;
    width: 100%;
    display: table;
    border: 2px solid #520e41;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3222, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box {
    float: none;
    clear: both;
    width: 100%;
    display: table;
    border: 2px solid #520e41;
  }
}
/* line 3233, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  width: 74px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #520e41;
  margin-left: 10px;
  margin-top: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* line 3233, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3233, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 3233, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  /* line 3233, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    display: table-cell;
    width: 50%;
    margin: 0px;
    border: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3233, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box {
    display: table-cell;
    width: 50%;
    margin: 0px;
    border: 0px;
  }
}
/* line 3251, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box .fa, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box .fa {
  margin-left: 5px;
}
/* line 3255, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box:hover, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 3260, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box.active, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box.active {
  background-color: #520e41;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 3260, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box.active, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box.active {
    border: 2px solid white;
    border-right: 1px solid white;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3260, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .list-box.active, #searchResults-controls .search-filter-box .filter-box-controls .toggle-box .map-box.active {
    border: 2px solid white;
    border-right: 1px solid white;
  }
}
/* line 3272, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .select-overlay {
  margin-top: -50px;
}
@media (max-width: 992px) {
  /* line 3272, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .select-overlay {
    margin-top: -19px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3272, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .select-overlay {
    margin-top: -19px;
  }
}
@media (max-width: 480px) {
  /* line 3272, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .select-overlay {
    margin-top: -19px;
  }
}
/* line 3285, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_Top, #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_OrderBy, #searchResults-controls .search-filter-box .filter-box-controls #displayFilter {
  width: 160px;
}
@media (max-width: 992px) {
  /* line 3285, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_Top, #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_OrderBy, #searchResults-controls .search-filter-box .filter-box-controls #displayFilter {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3285, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_Top, #searchResults-controls .search-filter-box .filter-box-controls #PropertyBaseCriteria_OrderBy, #searchResults-controls .search-filter-box .filter-box-controls #displayFilter {
    width: 100%;
  }
}
/* line 3293, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
  border: 2px solid #520e41;
  width: 262px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 3293, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3293, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 3293, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  /* line 3293, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3293, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered {
    width: 100%;
  }
}
/* line 3302, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered label {
  margin-left: 10px;
}
@media (max-width: 992px) {
  /* line 3302, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3302, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered label {
    display: none;
  }
}
/* line 3309, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered .letAgreedMobile {
  display: block;
}
/* line 3313, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered #stcMobile {
  display: none;
}
@media (max-width: 992px) {
  /* line 3313, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered #stcMobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3313, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered #stcMobile {
    display: block;
  }
}
/* line 3321, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .control-box-bordered .andrews-checkbox {
  background-color: #520e41;
  margin: 8px;
}
/* line 145, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-container {
  width: 164px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
  width: 160px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 186, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover div b {
  color: #ffffff;
}
/* line 191, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 164px;
}
/* line 215, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 231, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
}
/* line 236, ../sass/mixins/_global.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}
/* line 3332, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover {
  background-color: #ffffff;
  color: #520e41;
}
/* line 3336, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-single:hover div b {
  color: #520e41;
}
/* line 3344, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.result-selected {
  background-color: #f2f2f2;
  color: #520e41;
}
/* line 3349, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results li:hover {
  background: #f2f2f2;
  color: #520e41;
}
/* line 3354, ../sass/components/_search.scss */
#searchResults-controls .search-filter-box .filter-box-controls .chosen-results li.highlighted {
  background: #f2f2f2;
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 3361, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-container {
    width: 100% !important;
    margin-bottom: 10px;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3361, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-container {
    width: 100% !important;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 3369, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3369, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 3376, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3376, ../sass/components/_search.scss */
  #searchResults-controls .search-filter-box .filter-box-controls .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}

/* line 3387, ../sass/components/_search.scss */
#searchResults-list {
  width: 100%;
  background-color: #f0f0f0;
  color: #520e41;
  padding-bottom: 40px;
}
/* line 3393, ../sass/components/_search.scss */
#searchResults-list .search-pagination {
  padding-top: 28px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 3397, ../sass/components/_search.scss */
#searchResults-list .search-pagination.bottom {
  padding-top: 0px;
}
/* line 432, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination #pageSelect {
  width: 80px;
}
/* line 145, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-container {
  width: 84px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-single {
  width: 80px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #f0f0f0;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #searchResults-list .search-pagination .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #searchResults-list .search-pagination .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #searchResults-list .search-pagination .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-container-active.chosen-with-drop .chosen-single {
  background: #f0f0f0;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #f0f0f0;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-single:hover {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 186, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-single:hover div b {
  color: #f0f0f0;
}
/* line 191, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 84px;
}
/* line 215, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-results {
  max-height: none;
  background-color: #f0f0f0;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-results li.result-selected {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 231, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-results li:hover {
  background: #520e41;
  color: #f0f0f0;
}
/* line 236, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-results li.highlighted {
  background: #520e41;
  color: #f0f0f0;
}
/* line 438, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  height: 40px;
}
/* line 443, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .chosen-single {
  height: 36px;
  line-height: 36px;
}
/* line 448, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination select {
  max-width: 80px;
  height: 40px;
  float: left;
}
/* line 454, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .select-overlay {
  margin-left: -70px;
  margin-top: -8px;
}
/* line 459, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set {
  font-size: 0;
  margin: 0px auto 0px auto;
  width: 264px;
  text-align: center;
  line-height: 36px;
  background-color: #f0f0f0;
}
/* line 467, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set.bottom {
  padding-bottom: 28px;
}
/* line 471, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .previous {
  width: 80px;
  height: 40px;
  border: 2px solid #520e41;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
}
/* line 480, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .previous:hover {
  background-color: #520e41;
  color: #f0f0f0;
  cursor: pointer;
}
/* line 486, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .previous.disabled {
  pointer-events: none;
  cursor: none;
}
/* line 491, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .previous a.disabled {
  pointer-events: none;
  cursor: none;
}
/* line 497, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .next {
  width: 80px;
  height: 40px;
  border: 2px solid #520e41;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 13px;
}
/* line 506, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .next:hover {
  background-color: #520e41;
  color: #f0f0f0;
  cursor: pointer;
}
/* line 511, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .next.disabled {
  pointer-events: none;
  cursor: none;
}
/* line 516, ../sass/mixins/_global.scss */
#searchResults-list .search-pagination .pagination-set .next a.disabled {
  pointer-events: none;
  cursor: default;
}
/* line 3404, ../sass/components/_search.scss */
#searchResults-list .search-results {
  display: table;
  margin: 28px auto 28px auto;
  width: 1152px;
}
@media (max-width: 1280px) {
  /* line 3404, ../sass/components/_search.scss */
  #searchResults-list .search-results {
    width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 3404, ../sass/components/_search.scss */
  #searchResults-list .search-results {
    width: 100%;
    margin: 28px 23px 28px 23px;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3404, ../sass/components/_search.scss */
  #searchResults-list .search-results {
    width: 100%;
    margin: 28px 23px 28px 23px;
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 3404, ../sass/components/_search.scss */
  #searchResults-list .search-results {
    width: 100%;
    width: auto;
  }
}
/* line 3424, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result {
  display: table-row;
  width: 1152px;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  /* line 3424, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result {
    width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 3424, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result {
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3424, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 3424, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 992px) {
  /* line 3424, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3424, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result {
    height: auto;
  }
}
/* line 3448, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column {
  display: table-cell;
  vertical-align: top;
  width: 460px;
  min-height: 440px;
}
@media (max-width: 1280px) {
  /* line 3448, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column {
    width: 390px;
    min-height: 395px;
  }
}
@media (max-width: 992px) {
  /* line 3448, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column {
    width: 50%;
    min-height: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3448, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column {
    width: 50%;
    min-height: 0px;
  }
}
@media (max-width: 650px) {
  /* line 3448, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column {
    display: block;
    width: 100%;
  }
}
/* line 3469, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button {
  position: absolute;
  bottom: 40px;
  width: 162px;
  height: 50px;
  line-height: 46px;
  background-color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 3469, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3469, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 3469, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  /* line 3469, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button {
    width: 155px;
  }
}
@media (max-width: 992px) {
  /* line 3469, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3469, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button {
    display: none;
  }
}
/* line 3486, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty {
  left: 50px;
  border: 2px solid #520e41;
  color: #520e41;
}
/* line 3492, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -78px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3492, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -85.5px -40px;
    height: 9px;
    width: 9px;
  }
}
@media (max-width: 1280px) {
  /* line 3486, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty {
    left: 30px;
  }
}
/* line 3502, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty:hover {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 3507, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty:hover .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -60px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3507, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button.savedSearchProperty:hover .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -94.5px -40px;
    height: 9px;
    width: 9px;
  }
}
/* line 3514, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.save-property {
  left: 50px;
  border: 2px solid #520e41;
  color: #520e41;
}
/* line 3520, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.save-property .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -78px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3520, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -85.5px -40px;
    height: 9px;
    width: 9px;
  }
}
@media (max-width: 1280px) {
  /* line 3514, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property {
    left: 30px;
  }
}
/* line 3530, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.save-property:hover {
  background-color: #520e41;
  color: #f0f0f0;
}
/* line 3535, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.save-property:hover .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -60px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3535, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button.save-property:hover .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -94.5px -40px;
    height: 9px;
    width: 9px;
  }
}
/* line 3542, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.full-details {
  right: 50px;
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
}
@media (max-width: 1280px) {
  /* line 3542, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .andrews-button.full-details {
    right: 40px;
  }
}
/* line 3551, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .andrews-button.full-details:hover {
  background-color: #ed1a3a;
  color: #f0f0f0;
}
/* line 3558, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .photo {
  height: 310px;
}
@media (max-width: 992px) {
  /* line 3558, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .photo {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3558, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .photo {
    width: 100%;
    height: auto;
  }
}
/* line 3566, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .photo-column .photo img {
  width: 460px;
}
@media (max-width: 992px) {
  /* line 3566, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .photo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3566, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .photo-column .photo img {
    width: 100%;
    height: auto;
  }
}
/* line 3577, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .right-side-column {
  display: table-cell;
  vertical-align: top;
}
/* line 3581, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .right-side-column .sr-mobile {
  display: none;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  position: absolute;
}
@media (max-width: 992px) {
  /* line 3581, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3581, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 3581, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile {
    position: static;
    padding: 20px;
  }
}
/* line 3600, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  /* line 3600, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3600, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
/* line 3610, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 span {
  display: block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
}
@media (max-width: 992px) {
  /* line 3610, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 span {
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3610, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile h2 span {
    font-size: 21px;
  }
}
/* line 3622, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .right-side-column .sr-mobile .letting-fee {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  font-size: 18px;
  color: #ed1a3a;
  font-style: normal;
  line-height: 32px;
  margin: 10px 0 20px 0;
}
@media (max-width: 992px) {
  /* line 3622, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile .letting-fee {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3622, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile .letting-fee {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* line 3622, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column .sr-mobile .letting-fee {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
/* line 3641, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .right-side-column .sr-mobile .sr-button-mobile {
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
}
/* line 3648, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .right-side-column .sr-mobile .sr-button-mobile:hover {
  color: #ffffff;
  background-color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 3577, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column {
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3577, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column {
    width: 50%;
  }
}
@media (max-width: 650px) {
  /* line 3577, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .right-side-column {
    display: block;
    width: 100%;
  }
}
/* line 3666, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .details-column {
  width: 410px;
  min-height: 360px;
  margin: 40px 0px 40px 0px;
  padding: 0 40px 0 40px;
  float: left;
  border-right: 2px solid #f0f0f0;
}
@media (max-width: 1280px) {
  /* line 3666, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column {
    width: 348px;
    margin: 30px 0px 30px 0px;
    padding: 0 30px 0 30px;
    min-height: 335px;
  }
}
@media (max-width: 992px) {
  /* line 3666, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column {
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: auto;
    border-right: none;
    min-height: 0px;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3666, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column {
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: auto;
    border-right: none;
    min-height: 0px;
    float: none;
  }
}
/* line 3691, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .details-column h2 {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
@media (max-width: 992px) {
  /* line 3691, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 17px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3691, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 17px;
  }
}
/* line 3700, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .details-column h3 {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  font-size: 20px;
  color: #520e41;
  font-style: normal;
  line-height: 22px;
  margin: 10px 0 10px 0;
}
@media (max-width: 992px) {
  /* line 3700, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column h3 {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3700, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column h3 {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  /* line 3713, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column ul {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3713, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .details-column ul {
    display: none;
  }
}
/* line 3719, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .details-column li {
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: disc;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #520e41;
  margin-left: 20px;
}
/* line 3727, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .details-column li span {
  color: #616161;
}
/* line 3731, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .details-column li.hiliteRed {
  color: #ed1a3a;
}
/* line 3739, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-column {
  float: left;
  width: 280px;
  padding: 40px;
  position: relative;
  min-height: 440px;
}
@media (max-width: 1280px) {
  /* line 3739, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column {
    width: 240px;
    padding: 30px;
    min-height: 395px;
  }
}
@media (max-width: 992px) {
  /* line 3739, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3739, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column {
    display: none;
  }
}
/* line 3756, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-column h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  /* line 3756, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3756, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column h2 {
    font-size: 13px;
    line-height: 18px;
  }
}
/* line 3766, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-column h2 span {
  display: block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
}
@media (max-width: 992px) {
  /* line 3766, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column h2 span {
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3766, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column h2 span {
    font-size: 21px;
  }
}
/* line 3778, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-column .letting-fee {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  font-size: 18px;
  color: #ed1a3a;
  font-style: normal;
  line-height: 22px;
  margin: 10px 0 10px 0;
}
@media (max-width: 992px) {
  /* line 3778, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column .letting-fee {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3778, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column .letting-fee {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* line 3778, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-column .letting-fee {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
/* line 3797, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-header {
  color: #b9b0a7;
  bottom: 40px;
  right: 40px;
  position: absolute;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 1280px) {
  /* line 3797, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-header {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 992px) {
  /* line 3797, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-header {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3797, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-header {
    display: none;
  }
}
/* line 3814, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-header h2 {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 18px;
  max-width: 200px;
  line-height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  /* line 3814, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-header h2 {
    max-width: 180px;
  }
}
/* line 3826, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-header h3 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
}
/* line 3832, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .contact-header .andrews-button {
  width: 200px;
  text-align: center;
  display: block;
  margin: 0px;
}
@media (max-width: 1280px) {
  /* line 3832, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .contact-header .andrews-button {
    max-width: 180px;
  }
}
/* line 3844, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .viewings {
  width: 200px;
  height: 150px;
  padding: 15px;
  background-color: #f0ece4;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 3844, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .viewings {
    width: 180px;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  /* line 3844, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .viewings {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3844, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .viewings {
    display: none;
  }
}
/* line 3860, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .viewings h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
/* line 3866, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .viewings h4 {
  padding-top: 4px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 18px;
}
/* line 3872, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .viewings .andrews-button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 175px;
  height: 40px;
  line-height: 36px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
@media (max-width: 1280px) {
  /* line 3872, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .viewings .andrews-button {
    bottom: 15px;
    left: 15px;
    width: 155px;
  }
}
/* line 3888, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .viewings .andrews-button span {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 13px;
}
/* line 3892, ../sass/components/_search.scss */
#searchResults-list .search-results .search-result .viewings .andrews-button .andrews-icon {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -264px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 7px;
  margin-left: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3892, ../sass/components/_search.scss */
  #searchResults-list .search-results .search-result .viewings .andrews-button .andrews-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -270.5px -40px;
    height: 13px;
    width: 7px;
  }
}
/* line 3901, ../sass/components/_search.scss */
#searchResults-list .office-contact {
  max-width: 922px;
  margin: 70px auto 70px auto;
  text-align: center;
  color: #520e41;
}
/* line 3907, ../sass/components/_search.scss */
#searchResults-list .office-contact h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
  color: #520e41;
  line-height: 42px;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  /* line 3907, ../sass/components/_search.scss */
  #searchResults-list .office-contact h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
    line-height: 28px;
  }
}
/* line 3918, ../sass/components/_search.scss */
#searchResults-list .office-contact h2 .branch-name {
  text-decoration: underline;
}
/* line 3922, ../sass/components/_search.scss */
#searchResults-list .office-contact h2 .phone-number {
  color: #ed1a3a;
}
/* line 3929, ../sass/components/_search.scss */
#searchResults-list .office-contact .copy-message {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  max-width: 620px;
  line-height: 24px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}

/* line 3940, ../sass/components/_search.scss */
#searchMask {
  position: absolute;
  width: 100%;
  background-color: black;
  z-index: 1;
  opacity: 0.5;
}

/* line 3948, ../sass/components/_search.scss */
#unknown-error {
  width: 100%;
  background-color: #f0f0f0;
  color: #520e41;
}
/* line 3953, ../sass/components/_search.scss */
#unknown-error .unknown-error-box {
  margin: 10px auto auto auto;
  background-color: #ffffff;
  padding-bottom: 50px;
}
/* line 3958, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 3958, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 3958, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3958, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 3958, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 3958, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3958, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 3967, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 992px) {
  /* line 3967, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3967, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  /* line 3977, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3977, ../sass/components/_search.scss */
  #unknown-error .unknown-error-box .error-box h2 span {
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 3985, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box p, #unknown-error .unknown-error-box .error-box li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
}
/* line 3989, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box p a, #unknown-error .unknown-error-box .error-box li a {
  color: red;
}
/* line 3994, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box ul {
  padding-left: 20px;
}
/* line 4000, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box.glance li {
  color: #520e41;
  list-style-type: disc;
}
/* line 4004, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box.glance li span {
  color: #616161;
}
/* line 4012, ../sass/components/_search.scss */
#unknown-error .unknown-error-box .error-box label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  display: block;
  color: black;
  margin-bottom: 5px;
}

/* line 4022, ../sass/components/_search.scss */
.aic-set {
  margin: 20px auto 0px auto;
  text-align: center;
  line-height: 36px;
  background-color: #f0f0f0;
}
/* line 4028, ../sass/components/_search.scss */
.aic-set.bottom {
  padding-bottom: 28px;
}
/* line 4032, ../sass/components/_search.scss */
.aic-set h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
  color: #520e41;
  line-height: 42px;
  padding: 0 20px 0 20px;
}
@media (max-width: 480px) {
  /* line 4032, ../sass/components/_search.scss */
  .aic-set h2 {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
    line-height: 28px;
  }
}

/* line 1, ../sass/components/_burgermenu.scss */
.content-container {
  background-color: #ffffff;
}

/* line 5, ../sass/components/_burgermenu.scss */
.burger {
  top: 0;
  bottom: 0;
  width: 280px;
  position: absolute;
  right: 0px;
  padding-bottom: 40px;
  background-color: #ffffff;
  display: none;
}
@media (max-width: 992px) {
  /* line 5, ../sass/components/_burgermenu.scss */
  .burger {
    width: 92%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 5, ../sass/components/_burgermenu.scss */
  .burger {
    width: 92%;
  }
}
@media (max-width: 480px) {
  /* line 5, ../sass/components/_burgermenu.scss */
  .burger {
    width: 92%;
  }
}
/* line 23, ../sass/components/_burgermenu.scss */
.burger #burger-signedIn {
  display: none;
}
/* line 26, ../sass/components/_burgermenu.scss */
.burger #burger-signedIn.active {
  display: block;
}
/* line 30, ../sass/components/_burgermenu.scss */
.burger #burger-signedIn.active + #burger-signedOut {
  display: none;
}
/* line 35, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin, .burger .header-panel__item--register {
  float: left;
  position: relative;
  padding-left: 0px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  /* line 35, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin, .burger .header-panel__item--register {
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 35, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin, .burger .header-panel__item--register {
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 35, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin, .burger .header-panel__item--register {
    float: none;
  }
}
/* line 49, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin .form-container, .burger .header-panel__item--register .form-container {
  padding-left: 0px;
  margin-left: 0px;
}
@media (max-width: 992px) {
  /* line 53, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin .form-container .button, .burger .header-panel__item--register .form-container .button {
    margin: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 53, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin .form-container .button, .burger .header-panel__item--register .form-container .button {
    margin: 0;
  }
}
/* line 60, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin p, .burger .header-panel__item--register p {
  padding-top: 10px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #520e41;
  line-height: 20px;
  max-width: 240px;
}
@media (max-width: 992px) {
  /* line 60, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin p, .burger .header-panel__item--register p {
    width: 92%;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 60, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin p, .burger .header-panel__item--register p {
    width: 92%;
    max-width: 100%;
  }
}
/* line 73, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin .form-container__group, .burger .header-panel__item--signin .form-container__actions, .burger .header-panel__item--register .form-container__group, .burger .header-panel__item--register .form-container__actions {
  padding-left: 0px;
}
/* line 77, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin h2, .burger .header-panel__item--register h2 {
  margin-top: 0px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  color: #520e41;
}
/* line 48, ../sass/mixins/_global.scss */
.burger .header-panel__item--signin ::-webkit-input-placeholder, .burger .header-panel__item--register ::-webkit-input-placeholder {
  color: #520e41;
}
/* line 52, ../sass/mixins/_global.scss */
.burger .header-panel__item--signin :-moz-placeholder, .burger .header-panel__item--register :-moz-placeholder {
  /* Firefox 18- */
  color: #520e41;
}
/* line 56, ../sass/mixins/_global.scss */
.burger .header-panel__item--signin ::-moz-placeholder, .burger .header-panel__item--register ::-moz-placeholder {
  /* Firefox 19+ */
  color: #520e41;
}
/* line 60, ../sass/mixins/_global.scss */
.burger .header-panel__item--signin :-ms-input-placeholder, .burger .header-panel__item--register :-ms-input-placeholder {
  color: #520e41;
}
/* line 85, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin input[type="text"], .burger .header-panel__item--signin input[type="password"], .burger .header-panel__item--register input[type="text"], .burger .header-panel__item--register input[type="password"] {
  border: 2px solid #520e41;
  width: 240px;
  height: 50px;
  line-height: 46px;
  line-height: 46px;
  margin: 20px 0 0 0;
  padding-left: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
}
@media (max-width: 992px) {
  /* line 85, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin input[type="text"], .burger .header-panel__item--signin input[type="password"], .burger .header-panel__item--register input[type="text"], .burger .header-panel__item--register input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 85, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin input[type="text"], .burger .header-panel__item--signin input[type="password"], .burger .header-panel__item--register input[type="text"], .burger .header-panel__item--register input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 85, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin input[type="text"], .burger .header-panel__item--signin input[type="password"], .burger .header-panel__item--register input[type="text"], .burger .header-panel__item--register input[type="password"] {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  /* line 85, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin input[type="text"], .burger .header-panel__item--signin input[type="password"], .burger .header-panel__item--register input[type="text"], .burger .header-panel__item--register input[type="password"] {
    width: 92%;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 85, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin input[type="text"], .burger .header-panel__item--signin input[type="password"], .burger .header-panel__item--register input[type="text"], .burger .header-panel__item--register input[type="password"] {
    width: 92%;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 85, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin input[type="text"], .burger .header-panel__item--signin input[type="password"], .burger .header-panel__item--register input[type="text"], .burger .header-panel__item--register input[type="password"] {
    width: 92%;
    display: block;
  }
}
/* line 106, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin .forgotten-password, .burger .header-panel__item--register .forgotten-password {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 112, ../sass/components/_burgermenu.scss */
.burger .header-panel__item--signin .button, .burger .header-panel__item--register .button {
  width: 240px;
}
@media (max-width: 992px) {
  /* line 112, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin .button, .burger .header-panel__item--register .button {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 112, ../sass/components/_burgermenu.scss */
  .burger .header-panel__item--signin .button, .burger .header-panel__item--register .button {
    width: 100%;
  }
}
/* line 121, ../sass/components/_burgermenu.scss */
.burger ul {
  list-style-type: none;
  font-size: 13px;
  font-weight: 500;
  background-color: #ffffff;
}
/* line 127, ../sass/components/_burgermenu.scss */
.burger ul li {
  border-bottom: 2px solid #f7f4f1;
  min-height: 65px;
  line-height: 65px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding-left: 20px;
  cursor: pointer;
}
/* line 136, ../sass/components/_burgermenu.scss */
.burger ul li.submenu {
  color: #520e41;
}
/* line 139, ../sass/components/_burgermenu.scss */
.burger ul li.submenu.logged-in {
  color: #520e41;
}
/* line 142, ../sass/components/_burgermenu.scss */
.burger ul li.submenu.logged-in li {
  color: #616161;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 146, ../sass/components/_burgermenu.scss */
.burger ul li.submenu.logged-in li.sign-out {
  padding-left: 0px;
  padding-top: 10px;
}
/* line 150, ../sass/components/_burgermenu.scss */
.burger ul li.submenu.logged-in li.sign-out a {
  text-decoration: underline;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 160, ../sass/components/_burgermenu.scss */
.burger ul li.nearest-branch {
  color: #616161;
}
/* line 163, ../sass/components/_burgermenu.scss */
.burger ul li.nearest-branch p {
  margin-left: 20px;
  line-height: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}
/* line 168, ../sass/components/_burgermenu.scss */
.burger ul li.nearest-branch p span {
  color: #ed1a3a;
}
/* line 172, ../sass/components/_burgermenu.scss */
.burger ul li.nearest-branch p a {
  text-decoration: none;
  line-height: 20px;
  margin-top: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  display: block;
}
/* line 184, ../sass/components/_burgermenu.scss */
.burger ul li ul {
  display: none;
  padding-bottom: 20px;
}
/* line 188, ../sass/components/_burgermenu.scss */
.burger ul li ul.active {
  display: block;
}
@media (max-width: 992px) {
  /* line 188, ../sass/components/_burgermenu.scss */
  .burger ul li ul.active {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 188, ../sass/components/_burgermenu.scss */
  .burger ul li ul.active {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 188, ../sass/components/_burgermenu.scss */
  .burger ul li ul.active {
    display: block;
  }
}
/* line 200, ../sass/components/_burgermenu.scss */
.burger ul li ul ul {
  margin-left: 20px;
}
/* line 204, ../sass/components/_burgermenu.scss */
.burger ul li ul li {
  border-bottom: none;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #818181;
  min-height: 35px;
  line-height: 35px;
}
/* line 211, ../sass/components/_burgermenu.scss */
.burger ul li ul li.header {
  color: #616161;
  min-height: 45px;
  line-height: 45px;
  margin-top: 10px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 221, ../sass/components/_burgermenu.scss */
.burger ul li .signin-icon {
  float: right;
  margin-top: 21px;
  margin-right: 20px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -594px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 221, ../sass/components/_burgermenu.scss */
  .burger ul li .signin-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -613.5px -40px;
    height: 23px;
    width: 22px;
  }
}
/* line 228, ../sass/components/_burgermenu.scss */
.burger ul li .caret-down {
  float: right;
  margin-top: 29px;
  margin-right: 20px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -39px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 7px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 228, ../sass/components/_burgermenu.scss */
  .burger ul li .caret-down {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -39px -40px;
    height: 7px;
    width: 11px;
  }
}
/* line 236, ../sass/components/_burgermenu.scss */
.burger ul li .caret-up {
  float: right;
  margin-top: 29px;
  margin-right: 20px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -28px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 7px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 236, ../sass/components/_burgermenu.scss */
  .burger ul li .caret-up {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -28px -40px;
    height: 7px;
    width: 11px;
  }
}
/* line 243, ../sass/components/_burgermenu.scss */
.burger ul li a {
  width: 100%;
}
/* line 249, ../sass/components/_burgermenu.scss */
.burger .social-icons li {
  float: left;
  min-height: 20px;
  border: none;
}
/* line 255, ../sass/components/_burgermenu.scss */
.burger .footer-copyright {
  margin-top: 100px;
  margin-left: 20px;
  padding-bottom: 20px;
  color: #616161;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}

/* line 265, ../sass/components/_burgermenu.scss */
body.active .content-container {
  -webkit-transform: translate(-280px, 0px);
  -ms-transform: translate(-280px, 0px);
  transform: translate(-280px, 0px);
  -webkit-transition: -webkit-transform 400ms ease 0s;
  -moz-transition: -webkit-transform 400ms ease 0s;
  transition: -webkit-transform 400ms ease 0s;
  -webkit-transition: transform 400ms ease 0s;
  -moz-transition: transform 400ms ease 0s;
  transition: transform 400ms ease 0s;
}
@media (max-width: 992px) {
  /* line 265, ../sass/components/_burgermenu.scss */
  body.active .content-container {
    -webkit-transform: translate(-92%, 0px);
    -ms-transform: translate(-92%, 0px);
    transform: translate(-92%, 0px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 265, ../sass/components/_burgermenu.scss */
  body.active .content-container {
    -webkit-transform: translate(-92%, 0px);
    -ms-transform: translate(-92%, 0px);
    transform: translate(-92%, 0px);
  }
}
@media (max-width: 480px) {
  /* line 265, ../sass/components/_burgermenu.scss */
  body.active .content-container {
    -webkit-transform: translate(-92%, 0px);
    -ms-transform: translate(-92%, 0px);
    transform: translate(-92%, 0px);
  }
}
@media (max-width: 992px) {
  /* line 290, ../sass/components/_burgermenu.scss */
  body.active .burger {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 290, ../sass/components/_burgermenu.scss */
  body.active .burger {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 290, ../sass/components/_burgermenu.scss */
  body.active .burger {
    display: block;
  }
}

/* line 301, ../sass/components/_burgermenu.scss */
#burger-signedIn, #burger-signedOut {
  border-top: 2px solid #f7f4f1;
}

/* line 1, ../sass/components/_home.scss */
#slider {
  position: relative;
  width: 1000%;
  overflow-x: hidden;
  margin: 0 auto;
}
/* line 7, ../sass/components/_home.scss */
#slider li {
  float: left;
  width: 10%;
  overflow: hidden;
}
/* line 13, ../sass/components/_home.scss */
#slider li img {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
/* line 22, ../sass/components/_home.scss */
#slider .slider {
  max-width: 1152px;
  color: #ffffff;
  padding-top: 60px;
  position: relative;
}
/* line 28, ../sass/components/_home.scss */
#slider .slider h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 34px;
  width: 65%;
  line-height: 54px;
  padding-left: 20px;
}
/* line 34, ../sass/components/_home.scss */
#slider .slider h2 span {
  display: block;
  color: #ed1a3a;
}
/* line 40, ../sass/components/_home.scss */
#slider .slider h3 {
  padding: 20px 0 0 20px;
  color: #ffffff;
  width: 50%;
  line-height: 24px;
}
/* line 47, ../sass/components/_home.scss */
#slider .slider .andrews-button {
  margin: 40px 0 0 20px;
}

/* line 53, ../sass/components/_home.scss */
.homepage {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 59, ../sass/components/_home.scss */
#summaryPanelDesktop {
  position: absolute;
  width: 360px;
  right: 20%;
  bottom: 0px;
  padding: 22px 22px 70px 22px;
}
@media (max-width: 992px) {
  /* line 59, ../sass/components/_home.scss */
  #summaryPanelDesktop {
    padding: 22px;
    position: relative;
    display: block;
    width: 100%;
    right: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 59, ../sass/components/_home.scss */
  #summaryPanelDesktop {
    padding: 22px;
    position: relative;
    display: block;
    width: 100%;
    right: auto;
  }
}
@media (max-width: 650px) {
  /* line 59, ../sass/components/_home.scss */
  #summaryPanelDesktop {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px;
    right: auto;
  }
}

/* line 83, ../sass/components/_home.scss */
#home-blocks {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  /* line 83, ../sass/components/_home.scss */
  #home-blocks {
    width: 100%;
    min-width: 0px;
  }
}
/* line 92, ../sass/components/_home.scss */
#home-blocks .home-block {
  width: 33%;
  height: 290px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
/* line 100, ../sass/components/_home.scss */
#home-blocks .home-block a.button {
  display: inline-block;
}
@media (max-width: 992px) {
  /* line 92, ../sass/components/_home.scss */
  #home-blocks .home-block {
    height: 311px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 92, ../sass/components/_home.scss */
  #home-blocks .home-block {
    height: 311px;
  }
}
@media (max-width: 650px) {
  /* line 92, ../sass/components/_home.scss */
  #home-blocks .home-block {
    height: 246px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 92, ../sass/components/_home.scss */
  #home-blocks .home-block {
    height: 246px;
    display: block;
    width: 100%;
  }
}
/* line 121, ../sass/components/_home.scss */
#home-blocks .home-block .home-block-title {
  margin-top: 30px;
  color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
}
@media (max-width: 1280px) {
  /* line 121, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-title {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  /* line 121, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-title {
    width: 140px;
    padding-top: 40px;
    line-height: 25px;
    margin: 0 auto;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 121, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-title {
    width: 140px;
    padding-top: 40px;
    line-height: 25px;
    margin: 0 auto;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
@media (max-width: 650px) {
  /* line 121, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-title {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 121, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-title {
    padding-top: 40px;
    line-height: 25px;
    margin: 0 auto;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
/* line 150, ../sass/components/_home.scss */
#home-blocks .home-block .home-block-branch-search {
  width: 265px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  border: 2px solid #ffffff;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 150, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-branch-search {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 150, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-branch-search {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 150, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-branch-search {
    height: 50px;
    line-height: 46px;
  }
}
/* line 48, ../sass/mixins/_global.scss */
#home-blocks .home-block .home-block-branch-search ::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 52, ../sass/mixins/_global.scss */
#home-blocks .home-block .home-block-branch-search :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
/* line 56, ../sass/mixins/_global.scss */
#home-blocks .home-block .home-block-branch-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
/* line 60, ../sass/mixins/_global.scss */
#home-blocks .home-block .home-block-branch-search :-ms-input-placeholder {
  color: #ffffff;
}
/* line 161, ../sass/components/_home.scss */
#home-blocks .home-block .home-block-branch-search .tt-input {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
  color: #ffffff;
  outline: 0;
  border: 0;
  width: 75%;
  background-color: transparent;
}
@media (max-width: 1280px) {
  /* line 161, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-branch-search .tt-input {
    margin-left: 2px;
    line-height: 14px;
  }
}
/* line 176, ../sass/components/_home.scss */
#home-blocks .home-block .home-block-branch-search .fa {
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 150, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-branch-search {
    width: 212px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 150, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-branch-search {
    width: 212px;
  }
}
/* line 186, ../sass/components/_home.scss */
#home-blocks .home-block .home-block-text, #home-blocks .home-block p {
  max-width: 430px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  height: 120px;
  font-family: 'TiemposTextWeb-Regular';
  font-size: 16px;
  line-height: 24px;
  padding: 20px 15px 20px 15px;
}
@media (max-width: 1280px) {
  /* line 186, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-text, #home-blocks .home-block p {
    height: 120px;
  }
}
@media (max-width: 992px) {
  /* line 186, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-text, #home-blocks .home-block p {
    height: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 186, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-text, #home-blocks .home-block p {
    height: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 650px) {
  /* line 186, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-text, #home-blocks .home-block p {
    max-width: 100%;
    height: 100px;
  }
}
@media (max-width: 480px) {
  /* line 186, ../sass/components/_home.scss */
  #home-blocks .home-block .home-block-text, #home-blocks .home-block p {
    height: 105px;
    font-size: 14px;
    padding: 20px 15px 20px 15px;
  }
}
/* line 219, ../sass/components/_home.scss */
#home-blocks .home-block .andrews-button, #home-blocks .home-block .button {
  width: 182px;
}
/* line 223, ../sass/components/_home.scss */
#home-blocks .home-block:first-child {
  background-color: #44424d;
}
/* line 226, ../sass/components/_home.scss */
#home-blocks .home-block:first-child .andrews-button, #home-blocks .home-block:first-child .button {
  width: 132px;
  margin-left: 15px;
  display: inline-block;
}
@media (max-width: 1280px) {
  /* line 226, ../sass/components/_home.scss */
  #home-blocks .home-block:first-child .andrews-button, #home-blocks .home-block:first-child .button {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 226, ../sass/components/_home.scss */
  #home-blocks .home-block:first-child .andrews-button, #home-blocks .home-block:first-child .button {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 226, ../sass/components/_home.scss */
  #home-blocks .home-block:first-child .andrews-button, #home-blocks .home-block:first-child .button {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 226, ../sass/components/_home.scss */
  #home-blocks .home-block:first-child .andrews-button, #home-blocks .home-block:first-child .button {
    display: none;
  }
}
/* line 245, ../sass/components/_home.scss */
#home-blocks .home-block:nth-child(2) {
  width: 34%;
  background-color: #520e41;
}
@media (max-width: 650px) {
  /* line 245, ../sass/components/_home.scss */
  #home-blocks .home-block:nth-child(2) {
    width: 100%;
    min-width: 0px;
  }
}
@media (max-width: 480px) {
  /* line 245, ../sass/components/_home.scss */
  #home-blocks .home-block:nth-child(2) {
    display: block;
    width: 100%;
  }
}
/* line 261, ../sass/components/_home.scss */
#home-blocks .home-block:nth-child(3) {
  background-color: #b0a79e;
}

/* line 267, ../sass/components/_home.scss */
#homepageLatest {
  max-width: 1600px;
  margin: 0 auto;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 273, ../sass/components/_home.scss */
#homepageLatest .sales-lettings-box-toggle {
  margin: 40px auto 40px auto;
  width: 432px;
  border: 2px solid #520e41;
  color: #520e41;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 273, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 273, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 273, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 992px) {
  /* line 273, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle {
    margin: 50px auto 25px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 273, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle {
    margin: 50px auto 25px auto;
  }
}
@media (max-width: 480px) {
  /* line 273, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle {
    display: none;
  }
}
/* line 289, ../sass/components/_home.scss */
#homepageLatest .sales-lettings-box-toggle input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #520e41;
  height: 42px;
}
@media (max-width: 992px) {
  /* line 289, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle input[type="radio"]:checked + label {
    height: 42px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 289, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle input[type="radio"]:checked + label {
    height: 42px;
  }
}
@media (max-width: 480px) {
  /* line 289, ../sass/components/_home.scss */
  #homepageLatest .sales-lettings-box-toggle input[type="radio"]:checked + label {
    height: 42px;
  }
}
/* line 303, ../sass/components/_home.scss */
#homepageLatest .sales-lettings-box-toggle .radio {
  width: 211px;
  margin: 2px;
  height: 42px;
  display: inline-block;
  text-align: center;
}
/* line 310, ../sass/components/_home.scss */
#homepageLatest .sales-lettings-box-toggle .radio:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
/* line 315, ../sass/components/_home.scss */
#homepageLatest .sales-lettings-box-toggle .radio.active {
  color: #ffffff;
  background-color: #520e41;
}
/* line 320, ../sass/components/_home.scss */
#homepageLatest .sales-lettings-box-toggle .radio.sale-search {
  margin-right: 1px;
}
/* line 324, ../sass/components/_home.scss */
#homepageLatest .sales-lettings-box-toggle .radio.rent-search {
  margin-left: 1px;
}
@media (max-width: 480px) {
  /* line 331, ../sass/components/_home.scss */
  #homepageLatest .thumbnails {
    padding-bottom: 60px;
  }
}
/* line 338, ../sass/components/_home.scss */
#homepageLatest .horizontalCarousel h2 {
  display: none;
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 338, ../sass/components/_home.scss */
  #homepageLatest .horizontalCarousel h2 {
    display: block;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
    margin: 50px auto 36px auto;
    text-align: center;
  }
}
/* line 351, ../sass/components/_home.scss */
#homepageLatest #carouselBuyUl {
  /*width: 7600px;*/
}
/* line 355, ../sass/components/_home.scss */
#homepageLatest #carouselRentUI {
  display: none;
  /*width: 7600px;*/
}
@media (max-width: 480px) {
  /* line 355, ../sass/components/_home.scss */
  #homepageLatest #carouselRentUI {
    display: block !important;
  }
}
/* line 364, ../sass/components/_home.scss */
#homepageLatest li {
  float: left;
  position: relative;
  width: 360px;
  height: 360px;
  background-color: #eae4dd;
  margin: 0 10px 0 10px;
}
@media (max-width: 992px) {
  /* line 364, ../sass/components/_home.scss */
  #homepageLatest li {
    width: 310px;
    height: 332px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 364, ../sass/components/_home.scss */
  #homepageLatest li {
    width: 310px;
    height: 332px;
  }
}
@media (max-width: 480px) {
  /* line 364, ../sass/components/_home.scss */
  #homepageLatest li {
    width: 286px;
    height: 346px;
  }
}
/* line 383, ../sass/components/_home.scss */
#homepageLatest li .details {
  padding: 20px;
  white-space: normal;
  position: relative;
  height: 138px;
}
@media (max-width: 992px) {
  /* line 383, ../sass/components/_home.scss */
  #homepageLatest li .details {
    height: 142px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 383, ../sass/components/_home.scss */
  #homepageLatest li .details {
    height: 142px;
  }
}
@media (max-width: 480px) {
  /* line 383, ../sass/components/_home.scss */
  #homepageLatest li .details {
    height: 154px;
  }
}
/* line 397, ../sass/components/_home.scss */
#homepageLatest li .details span {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 5px;
  display: block;
}
/* line 405, ../sass/components/_home.scss */
#homepageLatest li .details span:hover a {
  color: #d9040e;
}
/* line 409, ../sass/components/_home.scss */
#homepageLatest li .details span:hover + .price {
  color: #d9040e;
}
/* line 415, ../sass/components/_home.scss */
#homepageLatest li .details .price {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
}
/* line 420, ../sass/components/_home.scss */
#homepageLatest li .details address {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: 'GT-Walsheim-Pro-Medium';
  font-size: 15px;
  color: #520e41;
}
/* line 430, ../sass/components/_home.scss */
#homepageLatest li .photo {
  overflow: hidden;
  height: 222px;
}
/* line 435, ../sass/components/_home.scss */
#homepageLatest li .photo img {
  width: 360px;
}
@media (max-width: 992px) {
  /* line 430, ../sass/components/_home.scss */
  #homepageLatest li .photo {
    width: 310px;
    height: 190px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 430, ../sass/components/_home.scss */
  #homepageLatest li .photo {
    width: 310px;
    height: 190px;
  }
}
@media (max-width: 480px) {
  /* line 430, ../sass/components/_home.scss */
  #homepageLatest li .photo {
    width: 286px;
    height: 192px;
  }
}

/* line 454, ../sass/components/_home.scss */
#carouselRentUI, #carouselBuyUl {
  /*margin-left: -3000px;*/
}

/* line 458, ../sass/components/_home.scss */
.careers-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 3.257em 0 18px;
  background-color: #f0ece4;
}

/* line 464, ../sass/components/_home.scss */
.career-privacy {
  background-color: #520e41;
  width: 100%;
}
/* line 468, ../sass/components/_home.scss */
.career-privacy p {
  margin-left: 100px;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 18px;
}

/* line 477, ../sass/components/_home.scss */
.careers-wrapper iframe {
  width: 100%;
  border: none;
  height: 900px;
  margin-left: 100px;
}

/* line 484, ../sass/components/_home.scss */
#corpus {
  margin-bottom: 30px;
}

/* line 4, ../sass/components/_details.scss */
.slider-content.property-details .tags {
  display: none;
  max-width: 1152px;
  margin: 0 auto;
  padding-left: 20px;
  position: relative;
  top: 0px;
}
@media (max-width: 1280px) {
  /* line 4, ../sass/components/_details.scss */
  .slider-content.property-details .tags {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 4, ../sass/components/_details.scss */
  .slider-content.property-details .tags {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 4, ../sass/components/_details.scss */
  .slider-content.property-details .tags {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 4, ../sass/components/_details.scss */
  .slider-content.property-details .tags {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 480px) {
  /* line 4, ../sass/components/_details.scss */
  .slider-content.property-details .tags {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 17, ../sass/components/_details.scss */
  .slider-content.property-details img {
    margin-top: -24px;
  }
}

@media (max-width: 480px) {
  /* line 27, ../sass/components/_details.scss */
  #propertyContent {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 34, ../sass/components/_details.scss */
  #footerBoxProperty .footer-panel {
    display: none;
  }
}

/* line 41, ../sass/components/_details.scss */
#propertyDetails-search {
  display: block;
}
@media (max-width: 992px) {
  /* line 41, ../sass/components/_details.scss */
  #propertyDetails-search {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 41, ../sass/components/_details.scss */
  #propertyDetails-search {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 41, ../sass/components/_details.scss */
  #propertyDetails-search {
    display: none;
  }
}

/* line 53, ../sass/components/_details.scss */
.gutter {
  width: 100%;
  background-color: #b2a89f;
  height: 40px;
}
/* line 58, ../sass/components/_details.scss */
.gutter .gutter-inner {
  max-width: 1152px;
  margin: 0 auto;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 12px;
}
@media (max-width: 1280px) {
  /* line 58, ../sass/components/_details.scss */
  .gutter .gutter-inner {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 58, ../sass/components/_details.scss */
  .gutter .gutter-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 58, ../sass/components/_details.scss */
  .gutter .gutter-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 58, ../sass/components/_details.scss */
  .gutter .gutter-inner {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 67, ../sass/components/_details.scss */
.gutter .gutter-inner.top {
  text-align: left;
}
/* line 71, ../sass/components/_details.scss */
.gutter .gutter-inner span {
  font-family: 'Arial';
  font-style: normal;
}
@media (max-width: 480px) {
  /* line 71, ../sass/components/_details.scss */
  .gutter .gutter-inner span {
    display: none;
  }
}

/* line 82, ../sass/components/_details.scss */
.main-details {
  width: 100%;
  background-color: #f0ece4;
}
@media (max-width: 480px) {
  /* line 86, ../sass/components/_details.scss */
  .main-details .tags {
    display: none;
  }
}
/* line 92, ../sass/components/_details.scss */
.main-details .property-detail-header {
  position: relative;
  height: 316px;
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    height: auto;
    padding: 0 24px 0 24px;
    margin: 0 auto;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    height: auto;
    padding: 0 24px 0 24px;
    margin: 0 auto;
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 92, ../sass/components/_details.scss */
  .main-details .property-detail-header {
    height: auto;
    padding-left: 17px;
    padding-right: 17px;
  }
}
/* line 125, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side {
  float: left;
  width: 70%;
}
@media (max-width: 992px) {
  /* line 125, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side {
    min-width: 60%;
    width: 60%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 125, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side {
    min-width: 60%;
    width: 60%;
  }
}
@media (max-width: 650px) {
  /* line 125, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side {
    float: none;
    width: 100%;
  }
}
/* line 139, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .property-detail-prop-type {
  margin-top: 30px;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
}
@media (max-width: 480px) {
  /* line 139, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .property-detail-prop-type {
    margin-top: 20px;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 21px;
  }
}
/* line 150, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .property-detail-prop-name {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 30px;
  color: #520e41;
  font-style: normal;
  line-height: 34px;
  margin: 10px 0 10px 0;
}
@media (max-width: 480px) {
  /* line 150, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .property-detail-prop-name {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 163, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options {
  margin: 24px 0 44px 0;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  line-height: 34px;
}
/* line 169, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  /* line 163, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options {
    margin: 24px 0 24px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 163, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options {
    margin: 24px 0 24px 0;
  }
}
/* line 178, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options .icon {
  display: inline-block;
  vertical-align: middle;
}
/* line 182, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options .icon.save {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -164px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 31px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 182, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options .icon.save {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -241px 0;
    height: 31px;
    width: 31px;
  }
}
/* line 186, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options .icon.download {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -113px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 186, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options .icon.download {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -26px 0;
    height: 33px;
    width: 25px;
  }
}
/* line 190, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options .icon.fees {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -139px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 190, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options .icon.fees {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -216px 0;
    height: 34px;
    width: 25px;
  }
}
@media (max-width: 480px) {
  /* line 190, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options .icon.fees {
    clear: both;
    margin-top: 10px;
  }
  /* line 197, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options .icon.fees + a {
    margin-top: 10px;
  }
}
/* line 204, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options span, .main-details .property-detail-header .left-side .detail-options a {
  color: #ed1a3a;
  margin-right: 20px;
  float: left;
}
@media (max-width: 1280px) {
  /* line 204, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options span, .main-details .property-detail-header .left-side .detail-options a {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  /* line 204, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options span, .main-details .property-detail-header .left-side .detail-options a {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  /* line 217, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .detail-options span:last-child, .main-details .property-detail-header .left-side .detail-options a:last-child {
    display: none;
  }
}
/* line 223, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .detail-options span .fa, .main-details .property-detail-header .left-side .detail-options a .fa {
  margin-right: 5px;
}
/* line 232, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style, .main-details .property-detail-header .right-side .social-options, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style {
  float: left;
  margin-left: 20px;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
@media (max-width: 1280px) {
  /* line 232, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style, .main-details .property-detail-header .right-side .social-options, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  /* line 232, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style, .main-details .property-detail-header .right-side .social-options, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style {
    padding: 20px 0 20px 0;
    margin-left: 0px;
    float: none;
    clear: both;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 232, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style, .main-details .property-detail-header .right-side .social-options, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style {
    padding: 20px 0 20px 0;
    margin-left: 0px;
    float: none;
    clear: both;
  }
}
@media (max-width: 650px) {
  /* line 232, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style, .main-details .property-detail-header .right-side .social-options, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 232, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style, .main-details .property-detail-header .right-side .social-options, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style {
    margin: 0px 0 20px 0;
    float: left;
  }
}
/* line 258, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a, .main-details .property-detail-header .right-side .social-options a, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: white;
  margin-left: 5px;
  margin-right: 0px;
  font-size: 20px;
}
/* line 270, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.share, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.share, .main-details .property-detail-header .right-side .social-options a.share, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.share {
  color: #520e41;
  width: 40px;
  font-size: 10px;
}
@media (max-width: 480px) {
  /* line 270, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options a.share, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.share, .main-details .property-detail-header .right-side .social-options a.share, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.share {
    display: none;
  }
}
/* line 280, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.email, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.email, .main-details .property-detail-header .right-side .social-options a.email, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.email {
  background-color: #625e5d;
}
/* line 283, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.email span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.email span, .main-details .property-detail-header .right-side .social-options a.email span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.email span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -230px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 35px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 283, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options a.email span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.email span, .main-details .property-detail-header .right-side .social-options a.email span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.email span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -306.5px 0;
    height: 34px;
    width: 35px;
  }
}
/* line 288, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.google-plus, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.google-plus, .main-details .property-detail-header .right-side .social-options a.google-plus, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.google-plus {
  background-color: #dd4b39;
}
/* line 291, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.google-plus span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.google-plus span, .main-details .property-detail-header .right-side .social-options a.google-plus span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.google-plus span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -299px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 291, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options a.google-plus span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.google-plus span, .main-details .property-detail-header .right-side .social-options a.google-plus span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.google-plus span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -409.5px 0;
    height: 34px;
    width: 34px;
  }
}
/* line 296, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.facebook, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.facebook, .main-details .property-detail-header .right-side .social-options a.facebook, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.facebook {
  background-color: #3b5998;
}
/* line 299, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.facebook span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.facebook span, .main-details .property-detail-header .right-side .social-options a.facebook span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.facebook span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -265px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 299, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options a.facebook span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.facebook span, .main-details .property-detail-header .right-side .social-options a.facebook span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.facebook span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -341.5px 0;
    height: 34px;
    width: 34px;
  }
}
/* line 304, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.twitter, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.twitter, .main-details .property-detail-header .right-side .social-options a.twitter, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.twitter {
  background-color: #55acee;
}
/* line 307, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.twitter span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.twitter span, .main-details .property-detail-header .right-side .social-options a.twitter span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.twitter span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -367px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 307, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options a.twitter span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.twitter span, .main-details .property-detail-header .right-side .social-options a.twitter span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.twitter span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -443.5px 0;
    height: 34px;
    width: 34px;
  }
}
/* line 312, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.pinterest, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.pinterest, .main-details .property-detail-header .right-side .social-options a.pinterest, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.pinterest {
  background-color: #bd081c;
}
/* line 315, ../sass/components/_details.scss */
.main-details .property-detail-header .left-side .social-options a.pinterest span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.pinterest span, .main-details .property-detail-header .right-side .social-options a.pinterest span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.pinterest span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -333px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  width: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 315, ../sass/components/_details.scss */
  .main-details .property-detail-header .left-side .social-options a.pinterest span, .main-details .property-detail-header .left-side .addthis_toolbox .addthis_default_style a.pinterest span, .main-details .property-detail-header .right-side .social-options a.pinterest span, .main-details .property-detail-header .right-side .addthis_toolbox .addthis_default_style a.pinterest span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -375.5px 0;
    height: 34px;
    width: 34px;
  }
}
/* line 324, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side {
  float: left;
  width: 30%;
  margin-top: 35px;
}
/* line 330, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side #socialOptionsMobile.social-options {
  display: none;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
/* line 336, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side #socialOptionsMobile.social-options a.email {
  margin-left: 0px;
}
@media (max-width: 650px) {
  /* line 330, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side #socialOptionsMobile.social-options {
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 324, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side {
    width: 40%;
    min-width: 40%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 324, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side {
    width: 40%;
    min-width: 40%;
  }
}
@media (max-width: 650px) {
  /* line 324, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side {
    float: none;
    width: 100%;
    margin-top: 0px;
    text-align: left;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 324, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side {
    float: none;
    width: 100%;
    margin-top: 0px;
  }
}
/* line 366, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side h2 {
  clear: both;
  float: right;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  /* line 366, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side h2 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 366, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side h2 {
    float: none;
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 30px;
  }
}
/* line 383, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side h2 span {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 18px;
}
/* line 390, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side h2.rental {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 396, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side h4 {
  float: right;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 13px;
}
@media (max-width: 650px) {
  /* line 396, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side h4 {
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 396, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side h4 {
    float: none;
  }
}
/* line 410, ../sass/components/_details.scss */
.main-details .property-detail-header .right-side .andrews-button {
  clear: both;
  float: right;
  text-align: center;
  width: 228px;
  height: 60px;
  line-height: 60px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
@media (max-width: 650px) {
  /* line 410, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side .andrews-button {
    float: none;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480px) {
  /* line 410, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side .andrews-button {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  /* line 410, ../sass/components/_details.scss */
  .main-details .property-detail-header .right-side .andrews-button {
    float: none;
  }
}
/* line 436, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-details {
  width: 80%;
}
@media (max-width: 650px) {
  /* line 436, ../sass/components/_details.scss */
  .main-details .property-detail-header .property-detail-details {
    width: 100%;
  }
}
/* line 444, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-tabs {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 992px) {
  /* line 444, ../sass/components/_details.scss */
  .main-details .property-detail-header .property-detail-tabs {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 444, ../sass/components/_details.scss */
  .main-details .property-detail-header .property-detail-tabs {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 444, ../sass/components/_details.scss */
  .main-details .property-detail-header .property-detail-tabs {
    display: none;
  }
}
/* line 456, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-tabs .andrews-button {
  width: 182px;
  float: left;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #d4cec9;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 456, ../sass/components/_details.scss */
  .main-details .property-detail-header .property-detail-tabs .andrews-button {
    width: 150px;
  }
}
@media (max-width: 1280px) {
  /* line 456, ../sass/components/_details.scss */
  .main-details .property-detail-header .property-detail-tabs .andrews-button {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* line 478, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-tabs .andrews-button:hover {
  background-color: #c6beb8;
  cursor: pointer;
}
/* line 483, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-tabs .andrews-button.active {
  background-color: #ffffff;
}
/* line 487, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-tabs .andrews-button.active:hover {
  background-color: #ffffff;
  border: none;
  cursor: default;
}
/* line 494, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-tabs .andrews-button:first-child {
  margin-left: 0px;
}
/* line 498, ../sass/components/_details.scss */
.main-details .property-detail-header .property-detail-tabs .andrews-button:last-child {
  margin-right: 0px;
}

/* line 506, ../sass/components/_details.scss */
.view-map {
  float: right;
  width: 360px;
  margin: 40px 0 40px 0;
}
@media (max-width: 1280px) {
  /* line 506, ../sass/components/_details.scss */
  .view-map {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 506, ../sass/components/_details.scss */
  .view-map {
    float: none;
    width: 100%;
    margin: 40px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 506, ../sass/components/_details.scss */
  .view-map {
    float: none;
    width: 100%;
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  /* line 506, ../sass/components/_details.scss */
  .view-map {
    float: none;
  }
}
/* line 525, ../sass/components/_details.scss */
.view-map h3 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 530, ../sass/components/_details.scss */
.view-map .contact-header h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 535, ../sass/components/_details.scss */
  .view-map .book-viewings {
    width: 310px;
    padding: 30px;
  }
}
@media (max-width: 992px) {
  /* line 535, ../sass/components/_details.scss */
  .view-map .book-viewings {
    width: 100%;
    margin: 0 auto;
    min-height: 230px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 535, ../sass/components/_details.scss */
  .view-map .book-viewings {
    width: 100%;
    margin: 0 auto;
    min-height: 230px;
  }
}
@media (max-width: 650px) {
  /* line 535, ../sass/components/_details.scss */
  .view-map .book-viewings {
    height: auto;
    min-height: 0px;
  }
}
@media (max-width: 480px) {
  /* line 535, ../sass/components/_details.scss */
  .view-map .book-viewings {
    padding: 20px;
    margin: 0 auto;
  }
}
/* line 558, ../sass/components/_details.scss */
.view-map .book-viewings .andrews-button {
  margin-top: 20px;
  width: 100%;
  display: block;
  position: static;
  text-align: center;
}
/* line 567, ../sass/components/_details.scss */
.view-map .viewings {
  margin-top: 20px;
}
@media (max-width: 992px) {
  /* line 567, ../sass/components/_details.scss */
  .view-map .viewings {
    top: 35px;
    right: 35px;
    left: auto;
    margin-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 567, ../sass/components/_details.scss */
  .view-map .viewings {
    top: 35px;
    right: 35px;
    left: auto;
    margin-top: 0px;
  }
}
@media (max-width: 650px) {
  /* line 567, ../sass/components/_details.scss */
  .view-map .viewings {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 35px;
    margin-bottom: 35px;
  }
}
/* line 586, ../sass/components/_details.scss */
.view-map .viewings h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  color: #520e41;
}
/* line 591, ../sass/components/_details.scss */
.view-map .map {
  margin-top: 40px;
  width: 360px;
  height: 360px;
}
@media (max-width: 992px) {
  /* line 591, ../sass/components/_details.scss */
  .view-map .map {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 591, ../sass/components/_details.scss */
  .view-map .map {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 591, ../sass/components/_details.scss */
  .view-map .map {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 480px) {
  /* line 591, ../sass/components/_details.scss */
  .view-map .map {
    height: 290px;
    margin: 40px auto;
  }
}
/* line 611, ../sass/components/_details.scss */
.view-map .local-details {
  padding-top: 35px;
}
/* line 616, ../sass/components/_details.scss */
.view-map .local-details .details-list h3 {
  padding: 0px 0 15px 0px;
}
@media (max-width: 1280px) {
  /* line 616, ../sass/components/_details.scss */
  .view-map .local-details .details-list h3 {
    padding: 0px 0 15px 0px;
  }
}
/* line 627, ../sass/components/_details.scss */
.view-map .local-details .details-list li .base-detail span {
  display: inline-block;
}
/* line 630, ../sass/components/_details.scss */
.view-map .local-details .details-list li .base-detail span.title {
  width: 95%;
}
/* line 634, ../sass/components/_details.scss */
.view-map .local-details .details-list li .base-detail span.icon {
  width: 5%;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 634, ../sass/components/_details.scss */
  .view-map .local-details .details-list li .base-detail span.icon {
    width: 5%;
  }
}
/* line 646, ../sass/components/_details.scss */
.view-map .local-details .details-list li .further-detail {
  display: none;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  padding: 0 0px 0px 0;
}
@media (max-width: 480px) {
  /* line 646, ../sass/components/_details.scss */
  .view-map .local-details .details-list li .further-detail {
    padding: 0 0px 0px 0;
  }
}
/* line 656, ../sass/components/_details.scss */
.view-map .local-details .details-list li .further-detail.active {
  display: block;
}
/* line 660, ../sass/components/_details.scss */
.view-map .local-details .details-list li .further-detail p {
  padding: 0px 0 20px 0;
}
/* line 664, ../sass/components/_details.scss */
.view-map .local-details .details-list li .further-detail p .icon.tube {
  margin-right: 10px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -233px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 664, ../sass/components/_details.scss */
  .view-map .local-details .details-list li .further-detail p .icon.tube {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -221.5px -40px;
    height: 12px;
    width: 15px;
  }
}
/* line 669, ../sass/components/_details.scss */
.view-map .local-details .details-list li .further-detail p .icon.overland {
  margin-right: 10px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -96px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 669, ../sass/components/_details.scss */
  .view-map .local-details .details-list li .further-detail p .icon.overland {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -103.5px -40px;
    height: 10px;
    width: 16px;
  }
}
/* line 680, ../sass/components/_details.scss */
.view-map .key-stats {
  background-color: #f0ece4;
  margin-top: 40px;
  width: 360px;
  padding-bottom: 35px;
}
@media (max-width: 1280px) {
  /* line 680, ../sass/components/_details.scss */
  .view-map .key-stats {
    width: 310px;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  /* line 680, ../sass/components/_details.scss */
  .view-map .key-stats {
    float: none;
    width: 100%;
    margin: 40px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 680, ../sass/components/_details.scss */
  .view-map .key-stats {
    float: none;
    width: 100%;
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  /* line 680, ../sass/components/_details.scss */
  .view-map .key-stats {
    float: none;
  }
}
/* line 701, ../sass/components/_details.scss */
.view-map .key-stats h3 {
  padding: 35px 0 20px 35px;
}
@media (max-width: 1280px) {
  /* line 701, ../sass/components/_details.scss */
  .view-map .key-stats h3 {
    padding: 30px 0px 20px 30px;
  }
}
/* line 709, ../sass/components/_details.scss */
.view-map .key-stats p {
  padding: 10px 35px 10px 35px;
  color: #616161;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 17px;
}
@media (max-width: 1280px) {
  /* line 709, ../sass/components/_details.scss */
  .view-map .key-stats p {
    padding: 10px 30px 10px 30px;
  }
}
/* line 718, ../sass/components/_details.scss */
.view-map .key-stats p span {
  display: block;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 726, ../sass/components/_details.scss */
.view-map .mortgage-calculator {
  background-color: #f0ece4;
  margin-top: 40px;
  width: 360px;
  padding: 35px;
}
/* line 732, ../sass/components/_details.scss */
.view-map .mortgage-calculator .select-overlay {
  margin-top: -50px;
}
/* line 736, ../sass/components/_details.scss */
.view-map .mortgage-calculator #calculatorOptions {
  width: 100%;
}
@media (max-width: 1280px) {
  /* line 726, ../sass/components/_details.scss */
  .view-map .mortgage-calculator {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 726, ../sass/components/_details.scss */
  .view-map .mortgage-calculator {
    width: 100%;
    margin: 40px auto;
    padding: 40px 60px 40px 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 726, ../sass/components/_details.scss */
  .view-map .mortgage-calculator {
    width: 100%;
    margin: 40px auto;
    padding: 40px 60px 40px 60px;
  }
}
@media (max-width: 650px) {
  /* line 726, ../sass/components/_details.scss */
  .view-map .mortgage-calculator {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  /* line 726, ../sass/components/_details.scss */
  .view-map .mortgage-calculator {
    padding: 20px;
  }
}
/* line 758, ../sass/components/_details.scss */
.view-map .mortgage-calculator h3 {
  padding-bottom: 20px;
}
/* line 48, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator ::-webkit-input-placeholder {
  color: #520e41;
}
/* line 52, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator :-moz-placeholder {
  /* Firefox 18- */
  color: #520e41;
}
/* line 56, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator ::-moz-placeholder {
  /* Firefox 19+ */
  color: #520e41;
}
/* line 60, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator :-ms-input-placeholder {
  color: #520e41;
}
/* line 246, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-container {
  width: 290px !important;
}
/* line 250, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-single {
  width: 286px !important;
}
/* line 254, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #f0ece4;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 254, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 254, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 254, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 266, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-container-active.chosen-with-drop .chosen-single {
  background: #f0ece4;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 273, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #f0ece4;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 283, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-single:hover {
  background-color: #520e41;
  color: #f0ece4;
}
/* line 287, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-single:hover div b {
  color: #f0ece4;
}
/* line 292, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 302, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-single div b:before {
  content: "\f0d7";
}
/* line 308, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 290px;
}
/* line 316, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-results {
  max-height: none;
  background-color: #f0ece4;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 323, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 327, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-results li.result-selected {
  background-color: #520e41;
  color: #f0ece4;
}
/* line 332, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-results li:hover {
  background: #520e41;
  color: #f0ece4;
  text-decoration: none;
}
/* line 338, ../sass/mixins/_global.scss */
.view-map .mortgage-calculator .chosen-results li.highlighted {
  background: #520e41;
  color: #f0ece4;
}
@media (max-width: 992px) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 363, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 422, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 1280px) {
  /* line 246, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 250px !important;
  }
  /* line 250, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 246px !important;
  }
  /* line 254, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-single {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
    background-color: #fff;
    border: 2px solid #520e41;
    background-color: #f0ece4;
    color: #520e41;
    border-radius: 0px;
    outline: none;
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  /* line 254, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1280px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 254, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) and (max-width: 480px) {
  /* line 254, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  /* line 266, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container-active.chosen-with-drop .chosen-single {
    background: #f0ece4;
    color: #520e41;
    border: none;
    box-shadow: none;
  }
  /* line 273, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: #f0ece4;
    color: #520e41;
    line-height: 46px;
    height: 46px;
  }
  /* line 283, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single:hover {
    background-color: #520e41;
    color: #f0ece4;
  }
  /* line 287, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single:hover div b {
    color: #f0ece4;
  }
  /* line 292, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single div b {
    background: none !important;
    color: #520e41;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 302, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single div b:before {
    content: "\f0d7";
  }
  /* line 308, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    border: 2px solid #520e41;
    border-top: 0px;
    box-shadow: none;
    margin-left: -2px;
    width: 250px;
  }
  /* line 316, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    max-height: none;
    background-color: #f0ece4;
    color: #520e41;
    padding: 0px;
    margin: 0px;
  }
  /* line 323, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results li {
    line-height: 46px;
    padding: 5px 8px;
  }
  /* line 327, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results li.result-selected {
    background-color: #520e41;
    color: #f0ece4;
  }
  /* line 332, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results li:hover {
    background: #520e41;
    color: #f0ece4;
    text-decoration: none;
  }
  /* line 338, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results li.highlighted {
    background: #520e41;
    color: #f0ece4;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (max-width: 1280px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (min-width: 480px) and (max-width: 767px) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 480px) {
  /* line 346, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 363, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (max-width: 1280px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (min-width: 480px) and (max-width: 767px) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 1280px) and (max-width: 480px) {
  /* line 369, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (max-width: 1280px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (min-width: 480px) and (max-width: 767px) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 480px) {
  /* line 387, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (max-width: 1280px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (min-width: 480px) and (max-width: 767px) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 480px) {
  /* line 405, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 992px) {
  /* line 422, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (max-width: 1280px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../sass/mixins/_global.scss */
  .view-map .mortgage-calculator .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}

/* line 771, ../sass/components/_details.scss */
.view-map .mortgage-calculator .chosen-container {
  font-size: 15px;
}
/* line 775, ../sass/components/_details.scss */
.view-map .mortgage-calculator .chosen-results {
  color: #f0ece4;
  background-color: #520e41;
}
/* line 780, ../sass/components/_details.scss */
.view-map .mortgage-calculator .chosen-results li.result-selected {
  background-color: #663c60;
  color: #f0ece4;
}
/* line 785, ../sass/components/_details.scss */
.view-map .mortgage-calculator .chosen-results li:hover {
  background: #663c60;
  color: #f0ece4;
}
/* line 790, ../sass/components/_details.scss */
.view-map .mortgage-calculator .chosen-results li.highlighted {
  background: #663c60;
  color: #f0ece4;
}
/* line 797, ../sass/components/_details.scss */
.view-map .mortgage-calculator #mortgageAmount {
  color: #520e41;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
/* line 803, ../sass/components/_details.scss */
.view-map .mortgage-calculator #mortgageAmount h4 {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  line-height: 21px;
}
/* line 808, ../sass/components/_details.scss */
.view-map .mortgage-calculator #mortgageAmount h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
}
/* line 813, ../sass/components/_details.scss */
.view-map .mortgage-calculator select {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  border: 2px solid #520e41;
}
/* line 818, ../sass/components/_details.scss */
.view-map .mortgage-calculator input[type="text"] {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  border: 2px solid #520e41;
  width: 290px;
  margin: 10px auto;
  padding-left: 10px;
  background: transparent;
  display: block;
  height: 50px;
  line-height: 46px;
}
/* line 827, ../sass/components/_details.scss */
.view-map .mortgage-calculator input[type="text"].invalid {
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
}
@media (max-width: 1280px) {
  /* line 818, ../sass/components/_details.scss */
  .view-map .mortgage-calculator input[type="text"] {
    width: 250px;
  }
}
@media (max-width: 992px) {
  /* line 818, ../sass/components/_details.scss */
  .view-map .mortgage-calculator input[type="text"] {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 818, ../sass/components/_details.scss */
  .view-map .mortgage-calculator input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 818, ../sass/components/_details.scss */
  .view-map .mortgage-calculator input[type="text"] {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 818, ../sass/components/_details.scss */
  .view-map .mortgage-calculator input[type="text"] {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 818, ../sass/components/_details.scss */
  .view-map .mortgage-calculator input[type="text"] {
    height: 50px;
    line-height: 46px;
  }
}
/* line 846, ../sass/components/_details.scss */
.view-map .mortgage-calculator .andrews-button {
  width: 290px;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  text-align: center;
}
/* line 853, ../sass/components/_details.scss */
.view-map .mortgage-calculator .andrews-button.recalculate {
  border: 2px solid #ed1a3a;
  background-color: #f0ece4;
  color: #ed1a3a;
}
/* line 858, ../sass/components/_details.scss */
.view-map .mortgage-calculator .andrews-button.recalculate:hover {
  background-color: #ed1a3a;
  color: #f0ece4;
}
@media (max-width: 1280px) {
  /* line 846, ../sass/components/_details.scss */
  .view-map .mortgage-calculator .andrews-button {
    width: 250px;
  }
}
@media (max-width: 992px) {
  /* line 846, ../sass/components/_details.scss */
  .view-map .mortgage-calculator .andrews-button {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 846, ../sass/components/_details.scss */
  .view-map .mortgage-calculator .andrews-button {
    width: 100%;
  }
}
/* line 873, ../sass/components/_details.scss */
.view-map .mortgage-calculator p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #616161;
  width: 290px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 1280px) {
  /* line 873, ../sass/components/_details.scss */
  .view-map .mortgage-calculator p {
    width: 250px;
  }
}
@media (max-width: 992px) {
  /* line 873, ../sass/components/_details.scss */
  .view-map .mortgage-calculator p {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 873, ../sass/components/_details.scss */
  .view-map .mortgage-calculator p {
    width: 100%;
  }
}
/* line 890, ../sass/components/_details.scss */
.view-map .mortgage-calculator #moreInfoText {
  display: none;
}
/* line 894, ../sass/components/_details.scss */
.view-map .mortgage-calculator #moreInfo {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  padding-top: 20px;
  display: block;
  color: #ed1a3a;
  cursor: pointer;
}

@media (max-width: 992px) {
  /* line 906, ../sass/components/_details.scss */
  .section-mobile-hidden .mobile-nav-back {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 906, ../sass/components/_details.scss */
  .section-mobile-hidden .mobile-nav-back {
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 913, ../sass/components/_details.scss */
  .section-mobile-hidden.active {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 913, ../sass/components/_details.scss */
  .section-mobile-hidden.active {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 919, ../sass/components/_details.scss */
  .section-mobile-hidden.active {
    display: none;
  }
}

/* line 925, ../sass/components/_details.scss */
.offer-header {
  padding: 30px 17px 10px 17px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}

/* line 931, ../sass/components/_details.scss */
#backToDetails-makeOffer {
  height: 0px;
}
@media (max-width: 992px) {
  /* line 931, ../sass/components/_details.scss */
  #backToDetails-makeOffer {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 931, ../sass/components/_details.scss */
  #backToDetails-makeOffer {
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 931, ../sass/components/_details.scss */
  #backToDetails-makeOffer {
    height: auto;
  }
}

/* line 943, ../sass/components/_details.scss */
#backToDetails {
  display: none;
  height: 0px;
}
@media (max-width: 992px) {
  /* line 943, ../sass/components/_details.scss */
  #backToDetails {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 943, ../sass/components/_details.scss */
  #backToDetails {
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 943, ../sass/components/_details.scss */
  #backToDetails {
    height: auto;
  }
}

/* line 956, ../sass/components/_details.scss */
#property-overview {
  width: 60%;
  float: left;
  padding: 20px 0 20px 0;
  margin-bottom: 60px;
  background-color: #ffffff;
}
/* line 963, ../sass/components/_details.scss */
#property-overview .available-from {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  color: #520e41;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  /* line 963, ../sass/components/_details.scss */
  #property-overview .available-from {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  /* line 956, ../sass/components/_details.scss */
  #property-overview {
    width: 100%;
    float: none;
  }
  /* line 979, ../sass/components/_details.scss */
  #property-overview.nav-test-hide {
    display: none;
  }
  /* line 983, ../sass/components/_details.scss */
  #property-overview.active {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 956, ../sass/components/_details.scss */
  #property-overview {
    width: 100%;
    float: none;
  }
  /* line 979, ../sass/components/_details.scss */
  #property-overview.nav-test-hide {
    display: none;
  }
  /* line 983, ../sass/components/_details.scss */
  #property-overview.active {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 956, ../sass/components/_details.scss */
  #property-overview {
    margin: 0 auto;
    float: none;
  }
  /* line 992, ../sass/components/_details.scss */
  #property-overview.active {
    display: block;
  }
}
/* line 997, ../sass/components/_details.scss */
#property-overview .detail-copy {
  width: 100%;
}
/* line 1000, ../sass/components/_details.scss */
#property-overview .detail-copy h3 {
  margin-top: 15px;
  line-height: 40px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}
/* line 1006, ../sass/components/_details.scss */
#property-overview .detail-copy h3:first-child {
  line-height: 70px;
}
/* line 1011, ../sass/components/_details.scss */
#property-overview .detail-copy .property-overview-leader {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #520e41;
  margin-bottom: 30px;
  margin-top: 40px;
}
/* line 1018, ../sass/components/_details.scss */
#property-overview .detail-copy .property-overview-leader.renting {
  margin-top: 0px;
}
@media (max-width: 992px) {
  /* line 1011, ../sass/components/_details.scss */
  #property-overview .detail-copy .property-overview-leader {
    margin-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1011, ../sass/components/_details.scss */
  #property-overview .detail-copy .property-overview-leader {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  /* line 1011, ../sass/components/_details.scss */
  #property-overview .detail-copy .property-overview-leader {
    margin-top: 0px;
  }
}
/* line 1031, ../sass/components/_details.scss */
#property-overview .detail-copy .property-overview-description {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #606060;
}
/* line 1037, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column {
  float: left;
  width: 50%;
}
/* line 1041, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column ul {
  padding-left: 20px;
}
/* line 1046, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column.glance li {
  color: #520e41;
  list-style-type: disc;
}
/* line 1050, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column.glance li span {
  color: #616161;
}
@media (max-width: 992px) {
  /* line 1037, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-column {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1037, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-column {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 1037, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-column {
    margin: 0 auto;
    float: none;
  }
}
/* line 1066, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column li {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #616161;
  line-height: 28px;
}
/* line 1071, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column li .station {
  font-weight: bold;
}
/* line 1076, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column li .icon.tube {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -233px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1076, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-column li .icon.tube {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -221.5px -40px;
    height: 12px;
    width: 15px;
  }
}
/* line 1080, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column li .icon.overland {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -96px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1080, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-column li .icon.overland {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -103.5px -40px;
    height: 10px;
    width: 16px;
  }
}
/* line 1085, ../sass/components/_details.scss */
#property-overview .detail-copy .list-column li span {
  margin-right: 10px;
}
/* line 1091, ../sass/components/_details.scss */
#property-overview .detail-copy .list-links {
  width: 100%;
}
@media (max-width: 992px) {
  /* line 1091, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-links {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1091, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-links {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 1091, ../sass/components/_details.scss */
  #property-overview .detail-copy .list-links {
    margin: 0 auto;
    float: none;
  }
}
/* line 1104, ../sass/components/_details.scss */
#property-overview .detail-copy .list-links ul {
  padding-left: 20px;
}
/* line 1108, ../sass/components/_details.scss */
#property-overview .detail-copy .list-links li {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #616161;
  line-height: 28px;
  color: #520e41;
  list-style-type: disc;
}
/* line 1115, ../sass/components/_details.scss */
#property-overview .detail-copy .list-links li a {
  color: #ed1a3a;
}
/* line 1118, ../sass/components/_details.scss */
#property-overview .detail-copy .list-links li a:hover {
  text-decoration: underline;
  color: #d9040e;
}
/* line 1127, ../sass/components/_details.scss */
#property-overview .detail-copy .details-list {
  width: 660px;
}
@media (max-width: 1280px) {
  /* line 1127, ../sass/components/_details.scss */
  #property-overview .detail-copy .details-list {
    width: 640px;
  }
}
@media (max-width: 992px) {
  /* line 1127, ../sass/components/_details.scss */
  #property-overview .detail-copy .details-list {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1127, ../sass/components/_details.scss */
  #property-overview .detail-copy .details-list {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 1127, ../sass/components/_details.scss */
  #property-overview .detail-copy .details-list {
    width: 100%;
    margin: 40px auto;
    float: none;
  }
}
/* line 1147, ../sass/components/_details.scss */
#property-overview .detail-copy .details-list li span {
  display: inline-block;
}
/* line 1150, ../sass/components/_details.scss */
#property-overview .detail-copy .details-list li span.title {
  width: 40%;
}
@media (max-width: 480px) {
  /* line 1150, ../sass/components/_details.scss */
  #property-overview .detail-copy .details-list li span.title {
    width: 95%;
  }
}
/* line 1158, ../sass/components/_details.scss */
#property-overview .detail-copy .details-list li span.description {
  width: 55%;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 480px) {
  /* line 1158, ../sass/components/_details.scss */
  #property-overview .detail-copy .details-list li span.description {
    display: none;
  }
}
/* line 1167, ../sass/components/_details.scss */
#property-overview .detail-copy .details-list li span.icon {
  width: 5%;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 1167, ../sass/components/_details.scss */
  #property-overview .detail-copy .details-list li span.icon {
    width: 5%;
  }
}

/* line 1181, ../sass/components/_details.scss */
#propertyDetails-mobileMenu {
  display: none;
}
@media (max-width: 992px) {
  /* line 1181, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1181, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1181, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu {
    display: block;
  }
}
/* line 1192, ../sass/components/_details.scss */
#propertyDetails-mobileMenu.details-list {
  margin: 40px auto;
  border: none;
}
@media (max-width: 992px) {
  /* line 1192, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu.details-list {
    max-width: 768px;
    padding: 0 24px 0 24px;
    margin: 40px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1192, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu.details-list {
    max-width: 768px;
    padding: 0 24px 0 24px;
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  /* line 1192, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu.details-list {
    padding: 0 20px 0 20px;
    margin: 20px auto 0px auto;
  }
}
/* line 1207, ../sass/components/_details.scss */
#propertyDetails-mobileMenu.details-list li {
  cursor: pointer;
  border-top: 2px solid #b0a79e;
}
/* line 1211, ../sass/components/_details.scss */
#propertyDetails-mobileMenu.details-list li:first-child {
  border: none;
}
/* line 1215, ../sass/components/_details.scss */
#propertyDetails-mobileMenu.details-list li .title {
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 1215, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu.details-list li .title {
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  /* line 1224, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu.details-list li .icon {
    float: right;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1224, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu.details-list li .icon {
    float: right;
  }
}
/* line 1229, ../sass/components/_details.scss */
#propertyDetails-mobileMenu.details-list li .menu {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -170px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1229, ../sass/components/_details.scss */
  #propertyDetails-mobileMenu.details-list li .menu {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -177.5px -40px;
    height: 11px;
    width: 6px;
  }
}

/* line 1236, ../sass/components/_details.scss */
#property-virtualtour {
  display: none;
}

/* line 1240, ../sass/components/_details.scss */
#property-maps {
  display: none;
  width: 100%;
  margin-bottom: 60px;
  background-color: #ffffff;
  padding: 0 0 20px 0;
}
/* line 246, ../sass/mixins/_global.scss */
#property-maps .chosen-container {
  width: 722px !important;
}
/* line 250, ../sass/mixins/_global.scss */
#property-maps .chosen-single {
  width: 718px !important;
}
/* line 254, ../sass/mixins/_global.scss */
#property-maps .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #f0ece4;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 254, ../sass/mixins/_global.scss */
  #property-maps .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 254, ../sass/mixins/_global.scss */
  #property-maps .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 254, ../sass/mixins/_global.scss */
  #property-maps .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 266, ../sass/mixins/_global.scss */
#property-maps .chosen-container-active.chosen-with-drop .chosen-single {
  background: #f0ece4;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 273, ../sass/mixins/_global.scss */
#property-maps .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #f0ece4;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 283, ../sass/mixins/_global.scss */
#property-maps .chosen-single:hover {
  background-color: #520e41;
  color: #f0ece4;
}
/* line 287, ../sass/mixins/_global.scss */
#property-maps .chosen-single:hover div b {
  color: #f0ece4;
}
/* line 292, ../sass/mixins/_global.scss */
#property-maps .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 302, ../sass/mixins/_global.scss */
#property-maps .chosen-single div b:before {
  content: "\f0d7";
}
/* line 308, ../sass/mixins/_global.scss */
#property-maps .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 722px;
}
/* line 316, ../sass/mixins/_global.scss */
#property-maps .chosen-results {
  max-height: none;
  background-color: #f0ece4;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 323, ../sass/mixins/_global.scss */
#property-maps .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 327, ../sass/mixins/_global.scss */
#property-maps .chosen-results li.result-selected {
  background-color: #520e41;
  color: #f0ece4;
}
/* line 332, ../sass/mixins/_global.scss */
#property-maps .chosen-results li:hover {
  background: #520e41;
  color: #f0ece4;
  text-decoration: none;
}
/* line 338, ../sass/mixins/_global.scss */
#property-maps .chosen-results li.highlighted {
  background: #520e41;
  color: #f0ece4;
}
@media (max-width: 992px) {
  /* line 346, ../sass/mixins/_global.scss */
  #property-maps .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/mixins/_global.scss */
  #property-maps .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 346, ../sass/mixins/_global.scss */
  #property-maps .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 346, ../sass/mixins/_global.scss */
  #property-maps .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 363, ../sass/mixins/_global.scss */
  #property-maps .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 369, ../sass/mixins/_global.scss */
  #property-maps .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/mixins/_global.scss */
  #property-maps .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 369, ../sass/mixins/_global.scss */
  #property-maps .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 369, ../sass/mixins/_global.scss */
  #property-maps .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 387, ../sass/mixins/_global.scss */
  #property-maps .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 387, ../sass/mixins/_global.scss */
  #property-maps .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 387, ../sass/mixins/_global.scss */
  #property-maps .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 387, ../sass/mixins/_global.scss */
  #property-maps .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 405, ../sass/mixins/_global.scss */
  #property-maps .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 405, ../sass/mixins/_global.scss */
  #property-maps .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 405, ../sass/mixins/_global.scss */
  #property-maps .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 405, ../sass/mixins/_global.scss */
  #property-maps .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 422, ../sass/mixins/_global.scss */
  #property-maps .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../sass/mixins/_global.scss */
  #property-maps .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 992px) {
  /* line 1240, ../sass/components/_details.scss */
  #property-maps {
    margin-bottom: 15px;
    padding: 0 0 10px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1240, ../sass/components/_details.scss */
  #property-maps {
    margin-bottom: 15px;
    padding: 0 0 10px 0;
  }
}
@media (max-width: 480px) {
  /* line 1240, ../sass/components/_details.scss */
  #property-maps {
    margin-bottom: 15px;
    padding: 0 0 10px 0;
  }
}
/* line 1259, ../sass/components/_details.scss */
#property-maps .maps-box-toggle {
  margin: 50px auto 35px auto;
  width: 376px;
  border: 2px solid #520e41;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 1259, ../sass/components/_details.scss */
  #property-maps .maps-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1259, ../sass/components/_details.scss */
  #property-maps .maps-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1259, ../sass/components/_details.scss */
  #property-maps .maps-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1259, ../sass/components/_details.scss */
  #property-maps .maps-box-toggle {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 1259, ../sass/components/_details.scss */
  #property-maps .maps-box-toggle {
    margin: 20px auto 20px auto;
    width: 242px;
  }
}
/* line 1277, ../sass/components/_details.scss */
#property-maps .maps-box-toggle input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #520e41;
  height: 42px;
}
/* line 1283, ../sass/components/_details.scss */
#property-maps .maps-box-toggle .radio {
  width: 183px;
  margin: 2px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1280px) {
  /* line 1283, ../sass/components/_details.scss */
  #property-maps .maps-box-toggle .radio {
    width: 116px;
  }
}
/* line 1293, ../sass/components/_details.scss */
#property-maps .maps-box-toggle .radio:hover {
  cursor: pointer;
}
/* line 1297, ../sass/components/_details.scss */
#property-maps .maps-box-toggle .radio.active {
  color: #ffffff;
  background-color: #520e41;
}
/* line 1302, ../sass/components/_details.scss */
#property-maps .maps-box-toggle .radio.map-view {
  margin-right: 1px;
}
/* line 1306, ../sass/components/_details.scss */
#property-maps .maps-box-toggle .radio.street-view {
  margin-left: 1px;
}
/* line 1312, ../sass/components/_details.scss */
#property-maps .map-header {
  max-width: 1152px;
  height: 70px;
  line-height: 70px;
  background-color: #f0ece4;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 1312, ../sass/components/_details.scss */
  #property-maps .map-header {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1312, ../sass/components/_details.scss */
  #property-maps .map-header {
    display: none;
  }
}
/* line 1323, ../sass/components/_details.scss */
#property-maps .map-header li {
  display: inline-block;
  margin-left: 40px;
}
/* line 1327, ../sass/components/_details.scss */
#property-maps .map-header li:first-child {
  margin-left: 0;
}
/* line 1332, ../sass/components/_details.scss */
#property-maps .map-header span {
  display: inline-block;
  color: #57163f;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  margin-left: 10px;
}
/* line 1339, ../sass/components/_details.scss */
#property-maps .map-header .andrews-checkbox {
  background-color: #b2a89f;
  float: none;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 1345, ../sass/components/_details.scss */
#property-maps .map-header .andrews-checkbox .tick {
  vertical-align: middle;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -249px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 15px;
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1345, ../sass/components/_details.scss */
  #property-maps .map-header .andrews-checkbox .tick {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -237px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 1352, ../sass/components/_details.scss */
#property-maps .map-header .andrews-checkbox.active .tick {
  display: inline-block;
  margin-left: 0;
}
/* line 1362, ../sass/components/_details.scss */
#property-maps .map-header .icon.attraction, #property-maps .chosen-results .icon.attraction {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -52px -68px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 52px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1362, ../sass/components/_details.scss */
  #property-maps .map-header .icon.attraction, #property-maps .chosen-results .icon.attraction {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -138px 0;
    height: 30px;
    width: 26px;
  }
}
/* line 1368, ../sass/components/_details.scss */
#property-maps .map-header .icon.schoolhat, #property-maps .chosen-results .icon.schoolhat {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -81px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1368, ../sass/components/_details.scss */
  #property-maps .map-header .icon.schoolhat, #property-maps .chosen-results .icon.schoolhat {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -106px 0;
    height: 29px;
    width: 32px;
  }
}
/* line 1374, ../sass/components/_details.scss */
#property-maps .map-header .icon.pencil, #property-maps .chosen-results .icon.pencil {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1374, ../sass/components/_details.scss */
  #property-maps .map-header .icon.pencil, #property-maps .chosen-results .icon.pencil {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 0;
    height: 26px;
    width: 26px;
  }
}
/* line 1380, ../sass/components/_details.scss */
#property-maps .map-header .icon.pram, #property-maps .chosen-results .icon.pram {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -54px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 27px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1380, ../sass/components/_details.scss */
  #property-maps .map-header .icon.pram, #property-maps .chosen-results .icon.pram {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -51.5px 0;
    height: 27px;
    width: 26px;
  }
}
@media (max-width: 992px) {
  /* line 1388, ../sass/components/_details.scss */
  #property-maps #maps-navDesktop {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1388, ../sass/components/_details.scss */
  #property-maps #maps-navDesktop {
    display: none;
  }
}
/* line 1395, ../sass/components/_details.scss */
#property-maps #maps-navMobile {
  display: none;
  padding: 10px;
  background-color: #f0ece4;
}
@media (max-width: 992px) {
  /* line 1395, ../sass/components/_details.scss */
  #property-maps #maps-navMobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1395, ../sass/components/_details.scss */
  #property-maps #maps-navMobile {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1395, ../sass/components/_details.scss */
  #property-maps #maps-navMobile {
    margin-left: -17px;
    margin-right: -17px;
  }
}
/* line 1409, ../sass/components/_details.scss */
#property-maps #maps-navMobile .chosen-drop {
  display: none;
}
/* line 1416, ../sass/components/_details.scss */
#property-maps .chosen-container-active.chosen-with-drop .chosen-single:hover b {
  color: #520e41;
}
/* line 1421, ../sass/components/_details.scss */
#property-maps .chosen-container-active.chosen-with-drop .chosen-single.dropped {
  background-color: #520e41;
  color: #ffffff;
}
/* line 1425, ../sass/components/_details.scss */
#property-maps .chosen-container-active.chosen-with-drop .chosen-single.dropped b {
  color: #ffffff;
}
/* line 1433, ../sass/components/_details.scss */
#property-maps .chosen-results .icon {
  margin-right: 5px;
}
/* line 1437, ../sass/components/_details.scss */
#property-maps .chosen-results .active-result {
  background-color: #ffffff;
  border: 2px solid #520e41;
}
/* line 1441, ../sass/components/_details.scss */
#property-maps .chosen-results .active-result.highlighted {
  background-color: #ffffff;
}
/* line 1445, ../sass/components/_details.scss */
#property-maps .chosen-results .active-result:hover {
  background-color: #ffffff;
  color: #520e41;
}
/* line 1451, ../sass/components/_details.scss */
#property-maps .chosen-results .andrews-checkbox {
  float: right;
  margin-top: 10px;
}
/* line 1457, ../sass/components/_details.scss */
#property-maps .map-popup {
  color: #520e41;
  width: 230px;
  padding: 10px;
}
/* line 1462, ../sass/components/_details.scss */
#property-maps .map-popup span {
  line-height: 26px;
  margin: 0px 0 10px 0px;
  vertical-align: middle;
  display: inline-block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
}
/* line 1470, ../sass/components/_details.scss */
#property-maps .map-popup span.label {
  margin-left: 10px;
}
/* line 1475, ../sass/components/_details.scss */
#property-maps .map-popup h3 {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  line-height: 16px;
}
/* line 1481, ../sass/components/_details.scss */
#property-maps .map-popup .icon.attraction {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -52px -68px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 52px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1481, ../sass/components/_details.scss */
  #property-maps .map-popup .icon.attraction {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -138px 0;
    height: 30px;
    width: 26px;
  }
}
/* line 1487, ../sass/components/_details.scss */
#property-maps .map-popup .icon.schoolhat {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -81px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1487, ../sass/components/_details.scss */
  #property-maps .map-popup .icon.schoolhat {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -106px 0;
    height: 29px;
    width: 32px;
  }
}
/* line 1493, ../sass/components/_details.scss */
#property-maps .map-popup .icon.pencil {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1493, ../sass/components/_details.scss */
  #property-maps .map-popup .icon.pencil {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 0;
    height: 26px;
    width: 26px;
  }
}
/* line 1499, ../sass/components/_details.scss */
#property-maps .map-popup .icon.pram {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -54px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 27px;
  display: inline-block;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1499, ../sass/components/_details.scss */
  #property-maps .map-popup .icon.pram {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -51.5px 0;
    height: 27px;
    width: 26px;
  }
}
/* line 1507, ../sass/components/_details.scss */
#property-maps #streetMapView, #property-maps #streetViewView {
  display: none;
}
/* line 1511, ../sass/components/_details.scss */
#property-maps .map {
  max-width: 1152px;
  height: 828px;
}
@media (max-width: 992px) {
  /* line 1511, ../sass/components/_details.scss */
  #property-maps .map {
    height: 500px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1511, ../sass/components/_details.scss */
  #property-maps .map {
    height: 500px;
  }
}
@media (max-width: 480px) {
  /* line 1511, ../sass/components/_details.scss */
  #property-maps .map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  /* line 1524, ../sass/components/_details.scss */
  #property-maps #mapView {
    margin-left: -17px;
    margin-right: -17px;
  }
}

/* line 1532, ../sass/components/_details.scss */
#property-floorplans {
  display: none;
  width: 100%;
  margin-bottom: 60px;
  background-color: #ffffff;
  text-align: center;
  padding: 60px 0 60px 0;
}
/* line 1540, ../sass/components/_details.scss */
#property-floorplans img {
  max-width: 100%;
  margin: 0 auto;
}
/* line 1545, ../sass/components/_details.scss */
#property-floorplans p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
  color: #616161;
}

/* line 1555, ../sass/components/_details.scss */
#property-virtualtour {
  display: none;
  width: 100%;
  margin-bottom: 60px;
  background-color: #ffffff;
  text-align: center;
  padding: 60px 0 60px 0;
}
/* line 1563, ../sass/components/_details.scss */
#property-virtualtour p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
  color: #616161;
}

/* line 1573, ../sass/components/_details.scss */
#property-epc {
  display: none;
  width: 100%;
  margin-bottom: 60px;
  background-color: #ffffff;
  text-align: center;
  padding: 60px 0 60px 0;
}
/* line 1581, ../sass/components/_details.scss */
#property-epc img {
  max-width: 100%;
  margin: 0 auto;
}
/* line 1586, ../sass/components/_details.scss */
#property-epc p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
  color: #616161;
}

/* line 1596, ../sass/components/_details.scss */
#property-localarea {
  display: none;
  width: 60%;
  background-color: #ffffff;
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 1596, ../sass/components/_details.scss */
  #property-localarea {
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 1596, ../sass/components/_details.scss */
  #property-localarea {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1596, ../sass/components/_details.scss */
  #property-localarea {
    width: 100%;
  }
}
/* line 1610, ../sass/components/_details.scss */
#property-localarea .left-side {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
/* line 1615, ../sass/components/_details.scss */
#property-localarea .left-side .intro {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  margin-top: 30px;
}
@media (max-width: 992px) {
  /* line 1610, ../sass/components/_details.scss */
  #property-localarea .left-side {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1610, ../sass/components/_details.scss */
  #property-localarea .left-side {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 1610, ../sass/components/_details.scss */
  #property-localarea .left-side {
    width: 100%;
    float: none;
  }
}
/* line 1631, ../sass/components/_details.scss */
#property-localarea .left-side span {
  font-size: 23px;
  font-style: normal;
}
/* line 1636, ../sass/components/_details.scss */
#property-localarea .left-side img {
  display: block;
  max-width: 100%;
  margin: 15px 0 15px 0;
  width: 658px;
  height: 402px;
}
/* line 1644, ../sass/components/_details.scss */
#property-localarea .left-side p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0 10px 0;
  color: #606060;
}
/* line 1650, ../sass/components/_details.scss */
#property-localarea .left-side p a {
  color: #ed1a3a;
}
/* line 1655, ../sass/components/_details.scss */
#property-localarea .left-side h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 45px;
  padding: 10px 0 10px 0;
}
/* line 1660, ../sass/components/_details.scss */
#property-localarea .left-side h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  padding-top: 35px;
}
@media (max-width: 480px) {
  /* line 1660, ../sass/components/_details.scss */
  #property-localarea .left-side h3 {
    padding-top: 20px;
  }
}
/* line 1669, ../sass/components/_details.scss */
#property-localarea .left-side h4 {
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin: 40px 0 10px 0;
}
/* line 1675, ../sass/components/_details.scss */
#property-localarea .left-side .footnote {
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 13px;
  color: #b2a89f;
  padding-top: 35px;
}
/* line 1682, ../sass/components/_details.scss */
#property-localarea .right-side {
  float: right;
  width: 360px;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  /* line 1682, ../sass/components/_details.scss */
  #property-localarea .right-side {
    width: 310px;
  }
}
@media (max-width: 1280px) {
  /* line 1691, ../sass/components/_details.scss */
  #property-localarea .right-side .book-viewings {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 1691, ../sass/components/_details.scss */
  #property-localarea .right-side .book-viewings {
    width: 100%;
    margin: 0 auto;
    height: 230px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1691, ../sass/components/_details.scss */
  #property-localarea .right-side .book-viewings {
    width: 100%;
    margin: 0 auto;
    height: 230px;
  }
}
@media (max-width: 650px) {
  /* line 1691, ../sass/components/_details.scss */
  #property-localarea .right-side .book-viewings {
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 1691, ../sass/components/_details.scss */
  #property-localarea .right-side .book-viewings {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  /* line 1715, ../sass/components/_details.scss */
  #property-localarea .right-side .viewings {
    width: 250px;
  }
}
@media (max-width: 992px) {
  /* line 1715, ../sass/components/_details.scss */
  #property-localarea .right-side .viewings {
    top: 35px;
    right: 35px;
    left: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1715, ../sass/components/_details.scss */
  #property-localarea .right-side .viewings {
    top: 35px;
    right: 35px;
    left: auto;
  }
}
@media (max-width: 650px) {
  /* line 1715, ../sass/components/_details.scss */
  #property-localarea .right-side .viewings {
    display: block;
    position: relative;
    margin-left: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  /* line 1715, ../sass/components/_details.scss */
  #property-localarea .right-side .viewings {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 1682, ../sass/components/_details.scss */
  #property-localarea .right-side {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 1682, ../sass/components/_details.scss */
  #property-localarea .right-side {
    float: none;
    width: 100%;
    margin: 40px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1682, ../sass/components/_details.scss */
  #property-localarea .right-side {
    float: none;
    width: 100%;
    margin: 40px auto;
  }
}
@media (max-width: 480px) {
  /* line 1682, ../sass/components/_details.scss */
  #property-localarea .right-side {
    float: none;
    margin: 40px auto;
  }
}
/* line 1754, ../sass/components/_details.scss */
#property-localarea .right-side .details-list {
  margin-top: 35px;
  width: 360px;
}
@media (max-width: 1280px) {
  /* line 1754, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 1754, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1754, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list {
    width: 100%;
    float: none;
  }
}
/* line 1767, ../sass/components/_details.scss */
#property-localarea .right-side .details-list h3 {
  line-height: 70px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 1774, ../sass/components/_details.scss */
#property-localarea .right-side .details-list li span {
  display: inline-block;
}
/* line 1777, ../sass/components/_details.scss */
#property-localarea .right-side .details-list li span.title {
  width: 95%;
}
@media (max-width: 992px) {
  /* line 1777, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list li span.title {
    width: 98%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1777, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list li span.title {
    width: 98%;
  }
}
@media (max-width: 650px) {
  /* line 1777, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list li span.title {
    width: 96%;
  }
}
/* line 1789, ../sass/components/_details.scss */
#property-localarea .right-side .details-list li span.icon {
  width: 5%;
}
@media (max-width: 992px) {
  /* line 1789, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list li span.icon {
    width: 2%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1789, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list li span.icon {
    width: 2%;
  }
}
@media (max-width: 650px) {
  /* line 1789, ../sass/components/_details.scss */
  #property-localarea .right-side .details-list li span.icon {
    width: 4%;
  }
}
/* line 1802, ../sass/components/_details.scss */
#property-localarea .right-side .details-list li .further-detail {
  padding: 10px 20px 10px 0;
}
/* line 1805, ../sass/components/_details.scss */
#property-localarea .right-side .details-list li .further-detail p {
  margin: 0 0 10px 0;
}
/* line 1808, ../sass/components/_details.scss */
#property-localarea .right-side .details-list li .further-detail p span {
  display: block;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}

/* line 1819, ../sass/components/_details.scss */
#propertyDetails-mobileNav {
  display: none;
  width: 100%;
  background-color: #f0ece4;
  padding-bottom: 20px;
}
/* line 145, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-container {
  width: 104%px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-single {
  width: 100%px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #b2a89f;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #propertyDetails-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #propertyDetails-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #propertyDetails-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-container-active.chosen-with-drop .chosen-single {
  background: #b2a89f;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #b2a89f;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-single:hover {
  background-color: #ffffff;
  color: #b2a89f;
}
/* line 186, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-single:hover div b {
  color: #b2a89f;
}
/* line 191, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 104%px;
}
/* line 215, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-results {
  max-height: none;
  background-color: #b2a89f;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #b2a89f;
}
/* line 231, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-results li:hover {
  background: #ffffff;
  color: #b2a89f;
}
/* line 236, ../sass/mixins/_global.scss */
#propertyDetails-mobileNav .chosen-results li.highlighted {
  background: #ffffff;
  color: #b2a89f;
}
/* line 1827, ../sass/components/_details.scss */
#propertyDetails-mobileNav .nav-margin {
  padding: 0 20px 0 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1827, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .nav-margin {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 1827, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .nav-margin {
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 1839, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1839, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1839, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1839, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 1856, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 1862, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1862, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1862, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 1862, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 1880, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1880, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1880, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1880, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 1897, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1897, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1897, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1897, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 1914, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1914, ../sass/components/_details.scss */
  #propertyDetails-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 992px) {
  /* line 1819, ../sass/components/_details.scss */
  #propertyDetails-mobileNav {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1819, ../sass/components/_details.scss */
  #propertyDetails-mobileNav {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1819, ../sass/components/_details.scss */
  #propertyDetails-mobileNav {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1819, ../sass/components/_details.scss */
  #propertyDetails-mobileNav {
    display: block;
  }
}

/* line 1936, ../sass/components/_details.scss */
#virtual-tour iframe {
  width: 100%;
}

/* line 1, ../sass/components/_maps.scss */
#searchResults-map {
  display: none;
}

/* line 6, ../sass/components/_maps.scss */
.map {
  height: 688px;
}
/* line 9, ../sass/components/_maps.scss */
.map #propertiesMap {
  margin: 0 auto;
  height: 688px;
}

/* line 15, ../sass/components/_maps.scss */
.map-overlay {
  width: 260px;
  height: 425px;
}
/* line 23, ../sass/components/_maps.scss */
.map-overlay .map-inner .photo {
  display: inline-block;
  vertical-align: top;
}
/* line 27, ../sass/components/_maps.scss */
.map-overlay .map-inner .photo img {
  width: 260px;
}
/* line 32, ../sass/components/_maps.scss */
.map-overlay .map-inner .property-info {
  background-color: #ffffff;
  border-bottom: 8px solid #ed1a3a;
  text-align: center;
  padding: 16px;
  height: 240px;
  position: relative;
}
/* line 40, ../sass/components/_maps.scss */
.map-overlay .map-inner .property-info h2 {
  text-align: left;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 45, ../sass/components/_maps.scss */
.map-overlay .map-inner .property-info h2 span {
  display: block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 51, ../sass/components/_maps.scss */
.map-overlay .map-inner .property-info h3 {
  text-align: left;
  font-family: 'Arial';
  font-size: 16px;
  color: #520e41;
  font-style: normal;
  line-height: 18px;
  margin: 5px 0 5px 0;
}
/* line 61, ../sass/components/_maps.scss */
.map-overlay .map-inner .property-info h4 {
  text-align: left;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
/* line 67, ../sass/components/_maps.scss */
.map-overlay .map-inner .property-info .andrews-button {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 228px;
  height: 50px;
  line-height: 46px;
  background-color: #ffffff;
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 67, ../sass/components/_maps.scss */
  .map-overlay .map-inner .property-info .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 67, ../sass/components/_maps.scss */
  .map-overlay .map-inner .property-info .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 67, ../sass/components/_maps.scss */
  .map-overlay .map-inner .property-info .andrews-button {
    height: 50px;
    line-height: 46px;
  }
}
/* line 77, ../sass/components/_maps.scss */
.map-overlay .map-inner .property-info .andrews-button:hover {
  background-color: #ed1a3a;
  color: #ffffff;
}
/* line 85, ../sass/components/_maps.scss */
.map-overlay .arrow-down {
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ed1a3a;
}

/* line 97, ../sass/components/_maps.scss */
#searchResults-map {
  /* Map */
  /* Map InfoWindow */
}
/* line 99, ../sass/components/_maps.scss */
#searchResults-map #map img {
  max-width: inherit;
}
/* line 103, ../sass/components/_maps.scss */
#searchResults-map .touch #map .gmnoprint[controlheight="79"] {
  display: none;
}
/* line 108, ../sass/components/_maps.scss */
#searchResults-map .gm-style-iw {
  margin: auto;
  top: 40px !important;
  left: 18px !important;
}
/* line 117, ../sass/components/_maps.scss */
#searchResults-map .gm-style > div > div + div + div > div + div + div + div > div + div > div > div + div + div + div {
  background-color: transparent !important;
}
/* line 121, ../sass/components/_maps.scss */
#searchResults-map .gm-style > div > div + div + div > div + div + div + div > div + div > div > div {
  border: none !important;
}
/* line 124, ../sass/components/_maps.scss */
#searchResults-map .gm-style > div > div + div + div > div + div + div + div > div + div > div > div + div + div {
  display: none !important;
}
/* line 127, ../sass/components/_maps.scss */
#searchResults-map .gm-style > div > div + div + div > div + div + div + div > div + div > div > div + div {
  background-color: transparent !important;
  box-shadow: none !important;
}
/* line 132, ../sass/components/_maps.scss */
#searchResults-map .gm-style-iw + div img {
  display: none;
}

/* line 1, ../sass/components/_popups.scss */
#modal {
  width: 100%;
}
/* line 11, ../sass/components/_popups.scss */
#modal #content {
  /*min-height: 4000px;*/
}
/* line 15, ../sass/components/_popups.scss */
#modal.modal-mobile #content {
  min-height: unset;
}
/* line 19, ../sass/components/_popups.scss */
#modal .buying-viewing-request, #modal .buying-offer-request, #modal .property-valuation, #modal .mobile-make-offer, #modal .renting-tenant-fees, #modal .branch-contact-request, #modal .confirmation {
  background-color: #ffffff;
  max-width: 640px;
  margin: 0 auto;
  padding: 50px;
        /*.form-container__button-wrap {

            @include breakpoint(tablet) {
                padding-top: 45px;
            }
        }*/
}
/* line 145, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-container, #modal .buying-offer-request .chosen-container, #modal .property-valuation .chosen-container, #modal .mobile-make-offer .chosen-container, #modal .renting-tenant-fees .chosen-container, #modal .branch-contact-request .chosen-container, #modal .confirmation .chosen-container {
  width: 284px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-single, #modal .buying-offer-request .chosen-single, #modal .property-valuation .chosen-single, #modal .mobile-make-offer .chosen-single, #modal .renting-tenant-fees .chosen-single, #modal .branch-contact-request .chosen-single, #modal .confirmation .chosen-single {
  width: 280px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-container-single, #modal .buying-offer-request .chosen-container-single, #modal .property-valuation .chosen-container-single, #modal .mobile-make-offer .chosen-container-single, #modal .renting-tenant-fees .chosen-container-single, #modal .branch-contact-request .chosen-container-single, #modal .confirmation .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #modal .buying-viewing-request .chosen-container-single, #modal .buying-offer-request .chosen-container-single, #modal .property-valuation .chosen-container-single, #modal .mobile-make-offer .chosen-container-single, #modal .renting-tenant-fees .chosen-container-single, #modal .branch-contact-request .chosen-container-single, #modal .confirmation .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #modal .buying-viewing-request .chosen-container-single, #modal .buying-offer-request .chosen-container-single, #modal .property-valuation .chosen-container-single, #modal .mobile-make-offer .chosen-container-single, #modal .renting-tenant-fees .chosen-container-single, #modal .branch-contact-request .chosen-container-single, #modal .confirmation .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #modal .buying-viewing-request .chosen-container-single, #modal .buying-offer-request .chosen-container-single, #modal .property-valuation .chosen-container-single, #modal .mobile-make-offer .chosen-container-single, #modal .renting-tenant-fees .chosen-container-single, #modal .branch-contact-request .chosen-container-single, #modal .confirmation .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-container-active.chosen-with-drop .chosen-single, #modal .buying-offer-request .chosen-container-active.chosen-with-drop .chosen-single, #modal .property-valuation .chosen-container-active.chosen-with-drop .chosen-single, #modal .mobile-make-offer .chosen-container-active.chosen-with-drop .chosen-single, #modal .renting-tenant-fees .chosen-container-active.chosen-with-drop .chosen-single, #modal .branch-contact-request .chosen-container-active.chosen-with-drop .chosen-single, #modal .confirmation .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-single, #modal .buying-offer-request .chosen-single, #modal .property-valuation .chosen-single, #modal .mobile-make-offer .chosen-single, #modal .renting-tenant-fees .chosen-single, #modal .branch-contact-request .chosen-single, #modal .confirmation .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-single:hover, #modal .buying-offer-request .chosen-single:hover, #modal .property-valuation .chosen-single:hover, #modal .mobile-make-offer .chosen-single:hover, #modal .renting-tenant-fees .chosen-single:hover, #modal .branch-contact-request .chosen-single:hover, #modal .confirmation .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 186, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-single:hover div b, #modal .buying-offer-request .chosen-single:hover div b, #modal .property-valuation .chosen-single:hover div b, #modal .mobile-make-offer .chosen-single:hover div b, #modal .renting-tenant-fees .chosen-single:hover div b, #modal .branch-contact-request .chosen-single:hover div b, #modal .confirmation .chosen-single:hover div b {
  color: #ffffff;
}
/* line 191, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-single div b, #modal .buying-offer-request .chosen-single div b, #modal .property-valuation .chosen-single div b, #modal .mobile-make-offer .chosen-single div b, #modal .renting-tenant-fees .chosen-single div b, #modal .branch-contact-request .chosen-single div b, #modal .confirmation .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-single div b:before, #modal .buying-offer-request .chosen-single div b:before, #modal .property-valuation .chosen-single div b:before, #modal .mobile-make-offer .chosen-single div b:before, #modal .renting-tenant-fees .chosen-single div b:before, #modal .branch-contact-request .chosen-single div b:before, #modal .confirmation .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-drop, #modal .buying-offer-request .chosen-drop, #modal .property-valuation .chosen-drop, #modal .mobile-make-offer .chosen-drop, #modal .renting-tenant-fees .chosen-drop, #modal .branch-contact-request .chosen-drop, #modal .confirmation .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 284px;
}
/* line 215, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-results, #modal .buying-offer-request .chosen-results, #modal .property-valuation .chosen-results, #modal .mobile-make-offer .chosen-results, #modal .renting-tenant-fees .chosen-results, #modal .branch-contact-request .chosen-results, #modal .confirmation .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-results li, #modal .buying-offer-request .chosen-results li, #modal .property-valuation .chosen-results li, #modal .mobile-make-offer .chosen-results li, #modal .renting-tenant-fees .chosen-results li, #modal .branch-contact-request .chosen-results li, #modal .confirmation .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-results li.result-selected, #modal .buying-offer-request .chosen-results li.result-selected, #modal .property-valuation .chosen-results li.result-selected, #modal .mobile-make-offer .chosen-results li.result-selected, #modal .renting-tenant-fees .chosen-results li.result-selected, #modal .branch-contact-request .chosen-results li.result-selected, #modal .confirmation .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 231, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-results li:hover, #modal .buying-offer-request .chosen-results li:hover, #modal .property-valuation .chosen-results li:hover, #modal .mobile-make-offer .chosen-results li:hover, #modal .renting-tenant-fees .chosen-results li:hover, #modal .branch-contact-request .chosen-results li:hover, #modal .confirmation .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
}
/* line 236, ../sass/mixins/_global.scss */
#modal .buying-viewing-request .chosen-results li.highlighted, #modal .buying-offer-request .chosen-results li.highlighted, #modal .property-valuation .chosen-results li.highlighted, #modal .mobile-make-offer .chosen-results li.highlighted, #modal .renting-tenant-fees .chosen-results li.highlighted, #modal .branch-contact-request .chosen-results li.highlighted, #modal .confirmation .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}
/* line 27, ../sass/components/_popups.scss */
#modal .buying-viewing-request a, #modal .buying-offer-request a, #modal .property-valuation a, #modal .mobile-make-offer a, #modal .renting-tenant-fees a, #modal .branch-contact-request a, #modal .confirmation a {
  color: #ed1a3a;
}
/* line 31, ../sass/components/_popups.scss */
#modal .buying-viewing-request h1, #modal .buying-offer-request h1, #modal .property-valuation h1, #modal .mobile-make-offer h1, #modal .renting-tenant-fees h1, #modal .branch-contact-request h1, #modal .confirmation h1 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  margin-bottom: 20px;
}
/* line 37, ../sass/components/_popups.scss */
#modal .buying-viewing-request h2, #modal .buying-offer-request h2, #modal .property-valuation h2, #modal .mobile-make-offer h2, #modal .renting-tenant-fees h2, #modal .branch-contact-request h2, #modal .confirmation h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  line-height: 24px;
  padding-bottom: 20px;
}
/* line 44, ../sass/components/_popups.scss */
#modal .buying-viewing-request h3, #modal .buying-offer-request h3, #modal .property-valuation h3, #modal .mobile-make-offer h3, #modal .renting-tenant-fees h3, #modal .branch-contact-request h3, #modal .confirmation h3 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  line-height: 24px;
  padding-top: 20px;
}
/* line 51, ../sass/components/_popups.scss */
#modal .buying-viewing-request .offer-text, #modal .buying-offer-request .offer-text, #modal .property-valuation .offer-text, #modal .mobile-make-offer .offer-text, #modal .renting-tenant-fees .offer-text, #modal .branch-contact-request .offer-text, #modal .confirmation .offer-text {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b2a89f;
}
/* line 56, ../sass/components/_popups.scss */
#modal .buying-viewing-request .offer-text h2, #modal .buying-offer-request .offer-text h2, #modal .property-valuation .offer-text h2, #modal .mobile-make-offer .offer-text h2, #modal .renting-tenant-fees .offer-text h2, #modal .branch-contact-request .offer-text h2, #modal .confirmation .offer-text h2 {
  padding-bottom: 0px;
}
/* line 60, ../sass/components/_popups.scss */
#modal .buying-viewing-request .view-button, #modal .buying-offer-request .view-button, #modal .property-valuation .view-button, #modal .mobile-make-offer .view-button, #modal .renting-tenant-fees .view-button, #modal .branch-contact-request .view-button, #modal .confirmation .view-button {
  color: #ffffff !important;
  text-align: center;
  width: 100%;
}
/* line 67, ../sass/components/_popups.scss */
#modal .buying-viewing-request .branch-phone-number, #modal .buying-offer-request .branch-phone-number, #modal .property-valuation .branch-phone-number, #modal .mobile-make-offer .branch-phone-number, #modal .renting-tenant-fees .branch-phone-number, #modal .branch-contact-request .branch-phone-number, #modal .confirmation .branch-phone-number {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 21px;
  line-height: 24px;
}
/* line 72, ../sass/components/_popups.scss */
#modal .buying-viewing-request .branch-phone-number span, #modal .buying-offer-request .branch-phone-number span, #modal .property-valuation .branch-phone-number span, #modal .mobile-make-offer .branch-phone-number span, #modal .renting-tenant-fees .branch-phone-number span, #modal .branch-contact-request .branch-phone-number span, #modal .confirmation .branch-phone-number span {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 77, ../sass/components/_popups.scss */
#modal .buying-viewing-request .property-detail-holder, #modal .buying-offer-request .property-detail-holder, #modal .property-valuation .property-detail-holder, #modal .mobile-make-offer .property-detail-holder, #modal .renting-tenant-fees .property-detail-holder, #modal .branch-contact-request .property-detail-holder, #modal .confirmation .property-detail-holder {
  padding-bottom: 40px;
  border-bottom: 2px solid #b2a89f;
}
/* line 81, ../sass/components/_popups.scss */
#modal .buying-viewing-request .property-detail-holder a, #modal .buying-offer-request .property-detail-holder a, #modal .property-valuation .property-detail-holder a, #modal .mobile-make-offer .property-detail-holder a, #modal .renting-tenant-fees .property-detail-holder a, #modal .branch-contact-request .property-detail-holder a, #modal .confirmation .property-detail-holder a {
  color: inherit;
}
@media (max-width: 650px) {
  /* line 77, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .property-detail-holder, #modal .buying-offer-request .property-detail-holder, #modal .property-valuation .property-detail-holder, #modal .mobile-make-offer .property-detail-holder, #modal .renting-tenant-fees .property-detail-holder, #modal .branch-contact-request .property-detail-holder, #modal .confirmation .property-detail-holder {
    text-align: center;
  }
}
/* line 90, ../sass/components/_popups.scss */
#modal .buying-viewing-request .property-image, #modal .buying-offer-request .property-image, #modal .property-valuation .property-image, #modal .mobile-make-offer .property-image, #modal .renting-tenant-fees .property-image, #modal .branch-contact-request .property-image, #modal .confirmation .property-image {
  overflow-x: hidden;
  overflow-y: hidden;
  float: left;
}
/* line 95, ../sass/components/_popups.scss */
#modal .buying-viewing-request .property-image img, #modal .buying-offer-request .property-image img, #modal .property-valuation .property-image img, #modal .mobile-make-offer .property-image img, #modal .renting-tenant-fees .property-image img, #modal .branch-contact-request .property-image img, #modal .confirmation .property-image img {
  height: 160px;
}
@media (max-width: 650px) {
  /* line 90, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .property-image, #modal .buying-offer-request .property-image, #modal .property-valuation .property-image, #modal .mobile-make-offer .property-image, #modal .renting-tenant-fees .property-image, #modal .branch-contact-request .property-image, #modal .confirmation .property-image {
    float: none;
  }
}
/* line 104, ../sass/components/_popups.scss */
#modal .buying-viewing-request .form-container__group, #modal .buying-offer-request .form-container__group, #modal .property-valuation .form-container__group, #modal .mobile-make-offer .form-container__group, #modal .renting-tenant-fees .form-container__group, #modal .branch-contact-request .form-container__group, #modal .confirmation .form-container__group {
  width: 100%;
}
/* line 108, ../sass/components/_popups.scss */
#modal .buying-viewing-request li, #modal .buying-offer-request li, #modal .property-valuation li, #modal .mobile-make-offer li, #modal .renting-tenant-fees li, #modal .branch-contact-request li, #modal .confirmation li {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 113, ../sass/components/_popups.scss */
#modal .buying-viewing-request .bullet-list, #modal .buying-offer-request .bullet-list, #modal .property-valuation .bullet-list, #modal .mobile-make-offer .bullet-list, #modal .renting-tenant-fees .bullet-list, #modal .branch-contact-request .bullet-list, #modal .confirmation .bullet-list {
  padding-left: 20px;
}
/* line 116, ../sass/components/_popups.scss */
#modal .buying-viewing-request .bullet-list li, #modal .buying-offer-request .bullet-list li, #modal .property-valuation .bullet-list li, #modal .mobile-make-offer .bullet-list li, #modal .renting-tenant-fees .bullet-list li, #modal .branch-contact-request .bullet-list li, #modal .confirmation .bullet-list li {
  color: #520e41;
  list-style-type: disc;
}
/* line 124, ../sass/components/_popups.scss */
#modal .buying-viewing-request textarea, #modal .buying-offer-request textarea, #modal .property-valuation textarea, #modal .mobile-make-offer textarea, #modal .renting-tenant-fees textarea, #modal .branch-contact-request textarea, #modal .confirmation textarea {
  max-width: 50%;
  outline: 0;
  border: 0;
  resize: none;
  border: 2px solid #520e41;
  padding: 10px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  height: 150px;
}
@media (max-width: 992px) {
  /* line 124, ../sass/components/_popups.scss */
  #modal .buying-viewing-request textarea, #modal .buying-offer-request textarea, #modal .property-valuation textarea, #modal .mobile-make-offer textarea, #modal .renting-tenant-fees textarea, #modal .branch-contact-request textarea, #modal .confirmation textarea {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 124, ../sass/components/_popups.scss */
  #modal .buying-viewing-request textarea, #modal .buying-offer-request textarea, #modal .property-valuation textarea, #modal .mobile-make-offer textarea, #modal .renting-tenant-fees textarea, #modal .branch-contact-request textarea, #modal .confirmation textarea {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}
/* line 142, ../sass/components/_popups.scss */
#modal .buying-viewing-request .field-validation-error, #modal .buying-offer-request .field-validation-error, #modal .property-valuation .field-validation-error, #modal .mobile-make-offer .field-validation-error, #modal .renting-tenant-fees .field-validation-error, #modal .branch-contact-request .field-validation-error, #modal .confirmation .field-validation-error {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  padding-left: 40%;
  color: #ed1a3a;
  line-height: 40px;
  display: block;
}
@media (max-width: 992px) {
  /* line 142, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .field-validation-error, #modal .buying-offer-request .field-validation-error, #modal .property-valuation .field-validation-error, #modal .mobile-make-offer .field-validation-error, #modal .renting-tenant-fees .field-validation-error, #modal .branch-contact-request .field-validation-error, #modal .confirmation .field-validation-error {
    padding-left: 7%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 142, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .field-validation-error, #modal .buying-offer-request .field-validation-error, #modal .property-valuation .field-validation-error, #modal .mobile-make-offer .field-validation-error, #modal .renting-tenant-fees .field-validation-error, #modal .branch-contact-request .field-validation-error, #modal .confirmation .field-validation-error {
    padding-left: 7%;
  }
}
/* line 154, ../sass/components/_popups.scss */
#modal .buying-viewing-request .field-validation-valid, #modal .buying-offer-request .field-validation-valid, #modal .property-valuation .field-validation-valid, #modal .mobile-make-offer .field-validation-valid, #modal .renting-tenant-fees .field-validation-valid, #modal .branch-contact-request .field-validation-valid, #modal .confirmation .field-validation-valid {
  display: none;
  color: #520e41;
}
/* line 159, ../sass/components/_popups.scss */
#modal .buying-viewing-request form, #modal .buying-offer-request form, #modal .property-valuation form, #modal .mobile-make-offer form, #modal .renting-tenant-fees form, #modal .branch-contact-request form, #modal .confirmation form {
  padding-top: 30px;
}
/* line 163, ../sass/components/_popups.scss */
#modal .buying-viewing-request input[type="text"], #modal .buying-viewing-request input[type="password"], #modal .buying-offer-request input[type="text"], #modal .buying-offer-request input[type="password"], #modal .property-valuation input[type="text"], #modal .property-valuation input[type="password"], #modal .mobile-make-offer input[type="text"], #modal .mobile-make-offer input[type="password"], #modal .renting-tenant-fees input[type="text"], #modal .renting-tenant-fees input[type="password"], #modal .branch-contact-request input[type="text"], #modal .branch-contact-request input[type="password"], #modal .confirmation input[type="text"], #modal .confirmation input[type="password"] {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  line-height: 46px;
  border: 2px solid #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  height: 50px;
}
@media (max-width: 992px) {
  /* line 163, ../sass/components/_popups.scss */
  #modal .buying-viewing-request input[type="text"], #modal .buying-viewing-request input[type="password"], #modal .buying-offer-request input[type="text"], #modal .buying-offer-request input[type="password"], #modal .property-valuation input[type="text"], #modal .property-valuation input[type="password"], #modal .mobile-make-offer input[type="text"], #modal .mobile-make-offer input[type="password"], #modal .renting-tenant-fees input[type="text"], #modal .renting-tenant-fees input[type="password"], #modal .branch-contact-request input[type="text"], #modal .branch-contact-request input[type="password"], #modal .confirmation input[type="text"], #modal .confirmation input[type="password"] {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 163, ../sass/components/_popups.scss */
  #modal .buying-viewing-request input[type="text"], #modal .buying-viewing-request input[type="password"], #modal .buying-offer-request input[type="text"], #modal .buying-offer-request input[type="password"], #modal .property-valuation input[type="text"], #modal .property-valuation input[type="password"], #modal .mobile-make-offer input[type="text"], #modal .mobile-make-offer input[type="password"], #modal .renting-tenant-fees input[type="text"], #modal .renting-tenant-fees input[type="password"], #modal .branch-contact-request input[type="text"], #modal .branch-contact-request input[type="password"], #modal .confirmation input[type="text"], #modal .confirmation input[type="password"] {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
/* line 180, ../sass/components/_popups.scss */
#modal .buying-viewing-request input[type=submit], #modal .buying-offer-request input[type=submit], #modal .property-valuation input[type=submit], #modal .mobile-make-offer input[type=submit], #modal .renting-tenant-fees input[type=submit], #modal .branch-contact-request input[type=submit], #modal .confirmation input[type=submit] {
  width: 100%;
}
/* line 184, ../sass/components/_popups.scss */
#modal .buying-viewing-request .required-message, #modal .buying-offer-request .required-message, #modal .property-valuation .required-message, #modal .mobile-make-offer .required-message, #modal .renting-tenant-fees .required-message, #modal .branch-contact-request .required-message, #modal .confirmation .required-message {
  padding-top: 0;
  color: #b2a89f;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 185, ../sass/components/_popups.scss */
#modal .buying-viewing-request .required-message:before, #modal .buying-offer-request .required-message:before, #modal .property-valuation .required-message:before, #modal .mobile-make-offer .required-message:before, #modal .renting-tenant-fees .required-message:before, #modal .branch-contact-request .required-message:before, #modal .confirmation .required-message:before {
  content: "* ";
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 184, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .required-message, #modal .buying-offer-request .required-message, #modal .property-valuation .required-message, #modal .mobile-make-offer .required-message, #modal .renting-tenant-fees .required-message, #modal .branch-contact-request .required-message, #modal .confirmation .required-message {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 184, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .required-message, #modal .buying-offer-request .required-message, #modal .property-valuation .required-message, #modal .mobile-make-offer .required-message, #modal .renting-tenant-fees .required-message, #modal .branch-contact-request .required-message, #modal .confirmation .required-message {
    display: none;
  }
}
/* line 199, ../sass/components/_popups.scss */
#modal .buying-viewing-request .form-container__label, #modal .buying-offer-request .form-container__label, #modal .property-valuation .form-container__label, #modal .mobile-make-offer .form-container__label, #modal .renting-tenant-fees .form-container__label, #modal .branch-contact-request .form-container__label, #modal .confirmation .form-container__label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  width: 40%;
  display: block;
  float: left;
  line-height: 50px;
}
/* line 208, ../sass/components/_popups.scss */
#modal .buying-viewing-request .form-container__label.mandatory:after, #modal .buying-offer-request .form-container__label.mandatory:after, #modal .property-valuation .form-container__label.mandatory:after, #modal .mobile-make-offer .form-container__label.mandatory:after, #modal .renting-tenant-fees .form-container__label.mandatory:after, #modal .branch-contact-request .form-container__label.mandatory:after, #modal .confirmation .form-container__label.mandatory:after {
  content: " *";
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 199, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .form-container__label, #modal .buying-offer-request .form-container__label, #modal .property-valuation .form-container__label, #modal .mobile-make-offer .form-container__label, #modal .renting-tenant-fees .form-container__label, #modal .branch-contact-request .form-container__label, #modal .confirmation .form-container__label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 199, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .form-container__label, #modal .buying-offer-request .form-container__label, #modal .property-valuation .form-container__label, #modal .mobile-make-offer .form-container__label, #modal .renting-tenant-fees .form-container__label, #modal .branch-contact-request .form-container__label, #modal .confirmation .form-container__label {
    display: none;
  }
}
/* line 218, ../sass/components/_popups.scss */
#modal .buying-viewing-request .form-container__label span, #modal .buying-offer-request .form-container__label span, #modal .property-valuation .form-container__label span, #modal .mobile-make-offer .form-container__label span, #modal .renting-tenant-fees .form-container__label span, #modal .branch-contact-request .form-container__label span, #modal .confirmation .form-container__label span {
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 228, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .chosen-container, #modal .buying-offer-request .chosen-container, #modal .property-valuation .chosen-container, #modal .mobile-make-offer .chosen-container, #modal .renting-tenant-fees .chosen-container, #modal .branch-contact-request .chosen-container, #modal .confirmation .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 237, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .chosen-container.select-overlay, #modal .buying-offer-request .chosen-container.select-overlay, #modal .property-valuation .chosen-container.select-overlay, #modal .mobile-make-offer .chosen-container.select-overlay, #modal .renting-tenant-fees .chosen-container.select-overlay, #modal .branch-contact-request .chosen-container.select-overlay, #modal .confirmation .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 228, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .chosen-container, #modal .buying-offer-request .chosen-container, #modal .property-valuation .chosen-container, #modal .mobile-make-offer .chosen-container, #modal .renting-tenant-fees .chosen-container, #modal .branch-contact-request .chosen-container, #modal .confirmation .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 237, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .chosen-container.select-overlay, #modal .buying-offer-request .chosen-container.select-overlay, #modal .property-valuation .chosen-container.select-overlay, #modal .mobile-make-offer .chosen-container.select-overlay, #modal .renting-tenant-fees .chosen-container.select-overlay, #modal .branch-contact-request .chosen-container.select-overlay, #modal .confirmation .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 228, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .chosen-container, #modal .buying-offer-request .chosen-container, #modal .property-valuation .chosen-container, #modal .mobile-make-offer .chosen-container, #modal .renting-tenant-fees .chosen-container, #modal .branch-contact-request .chosen-container, #modal .confirmation .chosen-container {
    width: 90% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 228, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .chosen-container, #modal .buying-offer-request .chosen-container, #modal .property-valuation .chosen-container, #modal .mobile-make-offer .chosen-container, #modal .renting-tenant-fees .chosen-container, #modal .branch-contact-request .chosen-container, #modal .confirmation .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 253, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .chosen-container.select-overlay, #modal .buying-offer-request .chosen-container.select-overlay, #modal .property-valuation .chosen-container.select-overlay, #modal .mobile-make-offer .chosen-container.select-overlay, #modal .renting-tenant-fees .chosen-container.select-overlay, #modal .branch-contact-request .chosen-container.select-overlay, #modal .confirmation .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
/* line 259, ../sass/components/_popups.scss */
#modal .buying-viewing-request .chosen-drop, #modal .buying-offer-request .chosen-drop, #modal .property-valuation .chosen-drop, #modal .mobile-make-offer .chosen-drop, #modal .renting-tenant-fees .chosen-drop, #modal .branch-contact-request .chosen-drop, #modal .confirmation .chosen-drop {
  font-size: 15px;
  box-sizing: content-box;
  width: 100% !important;
  display: block;
}
/* line 266, ../sass/components/_popups.scss */
#modal .buying-viewing-request .chosen-single, #modal .buying-offer-request .chosen-single, #modal .property-valuation .chosen-single, #modal .mobile-make-offer .chosen-single, #modal .renting-tenant-fees .chosen-single, #modal .branch-contact-request .chosen-single, #modal .confirmation .chosen-single {
  font-size: 15px;
  width: 100% !important;
  display: block;
}
/* line 272, ../sass/components/_popups.scss */
#modal .buying-viewing-request .chosen-results, #modal .buying-offer-request .chosen-results, #modal .property-valuation .chosen-results, #modal .mobile-make-offer .chosen-results, #modal .renting-tenant-fees .chosen-results, #modal .branch-contact-request .chosen-results, #modal .confirmation .chosen-results {
  font-size: 15px;
  width: 100% !important;
  display: block;
}
/* line 278, ../sass/components/_popups.scss */
#modal .buying-viewing-request .property-detail-header, #modal .buying-offer-request .property-detail-header, #modal .property-valuation .property-detail-header, #modal .mobile-make-offer .property-detail-header, #modal .renting-tenant-fees .property-detail-header, #modal .branch-contact-request .property-detail-header, #modal .confirmation .property-detail-header {
  float: left;
  padding-left: 20px;
  max-width: 290px;
}
@media (max-width: 650px) {
  /* line 278, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .property-detail-header, #modal .buying-offer-request .property-detail-header, #modal .property-valuation .property-detail-header, #modal .mobile-make-offer .property-detail-header, #modal .renting-tenant-fees .property-detail-header, #modal .branch-contact-request .property-detail-header, #modal .confirmation .property-detail-header {
    float: none;
    padding-left: 0;
    max-width: 600px;
    padding-top: 10px;
  }
  /* line 289, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .property-detail-header h2, #modal .buying-offer-request .property-detail-header h2, #modal .property-valuation .property-detail-header h2, #modal .mobile-make-offer .property-detail-header h2, #modal .renting-tenant-fees .property-detail-header h2, #modal .branch-contact-request .property-detail-header h2, #modal .confirmation .property-detail-header h2 {
    padding-bottom: 0;
  }
}
/* line 295, ../sass/components/_popups.scss */
#modal .buying-viewing-request p, #modal .buying-offer-request p, #modal .property-valuation p, #modal .mobile-make-offer p, #modal .renting-tenant-fees p, #modal .branch-contact-request p, #modal .confirmation p {
  color: #616161;
  padding-top: 20px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
/* line 301, ../sass/components/_popups.scss */
#modal .buying-viewing-request p .book-time, #modal .buying-viewing-request p .book-message, #modal .buying-offer-request p .book-time, #modal .buying-offer-request p .book-message, #modal .property-valuation p .book-time, #modal .property-valuation p .book-message, #modal .mobile-make-offer p .book-time, #modal .mobile-make-offer p .book-message, #modal .renting-tenant-fees p .book-time, #modal .renting-tenant-fees p .book-message, #modal .branch-contact-request p .book-time, #modal .branch-contact-request p .book-message, #modal .confirmation p .book-time, #modal .confirmation p .book-message {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  font-style: normal;
  line-height: 20px;
  margin: 5px 0 10px 0;
}
@media (max-width: 992px) {
  /* line 301, ../sass/components/_popups.scss */
  #modal .buying-viewing-request p .book-time, #modal .buying-viewing-request p .book-message, #modal .buying-offer-request p .book-time, #modal .buying-offer-request p .book-message, #modal .property-valuation p .book-time, #modal .property-valuation p .book-message, #modal .mobile-make-offer p .book-time, #modal .mobile-make-offer p .book-message, #modal .renting-tenant-fees p .book-time, #modal .renting-tenant-fees p .book-message, #modal .branch-contact-request p .book-time, #modal .branch-contact-request p .book-message, #modal .confirmation p .book-time, #modal .confirmation p .book-message {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
    color: #520e41;
    font-style: normal;
    line-height: 20px;
    margin: 5px 0 10px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 301, ../sass/components/_popups.scss */
  #modal .buying-viewing-request p .book-time, #modal .buying-viewing-request p .book-message, #modal .buying-offer-request p .book-time, #modal .buying-offer-request p .book-message, #modal .property-valuation p .book-time, #modal .property-valuation p .book-message, #modal .mobile-make-offer p .book-time, #modal .mobile-make-offer p .book-message, #modal .renting-tenant-fees p .book-time, #modal .renting-tenant-fees p .book-message, #modal .branch-contact-request p .book-time, #modal .branch-contact-request p .book-message, #modal .confirmation p .book-time, #modal .confirmation p .book-message {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
    color: #520e41;
    font-style: normal;
    line-height: 20px;
    margin: 5px 0 10px 0;
  }
}
@media (max-width: 480px) {
  /* line 301, ../sass/components/_popups.scss */
  #modal .buying-viewing-request p .book-time, #modal .buying-viewing-request p .book-message, #modal .buying-offer-request p .book-time, #modal .buying-offer-request p .book-message, #modal .property-valuation p .book-time, #modal .property-valuation p .book-message, #modal .mobile-make-offer p .book-time, #modal .mobile-make-offer p .book-message, #modal .renting-tenant-fees p .book-time, #modal .renting-tenant-fees p .book-message, #modal .branch-contact-request p .book-time, #modal .branch-contact-request p .book-message, #modal .confirmation p .book-time, #modal .confirmation p .book-message {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
    color: #520e41;
    font-style: normal;
    line-height: 20px;
    margin: 5px 0 10px 0;
  }
}
/* line 328, ../sass/components/_popups.scss */
#modal .buying-viewing-request .property-detail-holder + p, #modal .buying-offer-request .property-detail-holder + p, #modal .property-valuation .property-detail-holder + p, #modal .mobile-make-offer .property-detail-holder + p, #modal .renting-tenant-fees .property-detail-holder + p, #modal .branch-contact-request .property-detail-holder + p, #modal .confirmation .property-detail-holder + p {
  padding-top: 30px;
}
/* line 332, ../sass/components/_popups.scss */
#modal .buying-viewing-request .book-time, #modal .buying-viewing-request .book-message, #modal .buying-offer-request .book-time, #modal .buying-offer-request .book-message, #modal .property-valuation .book-time, #modal .property-valuation .book-message, #modal .mobile-make-offer .book-time, #modal .mobile-make-offer .book-message, #modal .renting-tenant-fees .book-time, #modal .renting-tenant-fees .book-message, #modal .branch-contact-request .book-time, #modal .branch-contact-request .book-message, #modal .confirmation .book-time, #modal .confirmation .book-message {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  font-style: normal;
  line-height: 20px;
  margin: 5px 0 10px 0;
}
@media (max-width: 992px) {
  /* line 332, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .book-time, #modal .buying-viewing-request .book-message, #modal .buying-offer-request .book-time, #modal .buying-offer-request .book-message, #modal .property-valuation .book-time, #modal .property-valuation .book-message, #modal .mobile-make-offer .book-time, #modal .mobile-make-offer .book-message, #modal .renting-tenant-fees .book-time, #modal .renting-tenant-fees .book-message, #modal .branch-contact-request .book-time, #modal .branch-contact-request .book-message, #modal .confirmation .book-time, #modal .confirmation .book-message {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
    color: #520e41;
    font-style: normal;
    line-height: 20px;
    margin: 5px 0 10px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 332, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .book-time, #modal .buying-viewing-request .book-message, #modal .buying-offer-request .book-time, #modal .buying-offer-request .book-message, #modal .property-valuation .book-time, #modal .property-valuation .book-message, #modal .mobile-make-offer .book-time, #modal .mobile-make-offer .book-message, #modal .renting-tenant-fees .book-time, #modal .renting-tenant-fees .book-message, #modal .branch-contact-request .book-time, #modal .branch-contact-request .book-message, #modal .confirmation .book-time, #modal .confirmation .book-message {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
    color: #520e41;
    font-style: normal;
    line-height: 20px;
    margin: 5px 0 10px 0;
  }
}
@media (max-width: 480px) {
  /* line 332, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .book-time, #modal .buying-viewing-request .book-message, #modal .buying-offer-request .book-time, #modal .buying-offer-request .book-message, #modal .property-valuation .book-time, #modal .property-valuation .book-message, #modal .mobile-make-offer .book-time, #modal .mobile-make-offer .book-message, #modal .renting-tenant-fees .book-time, #modal .renting-tenant-fees .book-message, #modal .branch-contact-request .book-time, #modal .branch-contact-request .book-message, #modal .confirmation .book-time, #modal .confirmation .book-message {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
    color: #520e41;
    font-style: normal;
    line-height: 20px;
    margin: 5px 0 10px 0;
  }
}
/* line 358, ../sass/components/_popups.scss */
#modal .buying-viewing-request .prop-type, #modal .buying-offer-request .prop-type, #modal .property-valuation .prop-type, #modal .mobile-make-offer .prop-type, #modal .renting-tenant-fees .prop-type, #modal .branch-contact-request .prop-type, #modal .confirmation .prop-type {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
/* line 363, ../sass/components/_popups.scss */
#modal .buying-viewing-request .prop-name, #modal .buying-offer-request .prop-name, #modal .property-valuation .prop-name, #modal .mobile-make-offer .prop-name, #modal .renting-tenant-fees .prop-name, #modal .branch-contact-request .prop-name, #modal .confirmation .prop-name {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  font-style: normal;
  line-height: 20px;
  margin: 5px 0 10px 0;
}
@media (max-width: 1280px) {
  /* line 363, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .prop-name, #modal .buying-offer-request .prop-name, #modal .property-valuation .prop-name, #modal .mobile-make-offer .prop-name, #modal .renting-tenant-fees .prop-name, #modal .branch-contact-request .prop-name, #modal .confirmation .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  /* line 363, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .prop-name, #modal .buying-offer-request .prop-name, #modal .property-valuation .prop-name, #modal .mobile-make-offer .prop-name, #modal .renting-tenant-fees .prop-name, #modal .branch-contact-request .prop-name, #modal .confirmation .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 363, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .prop-name, #modal .buying-offer-request .prop-name, #modal .property-valuation .prop-name, #modal .mobile-make-offer .prop-name, #modal .renting-tenant-fees .prop-name, #modal .branch-contact-request .prop-name, #modal .confirmation .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media (media-mobile: 0) {
  /* line 363, ../sass/components/_popups.scss */
  #modal .buying-viewing-request .prop-name, #modal .buying-offer-request .prop-name, #modal .property-valuation .prop-name, #modal .mobile-make-offer .prop-name, #modal .renting-tenant-fees .prop-name, #modal .branch-contact-request .prop-name, #modal .confirmation .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 383, ../sass/components/_popups.scss */
#modal .buying-viewing-request .price, #modal .buying-offer-request .price, #modal .property-valuation .price, #modal .mobile-make-offer .price, #modal .renting-tenant-fees .price, #modal .branch-contact-request .price, #modal .confirmation .price {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}
/* line 388, ../sass/components/_popups.scss */
#modal .buying-viewing-request .price-qualifier, #modal .buying-offer-request .price-qualifier, #modal .property-valuation .price-qualifier, #modal .mobile-make-offer .price-qualifier, #modal .renting-tenant-fees .price-qualifier, #modal .branch-contact-request .price-qualifier, #modal .confirmation .price-qualifier {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
  color: #520e41;
  display: block;
}
/* line 394, ../sass/components/_popups.scss */
#modal .buying-viewing-request .small-print, #modal .buying-offer-request .small-print, #modal .property-valuation .small-print, #modal .mobile-make-offer .small-print, #modal .renting-tenant-fees .small-print, #modal .branch-contact-request .small-print, #modal .confirmation .small-print {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #616161;
  padding-top: 20px;
}
/* line 399, ../sass/components/_popups.scss */
#modal .buying-viewing-request .small-print.offset, #modal .buying-offer-request .small-print.offset, #modal .property-valuation .small-print.offset, #modal .mobile-make-offer .small-print.offset, #modal .renting-tenant-fees .small-print.offset, #modal .branch-contact-request .small-print.offset, #modal .confirmation .small-print.offset {
  padding-top: 140px;
}
/* line 404, ../sass/components/_popups.scss */
#modal .buying-viewing-request .confirmation-content, #modal .buying-offer-request .confirmation-content, #modal .property-valuation .confirmation-content, #modal .mobile-make-offer .confirmation-content, #modal .renting-tenant-fees .confirmation-content, #modal .branch-contact-request .confirmation-content, #modal .confirmation .confirmation-content {
  text-align: center;
}
/* line 407, ../sass/components/_popups.scss */
#modal .buying-viewing-request .confirmation-content h2, #modal .buying-offer-request .confirmation-content h2, #modal .property-valuation .confirmation-content h2, #modal .mobile-make-offer .confirmation-content h2, #modal .renting-tenant-fees .confirmation-content h2, #modal .branch-contact-request .confirmation-content h2, #modal .confirmation .confirmation-content h2 {
  padding-bottom: 0;
}
/* line 416, ../sass/components/_popups.scss */
#modal #ContactReason_chosen, #modal #StartTime_chosen {
  width: 270px !important;
}
/* line 420, ../sass/components/_popups.scss */
#modal .mobile_ContactReason, #modal .mobile_StartTime {
  display: none;
}
@media (max-width: 992px) {
  /* line 420, ../sass/components/_popups.scss */
  #modal .mobile_ContactReason, #modal .mobile_StartTime {
    display: block;
    height: 60px;
    width: 98%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 420, ../sass/components/_popups.scss */
  #modal .mobile_ContactReason, #modal .mobile_StartTime {
    display: block;
    height: 60px;
    width: 98%;
  }
}
@media (max-width: 480px) {
  /* line 420, ../sass/components/_popups.scss */
  #modal .mobile_ContactReason, #modal .mobile_StartTime {
    display: block;
    height: 60px;
    width: 98%;
  }
}
/* line 436, ../sass/components/_popups.scss */
#modal .ui-datepicker-title {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 18px;
  color: #520e41;
}
/* line 441, ../sass/components/_popups.scss */
#modal .ui-widget-header {
  border: none;
  background: none;
}
/* line 446, ../sass/components/_popups.scss */
#modal .ui-datepicker {
  width: 50%;
}
/* line 450, ../sass/components/_popups.scss */
#modal .ui-datepicker th span {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #b2a89f;
}
/* line 457, ../sass/components/_popups.scss */
#modal .ui-widget-content {
  border: 2px solid #520e41;
}
/* line 461, ../sass/components/_popups.scss */
#modal .ui-state-default, #modal .ui-widget-content .ui-state-default, #modal .ui-widget-header .ui-state-default {
  background: none;
  color: #616161;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  text-align: center;
  border: none;
}
/* line 469, ../sass/components/_popups.scss */
#modal .ui-datepicker .ui-datepicker-prev {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -118px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 6px;
  top: 12px;
  left: 12px;
  width: auto;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 469, ../sass/components/_popups.scss */
  #modal .ui-datepicker .ui-datepicker-prev {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -119.5px -40px;
    height: 10px;
    width: 6px;
  }
}
/* line 477, ../sass/components/_popups.scss */
#modal .ui-datepicker .ui-datepicker-next {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -112px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 6px;
  top: 12px;
  right: 12px;
  width: auto;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 477, ../sass/components/_popups.scss */
  #modal .ui-datepicker .ui-datepicker-next {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -125.5px -40px;
    height: 10px;
    width: 6px;
  }
}

/* line 486, ../sass/components/_popups.scss */
.ui-tooltip {
  padding: 30px 20px 30px 20px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 495, ../sass/components/_popups.scss */
.ui-corner-all {
  border-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: none;
}

/* line 504, ../sass/components/_popups.scss */
.ui-widget-content {
  background: none;
}

/* line 508, ../sass/components/_popups.scss */
.purple-tooltip {
  color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  width: 235px;
  background-color: #520e41 !important;
  border: none;
}

/* line 516, ../sass/components/_popups.scss */
.grey-tooltip {
  padding: 20px;
  color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  line-height: 18px;
  width: 235px;
  border: none;
  background-color: #d4cec9;
  text-align: center;
  -webkit-box-shadow: 10px -10px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 10px -10px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 10px -10px 0px 0px rgba(0, 0, 0, 0.08);
}

/* line 530, ../sass/components/_popups.scss */
.grey-tooltip, .grey-arrow:after {
  background-color: #d4cec9;
}

/* line 534, ../sass/components/_popups.scss */
.arrow:after {
  background-color: #520e41;
}

/* line 538, ../sass/components/_popups.scss */
.arrow, .grey-arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
@media (max-width: 650px) {
  /* line 538, ../sass/components/_popups.scss */
  .arrow, .grey-arrow {
    display: none;
  }
}

/* line 552, ../sass/components/_popups.scss */
.arrow.top, .grey-arrow.top {
  top: -16px;
  bottom: auto;
}

/* line 557, ../sass/components/_popups.scss */
.arrow.left, .grey-arrow.left {
  left: 20%;
}

/* line 561, ../sass/components/_popups.scss */
.arrow:after, .grey-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 574, ../sass/components/_popups.scss */
.arrow.top:after, .grey-arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* line 579, ../sass/components/_popups.scss */
#modal .property-valuation h1 {
  margin-bottom: 0px;
}

/* line 583, ../sass/components/_popups.scss */
.property-valuation {
  width: 670px;
}
/* line 48, ../sass/mixins/_global.scss */
.property-valuation ::-webkit-input-placeholder {
  color: #520e41;
}
/* line 52, ../sass/mixins/_global.scss */
.property-valuation :-moz-placeholder {
  /* Firefox 18- */
  color: #520e41;
}
/* line 56, ../sass/mixins/_global.scss */
.property-valuation ::-moz-placeholder {
  /* Firefox 19+ */
  color: #520e41;
}
/* line 60, ../sass/mixins/_global.scss */
.property-valuation :-ms-input-placeholder {
  color: #520e41;
}
/* line 588, ../sass/components/_popups.scss */
.property-valuation h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding: 30px 0 30px 0;
}
/* line 594, ../sass/components/_popups.scss */
.property-valuation .option-box-toggle {
  font-size: 0;
  float: left;
  width: 570px;
  border: 2px solid #520e41;
  margin: 40px auto;
  height: 50px;
  line-height: 46px;
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 594, ../sass/components/_popups.scss */
  .property-valuation .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 594, ../sass/components/_popups.scss */
  .property-valuation .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 594, ../sass/components/_popups.scss */
  .property-valuation .option-box-toggle {
    height: 50px;
    line-height: 46px;
  }
}
/* line 603, ../sass/components/_popups.scss */
.property-valuation .option-box-toggle input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #520e41;
  height: 42px;
}
@media (max-width: 992px) {
  /* line 603, ../sass/components/_popups.scss */
  .property-valuation .option-box-toggle input[type="radio"]:checked + label {
    height: 42px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 603, ../sass/components/_popups.scss */
  .property-valuation .option-box-toggle input[type="radio"]:checked + label {
    height: 42px;
  }
}
/* line 613, ../sass/components/_popups.scss */
.property-valuation .option-box-toggle .radio {
  width: 280px;
  margin: 2px;
  display: inline-block;
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 621, ../sass/components/_popups.scss */
.property-valuation .option-box-toggle .radio:hover {
  cursor: pointer;
}
/* line 625, ../sass/components/_popups.scss */
.property-valuation .option-box-toggle .radio.active {
  color: #ed1a3a;
  background-color: #ffffff;
}
/* line 630, ../sass/components/_popups.scss */
.property-valuation .option-box-toggle .radio.selling {
  margin-right: 1px;
}
/* line 634, ../sass/components/_popups.scss */
.property-valuation .option-box-toggle .radio.letting {
  margin-left: 1px;
}

/* line 642, ../sass/components/_popups.scss */
.modal-close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  cursor: pointer;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -491px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 642, ../sass/components/_popups.scss */
  .modal-close-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -498.5px -40px;
    height: 19px;
    width: 19px;
  }
}

/* line 651, ../sass/components/_popups.scss */
.confirm-deletion, .rent-account-modal {
  text-align: center;
  width: 670px;
  height: 290px;
  background-color: #ffffff;
}
/* line 657, ../sass/components/_popups.scss */
.confirm-deletion h1, .rent-account-modal h1 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  margin: 50px auto 30px auto;
}
/* line 662, ../sass/components/_popups.scss */
.confirm-deletion p, .rent-account-modal p {
  color: #616161;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  line-height: 21px;
  width: 200px;
  margin: 0 auto 30px auto;
}
/* line 668, ../sass/components/_popups.scss */
.confirm-deletion input[type="submit"], .rent-account-modal input[type="submit"] {
  display: none;
}
/* line 672, ../sass/components/_popups.scss */
.confirm-deletion a, .rent-account-modal a {
  width: 260px;
  height: 60px;
  margin-left: 60px;
  line-height: 60px;
  display: block;
  float: left;
  color: #ffffff;
  background-color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 683, ../sass/components/_popups.scss */
.confirm-deletion a.delete-search, .rent-account-modal a.delete-search {
  background-color: #ffffff;
  border: 2px solid #520e41;
  color: #520e41;
  height: 60px;
  line-height: 56px;
  width: 260px;
  margin-left: 0px;
  margin-right: 60px;
  float: right;
}
/* line 694, ../sass/components/_popups.scss */
.confirm-deletion a.delete-search span, .rent-account-modal a.delete-search span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -136px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 10px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 694, ../sass/components/_popups.scss */
  .confirm-deletion a.delete-search span, .rent-account-modal a.delete-search span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -153.5px -40px;
    height: 11px;
    width: 10px;
  }
}
/* line 699, ../sass/components/_popups.scss */
.confirm-deletion a.delete-search:hover, .rent-account-modal a.delete-search:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 703, ../sass/components/_popups.scss */
.confirm-deletion a.delete-search:hover span, .rent-account-modal a.delete-search:hover span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -146px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 10px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 703, ../sass/components/_popups.scss */
  .confirm-deletion a.delete-search:hover span, .rent-account-modal a.delete-search:hover span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -143.5px -40px;
    height: 11px;
    width: 10px;
  }
}

/* line 712, ../sass/components/_popups.scss */
.rent-account-modal {
  text-align: left;
  max-width: 670px;
  width: auto;
  height: auto;
  color: #520e41;
  padding: 40px 60px 60px 60px;
}
/* line 720, ../sass/components/_popups.scss */
.rent-account-modal h1 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  border-bottom: 2px solid #d4cec9;
  padding-bottom: 30px;
  margin-top: 0px;
}
/* line 727, ../sass/components/_popups.scss */
.rent-account-modal h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  padding-bottom: 20px;
  display: block;
}
/* line 733, ../sass/components/_popups.scss */
.rent-account-modal .breaker {
  height: 1px;
  background-color: #d4cec9;
  margin-bottom: 20px;
}
/* line 739, ../sass/components/_popups.scss */
.rent-account-modal .no-statements {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 36px;
  text-align: center;
  padding-top: 20px;
  max-width: 320px;
  line-height: 42px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  /* line 739, ../sass/components/_popups.scss */
  .rent-account-modal .no-statements {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 21px;
  }
}
/* line 752, ../sass/components/_popups.scss */
.rent-account-modal .no-statement-copy {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #616161;
  max-width: 320px;
  margin: 0 auto;
  line-height: 22px;
  width: auto;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 752, ../sass/components/_popups.scss */
  .rent-account-modal .no-statement-copy {
    font-family: 'TiemposTextWeb-Regular', sans-serif;
    font-size: 21px;
    font-weight: normal;
  }
}
/* line 767, ../sass/components/_popups.scss */
.rent-account-modal .file {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -401px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 37px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 767, ../sass/components/_popups.scss */
  .rent-account-modal .file {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -477.5px 0;
    height: 37px;
    width: 36px;
  }
}
/* line 771, ../sass/components/_popups.scss */
.rent-account-modal a {
  text-decoration: underline;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 15px;
  margin-left: 10px;
  display: inline-block;
  background-color: #ffffff;
  color: #520e41;
  line-height: 35px;
  width: auto;
  float: none;
}

/* line 787, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile {
  background-color: #f0ece4;
}
/* line 790, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation {
  background-color: #f0ece4;
  text-align: center;
  max-width: 600px;
  width: auto;
  padding: 50px 0 50px 0;
}
@media (max-width: 650px) {
  /* line 790, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation {
    padding: 50px 20px 50px 20px;
  }
}
@media (max-width: 480px) {
  /* line 790, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation {
    padding: 50px 17px 50px 17px;
  }
}
/* line 805, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation input[type="text"] {
  background-color: #f0ece4;
}
/* line 145, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container {
  width: 284px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-single {
  width: 280px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #f0ece4;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container-active.chosen-with-drop .chosen-single {
  background: #f0ece4;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #f0ece4;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-single:hover {
  background-color: #520e41;
  color: #f0ece4;
}
/* line 186, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-single:hover div b {
  color: #f0ece4;
}
/* line 191, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 284px;
}
/* line 215, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-results {
  max-height: none;
  background-color: #f0ece4;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-results li.result-selected {
  background-color: #520e41;
  color: #f0ece4;
}
/* line 231, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-results li:hover {
  background: #520e41;
  color: #f0ece4;
}
/* line 236, ../sass/mixins/_global.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-results li.highlighted {
  background: #520e41;
  color: #f0ece4;
}
@media (max-width: 992px) {
  /* line 813, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container {
    width: 90% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 813, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container {
    width: 90% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 813, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container {
    width: 90% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 813, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 830, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
/* line 836, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-drop {
  font-size: 15px;
  box-sizing: content-box;
  width: 100% !important;
  display: block;
}
/* line 843, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-single {
  font-size: 15px;
  width: 100% !important;
  display: block;
}
/* line 849, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-results {
  font-size: 15px;
  width: 100% !important;
  display: block;
}
/* line 855, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .chosen-drop {
  font-size: 15px;
  width: 100% !important;
}
/* line 860, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .ui-datepicker {
  width: 100%;
}
/* line 864, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .ui-datepicker-calendar {
  width: 100%;
}
/* line 868, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .ui-datepicker-month {
  line-height: 40px;
}
/* line 872, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .field-validation-error {
  padding-left: 0px;
}
/* line 876, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .left-side, #modalXXXXXXXXXX.modal-mobile .property-valuation .right-side {
  float: left;
  width: 50%;
}
@media (max-width: 650px) {
  /* line 876, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .left-side, #modalXXXXXXXXXX.modal-mobile .property-valuation .right-side {
    float: none;
    width: 100%;
  }
}
/* line 888, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .left-side .form-container__group .chosen-container, #modalXXXXXXXXXX.modal-mobile .property-valuation .right-side .form-container__group .chosen-container {
  text-align: left;
}
/* line 892, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .left-side .form-container__group .chosen-single, #modalXXXXXXXXXX.modal-mobile .property-valuation .right-side .form-container__group .chosen-single {
  padding-left: 20px;
}
/* line 897, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .left-side .form-container__group .chosen-results li, #modalXXXXXXXXXX.modal-mobile .property-valuation .right-side .form-container__group .chosen-results li {
  padding-lefT: 20px;
}
/* line 902, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .left-side .form-container__group input, #modalXXXXXXXXXX.modal-mobile .property-valuation .right-side .form-container__group input {
  width: 100%;
}
/* line 908, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation textarea {
  background-color: #f0ece4;
  width: 100%;
  max-width: 100%;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 915, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation input[type="submit"] {
  margin-top: 20px;
}
/* line 919, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .left-side {
  padding-right: 10px;
}
@media (max-width: 650px) {
  /* line 919, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .left-side {
    padding-right: 0px;
  }
}
/* line 927, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .right-side {
  padding-left: 10px;
}
@media (max-width: 650px) {
  /* line 927, ../sass/components/_popups.scss */
  #modalXXXXXXXXXX.modal-mobile .property-valuation .right-side {
    padding-left: 0px;
  }
}
/* line 935, ../sass/components/_popups.scss */
#modalXXXXXXXXXX.modal-mobile .property-valuation .form-container__button-wrap {
  clear: both;
}

/* line 943, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer {
  width: auto;
  padding: 0px 17px 0 17px;
}
/* line 48, ../sass/mixins/_global.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer ::-webkit-input-placeholder {
  color: #520e41;
}
/* line 52, ../sass/mixins/_global.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer :-moz-placeholder {
  /* Firefox 18- */
  color: #520e41;
}
/* line 56, ../sass/mixins/_global.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #520e41;
}
/* line 60, ../sass/mixins/_global.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer :-ms-input-placeholder {
  color: #520e41;
}
/* line 949, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer .branch-phone-number {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #b2a89f;
}
/* line 953, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer .branch-phone-number span {
  display: block;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 960, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer input[type="text"] {
  width: 100%;
}
/* line 964, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer .required-message {
  margin-top: 0px;
}
/* line 968, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer .form-container__actions {
  padding-bottom: 30px;
}
/* line 972, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .mobile-make-offer textarea {
  width: 100%;
  max-width: 100%;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
@media (max-width: 992px) {
  /* line 982, ../sass/components/_popups.scss */
  #modalXXXXXXXXXXXXX .branch-contact-request .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 982, ../sass/components/_popups.scss */
  #modalXXXXXXXXXXXXX .branch-contact-request .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 982, ../sass/components/_popups.scss */
  #modalXXXXXXXXXXXXX .branch-contact-request .chosen-container {
    width: 90% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 982, ../sass/components/_popups.scss */
  #modalXXXXXXXXXXXXX .branch-contact-request .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 1001, ../sass/components/_popups.scss */
  #modalXXXXXXXXXXXXX .branch-contact-request .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
/* line 1007, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .branch-contact-request .chosen-drop {
  font-size: 15px;
  box-sizing: content-box;
  width: 100% !important;
  display: block;
}
/* line 1014, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .branch-contact-request .chosen-single {
  font-size: 15px;
  width: 100% !important;
  display: block;
}
/* line 1020, ../sass/components/_popups.scss */
#modalXXXXXXXXXXXXX .branch-contact-request .chosen-results {
  font-size: 15px;
  width: 100% !important;
  display: block;
}

/* line 1030, ../sass/components/_popups.scss */
#backToDetails-whichProperty.mobile-nav-back {
  display: block;
}

/* line 1035, ../sass/components/_popups.scss */
.which-property {
  width: 630px;
  height: 605px;
  padding: 50px 35px 70px 35px;
  background-color: #ffffff;
}
/* line 1041, ../sass/components/_popups.scss */
.which-property .scroll-pane {
  height: 465px;
}
/* line 1045, ../sass/components/_popups.scss */
.which-property h1 {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  color: #520e41;
  text-align: center;
  padding-bottom: 30px;
}
/* line 1052, ../sass/components/_popups.scss */
.which-property .property-box {
  padding: 15px 0 15px 0;
  width: 540px;
}
/* line 1056, ../sass/components/_popups.scss */
.which-property .property-box .photo {
  float: left;
  width: 180px;
  height: 120px;
}
/* line 1062, ../sass/components/_popups.scss */
.which-property .property-box .property-details {
  float: left;
  padding-left: 15px;
  height: 120px;
  width: 360px;
}
/* line 1068, ../sass/components/_popups.scss */
.which-property .property-box .property-details .property-detail-prop-type {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
/* line 1073, ../sass/components/_popups.scss */
.which-property .property-box .property-details .property-detail-prop-type a:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 1079, ../sass/components/_popups.scss */
.which-property .property-box .property-details .property-detail-prop-name {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  line-height: 20px;
}
/* line 1085, ../sass/components/_popups.scss */
.which-property .property-box .property-details .property-detail-price {
  position: absolute;
  bottom: 0px;
}
/* line 1089, ../sass/components/_popups.scss */
.which-property .property-box .property-details .property-detail-price h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 1094, ../sass/components/_popups.scss */
.which-property .property-box .property-details .property-detail-price h4 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}

/* line 1103, ../sass/components/_popups.scss */
.which-header {
  background-color: #f0f0f0;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #520e41;
  text-align: center;
  padding: 30px 0px 0px 0px;
  max-width: 200px;
  margin: 0 auto;
}

/* line 1114, ../sass/components/_popups.scss */
.which-mobile {
  background-color: #f0f0f0;
  margin-bottom: 0px;
}

/* line 1119, ../sass/components/_popups.scss */
#modal-container {
  display: none;
}

/* line 1123, ../sass/components/_popups.scss */
#modal-overlay {
  background-color: #000;
  pointer-events: none;
  cursor: default;
}

/* line 1, ../sass/components/_myandrews.scss */
#myBuying-tabs {
  height: 100px;
  background-color: #f0ece4;
}
@media (max-width: 992px) {
  /* line 1, ../sass/components/_myandrews.scss */
  #myBuying-tabs {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1, ../sass/components/_myandrews.scss */
  #myBuying-tabs {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 1, ../sass/components/_myandrews.scss */
  #myBuying-tabs {
    display: none;
  }
}
/* line 13, ../sass/components/_myandrews.scss */
#myBuying-tabs .tabs {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 13, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 13, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 13, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 13, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 13, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 13, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 13, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs {
    display: none;
  }
}
/* line 25, ../sass/components/_myandrews.scss */
#myBuying-tabs .tabs .tab {
  width: 182px;
  float: left;
  text-align: center;
  margin-top: 50px;
  height: 50px;
  line-height: 46px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #d4cec9;
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 25, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs .tab {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 25, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs .tab {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 25, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs .tab {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  /* line 25, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs .tab {
    width: 160px;
  }
}
@media (max-width: 1280px) {
  /* line 25, ../sass/components/_myandrews.scss */
  #myBuying-tabs .tabs .tab {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* line 50, ../sass/components/_myandrews.scss */
#myBuying-tabs .tabs .tab:hover {
  background-color: #c6beb8;
  cursor: pointer;
}
/* line 55, ../sass/components/_myandrews.scss */
#myBuying-tabs .tabs .tab.active {
  background-color: #ffffff;
}
/* line 58, ../sass/components/_myandrews.scss */
#myBuying-tabs .tabs .tab.active:hover {
  background-color: #ffffff;
  border: none;
  cursor: default;
}
/* line 65, ../sass/components/_myandrews.scss */
#myBuying-tabs .tabs .tab:first-child {
  margin-left: 0px;
}
/* line 69, ../sass/components/_myandrews.scss */
#myBuying-tabs .tabs .tab:last-child {
  margin-right: 0px;
  float: right;
}

/* line 77, ../sass/components/_myandrews.scss */
#myBuying-mobileNav {
  display: none;
}
/* line 80, ../sass/components/_myandrews.scss */
#myBuying-mobileNav .select-overlay {
  margin-top: -50px;
}
/* line 246, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-container {
  width: 288px !important;
}
/* line 250, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-single {
  width: 284px !important;
}
/* line 254, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 254, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 254, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 254, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 266, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 273, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 283, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 287, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-single:hover div b {
  color: #ffffff;
}
/* line 292, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 302, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-single div b:before {
  content: "\f0d7";
}
/* line 308, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 288px;
}
/* line 316, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 323, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 327, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 332, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
  text-decoration: none;
}
/* line 338, ../sass/mixins/_global.scss */
#myBuying-mobileNav .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 346, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 346, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 346, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 363, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 369, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 369, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 369, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 387, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 387, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 387, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 387, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 405, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 405, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 405, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 405, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 422, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../sass/mixins/_global.scss */
  #myBuying-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 992px) {
  /* line 77, ../sass/components/_myandrews.scss */
  #myBuying-mobileNav {
    margin: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 77, ../sass/components/_myandrews.scss */
  #myBuying-mobileNav {
    margin: 20px;
  }
}
@media (max-width: 650px) {
  /* line 77, ../sass/components/_myandrews.scss */
  #myBuying-mobileNav {
    display: block;
    margin: 40px 17px 0px 17px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d4cec9;
  }
}
@media (max-width: 480px) {
  /* line 77, ../sass/components/_myandrews.scss */
  #myBuying-mobileNav {
    margin: 20px 17px 0px 17px;
  }
}
@media (max-width: 650px) {
  /* line 101, ../sass/components/_myandrews.scss */
  #myBuying-mobileNav.saved, #myBuying-mobileNav.offers {
    border-bottom: none;
  }
}

/* line 108, ../sass/components/_myandrews.scss */
#myBuying-nav, #myRenting-nav {
  margin: 0 auto;
  border-bottom: 2px solid #d4cec9;
  max-width: 1152px;
}
/* line 112, ../sass/components/_myandrews.scss */
#myBuying-nav.saved, #myBuying-nav.offers, #myBuying-nav.tenancies, #myRenting-nav.saved, #myRenting-nav.offers, #myRenting-nav.tenancies {
  border-bottom: none;
}
@media (max-width: 1280px) {
  /* line 108, ../sass/components/_myandrews.scss */
  #myBuying-nav, #myRenting-nav {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 108, ../sass/components/_myandrews.scss */
  #myBuying-nav, #myRenting-nav {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 108, ../sass/components/_myandrews.scss */
  #myBuying-nav, #myRenting-nav {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  /* line 108, ../sass/components/_myandrews.scss */
  #myBuying-nav, #myRenting-nav {
    display: none;
  }
}
/* line 131, ../sass/components/_myandrews.scss */
#myBuying-nav nav, #myRenting-nav nav {
  max-width: 1152px;
  border: 2px solid #520e41;
  margin: 50px auto 30px auto;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 1280px) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    padding: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 131, ../sass/components/_myandrews.scss */
  #myBuying-nav nav, #myRenting-nav nav {
    height: 50px;
    line-height: 46px;
  }
}
/* line 144, ../sass/components/_myandrews.scss */
#myBuying-nav nav li:first-child a, #myRenting-nav nav li:first-child a {
  border-left: none;
}
/* line 150, ../sass/components/_myandrews.scss */
#myBuying-nav nav li:last-child a, #myRenting-nav nav li:last-child a {
  border-right: none;
}
/* line 156, ../sass/components/_myandrews.scss */
#myBuying-nav nav a, #myRenting-nav nav a {
  width: 25%;
  float: left;
  display: block;
  text-align: center;
  color: #520e41;
  padding: 0;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  height: 46px;
  border-left: 1px solid #520e41;
  border-right: 1px solid #520e41;
  position: relative;
}
/* line 170, ../sass/components/_myandrews.scss */
#myBuying-nav nav a:hover, #myRenting-nav nav a:hover {
  background-color: #f2f2f2;
}
/* line 174, ../sass/components/_myandrews.scss */
#myBuying-nav nav a .arrow-up, #myRenting-nav nav a .arrow-up {
  display: none;
  left: 0px;
  bottom: -2px;
  left: 50%;
  margin-left: -10px;
}
/* line 182, ../sass/components/_myandrews.scss */
#myBuying-nav nav a.active, #myRenting-nav nav a.active {
  background-color: #520e41;
  color: #ffffff;
}
/* line 186, ../sass/components/_myandrews.scss */
#myBuying-nav nav a.active .arrow-up, #myRenting-nav nav a.active .arrow-up {
  display: block;
}

@media (max-width: 992px) {
  /* line 194, ../sass/components/_myandrews.scss */
  #myRenting-nav {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 194, ../sass/components/_myandrews.scss */
  #myRenting-nav {
    display: none;
  }
}
/* line 200, ../sass/components/_myandrews.scss */
#myRenting-nav nav a {
  width: 16.66666%;
}

/* line 206, ../sass/components/_myandrews.scss */
#myBuying-recent, #myRenting-recent, #myBuying-previousUpcoming {
  padding-bottom: 30px;
}
@media (max-width: 650px) {
  /* line 206, ../sass/components/_myandrews.scss */
  #myBuying-recent, #myRenting-recent, #myBuying-previousUpcoming {
    padding-bottom: 0px;
    margin: 0px 17px 0 17px;
  }
}
/* line 214, ../sass/components/_myandrews.scss */
#myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
  max-width: 1152px;
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 1280px) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    max-width: 560px;
  }
}
@media (max-width: 992px) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    margin: 0 auto 0 auto;
    padding: 0px;
    max-width: 560px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    margin: 0 auto 0 auto;
    padding: 0px;
    max-width: 560px;
  }
}
@media (max-width: 650px) {
  /* line 214, ../sass/components/_myandrews.scss */
  #myBuying-recent nav, #myRenting-recent nav, #myBuying-previousUpcoming nav {
    margin: 20px auto 0 auto;
  }
}
/* line 234, ../sass/components/_myandrews.scss */
#myBuying-recent nav ul, #myRenting-recent nav ul, #myBuying-previousUpcoming nav ul {
  height: 50px;
  margin: 30px auto 0 auto;
  border: 2px solid #520e41;
  color: #520e41;
}
@media (max-width: 650px) {
  /* line 234, ../sass/components/_myandrews.scss */
  #myBuying-recent nav ul, #myRenting-recent nav ul, #myBuying-previousUpcoming nav ul {
    margin: 20px auto;
  }
}
/* line 244, ../sass/components/_myandrews.scss */
#myBuying-recent nav ul a, #myRenting-recent nav ul a, #myBuying-previousUpcoming nav ul a {
  float: left;
  display: block;
  width: 50%;
  border: 2px solid #ffffff;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
@media (max-width: 650px) {
  /* line 244, ../sass/components/_myandrews.scss */
  #myBuying-recent nav ul a, #myRenting-recent nav ul a, #myBuying-previousUpcoming nav ul a {
    font-size: 15px;
  }
}
/* line 258, ../sass/components/_myandrews.scss */
#myBuying-recent nav ul a:hover, #myRenting-recent nav ul a:hover, #myBuying-previousUpcoming nav ul a:hover {
  background-color: #f2f2f2;
}
/* line 262, ../sass/components/_myandrews.scss */
#myBuying-recent nav ul a.active, #myRenting-recent nav ul a.active, #myBuying-previousUpcoming nav ul a.active {
  background-color: #520e41;
  color: #ffffff;
}
/* line 267, ../sass/components/_myandrews.scss */
#myBuying-recent nav ul a:first-child, #myRenting-recent nav ul a:first-child, #myBuying-previousUpcoming nav ul a:first-child {
  border-right: 1px solid #ffffff;
}
/* line 271, ../sass/components/_myandrews.scss */
#myBuying-recent nav ul a:last-child, #myRenting-recent nav ul a:last-child, #myBuying-previousUpcoming nav ul a:last-child {
  border-left: 1px solid #ffffff;
}
/* line 277, ../sass/components/_myandrews.scss */
#myBuying-recent nav .previous-upcoming, #myRenting-recent nav .previous-upcoming, #myBuying-previousUpcoming nav .previous-upcoming {
  width: 306px;
}
@media (max-width: 480px) {
  /* line 277, ../sass/components/_myandrews.scss */
  #myBuying-recent nav .previous-upcoming, #myRenting-recent nav .previous-upcoming, #myBuying-previousUpcoming nav .previous-upcoming {
    width: 100%;
  }
}

/* line 287, ../sass/components/_myandrews.scss */
#myBuying-properties, #myBuying-viewings, #myRenting-viewings, #myBuying-offers, #myRenting-properties {
  background-color: #f0f0f0;
}
@media (max-width: 992px) {
  /* line 290, ../sass/components/_myandrews.scss */
  #myBuying-properties .list-group, #myBuying-viewings .list-group, #myRenting-viewings .list-group, #myBuying-offers .list-group, #myRenting-properties .list-group {
    margin: 0 86px 0 86px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 290, ../sass/components/_myandrews.scss */
  #myBuying-properties .list-group, #myBuying-viewings .list-group, #myRenting-viewings .list-group, #myBuying-offers .list-group, #myRenting-properties .list-group {
    margin: 0 86px 0 86px;
  }
}
@media (max-width: 650px) {
  /* line 290, ../sass/components/_myandrews.scss */
  #myBuying-properties .list-group, #myBuying-viewings .list-group, #myRenting-viewings .list-group, #myBuying-offers .list-group, #myRenting-properties .list-group {
    margin: 0 17px 0 17px;
  }
}
/* line 301, ../sass/components/_myandrews.scss */
#myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
  max-width: 1152px;
  margin: 30px auto;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    padding: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    height: auto;
    max-width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    height: auto;
    max-width: 100% !important;
  }
}
@media (max-width: 650px) {
  /* line 301, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul, #myBuying-viewings li ul, #myRenting-viewings li ul, #myBuying-offers li ul, #myRenting-properties li ul {
    height: auto;
    width: 100%;
    min-width: 286px;
  }
}
/* line 322, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-detail, #myBuying-viewings li ul .property-detail, #myRenting-viewings li ul .property-detail, #myBuying-offers li ul .property-detail, #myRenting-properties li ul .property-detail {
  float: left;
  overflow: hidden;
  position: relative;
  width: 40%;
  overflow: hidden;
}
/* line 329, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-detail a, #myBuying-viewings li ul .property-detail a, #myRenting-viewings li ul .property-detail a, #myBuying-offers li ul .property-detail a, #myRenting-properties li ul .property-detail a {
  display: block;
  width: 460px;
  height: 310px;
}
@media (max-width: 1280px) {
  /* line 329, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail a, #myBuying-viewings li ul .property-detail a, #myRenting-viewings li ul .property-detail a, #myBuying-offers li ul .property-detail a, #myRenting-properties li ul .property-detail a {
    width: 390px;
  }
}
@media (max-width: 992px) {
  /* line 329, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail a, #myBuying-viewings li ul .property-detail a, #myRenting-viewings li ul .property-detail a, #myBuying-offers li ul .property-detail a, #myRenting-properties li ul .property-detail a {
    display: inline-block;
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 329, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail a, #myBuying-viewings li ul .property-detail a, #myRenting-viewings li ul .property-detail a, #myBuying-offers li ul .property-detail a, #myRenting-properties li ul .property-detail a {
    display: inline-block;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 322, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail, #myBuying-viewings li ul .property-detail, #myRenting-viewings li ul .property-detail, #myBuying-offers li ul .property-detail, #myRenting-properties li ul .property-detail {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 322, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail, #myBuying-viewings li ul .property-detail, #myRenting-viewings li ul .property-detail, #myBuying-offers li ul .property-detail, #myRenting-properties li ul .property-detail {
    width: 100%;
  }
}
@media (max-width: 650px) {
  /* line 322, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail, #myBuying-viewings li ul .property-detail, #myRenting-viewings li ul .property-detail, #myBuying-offers li ul .property-detail, #myRenting-properties li ul .property-detail {
    width: 100%;
  }
}
/* line 353, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-detail img, #myBuying-viewings li ul .property-detail img, #myRenting-viewings li ul .property-detail img, #myBuying-offers li ul .property-detail img, #myRenting-properties li ul .property-detail img {
  height: 310px;
}
@media (max-width: 992px) {
  /* line 353, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail img, #myBuying-viewings li ul .property-detail img, #myRenting-viewings li ul .property-detail img, #myBuying-offers li ul .property-detail img, #myRenting-properties li ul .property-detail img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 353, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail img, #myBuying-viewings li ul .property-detail img, #myRenting-viewings li ul .property-detail img, #myBuying-offers li ul .property-detail img, #myRenting-properties li ul .property-detail img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 650px) {
  /* line 353, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-detail img, #myBuying-viewings li ul .property-detail img, #myRenting-viewings li ul .property-detail img, #myBuying-offers li ul .property-detail img, #myRenting-properties li ul .property-detail img {
    height: auto;
    width: 100%;
  }
}
/* line 367, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-detail .tags, #myBuying-viewings li ul .property-detail .tags, #myRenting-viewings li ul .property-detail .tags, #myBuying-offers li ul .property-detail .tags, #myRenting-properties li ul .property-detail .tags {
  position: absolute;
  z-index: 1;
}
/* line 373, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info, #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info, #myBuying-offers li ul .property-info, #myRenting-properties li ul .property-info {
  float: left;
  width: 33%;
  padding: 0px 35px 0px 35px;
  margin: 35px 0 35px 0;
  border-right: 2px solid #f0ece4;
  position: relative;
  height: 240px;
}
@media (max-width: 1280px) {
  /* line 373, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info, #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info, #myBuying-offers li ul .property-info, #myRenting-properties li ul .property-info {
    padding: 0px 30px 0px 30px;
    margin: 30px 0 30px 0;
  }
}
@media (max-width: 992px) {
  /* line 373, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info, #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info, #myBuying-offers li ul .property-info, #myRenting-properties li ul .property-info {
    width: 58%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 373, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info, #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info, #myBuying-offers li ul .property-info, #myRenting-properties li ul .property-info {
    width: 58%;
  }
}
@media (max-width: 650px) {
  /* line 373, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info, #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info, #myBuying-offers li ul .property-info, #myRenting-properties li ul .property-info {
    width: 100%;
    min-width: 286px;
    padding: 15px;
    height: auto;
    border-right: none;
    margin: 0;
    padding-bottom: 0px;
  }
}
/* line 401, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .info-container, #myBuying-viewings li ul .property-info .info-container, #myRenting-viewings li ul .property-info .info-container, #myBuying-offers li ul .property-info .info-container, #myRenting-properties li ul .property-info .info-container {
  height: 150px;
}
@media (max-width: 650px) {
  /* line 401, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .info-container, #myBuying-viewings li ul .property-info .info-container, #myRenting-viewings li ul .property-info .info-container, #myBuying-offers li ul .property-info .info-container, #myRenting-properties li ul .property-info .info-container {
    height: auto;
  }
}
/* line 409, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .info-container-viewings, #myBuying-viewings li ul .property-info .info-container-viewings, #myRenting-viewings li ul .property-info .info-container-viewings, #myBuying-offers li ul .property-info .info-container-viewings, #myRenting-properties li ul .property-info .info-container-viewings {
  height: 150px;
}
/* line 412, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .info-container-viewings.upcoming, #myBuying-viewings li ul .property-info .info-container-viewings.upcoming, #myRenting-viewings li ul .property-info .info-container-viewings.upcoming, #myBuying-offers li ul .property-info .info-container-viewings.upcoming, #myRenting-properties li ul .property-info .info-container-viewings.upcoming {
  height: 200px;
}
@media (max-width: 650px) {
  /* line 409, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .info-container-viewings, #myBuying-viewings li ul .property-info .info-container-viewings, #myRenting-viewings li ul .property-info .info-container-viewings, #myBuying-offers li ul .property-info .info-container-viewings, #myRenting-properties li ul .property-info .info-container-viewings {
    height: auto;
  }
}
/* line 421, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .prop-type, #myBuying-viewings li ul .property-info .prop-type, #myRenting-viewings li ul .property-info .prop-type, #myBuying-offers li ul .property-info .prop-type, #myRenting-properties li ul .property-info .prop-type {
  color: #ed1a3a;
  padding-right: 35px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 427, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .prop-name, #myBuying-viewings li ul .property-info .prop-name, #myRenting-viewings li ul .property-info .prop-name, #myBuying-offers li ul .property-info .prop-name, #myRenting-properties li ul .property-info .prop-name {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  font-size: 20px;
  color: #520e41;
  font-style: normal;
  line-height: 22px;
  margin: 5px 0 10px 0;
}
@media (max-width: 650px) {
  /* line 427, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .prop-name, #myBuying-viewings li ul .property-info .prop-name, #myRenting-viewings li ul .property-info .prop-name, #myBuying-offers li ul .property-info .prop-name, #myRenting-properties li ul .property-info .prop-name {
    font-size: 13px;
  }
}
/* line 440, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .price, #myBuying-viewings li ul .property-info .price, #myRenting-viewings li ul .property-info .price, #myBuying-offers li ul .property-info .price, #myRenting-properties li ul .property-info .price {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}
/* line 445, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .price-qualifier, #myBuying-viewings li ul .property-info .price-qualifier, #myRenting-viewings li ul .property-info .price-qualifier, #myBuying-offers li ul .property-info .price-qualifier, #myRenting-properties li ul .property-info .price-qualifier {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 14px;
  color: #520e41;
  display: block;
}
/* line 451, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info, #myBuying-viewings li ul .property-info .icon-info, #myRenting-viewings li ul .property-info .icon-info, #myBuying-offers li ul .property-info .icon-info, #myRenting-properties li ul .property-info .icon-info {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 650px) {
  /* line 451, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .icon-info, #myBuying-viewings li ul .property-info .icon-info, #myRenting-viewings li ul .property-info .icon-info, #myBuying-offers li ul .property-info .icon-info, #myRenting-properties li ul .property-info .icon-info {
    padding-bottom: 20px;
    border-bottom: 2px solid #f0ece4;
  }
}
/* line 461, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info, #myBuying-properties li ul .property-info .property-detail-comment, #myBuying-viewings li ul .property-info .icon-info, #myBuying-viewings li ul .property-info .property-detail-comment, #myRenting-viewings li ul .property-info .icon-info, #myRenting-viewings li ul .property-info .property-detail-comment, #myBuying-offers li ul .property-info .icon-info, #myBuying-offers li ul .property-info .property-detail-comment, #myRenting-properties li ul .property-info .icon-info, #myRenting-properties li ul .property-info .property-detail-comment {
  color: #520e41;
}
@media (max-width: 650px) {
  /* line 461, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .icon-info, #myBuying-properties li ul .property-info .property-detail-comment, #myBuying-viewings li ul .property-info .icon-info, #myBuying-viewings li ul .property-info .property-detail-comment, #myRenting-viewings li ul .property-info .icon-info, #myRenting-viewings li ul .property-info .property-detail-comment, #myBuying-offers li ul .property-info .icon-info, #myBuying-offers li ul .property-info .property-detail-comment, #myRenting-properties li ul .property-info .icon-info, #myRenting-properties li ul .property-info .property-detail-comment {
    position: static;
    margin-top: 20px;
  }
}
/* line 469, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .andrews-checkbox, #myBuying-properties li ul .property-info .property-detail-comment .andrews-checkbox, #myBuying-viewings li ul .property-info .icon-info .andrews-checkbox, #myBuying-viewings li ul .property-info .property-detail-comment .andrews-checkbox, #myRenting-viewings li ul .property-info .icon-info .andrews-checkbox, #myRenting-viewings li ul .property-info .property-detail-comment .andrews-checkbox, #myBuying-offers li ul .property-info .icon-info .andrews-checkbox, #myBuying-offers li ul .property-info .property-detail-comment .andrews-checkbox, #myRenting-properties li ul .property-info .icon-info .andrews-checkbox, #myRenting-properties li ul .property-info .property-detail-comment .andrews-checkbox {
  background-color: #d4cec9;
  text-align: center;
}
/* line 474, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info label, #myBuying-properties li ul .property-info .property-detail-comment label, #myBuying-viewings li ul .property-info .icon-info label, #myBuying-viewings li ul .property-info .property-detail-comment label, #myRenting-viewings li ul .property-info .icon-info label, #myRenting-viewings li ul .property-info .property-detail-comment label, #myBuying-offers li ul .property-info .icon-info label, #myBuying-offers li ul .property-info .property-detail-comment label, #myRenting-properties li ul .property-info .icon-info label, #myRenting-properties li ul .property-info .property-detail-comment label {
  line-height: 30px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  margin-left: 10px;
}
/* line 481, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .comments, #myBuying-properties li ul .property-info .property-detail-comment .comments, #myBuying-viewings li ul .property-info .icon-info .comments, #myBuying-viewings li ul .property-info .property-detail-comment .comments, #myRenting-viewings li ul .property-info .icon-info .comments, #myRenting-viewings li ul .property-info .property-detail-comment .comments, #myBuying-offers li ul .property-info .icon-info .comments, #myBuying-offers li ul .property-info .property-detail-comment .comments, #myRenting-properties li ul .property-info .icon-info .comments, #myRenting-properties li ul .property-info .property-detail-comment .comments {
  margin-top: 20px;
  color: #520e41;
  border-top: 2px solid #f0ece4;
  width: 100%;
  line-height: 30px;
  padding-top: 10px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
@media (max-width: 650px) {
  /* line 481, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .icon-info .comments, #myBuying-properties li ul .property-info .property-detail-comment .comments, #myBuying-viewings li ul .property-info .icon-info .comments, #myBuying-viewings li ul .property-info .property-detail-comment .comments, #myRenting-viewings li ul .property-info .icon-info .comments, #myRenting-viewings li ul .property-info .property-detail-comment .comments, #myBuying-offers li ul .property-info .icon-info .comments, #myBuying-offers li ul .property-info .property-detail-comment .comments, #myRenting-properties li ul .property-info .icon-info .comments, #myRenting-properties li ul .property-info .property-detail-comment .comments {
    border-bottom: 2px solid #f0ece4;
    padding-bottom: 10px;
  }
}
/* line 494, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .comments .icon, #myBuying-properties li ul .property-info .property-detail-comment .comments .icon, #myBuying-viewings li ul .property-info .icon-info .comments .icon, #myBuying-viewings li ul .property-info .property-detail-comment .comments .icon, #myRenting-viewings li ul .property-info .icon-info .comments .icon, #myRenting-viewings li ul .property-info .property-detail-comment .comments .icon, #myBuying-offers li ul .property-info .icon-info .comments .icon, #myBuying-offers li ul .property-info .property-detail-comment .comments .icon, #myRenting-properties li ul .property-info .icon-info .comments .icon, #myRenting-properties li ul .property-info .property-detail-comment .comments .icon {
  line-height: 30px;
  margin-top: 10px;
  float: right;
  cursor: pointer;
}
/* line 500, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .comments .icon.plus, #myBuying-properties li ul .property-info .property-detail-comment .comments .icon.plus, #myBuying-viewings li ul .property-info .icon-info .comments .icon.plus, #myBuying-viewings li ul .property-info .property-detail-comment .comments .icon.plus, #myRenting-viewings li ul .property-info .icon-info .comments .icon.plus, #myRenting-viewings li ul .property-info .property-detail-comment .comments .icon.plus, #myBuying-offers li ul .property-info .icon-info .comments .icon.plus, #myBuying-offers li ul .property-info .property-detail-comment .comments .icon.plus, #myRenting-properties li ul .property-info .icon-info .comments .icon.plus, #myRenting-properties li ul .property-info .property-detail-comment .comments .icon.plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -87px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 500, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .icon-info .comments .icon.plus, #myBuying-properties li ul .property-info .property-detail-comment .comments .icon.plus, #myBuying-viewings li ul .property-info .icon-info .comments .icon.plus, #myBuying-viewings li ul .property-info .property-detail-comment .comments .icon.plus, #myRenting-viewings li ul .property-info .icon-info .comments .icon.plus, #myRenting-viewings li ul .property-info .property-detail-comment .comments .icon.plus, #myBuying-offers li ul .property-info .icon-info .comments .icon.plus, #myBuying-offers li ul .property-info .property-detail-comment .comments .icon.plus, #myRenting-properties li ul .property-info .icon-info .comments .icon.plus, #myRenting-properties li ul .property-info .property-detail-comment .comments .icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -68.5px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 504, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .comments .icon.minus, #myBuying-properties li ul .property-info .property-detail-comment .comments .icon.minus, #myBuying-viewings li ul .property-info .icon-info .comments .icon.minus, #myBuying-viewings li ul .property-info .property-detail-comment .comments .icon.minus, #myRenting-viewings li ul .property-info .icon-info .comments .icon.minus, #myRenting-viewings li ul .property-info .property-detail-comment .comments .icon.minus, #myBuying-offers li ul .property-info .icon-info .comments .icon.minus, #myBuying-offers li ul .property-info .property-detail-comment .comments .icon.minus, #myRenting-properties li ul .property-info .icon-info .comments .icon.minus, #myRenting-properties li ul .property-info .property-detail-comment .comments .icon.minus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -69px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 504, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .icon-info .comments .icon.minus, #myBuying-properties li ul .property-info .property-detail-comment .comments .icon.minus, #myBuying-viewings li ul .property-info .icon-info .comments .icon.minus, #myBuying-viewings li ul .property-info .property-detail-comment .comments .icon.minus, #myRenting-viewings li ul .property-info .icon-info .comments .icon.minus, #myRenting-viewings li ul .property-info .property-detail-comment .comments .icon.minus, #myBuying-offers li ul .property-info .icon-info .comments .icon.minus, #myBuying-offers li ul .property-info .property-detail-comment .comments .icon.minus, #myRenting-properties li ul .property-info .icon-info .comments .icon.minus, #myRenting-properties li ul .property-info .property-detail-comment .comments .icon.minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -77px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 508, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .comments .icon.hidden + .property-comments, #myBuying-properties li ul .property-info .property-detail-comment .comments .icon.hidden + .property-comments, #myBuying-viewings li ul .property-info .icon-info .comments .icon.hidden + .property-comments, #myBuying-viewings li ul .property-info .property-detail-comment .comments .icon.hidden + .property-comments, #myRenting-viewings li ul .property-info .icon-info .comments .icon.hidden + .property-comments, #myRenting-viewings li ul .property-info .property-detail-comment .comments .icon.hidden + .property-comments, #myBuying-offers li ul .property-info .icon-info .comments .icon.hidden + .property-comments, #myBuying-offers li ul .property-info .property-detail-comment .comments .icon.hidden + .property-comments, #myRenting-properties li ul .property-info .icon-info .comments .icon.hidden + .property-comments, #myRenting-properties li ul .property-info .property-detail-comment .comments .icon.hidden + .property-comments {
  display: none;
}
/* line 513, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .comments .property-comments, #myBuying-properties li ul .property-info .property-detail-comment .comments .property-comments, #myBuying-viewings li ul .property-info .icon-info .comments .property-comments, #myBuying-viewings li ul .property-info .property-detail-comment .comments .property-comments, #myRenting-viewings li ul .property-info .icon-info .comments .property-comments, #myRenting-viewings li ul .property-info .property-detail-comment .comments .property-comments, #myBuying-offers li ul .property-info .icon-info .comments .property-comments, #myBuying-offers li ul .property-info .property-detail-comment .comments .property-comments, #myRenting-properties li ul .property-info .icon-info .comments .property-comments, #myRenting-properties li ul .property-info .property-detail-comment .comments .property-comments {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  color: #616161;
}
/* line 522, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .icon, #myBuying-properties li ul .property-info .property-detail-comment .icon, #myBuying-viewings li ul .property-info .icon-info .icon, #myBuying-viewings li ul .property-info .property-detail-comment .icon, #myRenting-viewings li ul .property-info .icon-info .icon, #myRenting-viewings li ul .property-info .property-detail-comment .icon, #myBuying-offers li ul .property-info .icon-info .icon, #myBuying-offers li ul .property-info .property-detail-comment .icon, #myRenting-properties li ul .property-info .icon-info .icon, #myRenting-properties li ul .property-info .property-detail-comment .icon {
  display: inline-block;
  vertical-align: middle;
}
/* line 526, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .icon.saved, #myBuying-properties li ul .property-info .property-detail-comment .icon.saved, #myBuying-viewings li ul .property-info .icon-info .icon.saved, #myBuying-viewings li ul .property-info .property-detail-comment .icon.saved, #myRenting-viewings li ul .property-info .icon-info .icon.saved, #myRenting-viewings li ul .property-info .property-detail-comment .icon.saved, #myBuying-offers li ul .property-info .icon-info .icon.saved, #myBuying-offers li ul .property-info .property-detail-comment .icon.saved, #myRenting-properties li ul .property-info .icon-info .icon.saved, #myRenting-properties li ul .property-info .property-detail-comment .icon.saved {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -164px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 31px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 526, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .icon-info .icon.saved, #myBuying-properties li ul .property-info .property-detail-comment .icon.saved, #myBuying-viewings li ul .property-info .icon-info .icon.saved, #myBuying-viewings li ul .property-info .property-detail-comment .icon.saved, #myRenting-viewings li ul .property-info .icon-info .icon.saved, #myRenting-viewings li ul .property-info .property-detail-comment .icon.saved, #myBuying-offers li ul .property-info .icon-info .icon.saved, #myBuying-offers li ul .property-info .property-detail-comment .icon.saved, #myRenting-properties li ul .property-info .icon-info .icon.saved, #myRenting-properties li ul .property-info .property-detail-comment .icon.saved {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -241px 0;
    height: 31px;
    width: 31px;
  }
}
/* line 530, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .icon.browsed, #myBuying-properties li ul .property-info .property-detail-comment .icon.browsed, #myBuying-viewings li ul .property-info .icon-info .icon.browsed, #myBuying-viewings li ul .property-info .property-detail-comment .icon.browsed, #myRenting-viewings li ul .property-info .icon-info .icon.browsed, #myRenting-viewings li ul .property-info .property-detail-comment .icon.browsed, #myBuying-offers li ul .property-info .icon-info .icon.browsed, #myBuying-offers li ul .property-info .property-detail-comment .icon.browsed, #myRenting-properties li ul .property-info .icon-info .icon.browsed, #myRenting-properties li ul .property-info .property-detail-comment .icon.browsed {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -206px -68px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 530, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .property-info .icon-info .icon.browsed, #myBuying-properties li ul .property-info .property-detail-comment .icon.browsed, #myBuying-viewings li ul .property-info .icon-info .icon.browsed, #myBuying-viewings li ul .property-info .property-detail-comment .icon.browsed, #myRenting-viewings li ul .property-info .icon-info .icon.browsed, #myRenting-viewings li ul .property-info .property-detail-comment .icon.browsed, #myBuying-offers li ul .property-info .icon-info .icon.browsed, #myBuying-offers li ul .property-info .property-detail-comment .icon.browsed, #myRenting-properties li ul .property-info .icon-info .icon.browsed, #myRenting-properties li ul .property-info .property-detail-comment .icon.browsed {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -577.5px -40px;
    height: 23px;
    width: 36px;
  }
}
/* line 535, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .icon-details, #myBuying-properties li ul .property-info .property-detail-comment .icon-details, #myBuying-viewings li ul .property-info .icon-info .icon-details, #myBuying-viewings li ul .property-info .property-detail-comment .icon-details, #myRenting-viewings li ul .property-info .icon-info .icon-details, #myRenting-viewings li ul .property-info .property-detail-comment .icon-details, #myBuying-offers li ul .property-info .icon-info .icon-details, #myBuying-offers li ul .property-info .property-detail-comment .icon-details, #myRenting-properties li ul .property-info .icon-info .icon-details, #myRenting-properties li ul .property-info .property-detail-comment .icon-details {
  display: inline-block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 13px;
  vertical-align: bottom;
  margin-left: 5px;
}
/* line 541, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .property-info .icon-info .icon-details b, #myBuying-properties li ul .property-info .property-detail-comment .icon-details b, #myBuying-viewings li ul .property-info .icon-info .icon-details b, #myBuying-viewings li ul .property-info .property-detail-comment .icon-details b, #myRenting-viewings li ul .property-info .icon-info .icon-details b, #myRenting-viewings li ul .property-info .property-detail-comment .icon-details b, #myBuying-offers li ul .property-info .icon-info .icon-details b, #myBuying-offers li ul .property-info .property-detail-comment .icon-details b, #myRenting-properties li ul .property-info .icon-info .icon-details b, #myRenting-properties li ul .property-info .property-detail-comment .icon-details b {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  display: block;
}
/* line 549, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info, #myBuying-viewings li ul .offers-info, #myRenting-viewings li ul .offers-info, #myBuying-offers li ul .offers-info, #myRenting-properties li ul .offers-info {
  margin: 0px;
  height: 90px;
}
/* line 554, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info ul li:last-child, #myBuying-viewings li ul .offers-info ul li:last-child, #myRenting-viewings li ul .offers-info ul li:last-child, #myBuying-offers li ul .offers-info ul li:last-child, #myRenting-properties li ul .offers-info ul li:last-child {
  border-bottom: none;
}
/* line 559, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .confirmed, #myBuying-properties li ul .offers-info .accepted, #myBuying-viewings li ul .offers-info .confirmed, #myBuying-viewings li ul .offers-info .accepted, #myRenting-viewings li ul .offers-info .confirmed, #myRenting-viewings li ul .offers-info .accepted, #myBuying-offers li ul .offers-info .confirmed, #myBuying-offers li ul .offers-info .accepted, #myRenting-properties li ul .offers-info .confirmed, #myRenting-properties li ul .offers-info .accepted {
  color: #32b200;
}
/* line 563, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-datetime, #myBuying-viewings li ul .offers-info .offer-datetime, #myRenting-viewings li ul .offers-info .offer-datetime, #myBuying-offers li ul .offers-info .offer-datetime, #myRenting-properties li ul .offers-info .offer-datetime {
  border-bottom: 2px solid #f0ece4;
}
/* line 566, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-datetime.withdrawn, #myBuying-viewings li ul .offers-info .offer-datetime.withdrawn, #myRenting-viewings li ul .offers-info .offer-datetime.withdrawn, #myBuying-offers li ul .offers-info .offer-datetime.withdrawn, #myRenting-properties li ul .offers-info .offer-datetime.withdrawn {
  opacity: 0.5;
}
@media (max-width: 650px) {
  /* line 563, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .offers-info .offer-datetime, #myBuying-viewings li ul .offers-info .offer-datetime, #myRenting-viewings li ul .offers-info .offer-datetime, #myBuying-offers li ul .offers-info .offer-datetime, #myRenting-properties li ul .offers-info .offer-datetime {
    border-bottom: none;
  }
}
/* line 575, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .left-side, #myBuying-viewings li ul .offers-info .left-side, #myRenting-viewings li ul .offers-info .left-side, #myBuying-offers li ul .offers-info .left-side, #myRenting-properties li ul .offers-info .left-side {
  float: left;
  margin-top: 20px;
}
/* line 580, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-latest, #myBuying-viewings li ul .offers-info .offer-latest, #myRenting-viewings li ul .offers-info .offer-latest, #myBuying-offers li ul .offers-info .offer-latest, #myRenting-properties li ul .offers-info .offer-latest {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #616161;
}
/* line 585, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-amount, #myBuying-viewings li ul .offers-info .offer-amount, #myRenting-viewings li ul .offers-info .offer-amount, #myBuying-offers li ul .offers-info .offer-amount, #myRenting-properties li ul .offers-info .offer-amount {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 590, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status, #myBuying-viewings li ul .offers-info .offer-status, #myRenting-viewings li ul .offers-info .offer-status, #myBuying-offers li ul .offers-info .offer-status, #myRenting-properties li ul .offers-info .offer-status {
  float: right;
  line-height: 90px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
/* line 595, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status.submitted, #myBuying-viewings li ul .offers-info .offer-status.submitted, #myRenting-viewings li ul .offers-info .offer-status.submitted, #myBuying-offers li ul .offers-info .offer-status.submitted, #myRenting-properties li ul .offers-info .offer-status.submitted {
  color: #616161;
}
/* line 599, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status.rejected, #myBuying-properties li ul .offers-info .offer-status.withdrawn, #myBuying-properties li ul .offers-info .offer-status.fallen-through, #myBuying-viewings li ul .offers-info .offer-status.rejected, #myBuying-viewings li ul .offers-info .offer-status.withdrawn, #myBuying-viewings li ul .offers-info .offer-status.fallen-through, #myRenting-viewings li ul .offers-info .offer-status.rejected, #myRenting-viewings li ul .offers-info .offer-status.withdrawn, #myRenting-viewings li ul .offers-info .offer-status.fallen-through, #myBuying-offers li ul .offers-info .offer-status.rejected, #myBuying-offers li ul .offers-info .offer-status.withdrawn, #myBuying-offers li ul .offers-info .offer-status.fallen-through, #myRenting-properties li ul .offers-info .offer-status.rejected, #myRenting-properties li ul .offers-info .offer-status.withdrawn, #myRenting-properties li ul .offers-info .offer-status.fallen-through {
  color: #ed1a3a;
}
/* line 603, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status.confirmed, #myBuying-properties li ul .offers-info .offer-status.accepted, #myBuying-viewings li ul .offers-info .offer-status.confirmed, #myBuying-viewings li ul .offers-info .offer-status.accepted, #myRenting-viewings li ul .offers-info .offer-status.confirmed, #myRenting-viewings li ul .offers-info .offer-status.accepted, #myBuying-offers li ul .offers-info .offer-status.confirmed, #myBuying-offers li ul .offers-info .offer-status.accepted, #myRenting-properties li ul .offers-info .offer-status.confirmed, #myRenting-properties li ul .offers-info .offer-status.accepted {
  color: #32b200;
}
/* line 607, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status .pending, #myBuying-properties li ul .offers-info .offer-status .submitted, #myBuying-viewings li ul .offers-info .offer-status .pending, #myBuying-viewings li ul .offers-info .offer-status .submitted, #myRenting-viewings li ul .offers-info .offer-status .pending, #myRenting-viewings li ul .offers-info .offer-status .submitted, #myBuying-offers li ul .offers-info .offer-status .pending, #myBuying-offers li ul .offers-info .offer-status .submitted, #myRenting-properties li ul .offers-info .offer-status .pending, #myRenting-properties li ul .offers-info .offer-status .submitted {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 11px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 607, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .offers-info .offer-status .pending, #myBuying-properties li ul .offers-info .offer-status .submitted, #myBuying-viewings li ul .offers-info .offer-status .pending, #myBuying-viewings li ul .offers-info .offer-status .submitted, #myRenting-viewings li ul .offers-info .offer-status .pending, #myRenting-viewings li ul .offers-info .offer-status .submitted, #myBuying-offers li ul .offers-info .offer-status .pending, #myBuying-offers li ul .offers-info .offer-status .submitted, #myRenting-properties li ul .offers-info .offer-status .pending, #myRenting-properties li ul .offers-info .offer-status .submitted {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -40px;
    height: 3px;
    width: 11px;
  }
}
/* line 612, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status .rejected, #myBuying-viewings li ul .offers-info .offer-status .rejected, #myRenting-viewings li ul .offers-info .offer-status .rejected, #myBuying-offers li ul .offers-info .offer-status .rejected, #myRenting-properties li ul .offers-info .offer-status .rejected {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -124px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 612, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .offers-info .offer-status .rejected, #myBuying-viewings li ul .offers-info .offer-status .rejected, #myRenting-viewings li ul .offers-info .offer-status .rejected, #myBuying-offers li ul .offers-info .offer-status .rejected, #myRenting-properties li ul .offers-info .offer-status .rejected {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -131.5px -40px;
    height: 11px;
    width: 12px;
  }
}
/* line 617, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status .withdrawn, #myBuying-properties li ul .offers-info .offer-status .fallen-through, #myBuying-viewings li ul .offers-info .offer-status .withdrawn, #myBuying-viewings li ul .offers-info .offer-status .fallen-through, #myRenting-viewings li ul .offers-info .offer-status .withdrawn, #myRenting-viewings li ul .offers-info .offer-status .fallen-through, #myBuying-offers li ul .offers-info .offer-status .withdrawn, #myBuying-offers li ul .offers-info .offer-status .fallen-through, #myRenting-properties li ul .offers-info .offer-status .withdrawn, #myRenting-properties li ul .offers-info .offer-status .fallen-through {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -124px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 617, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .offers-info .offer-status .withdrawn, #myBuying-properties li ul .offers-info .offer-status .fallen-through, #myBuying-viewings li ul .offers-info .offer-status .withdrawn, #myBuying-viewings li ul .offers-info .offer-status .fallen-through, #myRenting-viewings li ul .offers-info .offer-status .withdrawn, #myRenting-viewings li ul .offers-info .offer-status .fallen-through, #myBuying-offers li ul .offers-info .offer-status .withdrawn, #myBuying-offers li ul .offers-info .offer-status .fallen-through, #myRenting-properties li ul .offers-info .offer-status .withdrawn, #myRenting-properties li ul .offers-info .offer-status .fallen-through {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -131.5px -40px;
    height: 11px;
    width: 12px;
  }
}
/* line 622, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-status .confirmed, #myBuying-properties li ul .offers-info .offer-status .accepted, #myBuying-viewings li ul .offers-info .offer-status .confirmed, #myBuying-viewings li ul .offers-info .offer-status .accepted, #myRenting-viewings li ul .offers-info .offer-status .confirmed, #myRenting-viewings li ul .offers-info .offer-status .accepted, #myBuying-offers li ul .offers-info .offer-status .confirmed, #myBuying-offers li ul .offers-info .offer-status .accepted, #myRenting-properties li ul .offers-info .offer-status .confirmed, #myRenting-properties li ul .offers-info .offer-status .accepted {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -176px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 622, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .offers-info .offer-status .confirmed, #myBuying-properties li ul .offers-info .offer-status .accepted, #myBuying-viewings li ul .offers-info .offer-status .confirmed, #myBuying-viewings li ul .offers-info .offer-status .accepted, #myRenting-viewings li ul .offers-info .offer-status .confirmed, #myRenting-viewings li ul .offers-info .offer-status .accepted, #myBuying-offers li ul .offers-info .offer-status .confirmed, #myBuying-offers li ul .offers-info .offer-status .accepted, #myRenting-properties li ul .offers-info .offer-status .confirmed, #myRenting-properties li ul .offers-info .offer-status .accepted {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -183.5px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 628, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info time, #myBuying-viewings li ul .offers-info time, #myRenting-viewings li ul .offers-info time, #myBuying-offers li ul .offers-info time, #myRenting-properties li ul .offers-info time {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 633, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-detail, #myBuying-viewings li ul .offers-info .offer-detail, #myRenting-viewings li ul .offers-info .offer-detail, #myBuying-offers li ul .offers-info .offer-detail, #myRenting-properties li ul .offers-info .offer-detail {
  margin: 0px;
  width: auto;
  height: auto;
}
/* line 638, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .offers-info .offer-detail li, #myBuying-viewings li ul .offers-info .offer-detail li, #myRenting-viewings li ul .offers-info .offer-detail li, #myBuying-offers li ul .offers-info .offer-detail li, #myRenting-properties li ul .offers-info .offer-detail li {
  height: 90px;
}
/* line 644, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions, #myBuying-viewings li ul .actions, #myRenting-viewings li ul .actions, #myBuying-offers li ul .actions, #myRenting-properties li ul .actions {
  float: left;
  padding: 35px 40px 0px 40px;
  position: relative;
  width: 27%;
  height: 310px;
  position: relative;
}
@media (max-width: 1280px) {
  /* line 644, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions, #myBuying-viewings li ul .actions, #myRenting-viewings li ul .actions, #myBuying-offers li ul .actions, #myRenting-properties li ul .actions {
    padding: 30px 35px 0px 35px;
  }
}
@media (max-width: 992px) {
  /* line 644, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions, #myBuying-viewings li ul .actions, #myRenting-viewings li ul .actions, #myBuying-offers li ul .actions, #myRenting-properties li ul .actions {
    padding: 30px 20px 0px 20px;
    width: 42%;
    height: 305px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 644, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions, #myBuying-viewings li ul .actions, #myRenting-viewings li ul .actions, #myBuying-offers li ul .actions, #myRenting-properties li ul .actions {
    padding: 30px 20px 0px 20px;
    width: 42%;
    height: 305px;
  }
}
@media (max-width: 650px) {
  /* line 644, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions, #myBuying-viewings li ul .actions, #myRenting-viewings li ul .actions, #myBuying-offers li ul .actions, #myRenting-properties li ul .actions {
    padding: 15px;
    width: 100%;
    height: auto;
  }
}
/* line 668, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions input[type="submit"], #myBuying-viewings li ul .actions input[type="submit"], #myRenting-viewings li ul .actions input[type="submit"], #myBuying-offers li ul .actions input[type="submit"], #myRenting-properties li ul .actions input[type="submit"] {
  width: 100%;
}
/* line 671, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions input[type="submit"].delete-search, #myBuying-viewings li ul .actions input[type="submit"].delete-search, #myRenting-viewings li ul .actions input[type="submit"].delete-search, #myBuying-offers li ul .actions input[type="submit"].delete-search, #myRenting-properties li ul .actions input[type="submit"].delete-search {
  display: none;
}
/* line 676, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .offer-accepted, #myBuying-viewings li ul .actions .offer-accepted, #myRenting-viewings li ul .actions .offer-accepted, #myBuying-offers li ul .actions .offer-accepted, #myRenting-properties li ul .actions .offer-accepted {
  background-color: #eaf7e5;
  width: 100%;
  height: 238px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 650px) {
  /* line 676, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted, #myBuying-viewings li ul .actions .offer-accepted, #myRenting-viewings li ul .actions .offer-accepted, #myBuying-offers li ul .actions .offer-accepted, #myRenting-properties li ul .actions .offer-accepted {
    width: 100%;
    margin: 0px;
    height: auto;
    padding-bottom: 20px;
  }
}
/* line 690, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .offer-accepted h3, #myBuying-viewings li ul .actions .offer-accepted h3, #myRenting-viewings li ul .actions .offer-accepted h3, #myBuying-offers li ul .actions .offer-accepted h3, #myRenting-properties li ul .actions .offer-accepted h3 {
  color: #32b200;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  text-align: center;
  padding: 60px 30px 20px 30px;
}
@media (max-width: 1280px) {
  /* line 690, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted h3, #myBuying-viewings li ul .actions .offer-accepted h3, #myRenting-viewings li ul .actions .offer-accepted h3, #myBuying-offers li ul .actions .offer-accepted h3, #myRenting-properties li ul .actions .offer-accepted h3 {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  /* line 690, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted h3, #myBuying-viewings li ul .actions .offer-accepted h3, #myRenting-viewings li ul .actions .offer-accepted h3, #myBuying-offers li ul .actions .offer-accepted h3, #myRenting-properties li ul .actions .offer-accepted h3 {
    padding-top: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 690, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted h3, #myBuying-viewings li ul .actions .offer-accepted h3, #myRenting-viewings li ul .actions .offer-accepted h3, #myBuying-offers li ul .actions .offer-accepted h3, #myRenting-properties li ul .actions .offer-accepted h3 {
    padding-top: 60px;
  }
}
@media (max-width: 650px) {
  /* line 690, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted h3, #myBuying-viewings li ul .actions .offer-accepted h3, #myRenting-viewings li ul .actions .offer-accepted h3, #myBuying-offers li ul .actions .offer-accepted h3, #myRenting-properties li ul .actions .offer-accepted h3 {
    padding-top: 20px;
  }
}
/* line 709, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .offer-accepted h4, #myBuying-viewings li ul .actions .offer-accepted h4, #myRenting-viewings li ul .actions .offer-accepted h4, #myBuying-offers li ul .actions .offer-accepted h4, #myRenting-properties li ul .actions .offer-accepted h4 {
  color: #32b200;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 0px 30px 0px 30px;
}
/* line 716, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .offer-accepted a, #myBuying-viewings li ul .actions .offer-accepted a, #myRenting-viewings li ul .actions .offer-accepted a, #myBuying-offers li ul .actions .offer-accepted a, #myRenting-properties li ul .actions .offer-accepted a {
  display: block;
  height: 50px;
  line-height: 46px;
  border: 2px solid #32b200;
  background-color: #ffffff;
  color: #32b200;
  margin: 0px auto;
  width: auto;
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
}
@media (max-width: 992px) {
  /* line 716, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted a, #myBuying-viewings li ul .actions .offer-accepted a, #myRenting-viewings li ul .actions .offer-accepted a, #myBuying-offers li ul .actions .offer-accepted a, #myRenting-properties li ul .actions .offer-accepted a {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 716, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted a, #myBuying-viewings li ul .actions .offer-accepted a, #myRenting-viewings li ul .actions .offer-accepted a, #myBuying-offers li ul .actions .offer-accepted a, #myRenting-properties li ul .actions .offer-accepted a {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 716, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted a, #myBuying-viewings li ul .actions .offer-accepted a, #myRenting-viewings li ul .actions .offer-accepted a, #myBuying-offers li ul .actions .offer-accepted a, #myRenting-properties li ul .actions .offer-accepted a {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 650px) {
  /* line 716, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .offer-accepted a, #myBuying-viewings li ul .actions .offer-accepted a, #myRenting-viewings li ul .actions .offer-accepted a, #myBuying-offers li ul .actions .offer-accepted a, #myRenting-properties li ul .actions .offer-accepted a {
    position: static;
    margin: 20px 15px 0px 15px;
  }
}
/* line 734, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .offer-accepted a:hover, #myBuying-viewings li ul .actions .offer-accepted a:hover, #myRenting-viewings li ul .actions .offer-accepted a:hover, #myBuying-offers li ul .actions .offer-accepted a:hover, #myRenting-properties li ul .actions .offer-accepted a:hover {
  background-color: #32b200;
  color: #ffffff;
}
/* line 741, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions a, #myBuying-viewings li ul .actions a, #myRenting-viewings li ul .actions a, #myBuying-offers li ul .actions a, #myRenting-properties li ul .actions a {
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 741, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions a, #myBuying-viewings li ul .actions a, #myRenting-viewings li ul .actions a, #myBuying-offers li ul .actions a, #myRenting-properties li ul .actions a {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 741, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions a, #myBuying-viewings li ul .actions a, #myRenting-viewings li ul .actions a, #myBuying-offers li ul .actions a, #myRenting-properties li ul .actions a {
    width: 100%;
  }
}
@media (max-width: 650px) {
  /* line 741, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions a, #myBuying-viewings li ul .actions a, #myRenting-viewings li ul .actions a, #myBuying-offers li ul .actions a, #myRenting-properties li ul .actions a {
    position: static;
    width: 100%;
  }
}
/* line 756, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .andrews-checkbox, #myBuying-viewings li ul .actions .andrews-checkbox, #myRenting-viewings li ul .actions .andrews-checkbox, #myBuying-offers li ul .actions .andrews-checkbox, #myRenting-properties li ul .actions .andrews-checkbox {
  background-color: #d4cec9;
  position: absolute;
  bottom: 35px;
  text-align: center;
}
@media (max-width: 650px) {
  /* line 756, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .andrews-checkbox, #myBuying-viewings li ul .actions .andrews-checkbox, #myRenting-viewings li ul .actions .andrews-checkbox, #myBuying-offers li ul .actions .andrews-checkbox, #myRenting-properties li ul .actions .andrews-checkbox {
    position: static;
    margin-top: 20px;
  }
}
/* line 768, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions label, #myBuying-viewings li ul .actions label, #myRenting-viewings li ul .actions label, #myBuying-offers li ul .actions label, #myRenting-properties li ul .actions label {
  position: absolute;
  bottom: 35px;
  left: 75px;
  line-height: 30px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 768, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions label, #myBuying-viewings li ul .actions label, #myRenting-viewings li ul .actions label, #myBuying-offers li ul .actions label, #myRenting-properties li ul .actions label {
    left: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 768, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions label, #myBuying-viewings li ul .actions label, #myRenting-viewings li ul .actions label, #myBuying-offers li ul .actions label, #myRenting-properties li ul .actions label {
    left: 60px;
  }
}
@media (max-width: 650px) {
  /* line 768, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions label, #myBuying-viewings li ul .actions label, #myRenting-viewings li ul .actions label, #myBuying-offers li ul .actions label, #myRenting-properties li ul .actions label {
    position: static;
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px;
  }
}
/* line 788, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .make-offer, #myBuying-viewings li ul .actions .make-offer, #myRenting-viewings li ul .actions .make-offer, #myBuying-offers li ul .actions .make-offer, #myRenting-properties li ul .actions .make-offer {
  background-color: #ffffff;
  color: #ed1a3a;
  border: 2px solid #ed1a3a;
}
/* line 793, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .make-offer:hover, #myBuying-viewings li ul .actions .make-offer:hover, #myRenting-viewings li ul .actions .make-offer:hover, #myBuying-offers li ul .actions .make-offer:hover, #myRenting-properties li ul .actions .make-offer:hover {
  background-color: #ed1a3a;
  color: #ffffff;
}
/* line 799, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .make-offer.disabled:hover, #myBuying-viewings li ul .actions .make-offer.disabled:hover, #myRenting-viewings li ul .actions .make-offer.disabled:hover, #myBuying-offers li ul .actions .make-offer.disabled:hover, #myRenting-properties li ul .actions .make-offer.disabled:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 806, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates, #myBuying-viewings li ul .actions .viewing-dates, #myRenting-viewings li ul .actions .viewing-dates, #myBuying-offers li ul .actions .viewing-dates, #myRenting-properties li ul .actions .viewing-dates {
  line-height: 22px;
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
@media (max-width: 1280px) {
  /* line 806, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-dates, #myBuying-viewings li ul .actions .viewing-dates, #myRenting-viewings li ul .actions .viewing-dates, #myBuying-offers li ul .actions .viewing-dates, #myRenting-properties li ul .actions .viewing-dates {
    max-width: 182px;
  }
}
/* line 815, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .view-icon, #myBuying-viewings li ul .actions .viewing-dates .view-icon, #myRenting-viewings li ul .actions .viewing-dates .view-icon, #myBuying-offers li ul .actions .viewing-dates .view-icon, #myRenting-properties li ul .actions .viewing-dates .view-icon {
  float: left;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -196px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 34px;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 815, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-dates .view-icon, #myBuying-viewings li ul .actions .viewing-dates .view-icon, #myRenting-viewings li ul .actions .viewing-dates .view-icon, #myBuying-offers li ul .actions .viewing-dates .view-icon, #myRenting-properties li ul .actions .viewing-dates .view-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -272.5px 0;
    height: 32px;
    width: 34px;
  }
}
/* line 821, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .view-text, #myBuying-viewings li ul .actions .viewing-dates .view-text, #myRenting-viewings li ul .actions .viewing-dates .view-text, #myBuying-offers li ul .actions .viewing-dates .view-text, #myRenting-properties li ul .actions .viewing-dates .view-text {
  float: left;
}
/* line 825, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status, #myBuying-viewings li ul .actions .viewing-dates .status, #myRenting-viewings li ul .actions .viewing-dates .status, #myBuying-offers li ul .actions .viewing-dates .status, #myRenting-properties li ul .actions .viewing-dates .status {
  clear: both;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  padding-top: 10px;
  max-width: 190px;
}
/* line 831, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status .tick, #myBuying-viewings li ul .actions .viewing-dates .status .tick, #myRenting-viewings li ul .actions .viewing-dates .status .tick, #myBuying-offers li ul .actions .viewing-dates .status .tick, #myRenting-properties li ul .actions .viewing-dates .status .tick {
  color: #32b200;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -176px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 831, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-dates .status .tick, #myBuying-viewings li ul .actions .viewing-dates .status .tick, #myRenting-viewings li ul .actions .viewing-dates .status .tick, #myBuying-offers li ul .actions .viewing-dates .status .tick, #myRenting-properties li ul .actions .viewing-dates .status .tick {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -183.5px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 837, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status .pending, #myBuying-properties li ul .actions .viewing-dates .status .awaiting, #myBuying-viewings li ul .actions .viewing-dates .status .pending, #myBuying-viewings li ul .actions .viewing-dates .status .awaiting, #myRenting-viewings li ul .actions .viewing-dates .status .pending, #myRenting-viewings li ul .actions .viewing-dates .status .awaiting, #myBuying-offers li ul .actions .viewing-dates .status .pending, #myBuying-offers li ul .actions .viewing-dates .status .awaiting, #myRenting-properties li ul .actions .viewing-dates .status .pending, #myRenting-properties li ul .actions .viewing-dates .status .awaiting {
  color: #616161;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 11px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 837, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-dates .status .pending, #myBuying-properties li ul .actions .viewing-dates .status .awaiting, #myBuying-viewings li ul .actions .viewing-dates .status .pending, #myBuying-viewings li ul .actions .viewing-dates .status .awaiting, #myRenting-viewings li ul .actions .viewing-dates .status .pending, #myRenting-viewings li ul .actions .viewing-dates .status .awaiting, #myBuying-offers li ul .actions .viewing-dates .status .pending, #myBuying-offers li ul .actions .viewing-dates .status .awaiting, #myRenting-properties li ul .actions .viewing-dates .status .pending, #myRenting-properties li ul .actions .viewing-dates .status .awaiting {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -40px;
    height: 3px;
    width: 11px;
  }
}
/* line 843, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status.confirmed, #myBuying-properties li ul .actions .viewing-dates .status.completed, #myBuying-viewings li ul .actions .viewing-dates .status.confirmed, #myBuying-viewings li ul .actions .viewing-dates .status.completed, #myRenting-viewings li ul .actions .viewing-dates .status.confirmed, #myRenting-viewings li ul .actions .viewing-dates .status.completed, #myBuying-offers li ul .actions .viewing-dates .status.confirmed, #myBuying-offers li ul .actions .viewing-dates .status.completed, #myRenting-properties li ul .actions .viewing-dates .status.confirmed, #myRenting-properties li ul .actions .viewing-dates .status.completed {
  color: #32b200;
}
/* line 847, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status.awaiting, #myBuying-viewings li ul .actions .viewing-dates .status.awaiting, #myRenting-viewings li ul .actions .viewing-dates .status.awaiting, #myBuying-offers li ul .actions .viewing-dates .status.awaiting, #myRenting-properties li ul .actions .viewing-dates .status.awaiting {
  color: #616161;
}
/* line 851, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status.cancelled, #myBuying-viewings li ul .actions .viewing-dates .status.cancelled, #myRenting-viewings li ul .actions .viewing-dates .status.cancelled, #myBuying-offers li ul .actions .viewing-dates .status.cancelled, #myRenting-properties li ul .actions .viewing-dates .status.cancelled {
  color: #ed1a3a;
}
/* line 855, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status .confirmed, #myBuying-properties li ul .actions .viewing-dates .status .accepted, #myBuying-viewings li ul .actions .viewing-dates .status .confirmed, #myBuying-viewings li ul .actions .viewing-dates .status .accepted, #myRenting-viewings li ul .actions .viewing-dates .status .confirmed, #myRenting-viewings li ul .actions .viewing-dates .status .accepted, #myBuying-offers li ul .actions .viewing-dates .status .confirmed, #myBuying-offers li ul .actions .viewing-dates .status .accepted, #myRenting-properties li ul .actions .viewing-dates .status .confirmed, #myRenting-properties li ul .actions .viewing-dates .status .accepted {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -176px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 855, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-dates .status .confirmed, #myBuying-properties li ul .actions .viewing-dates .status .accepted, #myBuying-viewings li ul .actions .viewing-dates .status .confirmed, #myBuying-viewings li ul .actions .viewing-dates .status .accepted, #myRenting-viewings li ul .actions .viewing-dates .status .confirmed, #myRenting-viewings li ul .actions .viewing-dates .status .accepted, #myBuying-offers li ul .actions .viewing-dates .status .confirmed, #myBuying-offers li ul .actions .viewing-dates .status .accepted, #myRenting-properties li ul .actions .viewing-dates .status .confirmed, #myRenting-properties li ul .actions .viewing-dates .status .accepted {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -183.5px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 860, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates .status .cancelled, #myBuying-viewings li ul .actions .viewing-dates .status .cancelled, #myRenting-viewings li ul .actions .viewing-dates .status .cancelled, #myBuying-offers li ul .actions .viewing-dates .status .cancelled, #myRenting-properties li ul .actions .viewing-dates .status .cancelled {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -124px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 860, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-dates .status .cancelled, #myBuying-viewings li ul .actions .viewing-dates .status .cancelled, #myRenting-viewings li ul .actions .viewing-dates .status .cancelled, #myBuying-offers li ul .actions .viewing-dates .status .cancelled, #myRenting-properties li ul .actions .viewing-dates .status .cancelled {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -131.5px -40px;
    height: 11px;
    width: 12px;
  }
}
/* line 866, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates span, #myBuying-viewings li ul .actions .viewing-dates span, #myRenting-viewings li ul .actions .viewing-dates span, #myBuying-offers li ul .actions .viewing-dates span, #myRenting-properties li ul .actions .viewing-dates span {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
}
/* line 872, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates time, #myBuying-viewings li ul .actions .viewing-dates time, #myRenting-viewings li ul .actions .viewing-dates time, #myBuying-offers li ul .actions .viewing-dates time, #myRenting-properties li ul .actions .viewing-dates time {
  display: block;
}
/* line 875, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-dates time span, #myBuying-viewings li ul .actions .viewing-dates time span, #myRenting-viewings li ul .actions .viewing-dates time span, #myBuying-offers li ul .actions .viewing-dates time span, #myRenting-properties li ul .actions .viewing-dates time span {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  display: block;
}
/* line 883, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-buttons, #myBuying-viewings li ul .actions .viewing-buttons, #myRenting-viewings li ul .actions .viewing-buttons, #myBuying-offers li ul .actions .viewing-buttons, #myRenting-properties li ul .actions .viewing-buttons {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
/* line 889, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-buttons a, #myBuying-viewings li ul .actions .viewing-buttons a, #myRenting-viewings li ul .actions .viewing-buttons a, #myBuying-offers li ul .actions .viewing-buttons a, #myRenting-properties li ul .actions .viewing-buttons a {
  display: block;
  text-align: center;
  margin: 10px auto 0px auto;
}
@media (max-width: 650px) {
  /* line 889, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-buttons a, #myBuying-viewings li ul .actions .viewing-buttons a, #myRenting-viewings li ul .actions .viewing-buttons a, #myBuying-offers li ul .actions .viewing-buttons a, #myRenting-properties li ul .actions .viewing-buttons a {
    margin: 10px 0 10px 0;
  }
}
@media (max-width: 650px) {
  /* line 883, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .viewing-buttons, #myBuying-viewings li ul .actions .viewing-buttons, #myRenting-viewings li ul .actions .viewing-buttons, #myBuying-offers li ul .actions .viewing-buttons, #myRenting-properties li ul .actions .viewing-buttons {
    position: static;
    display: block;
  }
}
/* line 904, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-buttons .make-offer, #myBuying-properties li ul .actions .viewing-buttons .confirm-attendance, #myBuying-viewings li ul .actions .viewing-buttons .make-offer, #myBuying-viewings li ul .actions .viewing-buttons .confirm-attendance, #myRenting-viewings li ul .actions .viewing-buttons .make-offer, #myRenting-viewings li ul .actions .viewing-buttons .confirm-attendance, #myBuying-offers li ul .actions .viewing-buttons .make-offer, #myBuying-offers li ul .actions .viewing-buttons .confirm-attendance, #myRenting-properties li ul .actions .viewing-buttons .make-offer, #myRenting-properties li ul .actions .viewing-buttons .confirm-attendance {
  background-color: #ed1a3a;
  border: 2px solid #ffffff;
  color: #ffffff;
}
/* line 909, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-buttons .make-offer:hover, #myBuying-properties li ul .actions .viewing-buttons .confirm-attendance:hover, #myBuying-viewings li ul .actions .viewing-buttons .make-offer:hover, #myBuying-viewings li ul .actions .viewing-buttons .confirm-attendance:hover, #myRenting-viewings li ul .actions .viewing-buttons .make-offer:hover, #myRenting-viewings li ul .actions .viewing-buttons .confirm-attendance:hover, #myBuying-offers li ul .actions .viewing-buttons .make-offer:hover, #myBuying-offers li ul .actions .viewing-buttons .confirm-attendance:hover, #myRenting-properties li ul .actions .viewing-buttons .make-offer:hover, #myRenting-properties li ul .actions .viewing-buttons .confirm-attendance:hover {
  background-color: #d9040e;
}
/* line 914, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-buttons .book-viewing, #myBuying-properties li ul .actions .viewing-buttons .new-offer, #myBuying-properties li ul .actions .viewing-buttons .make-new-offer, #myBuying-viewings li ul .actions .viewing-buttons .book-viewing, #myBuying-viewings li ul .actions .viewing-buttons .new-offer, #myBuying-viewings li ul .actions .viewing-buttons .make-new-offer, #myRenting-viewings li ul .actions .viewing-buttons .book-viewing, #myRenting-viewings li ul .actions .viewing-buttons .new-offer, #myRenting-viewings li ul .actions .viewing-buttons .make-new-offer, #myBuying-offers li ul .actions .viewing-buttons .book-viewing, #myBuying-offers li ul .actions .viewing-buttons .new-offer, #myBuying-offers li ul .actions .viewing-buttons .make-new-offer, #myRenting-properties li ul .actions .viewing-buttons .book-viewing, #myRenting-properties li ul .actions .viewing-buttons .new-offer, #myRenting-properties li ul .actions .viewing-buttons .make-new-offer {
  background-color: #ffffff;
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
}
/* line 919, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .viewing-buttons .book-viewing:hover, #myBuying-properties li ul .actions .viewing-buttons .new-offer:hover, #myBuying-properties li ul .actions .viewing-buttons .make-new-offer:hover, #myBuying-viewings li ul .actions .viewing-buttons .book-viewing:hover, #myBuying-viewings li ul .actions .viewing-buttons .new-offer:hover, #myBuying-viewings li ul .actions .viewing-buttons .make-new-offer:hover, #myRenting-viewings li ul .actions .viewing-buttons .book-viewing:hover, #myRenting-viewings li ul .actions .viewing-buttons .new-offer:hover, #myRenting-viewings li ul .actions .viewing-buttons .make-new-offer:hover, #myBuying-offers li ul .actions .viewing-buttons .book-viewing:hover, #myBuying-offers li ul .actions .viewing-buttons .new-offer:hover, #myBuying-offers li ul .actions .viewing-buttons .make-new-offer:hover, #myRenting-properties li ul .actions .viewing-buttons .book-viewing:hover, #myRenting-properties li ul .actions .viewing-buttons .new-offer:hover, #myRenting-properties li ul .actions .viewing-buttons .make-new-offer:hover {
  background-color: #ed1a3a;
  color: #ffffff;
}
/* line 926, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .delete-search, #myBuying-viewings li ul .actions .delete-search, #myRenting-viewings li ul .actions .delete-search, #myBuying-offers li ul .actions .delete-search, #myRenting-properties li ul .actions .delete-search {
  background-color: #ffffff;
  border: 2px solid #520e41;
  color: #520e41;
}
/* line 931, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .delete-search span, #myBuying-viewings li ul .actions .delete-search span, #myRenting-viewings li ul .actions .delete-search span, #myBuying-offers li ul .actions .delete-search span, #myRenting-properties li ul .actions .delete-search span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -136px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 10px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 931, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .delete-search span, #myBuying-viewings li ul .actions .delete-search span, #myRenting-viewings li ul .actions .delete-search span, #myBuying-offers li ul .actions .delete-search span, #myRenting-properties li ul .actions .delete-search span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -153.5px -40px;
    height: 11px;
    width: 10px;
  }
}
/* line 936, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .delete-search:hover, #myBuying-viewings li ul .actions .delete-search:hover, #myRenting-viewings li ul .actions .delete-search:hover, #myBuying-offers li ul .actions .delete-search:hover, #myRenting-properties li ul .actions .delete-search:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 940, ../sass/components/_myandrews.scss */
#myBuying-properties li ul .actions .delete-search:hover span, #myBuying-viewings li ul .actions .delete-search:hover span, #myRenting-viewings li ul .actions .delete-search:hover span, #myBuying-offers li ul .actions .delete-search:hover span, #myRenting-properties li ul .actions .delete-search:hover span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -146px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 10px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 940, ../sass/components/_myandrews.scss */
  #myBuying-properties li ul .actions .delete-search:hover span, #myBuying-viewings li ul .actions .delete-search:hover span, #myRenting-viewings li ul .actions .delete-search:hover span, #myBuying-offers li ul .actions .delete-search:hover span, #myRenting-properties li ul .actions .delete-search:hover span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -143.5px -40px;
    height: 11px;
    width: 10px;
  }
}

/* line 952, ../sass/components/_myandrews.scss */
#myBuying-viewings li ul .property-info, #myBuying-offers li ul .property-info {
  width: 36%;
}
@media (max-width: 992px) {
  /* line 952, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .property-info, #myBuying-offers li ul .property-info {
    width: 60%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 952, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .property-info, #myBuying-offers li ul .property-info {
    width: 60%;
  }
}
@media (max-width: 650px) {
  /* line 952, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .property-info, #myBuying-offers li ul .property-info {
    width: 100%;
  }
}
/* line 964, ../sass/components/_myandrews.scss */
#myBuying-viewings li ul .actions, #myBuying-offers li ul .actions {
  width: 24%;
}
@media (max-width: 992px) {
  /* line 964, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .actions, #myBuying-offers li ul .actions {
    width: 40%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 964, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .actions, #myBuying-offers li ul .actions {
    width: 40%;
  }
}
@media (max-width: 650px) {
  /* line 964, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .actions, #myBuying-offers li ul .actions {
    width: 100%;
  }
  /* line 974, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .actions .viewing-dates .status, #myBuying-offers li ul .actions .viewing-dates .status {
    max-width: 100%;
  }
}

/* line 981, ../sass/components/_myandrews.scss */
#myAndrews-mobile {
  width: 100%;
  height: 50px;
}

/* line 986, ../sass/components/_myandrews.scss */
#myBuying-searches, #myRenting-searches {
  background-color: #f0f0f0;
  padding-top: 30px;
}
@media (max-width: 992px) {
  /* line 986, ../sass/components/_myandrews.scss */
  #myBuying-searches, #myRenting-searches {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 986, ../sass/components/_myandrews.scss */
  #myBuying-searches, #myRenting-searches {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  /* line 994, ../sass/components/_myandrews.scss */
  #myBuying-searches ol, #myRenting-searches ol {
    padding: 0px 23px 0px 23px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 994, ../sass/components/_myandrews.scss */
  #myBuying-searches ol, #myRenting-searches ol {
    padding: 0px 23px 0px 23px;
  }
}
@media (max-width: 650px) {
  /* line 994, ../sass/components/_myandrews.scss */
  #myBuying-searches ol, #myRenting-searches ol {
    padding: 0px 17px 0px 17px;
  }
}
/* line 1003, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
  max-width: 1152px;
  padding: 35px;
  margin: 30px auto;
  min-height: 255px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 1280px) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    padding: 35px 40px 35px 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    padding: 35px 40px 35px 40px;
  }
}
@media (max-width: 650px) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    padding: 25px 20px 5px 20px;
  }
}
/* line 1020, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable .left-breaker, #myBuying-searches ol .expandable .right-breaker, #myRenting-searches ol .expandable .left-breaker, #myRenting-searches ol .expandable .right-breaker {
  display: none;
  height: 2px;
  float: left;
  width: 30%;
}
/* line 1026, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable .left-breaker span, #myBuying-searches ol .expandable .right-breaker span, #myRenting-searches ol .expandable .left-breaker span, #myRenting-searches ol .expandable .right-breaker span {
  display: block;
  background-color: #f0ece4;
  height: 2px;
}
@media (max-width: 992px) {
  /* line 1020, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable .left-breaker, #myBuying-searches ol .expandable .right-breaker, #myRenting-searches ol .expandable .left-breaker, #myRenting-searches ol .expandable .right-breaker {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1020, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable .left-breaker, #myBuying-searches ol .expandable .right-breaker, #myRenting-searches ol .expandable .left-breaker, #myRenting-searches ol .expandable .right-breaker {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 1020, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable .left-breaker, #myBuying-searches ol .expandable .right-breaker, #myRenting-searches ol .expandable .left-breaker, #myRenting-searches ol .expandable .right-breaker {
    display: none;
  }
}
/* line 1041, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable .left-breaker, #myRenting-searches ol .expandable .left-breaker {
  padding-right: 20px;
  clear: both;
  margin: 20px 0 20px 0;
}
/* line 1047, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable .right-breaker, #myRenting-searches ol .expandable .right-breaker {
  padding-left: 20px;
  margin: 20px 0 20px 0;
}
@media (max-width: 650px) {
  /* line 1003, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable, #myRenting-searches ol .expandable {
    min-height: 0px;
  }
}
/* line 1061, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable header, #myRenting-searches ol .expandable header {
  width: 100%;
  padding-bottom: 35px;
}
@media (max-width: 650px) {
  /* line 1061, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable header, #myRenting-searches ol .expandable header {
    padding: 0px 0 20px 0;
  }
}
/* line 1069, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable header h2, #myRenting-searches ol .expandable header h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #ed1a3a;
  padding-right: 30px;
}
/* line 1074, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable header h2 span, #myBuying-searches ol .expandable header h2 time, #myRenting-searches ol .expandable header h2 span, #myRenting-searches ol .expandable header h2 time {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
}
@media (max-width: 992px) {
  /* line 1084, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-criteria ul, #myBuying-searches ol .expandable ul .search-with ul, #myRenting-searches ol .expandable ul .search-criteria ul, #myRenting-searches ol .expandable ul .search-with ul {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1084, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-criteria ul, #myBuying-searches ol .expandable ul .search-with ul, #myRenting-searches ol .expandable ul .search-criteria ul, #myRenting-searches ol .expandable ul .search-with ul {
    width: 100%;
  }
}
@media (max-width: 650px) {
  /* line 1081, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-criteria, #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-criteria, #myRenting-searches ol .expandable ul .search-with {
    border-bottom: 2px solid #f0ece4;
  }
}
/* line 1094, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-criteria, #myBuying-searches ol .expandable ul .search-range, #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-criteria, #myRenting-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-with {
  min-height: 130px;
  padding: 0 30px 0px 30px;
  border-right: 2px solid #f0ece4;
}
@media (max-width: 1280px) {
  /* line 1094, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-criteria, #myBuying-searches ol .expandable ul .search-range, #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-criteria, #myRenting-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-with {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 992px) {
  /* line 1094, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-criteria, #myBuying-searches ol .expandable ul .search-range, #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-criteria, #myRenting-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-with {
    min-height: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1094, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-criteria, #myBuying-searches ol .expandable ul .search-range, #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-criteria, #myRenting-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-with {
    min-height: 0px;
  }
}
@media (max-width: 650px) {
  /* line 1094, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-criteria, #myBuying-searches ol .expandable ul .search-range, #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-criteria, #myRenting-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-with {
    display: none;
    padding: 0px 0 20px 0;
    border-right: 0px;
    min-height: 0px;
  }
}
@media (max-width: 992px) {
  /* line 1115, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-range {
    border-right: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1115, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-range {
    border-right: none;
  }
}
@media (max-width: 992px) {
  /* line 1121, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-with {
    border-bottom: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1121, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-with {
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  /* line 1128, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-with {
    clear: both;
    padding-left: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1128, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-with, #myRenting-searches ol .expandable ul .search-with {
    clear: both;
    padding-left: 0px;
  }
}
/* line 1134, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-range {
  line-height: 20px;
}
/* line 1138, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-view-options, #myRenting-searches ol .expandable ul .search-view-options {
  min-height: 130px;
  padding: 0 30px 0 30px;
}
@media (max-width: 1280px) {
  /* line 1138, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-view-options, #myRenting-searches ol .expandable ul .search-view-options {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 650px) {
  /* line 1138, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-view-options, #myRenting-searches ol .expandable ul .search-view-options {
    padding: 0px;
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 1153, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul.mobile-active .search-criteria, #myBuying-searches ol .expandable ul.mobile-active .search-range, #myBuying-searches ol .expandable ul.mobile-active .search-with, #myBuying-searches ol .expandable ul.mobile-active .search-view-options, #myRenting-searches ol .expandable ul.mobile-active .search-criteria, #myRenting-searches ol .expandable ul.mobile-active .search-range, #myRenting-searches ol .expandable ul.mobile-active .search-with, #myRenting-searches ol .expandable ul.mobile-active .search-view-options {
    display: block;
  }
}
/* line 1160, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-criteria span, #myBuying-searches ol .expandable ul .search-view-options span, #myRenting-searches ol .expandable ul .search-criteria span, #myRenting-searches ol .expandable ul .search-view-options span {
  color: #616161;
  display: block;
}
/* line 1164, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-criteria span.sub-text, #myBuying-searches ol .expandable ul .search-view-options span.sub-text, #myRenting-searches ol .expandable ul .search-criteria span.sub-text, #myRenting-searches ol .expandable ul .search-view-options span.sub-text {
  color: #b2a89f;
}
/* line 1169, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-view-options li, #myRenting-searches ol .expandable ul .search-view-options li {
  color: #520e41;
}
/* line 1172, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-view-options li span, #myRenting-searches ol .expandable ul .search-view-options li span {
  color: #616161;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
@media (max-width: 992px) {
  /* line 1182, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-with h3, #myBuying-searches ol .expandable ul .search-view-options h3, #myRenting-searches ol .expandable ul .search-with h3, #myRenting-searches ol .expandable ul .search-view-options h3 {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1182, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .search-with h3, #myBuying-searches ol .expandable ul .search-view-options h3, #myRenting-searches ol .expandable ul .search-with h3, #myRenting-searches ol .expandable ul .search-view-options h3 {
    padding-top: 0px;
  }
}
/* line 1188, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li, #myRenting-searches ol .expandable ul li {
  float: left;
}
@media (max-width: 650px) {
  /* line 1188, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li, #myRenting-searches ol .expandable ul li {
    line-height: 20px;
    padding-bottom: 10px;
    float: none;
  }
}
/* line 1197, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li.search-criteria, #myBuying-searches ol .expandable ul li.search-range, #myRenting-searches ol .expandable ul li.search-criteria, #myRenting-searches ol .expandable ul li.search-range {
  width: 180px;
}
@media (max-width: 1280px) {
  /* line 1197, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-criteria, #myBuying-searches ol .expandable ul li.search-range, #myRenting-searches ol .expandable ul li.search-criteria, #myRenting-searches ol .expandable ul li.search-range {
    width: 160px;
  }
}
@media (max-width: 992px) {
  /* line 1197, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-criteria, #myBuying-searches ol .expandable ul li.search-range, #myRenting-searches ol .expandable ul li.search-criteria, #myRenting-searches ol .expandable ul li.search-range {
    width: 30%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1197, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-criteria, #myBuying-searches ol .expandable ul li.search-range, #myRenting-searches ol .expandable ul li.search-criteria, #myRenting-searches ol .expandable ul li.search-range {
    width: 30%;
  }
}
@media (max-width: 650px) {
  /* line 1197, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-criteria, #myBuying-searches ol .expandable ul li.search-range, #myRenting-searches ol .expandable ul li.search-criteria, #myRenting-searches ol .expandable ul li.search-range {
    width: 100%;
    border-right: none;
  }
}
/* line 1214, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li.search-with, #myBuying-searches ol .expandable ul li.search-view-options, #myRenting-searches ol .expandable ul li.search-with, #myRenting-searches ol .expandable ul li.search-view-options {
  width: 260px;
}
@media (max-width: 1280px) {
  /* line 1214, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-with, #myBuying-searches ol .expandable ul li.search-view-options, #myRenting-searches ol .expandable ul li.search-with, #myRenting-searches ol .expandable ul li.search-view-options {
    width: 200px;
  }
}
@media (max-width: 992px) {
  /* line 1214, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-with, #myBuying-searches ol .expandable ul li.search-view-options, #myRenting-searches ol .expandable ul li.search-with, #myRenting-searches ol .expandable ul li.search-view-options {
    width: 30%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1214, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-with, #myBuying-searches ol .expandable ul li.search-view-options, #myRenting-searches ol .expandable ul li.search-with, #myRenting-searches ol .expandable ul li.search-view-options {
    width: 30%;
  }
}
@media (max-width: 992px) {
  /* line 1225, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-with h3, #myBuying-searches ol .expandable ul li.search-view-options h3, #myRenting-searches ol .expandable ul li.search-with h3, #myRenting-searches ol .expandable ul li.search-view-options h3 {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1225, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-with h3, #myBuying-searches ol .expandable ul li.search-view-options h3, #myRenting-searches ol .expandable ul li.search-with h3, #myRenting-searches ol .expandable ul li.search-view-options h3 {
    padding-top: 0px;
  }
}
@media (max-width: 650px) {
  /* line 1232, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-with, #myBuying-searches ol .expandable ul li.search-view-options, #myBuying-searches ol .expandable ul li.search-range, #myRenting-searches ol .expandable ul li.search-with, #myRenting-searches ol .expandable ul li.search-view-options, #myRenting-searches ol .expandable ul li.search-range {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #f0ece4;
    margin: 20px 0 20px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 650px) {
  /* line 1242, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul li.search-view-options, #myRenting-searches ol .expandable ul li.search-view-options {
    border-bottom: none;
  }
}
/* line 1248, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li:first-child, #myRenting-searches ol .expandable ul li:first-child {
  padding-left: 0px;
}
/* line 1252, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li h3, #myRenting-searches ol .expandable ul li h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding-bottom: 10px;
}
/* line 1258, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li ul, #myRenting-searches ol .expandable ul li ul {
  padding-left: 0px;
}
/* line 1262, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li li, #myRenting-searches ol .expandable ul li li {
  float: none;
  padding-left: 0px;
  color: #520e41;
  list-style-type: disc;
  margin-left: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
/* line 1271, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul li li span, #myRenting-searches ol .expandable ul li li span {
  color: #616161;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
/* line 1278, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-range, #myRenting-searches ol .expandable ul .search-range {
  color: #616161;
  font-family: 'TiemposTextWeb-Semibold', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
/* line 1282, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .search-range span, #myRenting-searches ol .expandable ul .search-range span {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
/* line 1287, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions, #myRenting-searches ol .expandable ul .actions {
  position: absolute;
  right: 40px;
  top: 40px;
}
/* line 1292, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions input[type="submit"], #myRenting-searches ol .expandable ul .actions input[type="submit"] {
  width: 100%;
}
/* line 1295, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions input[type="submit"].delete-search, #myRenting-searches ol .expandable ul .actions input[type="submit"].delete-search {
  display: none;
}
@media (max-width: 1280px) {
  /* line 1287, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions, #myRenting-searches ol .expandable ul .actions {
    width: 180px;
  }
}
@media (max-width: 992px) {
  /* line 1287, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions, #myRenting-searches ol .expandable ul .actions {
    right: 35px;
    top: 35px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1287, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions, #myRenting-searches ol .expandable ul .actions {
    right: 35px;
    top: 35px;
  }
}
@media (max-width: 650px) {
  /* line 1287, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions, #myRenting-searches ol .expandable ul .actions {
    position: static;
    display: block;
    width: 100%;
  }
}
/* line 1315, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions a, #myRenting-searches ol .expandable ul .actions a {
  width: 196px;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 1315, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions a, #myRenting-searches ol .expandable ul .actions a {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1315, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions a, #myRenting-searches ol .expandable ul .actions a {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 650px) {
  /* line 1315, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions a, #myRenting-searches ol .expandable ul .actions a {
    float: none;
    width: 100%;
  }
}
/* line 1330, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions .delete-search, #myRenting-searches ol .expandable ul .actions .delete-search {
  background-color: #ffffff;
  border: 2px solid #520e41;
  color: #520e41;
}
/* line 1335, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions .delete-search span, #myRenting-searches ol .expandable ul .actions .delete-search span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -136px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 10px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1335, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions .delete-search span, #myRenting-searches ol .expandable ul .actions .delete-search span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -153.5px -40px;
    height: 11px;
    width: 10px;
  }
}
/* line 1340, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions .delete-search:hover, #myRenting-searches ol .expandable ul .actions .delete-search:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 1344, ../sass/components/_myandrews.scss */
#myBuying-searches ol .expandable ul .actions .delete-search:hover span, #myRenting-searches ol .expandable ul .actions .delete-search:hover span {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -146px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 10px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1344, ../sass/components/_myandrews.scss */
  #myBuying-searches ol .expandable ul .actions .delete-search:hover span, #myRenting-searches ol .expandable ul .actions .delete-search:hover span {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -143.5px -40px;
    height: 11px;
    width: 10px;
  }
}

/* line 1356, ../sass/components/_myandrews.scss */
.show-all {
  width: 100%;
  background-color: #f0f0f0;
  padding-bottom: 75px;
}
/* line 1361, ../sass/components/_myandrews.scss */
.show-all a {
  display: block;
  height: 50px;
  line-height: 46px;
  width: 225px;
  margin: 0 auto;
  border: 2px solid #520e41;
  color: #520e41;
  background-color: #f0f0f0;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 1361, ../sass/components/_myandrews.scss */
  .show-all a {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1361, ../sass/components/_myandrews.scss */
  .show-all a {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 1361, ../sass/components/_myandrews.scss */
  .show-all a {
    height: 50px;
    line-height: 46px;
  }
}
/* line 1371, ../sass/components/_myandrews.scss */
.show-all a:hover {
  background-color: #520e41;
  color: #f0f0f0;
}

/* line 1378, ../sass/components/_myandrews.scss */
#myBuying-offers li ul .property-info, #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info {
  height: auto;
  min-height: 240px;
}
@media (max-width: 650px) {
  /* line 1378, ../sass/components/_myandrews.scss */
  #myBuying-offers li ul .property-info, #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info {
    min-height: 0px;
  }
}

@media (max-width: 650px) {
  /* line 1389, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .property-info, #myRenting-viewings li ul .property-info, #myBuying-offers li ul .property-info {
    height: auto;
    padding-bottom: 10px;
  }
  /* line 1393, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .property-info .actions, #myRenting-viewings li ul .property-info .actions, #myBuying-offers li ul .property-info .actions {
    margin-top: 0px;
  }
  /* line 1396, ../sass/components/_myandrews.scss */
  #myBuying-viewings li ul .property-info .actions .viewing-buttons a, #myRenting-viewings li ul .property-info .actions .viewing-buttons a, #myBuying-offers li ul .property-info .actions .viewing-buttons a {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 650px) {
  /* line 1406, ../sass/components/_myandrews.scss */
  #myBuying-offers li ul .actions {
    margin-top: 0px;
  }
  /* line 1409, ../sass/components/_myandrews.scss */
  #myBuying-offers li ul .actions a {
    margin: 0px;
  }
}

/* line 1416, ../sass/components/_myandrews.scss */
.mobile-open-search {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 12px;
}
/* line 1423, ../sass/components/_myandrews.scss */
.mobile-open-search .plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -190px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1423, ../sass/components/_myandrews.scss */
  .mobile-open-search .plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -209.5px -40px;
    height: 12px;
    width: 12px;
  }
}
/* line 1427, ../sass/components/_myandrews.scss */
.mobile-open-search .minus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -202px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1427, ../sass/components/_myandrews.scss */
  .mobile-open-search .minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -197.5px -40px;
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 650px) {
  /* line 1416, ../sass/components/_myandrews.scss */
  .mobile-open-search {
    display: block;
  }
}

/* line 1437, ../sass/components/_myandrews.scss */
#myBuying-viewings li ul .actions .viewing-buttons .make-offer {
  background-color: #ed1a3a;
  border: 2px solid #ed1a3a;
  color: #ffffff;
}
/* line 1442, ../sass/components/_myandrews.scss */
#myBuying-viewings li ul .actions .viewing-buttons .make-offer:hover {
  background-color: #d9040e;
}
/* line 1448, ../sass/components/_myandrews.scss */
#myBuying-viewings .open-view-box .icon {
  float: left;
}
/* line 1451, ../sass/components/_myandrews.scss */
#myBuying-viewings .open-view-box .icon.open-view {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -26px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1451, ../sass/components/_myandrews.scss */
  #myBuying-viewings .open-view-box .icon.open-view {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -78px 0;
    height: 27px;
    width: 28px;
  }
}
/* line 1456, ../sass/components/_myandrews.scss */
#myBuying-viewings .open-view-box time {
  float: left;
  margin-left: 5px;
}

/* line 1463, ../sass/components/_myandrews.scss */
#agentList {
  height: 242px;
  background-color: #f0ece4;
}
@media (max-width: 992px) {
  /* line 1463, ../sass/components/_myandrews.scss */
  #agentList {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1463, ../sass/components/_myandrews.scss */
  #agentList {
    display: none;
  }
}
/* line 1471, ../sass/components/_myandrews.scss */
#agentList h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  padding-top: 42px;
  color: #520e41;
}
/* line 1477, ../sass/components/_myandrews.scss */
#agentList .columns {
  display: table;
  padding-top: 22px;
  padding-bottom: 44px;
  width: 100%;
  table-layout: fixed;
}
/* line 1484, ../sass/components/_myandrews.scss */
#agentList .columns .agent-column {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  color: #520e41;
  line-height: 20px;
}
/* line 1491, ../sass/components/_myandrews.scss */
#agentList .columns .agent-column h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
/* line 1495, ../sass/components/_myandrews.scss */
#agentList .columns .agent-column .regular-header {
  display: block;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 17px;
}
/* line 1500, ../sass/components/_myandrews.scss */
#agentList .columns .agent-column .regular-copy {
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 17px;
  color: #ed1a3a;
}
/* line 1505, ../sass/components/_myandrews.scss */
#agentList .columns .agent-column .spacer {
  padding-top: 15px;
}

/* line 1512, ../sass/components/_myandrews.scss */
#propertySelect-mobile {
  width: 100%;
  height: 50px;
}

/* line 1517, ../sass/components/_myandrews.scss */
#mySelling-mobilePropertySelect, #myLetting-mobilePropertySelect {
  display: none;
  width: 100%;
  background-color: #f0ece4;
  height: 142px;
}
/* line 1523, ../sass/components/_myandrews.scss */
#mySelling-mobilePropertySelect h2, #myLetting-mobilePropertySelect h2 {
  padding: 50px 0 10px 0;
  margin: 0 auto;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 1523, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect h2, #myLetting-mobilePropertySelect h2 {
    display: block;
  }
}
/* line 1534, ../sass/components/_myandrews.scss */
#mySelling-mobilePropertySelect .rent-account, #myLetting-mobilePropertySelect .rent-account {
  width: 100%;
  display: block;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ed1a3a;
  color: #ffffff;
}
/* line 1546, ../sass/components/_myandrews.scss */
#mySelling-mobilePropertySelect .rent-account:hover, #myLetting-mobilePropertySelect .rent-account:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
/* line 246, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
  width: 722px !important;
}
/* line 250, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-single, #myLetting-mobilePropertySelect .chosen-single {
  width: 718px !important;
}
/* line 254, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-container-single, #myLetting-mobilePropertySelect .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #520e41;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 254, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container-single, #myLetting-mobilePropertySelect .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 254, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container-single, #myLetting-mobilePropertySelect .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 254, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container-single, #myLetting-mobilePropertySelect .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 266, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-container-active.chosen-with-drop .chosen-single, #myLetting-mobilePropertySelect .chosen-container-active.chosen-with-drop .chosen-single {
  background: #520e41;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 273, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-single, #myLetting-mobilePropertySelect .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #520e41;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 283, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-single:hover, #myLetting-mobilePropertySelect .chosen-single:hover {
  background-color: #ffffff;
  color: #520e41;
}
/* line 287, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-single:hover div b, #myLetting-mobilePropertySelect .chosen-single:hover div b {
  color: #520e41;
}
/* line 292, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-single div b, #myLetting-mobilePropertySelect .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 302, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-single div b:before, #myLetting-mobilePropertySelect .chosen-single div b:before {
  content: "\f0d7";
}
/* line 308, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-drop, #myLetting-mobilePropertySelect .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 722px;
}
/* line 316, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-results, #myLetting-mobilePropertySelect .chosen-results {
  max-height: none;
  background-color: #520e41;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 323, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-results li, #myLetting-mobilePropertySelect .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 327, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-results li.result-selected, #myLetting-mobilePropertySelect .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #520e41;
}
/* line 332, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-results li:hover, #myLetting-mobilePropertySelect .chosen-results li:hover {
  background: #ffffff;
  color: #520e41;
  text-decoration: none;
}
/* line 338, ../sass/mixins/_global.scss */
#mySelling-mobilePropertySelect .chosen-results li.highlighted, #myLetting-mobilePropertySelect .chosen-results li.highlighted {
  background: #ffffff;
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 363, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-container.select-overlay, #myLetting-mobilePropertySelect .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-drop, #myLetting-mobilePropertySelect .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-drop, #myLetting-mobilePropertySelect .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-drop, #myLetting-mobilePropertySelect .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-drop, #myLetting-mobilePropertySelect .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-single, #myLetting-mobilePropertySelect .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-single, #myLetting-mobilePropertySelect .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-single, #myLetting-mobilePropertySelect .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-single, #myLetting-mobilePropertySelect .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-results, #myLetting-mobilePropertySelect .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-results, #myLetting-mobilePropertySelect .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-results, #myLetting-mobilePropertySelect .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-results, #myLetting-mobilePropertySelect .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 422, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-drop, #myLetting-mobilePropertySelect .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../sass/mixins/_global.scss */
  #mySelling-mobilePropertySelect .chosen-drop, #myLetting-mobilePropertySelect .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
/* line 1554, ../sass/components/_myandrews.scss */
#mySelling-mobilePropertySelect .nav-margin, #myLetting-mobilePropertySelect .nav-margin {
  margin: 0 auto;
}
@media (max-width: 992px) {
  /* line 1554, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect .nav-margin, #myLetting-mobilePropertySelect .nav-margin {
    margin: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1554, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect .nav-margin, #myLetting-mobilePropertySelect .nav-margin {
    margin: 0 20px 0 20px;
  }
}
/* line 1563, ../sass/components/_myandrews.scss */
#mySelling-mobilePropertySelect .chosen-container.select-overlay, #myLetting-mobilePropertySelect .chosen-container.select-overlay {
  margin-top: -50px;
}
@media (max-width: 992px) {
  /* line 1562, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1562, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1562, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1562, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect .chosen-container, #myLetting-mobilePropertySelect .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
}
@media (max-width: 992px) {
  /* line 1517, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect, #myLetting-mobilePropertySelect {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1517, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect, #myLetting-mobilePropertySelect {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1517, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect, #myLetting-mobilePropertySelect {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1517, ../sass/components/_myandrews.scss */
  #mySelling-mobilePropertySelect, #myLetting-mobilePropertySelect {
    display: block;
  }
}

/* line 1598, ../sass/components/_myandrews.scss */
#myLetting-mobilePropertySelect {
  height: 212px;
}

/* line 1602, ../sass/components/_myandrews.scss */
#mySelling-mobileNav, #myRenting-mobileNav, #myLetting-mobileNav {
  display: none;
  width: 100%;
  margin-top: 20px;
}
/* line 246, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-container, #myRenting-mobileNav .chosen-container, #myLetting-mobileNav .chosen-container {
  width: 722px !important;
}
/* line 250, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-single, #myRenting-mobileNav .chosen-single, #myLetting-mobileNav .chosen-single {
  width: 718px !important;
}
/* line 254, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-container-single, #myRenting-mobileNav .chosen-container-single, #myLetting-mobileNav .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 254, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container-single, #myRenting-mobileNav .chosen-container-single, #myLetting-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 254, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container-single, #myRenting-mobileNav .chosen-container-single, #myLetting-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 254, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container-single, #myRenting-mobileNav .chosen-container-single, #myLetting-mobileNav .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 266, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-container-active.chosen-with-drop .chosen-single, #myRenting-mobileNav .chosen-container-active.chosen-with-drop .chosen-single, #myLetting-mobileNav .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 273, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-single, #myRenting-mobileNav .chosen-single, #myLetting-mobileNav .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 283, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-single:hover, #myRenting-mobileNav .chosen-single:hover, #myLetting-mobileNav .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 287, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-single:hover div b, #myRenting-mobileNav .chosen-single:hover div b, #myLetting-mobileNav .chosen-single:hover div b {
  color: #ffffff;
}
/* line 292, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-single div b, #myRenting-mobileNav .chosen-single div b, #myLetting-mobileNav .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 302, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-single div b:before, #myRenting-mobileNav .chosen-single div b:before, #myLetting-mobileNav .chosen-single div b:before {
  content: "\f0d7";
}
/* line 308, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-drop, #myRenting-mobileNav .chosen-drop, #myLetting-mobileNav .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 722px;
}
/* line 316, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-results, #myRenting-mobileNav .chosen-results, #myLetting-mobileNav .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 323, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-results li, #myRenting-mobileNav .chosen-results li, #myLetting-mobileNav .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 327, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-results li.result-selected, #myRenting-mobileNav .chosen-results li.result-selected, #myLetting-mobileNav .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 332, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-results li:hover, #myRenting-mobileNav .chosen-results li:hover, #myLetting-mobileNav .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
  text-decoration: none;
}
/* line 338, ../sass/mixins/_global.scss */
#mySelling-mobileNav .chosen-results li.highlighted, #myRenting-mobileNav .chosen-results li.highlighted, #myLetting-mobileNav .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container, #myRenting-mobileNav .chosen-container, #myLetting-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container, #myRenting-mobileNav .chosen-container, #myLetting-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container, #myRenting-mobileNav .chosen-container, #myLetting-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 346, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container, #myRenting-mobileNav .chosen-container, #myLetting-mobileNav .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 363, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-container.select-overlay, #myRenting-mobileNav .chosen-container.select-overlay, #myLetting-mobileNav .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-drop, #myRenting-mobileNav .chosen-drop, #myLetting-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-drop, #myRenting-mobileNav .chosen-drop, #myLetting-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-drop, #myRenting-mobileNav .chosen-drop, #myLetting-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 369, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-drop, #myRenting-mobileNav .chosen-drop, #myLetting-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-single, #myRenting-mobileNav .chosen-single, #myLetting-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-single, #myRenting-mobileNav .chosen-single, #myLetting-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-single, #myRenting-mobileNav .chosen-single, #myLetting-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 387, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-single, #myRenting-mobileNav .chosen-single, #myLetting-mobileNav .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-results, #myRenting-mobileNav .chosen-results, #myLetting-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-results, #myRenting-mobileNav .chosen-results, #myLetting-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-results, #myRenting-mobileNav .chosen-results, #myLetting-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 405, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-results, #myRenting-mobileNav .chosen-results, #myLetting-mobileNav .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 422, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-drop, #myRenting-mobileNav .chosen-drop, #myLetting-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../sass/mixins/_global.scss */
  #mySelling-mobileNav .chosen-drop, #myRenting-mobileNav .chosen-drop, #myLetting-mobileNav .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
/* line 1609, ../sass/components/_myandrews.scss */
#mySelling-mobileNav .nav-margin, #myRenting-mobileNav .nav-margin, #myLetting-mobileNav .nav-margin {
  margin: 0 auto;
}
@media (max-width: 992px) {
  /* line 1609, ../sass/components/_myandrews.scss */
  #mySelling-mobileNav .nav-margin, #myRenting-mobileNav .nav-margin, #myLetting-mobileNav .nav-margin {
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1609, ../sass/components/_myandrews.scss */
  #mySelling-mobileNav .nav-margin, #myRenting-mobileNav .nav-margin, #myLetting-mobileNav .nav-margin {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 992px) {
  /* line 1602, ../sass/components/_myandrews.scss */
  #mySelling-mobileNav, #myRenting-mobileNav, #myLetting-mobileNav {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1602, ../sass/components/_myandrews.scss */
  #mySelling-mobileNav, #myRenting-mobileNav, #myLetting-mobileNav {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1602, ../sass/components/_myandrews.scss */
  #mySelling-mobileNav, #myRenting-mobileNav, #myLetting-mobileNav {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1602, ../sass/components/_myandrews.scss */
  #mySelling-mobileNav, #myRenting-mobileNav, #myLetting-mobileNav {
    display: block;
  }
}
/* line 1630, ../sass/components/_myandrews.scss */
#mySelling-mobileNav .chosen-container.select-overlay, #myRenting-mobileNav .chosen-container.select-overlay, #myLetting-mobileNav .chosen-container.select-overlay {
  margin-top: -50px;
}

/* line 1636, ../sass/components/_myandrews.scss */
#myRenting-mobileNav {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 1636, ../sass/components/_myandrews.scss */
  #myRenting-mobileNav {
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  /* line 1636, ../sass/components/_myandrews.scss */
  #myRenting-mobileNav {
    margin-top: 20px;
  }
}

/* line 1649, ../sass/components/_myandrews.scss */
#mySelling, #myLetting, #mySelling-offers, #mySelling-valuations {
  background-color: #ffffff;
  padding-top: 30px;
}
/* line 1653, ../sass/components/_myandrews.scss */
#mySelling .left-side, #myLetting .left-side, #mySelling-offers .left-side, #mySelling-valuations .left-side {
  float: right;
}
@media (max-width: 992px) {
  /* line 1653, ../sass/components/_myandrews.scss */
  #mySelling .left-side, #myLetting .left-side, #mySelling-offers .left-side, #mySelling-valuations .left-side {
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1653, ../sass/components/_myandrews.scss */
  #mySelling .left-side, #myLetting .left-side, #mySelling-offers .left-side, #mySelling-valuations .left-side {
    float: none;
  }
}
/* line 1661, ../sass/components/_myandrews.scss */
#mySelling .left-side .property-column .rent-account, #myLetting .left-side .property-column .rent-account, #mySelling-offers .left-side .property-column .rent-account, #mySelling-valuations .left-side .property-column .rent-account {
  width: 100%;
  display: block;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ed1a3a;
  color: #ffffff;
}
/* line 1673, ../sass/components/_myandrews.scss */
#mySelling .left-side .property-column .rent-account:hover, #myLetting .left-side .property-column .rent-account:hover, #mySelling-offers .left-side .property-column .rent-account:hover, #mySelling-valuations .left-side .property-column .rent-account:hover {
  background-color: #ffffff;
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 1661, ../sass/components/_myandrews.scss */
  #mySelling .left-side .property-column .rent-account, #myLetting .left-side .property-column .rent-account, #mySelling-offers .left-side .property-column .rent-account, #mySelling-valuations .left-side .property-column .rent-account {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1661, ../sass/components/_myandrews.scss */
  #mySelling .left-side .property-column .rent-account, #myLetting .left-side .property-column .rent-account, #mySelling-offers .left-side .property-column .rent-account, #mySelling-valuations .left-side .property-column .rent-account {
    display: none;
  }
}
/* line 1685, ../sass/components/_myandrews.scss */
#mySelling .right-side, #myLetting .right-side, #mySelling-offers .right-side, #mySelling-valuations .right-side {
  float: right;
  margin-left: 34px;
  width: 758px;
}
@media (max-width: 1280px) {
  /* line 1685, ../sass/components/_myandrews.scss */
  #mySelling .right-side, #myLetting .right-side, #mySelling-offers .right-side, #mySelling-valuations .right-side {
    width: 636px;
  }
}
@media (max-width: 992px) {
  /* line 1685, ../sass/components/_myandrews.scss */
  #mySelling .right-side, #myLetting .right-side, #mySelling-offers .right-side, #mySelling-valuations .right-side {
    float: none;
    margin-left: 0px;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1685, ../sass/components/_myandrews.scss */
  #mySelling .right-side, #myLetting .right-side, #mySelling-offers .right-side, #mySelling-valuations .right-side {
    float: none;
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 1685, ../sass/components/_myandrews.scss */
  #mySelling .right-side, #myLetting .right-side, #mySelling-offers .right-side, #mySelling-valuations .right-side {
    float: none;
    margin-left: 0px;
    width: 100%;
  }
}
/* line 1706, ../sass/components/_myandrews.scss */
#mySelling .right-side .two, #mySelling .right-side .three, #myLetting .right-side .two, #myLetting .right-side .three, #mySelling-offers .right-side .two, #mySelling-offers .right-side .three, #mySelling-valuations .right-side .two, #mySelling-valuations .right-side .three {
  height: 50px;
  max-width: 460px;
  margin: 30px auto 0 auto;
  border: 2px solid #520e41;
}
/* line 1712, ../sass/components/_myandrews.scss */
#mySelling .right-side .two a, #mySelling .right-side .three a, #myLetting .right-side .two a, #myLetting .right-side .three a, #mySelling-offers .right-side .two a, #mySelling-offers .right-side .three a, #mySelling-valuations .right-side .two a, #mySelling-valuations .right-side .three a {
  float: left;
  display: block;
  width: 148px;
  border: 2px solid #ffffff;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
}
@media (max-width: 650px) {
  /* line 1712, ../sass/components/_myandrews.scss */
  #mySelling .right-side .two a, #mySelling .right-side .three a, #myLetting .right-side .two a, #myLetting .right-side .three a, #mySelling-offers .right-side .two a, #mySelling-offers .right-side .three a, #mySelling-valuations .right-side .two a, #mySelling-valuations .right-side .three a {
    width: 33.33333%;
  }
}
/* line 1727, ../sass/components/_myandrews.scss */
#mySelling .right-side .two a:hover, #mySelling .right-side .three a:hover, #myLetting .right-side .two a:hover, #myLetting .right-side .three a:hover, #mySelling-offers .right-side .two a:hover, #mySelling-offers .right-side .three a:hover, #mySelling-valuations .right-side .two a:hover, #mySelling-valuations .right-side .three a:hover {
  background-color: #f2f2f2;
}
/* line 1731, ../sass/components/_myandrews.scss */
#mySelling .right-side .two a.active, #mySelling .right-side .three a.active, #myLetting .right-side .two a.active, #myLetting .right-side .three a.active, #mySelling-offers .right-side .two a.active, #mySelling-offers .right-side .three a.active, #mySelling-valuations .right-side .two a.active, #mySelling-valuations .right-side .three a.active {
  background-color: #520e41;
  color: #ffffff;
}
/* line 1737, ../sass/components/_myandrews.scss */
#mySelling .right-side .two .previous-upcoming, #mySelling .right-side .three .previous-upcoming, #myLetting .right-side .two .previous-upcoming, #myLetting .right-side .three .previous-upcoming, #mySelling-offers .right-side .two .previous-upcoming, #mySelling-offers .right-side .three .previous-upcoming, #mySelling-valuations .right-side .two .previous-upcoming, #mySelling-valuations .right-side .three .previous-upcoming {
  width: 306px;
}
/* line 1741, ../sass/components/_myandrews.scss */
#mySelling .right-side .two .previous-upcoming a, #mySelling .right-side .three .previous-upcoming a, #myLetting .right-side .two .previous-upcoming a, #myLetting .right-side .three .previous-upcoming a, #mySelling-offers .right-side .two .previous-upcoming a, #mySelling-offers .right-side .three .previous-upcoming a, #mySelling-valuations .right-side .two .previous-upcoming a, #mySelling-valuations .right-side .three .previous-upcoming a {
  width: 147px;
}
/* line 1747, ../sass/components/_myandrews.scss */
#mySelling .right-side .two, #myLetting .right-side .two, #mySelling-offers .right-side .two, #mySelling-valuations .right-side .two {
  width: 308px;
}
@media (max-width: 480px) {
  /* line 1747, ../sass/components/_myandrews.scss */
  #mySelling .right-side .two, #myLetting .right-side .two, #mySelling-offers .right-side .two, #mySelling-valuations .right-side .two {
    width: 286px;
  }
}
/* line 1754, ../sass/components/_myandrews.scss */
#mySelling .right-side .two a, #myLetting .right-side .two a, #mySelling-offers .right-side .two a, #mySelling-valuations .right-side .two a {
  width: 50%;
}
/* line 1760, ../sass/components/_myandrews.scss */
#mySelling .right-side .three a, #myLetting .right-side .three a, #mySelling-offers .right-side .three a, #mySelling-valuations .right-side .three a {
  width: 33.33333%;
}
/* line 1765, ../sass/components/_myandrews.scss */
#mySelling .right-side.thinking-of, #myLetting .right-side.thinking-of, #mySelling-offers .right-side.thinking-of, #mySelling-valuations .right-side.thinking-of {
  padding-top: 30px;
}
/* line 1769, ../sass/components/_myandrews.scss */
#mySelling .right-side .key, #myLetting .right-side .key, #mySelling-offers .right-side .key, #mySelling-valuations .right-side .key {
  padding-top: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #616161;
  line-height: 74px;
  width: 460px;
  margin: 0 auto;
}
/* line 1777, ../sass/components/_myandrews.scss */
#mySelling .right-side .key .info-icon, #myLetting .right-side .key .info-icon, #mySelling-offers .right-side .key .info-icon, #mySelling-valuations .right-side .key .info-icon {
  margin-top: 26px;
}
@media (max-width: 650px) {
  /* line 1769, ../sass/components/_myandrews.scss */
  #mySelling .right-side .key, #myLetting .right-side .key, #mySelling-offers .right-side .key, #mySelling-valuations .right-side .key {
    text-align: center;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #f0ece4;
    width: 100%;
    line-height: 20px;
  }
  /* line 1791, ../sass/components/_myandrews.scss */
  #mySelling .right-side .key .info-icon, #myLetting .right-side .key .info-icon, #mySelling-offers .right-side .key .info-icon, #mySelling-valuations .right-side .key .info-icon {
    display: block;
    float: none;
    margin: 0px;
    margin-top: 20px;
  }
  /* line 1798, ../sass/components/_myandrews.scss */
  #mySelling .right-side .key .icon-text, #myLetting .right-side .key .icon-text, #mySelling-offers .right-side .key .icon-text, #mySelling-valuations .right-side .key .icon-text {
    padding-top: 5px;
    display: block;
    float: none;
    width: 60px;
    margin: 0px auto;
  }
}
@media (max-width: 480px) {
  /* line 1769, ../sass/components/_myandrews.scss */
  #mySelling .right-side .key, #myLetting .right-side .key, #mySelling-offers .right-side .key, #mySelling-valuations .right-side .key {
    width: 100%;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 12px;
    line-height: 15px;
  }
}
/* line 1813, ../sass/components/_myandrews.scss */
#mySelling .right-side .key li, #myLetting .right-side .key li, #mySelling-offers .right-side .key li, #mySelling-valuations .right-side .key li {
  float: left;
  width: 33.333333%;
}
/* line 1819, ../sass/components/_myandrews.scss */
#mySelling .right-side .info-icon, #myLetting .right-side .info-icon, #mySelling-offers .right-side .info-icon, #mySelling-valuations .right-side .info-icon {
  margin-right: 10px;
  cursor: pointer;
  float: left;
  margin-top: 27px;
}
/* line 1825, ../sass/components/_myandrews.scss */
#mySelling .right-side .info-icon.market-ready, #myLetting .right-side .info-icon.market-ready, #mySelling-offers .right-side .info-icon.market-ready, #mySelling-valuations .right-side .info-icon.market-ready {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -271px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1825, ../sass/components/_myandrews.scss */
  #mySelling .right-side .info-icon.market-ready, #myLetting .right-side .info-icon.market-ready, #mySelling-offers .right-side .info-icon.market-ready, #mySelling-valuations .right-side .info-icon.market-ready {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -277.5px -40px;
    height: 14px;
    width: 14px;
  }
}
/* line 1829, ../sass/components/_myandrews.scss */
#mySelling .right-side .info-icon.highest-bidder, #myLetting .right-side .info-icon.highest-bidder, #mySelling-offers .right-side .info-icon.highest-bidder, #mySelling-valuations .right-side .info-icon.highest-bidder {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -214px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1829, ../sass/components/_myandrews.scss */
  #mySelling .right-side .info-icon.highest-bidder, #myLetting .right-side .info-icon.highest-bidder, #mySelling-offers .right-side .info-icon.highest-bidder, #mySelling-valuations .right-side .info-icon.highest-bidder {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -251.5px -40px;
    height: 13px;
    width: 19px;
  }
}
/* line 1833, ../sass/components/_myandrews.scss */
#mySelling .right-side .info-icon.openview-offer, #myLetting .right-side .info-icon.openview-offer, #mySelling-offers .right-side .info-icon.openview-offer, #mySelling-valuations .right-side .info-icon.openview-offer {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -387px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1833, ../sass/components/_myandrews.scss */
  #mySelling .right-side .info-icon.openview-offer, #myLetting .right-side .info-icon.openview-offer, #mySelling-offers .right-side .info-icon.openview-offer, #mySelling-valuations .right-side .info-icon.openview-offer {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -429.5px -40px;
    height: 18px;
    width: 19px;
  }
}
/* line 1838, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings, #mySelling .right-side .list-group-offers, #mySelling .right-side .list-group-valuations, #myLetting .right-side .list-group-viewings, #myLetting .right-side .list-group-offers, #myLetting .right-side .list-group-valuations, #mySelling-offers .right-side .list-group-viewings, #mySelling-offers .right-side .list-group-offers, #mySelling-offers .right-side .list-group-valuations, #mySelling-valuations .right-side .list-group-viewings, #mySelling-valuations .right-side .list-group-offers, #mySelling-valuations .right-side .list-group-valuations {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 1842, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li, #mySelling .right-side .list-group-offers li, #mySelling .right-side .list-group-valuations li, #myLetting .right-side .list-group-viewings li, #myLetting .right-side .list-group-offers li, #myLetting .right-side .list-group-valuations li, #mySelling-offers .right-side .list-group-viewings li, #mySelling-offers .right-side .list-group-offers li, #mySelling-offers .right-side .list-group-valuations li, #mySelling-valuations .right-side .list-group-viewings li, #mySelling-valuations .right-side .list-group-offers li, #mySelling-valuations .right-side .list-group-valuations li {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 20px;
  border-bottom: 2px solid #d4cec9;
}
/* line 1849, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview ul, #mySelling .right-side .list-group-offers li.openview ul, #mySelling .right-side .list-group-valuations li.openview ul, #myLetting .right-side .list-group-viewings li.openview ul, #myLetting .right-side .list-group-offers li.openview ul, #myLetting .right-side .list-group-valuations li.openview ul, #mySelling-offers .right-side .list-group-viewings li.openview ul, #mySelling-offers .right-side .list-group-offers li.openview ul, #mySelling-offers .right-side .list-group-valuations li.openview ul, #mySelling-valuations .right-side .list-group-viewings li.openview ul, #mySelling-valuations .right-side .list-group-offers li.openview ul, #mySelling-valuations .right-side .list-group-valuations li.openview ul {
  float: left;
}
/* line 1852, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview ul li, #mySelling .right-side .list-group-offers li.openview ul li, #mySelling .right-side .list-group-valuations li.openview ul li, #myLetting .right-side .list-group-viewings li.openview ul li, #myLetting .right-side .list-group-offers li.openview ul li, #myLetting .right-side .list-group-valuations li.openview ul li, #mySelling-offers .right-side .list-group-viewings li.openview ul li, #mySelling-offers .right-side .list-group-offers li.openview ul li, #mySelling-offers .right-side .list-group-valuations li.openview ul li, #mySelling-valuations .right-side .list-group-viewings li.openview ul li, #mySelling-valuations .right-side .list-group-offers li.openview ul li, #mySelling-valuations .right-side .list-group-valuations li.openview ul li {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #616161;
  padding-bottom: 10px;
  padding-left: 0px;
}
/* line 1860, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments, #mySelling .right-side .list-group-offers li.openview .comments, #mySelling .right-side .list-group-valuations li.openview .comments, #myLetting .right-side .list-group-viewings li.openview .comments, #myLetting .right-side .list-group-offers li.openview .comments, #myLetting .right-side .list-group-valuations li.openview .comments, #mySelling-offers .right-side .list-group-viewings li.openview .comments, #mySelling-offers .right-side .list-group-offers li.openview .comments, #mySelling-offers .right-side .list-group-valuations li.openview .comments, #mySelling-valuations .right-side .list-group-viewings li.openview .comments, #mySelling-valuations .right-side .list-group-offers li.openview .comments, #mySelling-valuations .right-side .list-group-valuations li.openview .comments {
  line-height: 21px;
}
/* line 1863, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments section, #mySelling .right-side .list-group-viewings li.openview .comments .content-wrapper, #mySelling .right-side .list-group-offers li.openview .comments section, #mySelling .right-side .list-group-offers li.openview .comments .content-wrapper, #mySelling .right-side .list-group-valuations li.openview .comments section, #mySelling .right-side .list-group-valuations li.openview .comments .content-wrapper, #myLetting .right-side .list-group-viewings li.openview .comments section, #myLetting .right-side .list-group-viewings li.openview .comments .content-wrapper, #myLetting .right-side .list-group-offers li.openview .comments section, #myLetting .right-side .list-group-offers li.openview .comments .content-wrapper, #myLetting .right-side .list-group-valuations li.openview .comments section, #myLetting .right-side .list-group-valuations li.openview .comments .content-wrapper, #mySelling-offers .right-side .list-group-viewings li.openview .comments section, #mySelling-offers .right-side .list-group-viewings li.openview .comments .content-wrapper, #mySelling-offers .right-side .list-group-offers li.openview .comments section, #mySelling-offers .right-side .list-group-offers li.openview .comments .content-wrapper, #mySelling-offers .right-side .list-group-valuations li.openview .comments section, #mySelling-offers .right-side .list-group-valuations li.openview .comments .content-wrapper, #mySelling-valuations .right-side .list-group-viewings li.openview .comments section, #mySelling-valuations .right-side .list-group-viewings li.openview .comments .content-wrapper, #mySelling-valuations .right-side .list-group-offers li.openview .comments section, #mySelling-valuations .right-side .list-group-offers li.openview .comments .content-wrapper, #mySelling-valuations .right-side .list-group-valuations li.openview .comments section, #mySelling-valuations .right-side .list-group-valuations li.openview .comments .content-wrapper {
  padding-left: 0px;
}
/* line 1868, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments ul li, #mySelling .right-side .list-group-offers li.openview .comments ul li, #mySelling .right-side .list-group-valuations li.openview .comments ul li, #myLetting .right-side .list-group-viewings li.openview .comments ul li, #myLetting .right-side .list-group-offers li.openview .comments ul li, #myLetting .right-side .list-group-valuations li.openview .comments ul li, #mySelling-offers .right-side .list-group-viewings li.openview .comments ul li, #mySelling-offers .right-side .list-group-offers li.openview .comments ul li, #mySelling-offers .right-side .list-group-valuations li.openview .comments ul li, #mySelling-valuations .right-side .list-group-viewings li.openview .comments ul li, #mySelling-valuations .right-side .list-group-offers li.openview .comments ul li, #mySelling-valuations .right-side .list-group-valuations li.openview .comments ul li {
  padding-bottom: 10px;
}
/* line 1874, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments article h1, #mySelling .right-side .list-group-viewings li.openview .comments .comments-text h1, #mySelling .right-side .list-group-offers li.openview .comments article h1, #mySelling .right-side .list-group-offers li.openview .comments .comments-text h1, #mySelling .right-side .list-group-valuations li.openview .comments article h1, #mySelling .right-side .list-group-valuations li.openview .comments .comments-text h1, #myLetting .right-side .list-group-viewings li.openview .comments article h1, #myLetting .right-side .list-group-viewings li.openview .comments .comments-text h1, #myLetting .right-side .list-group-offers li.openview .comments article h1, #myLetting .right-side .list-group-offers li.openview .comments .comments-text h1, #myLetting .right-side .list-group-valuations li.openview .comments article h1, #myLetting .right-side .list-group-valuations li.openview .comments .comments-text h1, #mySelling-offers .right-side .list-group-viewings li.openview .comments article h1, #mySelling-offers .right-side .list-group-viewings li.openview .comments .comments-text h1, #mySelling-offers .right-side .list-group-offers li.openview .comments article h1, #mySelling-offers .right-side .list-group-offers li.openview .comments .comments-text h1, #mySelling-offers .right-side .list-group-valuations li.openview .comments article h1, #mySelling-offers .right-side .list-group-valuations li.openview .comments .comments-text h1, #mySelling-valuations .right-side .list-group-viewings li.openview .comments article h1, #mySelling-valuations .right-side .list-group-viewings li.openview .comments .comments-text h1, #mySelling-valuations .right-side .list-group-offers li.openview .comments article h1, #mySelling-valuations .right-side .list-group-offers li.openview .comments .comments-text h1, #mySelling-valuations .right-side .list-group-valuations li.openview .comments article h1, #mySelling-valuations .right-side .list-group-valuations li.openview .comments .comments-text h1 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #616161;
}
/* line 1879, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments article p, #mySelling .right-side .list-group-viewings li.openview .comments .comments-text p, #mySelling .right-side .list-group-offers li.openview .comments article p, #mySelling .right-side .list-group-offers li.openview .comments .comments-text p, #mySelling .right-side .list-group-valuations li.openview .comments article p, #mySelling .right-side .list-group-valuations li.openview .comments .comments-text p, #myLetting .right-side .list-group-viewings li.openview .comments article p, #myLetting .right-side .list-group-viewings li.openview .comments .comments-text p, #myLetting .right-side .list-group-offers li.openview .comments article p, #myLetting .right-side .list-group-offers li.openview .comments .comments-text p, #myLetting .right-side .list-group-valuations li.openview .comments article p, #myLetting .right-side .list-group-valuations li.openview .comments .comments-text p, #mySelling-offers .right-side .list-group-viewings li.openview .comments article p, #mySelling-offers .right-side .list-group-viewings li.openview .comments .comments-text p, #mySelling-offers .right-side .list-group-offers li.openview .comments article p, #mySelling-offers .right-side .list-group-offers li.openview .comments .comments-text p, #mySelling-offers .right-side .list-group-valuations li.openview .comments article p, #mySelling-offers .right-side .list-group-valuations li.openview .comments .comments-text p, #mySelling-valuations .right-side .list-group-viewings li.openview .comments article p, #mySelling-valuations .right-side .list-group-viewings li.openview .comments .comments-text p, #mySelling-valuations .right-side .list-group-offers li.openview .comments article p, #mySelling-valuations .right-side .list-group-offers li.openview .comments .comments-text p, #mySelling-valuations .right-side .list-group-valuations li.openview .comments article p, #mySelling-valuations .right-side .list-group-valuations li.openview .comments .comments-text p {
  line-height: 22px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
/* line 1885, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments ul, #mySelling .right-side .list-group-offers li.openview .comments ul, #mySelling .right-side .list-group-valuations li.openview .comments ul, #myLetting .right-side .list-group-viewings li.openview .comments ul, #myLetting .right-side .list-group-offers li.openview .comments ul, #myLetting .right-side .list-group-valuations li.openview .comments ul, #mySelling-offers .right-side .list-group-viewings li.openview .comments ul, #mySelling-offers .right-side .list-group-offers li.openview .comments ul, #mySelling-offers .right-side .list-group-valuations li.openview .comments ul, #mySelling-valuations .right-side .list-group-viewings li.openview .comments ul, #mySelling-valuations .right-side .list-group-offers li.openview .comments ul, #mySelling-valuations .right-side .list-group-valuations li.openview .comments ul {
  float: left;
  max-width: 220px;
}
/* line 1889, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments ul p, #mySelling .right-side .list-group-offers li.openview .comments ul p, #mySelling .right-side .list-group-valuations li.openview .comments ul p, #myLetting .right-side .list-group-viewings li.openview .comments ul p, #myLetting .right-side .list-group-offers li.openview .comments ul p, #myLetting .right-side .list-group-valuations li.openview .comments ul p, #mySelling-offers .right-side .list-group-viewings li.openview .comments ul p, #mySelling-offers .right-side .list-group-offers li.openview .comments ul p, #mySelling-offers .right-side .list-group-valuations li.openview .comments ul p, #mySelling-valuations .right-side .list-group-viewings li.openview .comments ul p, #mySelling-valuations .right-side .list-group-offers li.openview .comments ul p, #mySelling-valuations .right-side .list-group-valuations li.openview .comments ul p {
  float: none;
  padding-top: 5px;
  line-height: 21px;
}
/* line 1895, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments ul li, #mySelling .right-side .list-group-offers li.openview .comments ul li, #mySelling .right-side .list-group-valuations li.openview .comments ul li, #myLetting .right-side .list-group-viewings li.openview .comments ul li, #myLetting .right-side .list-group-offers li.openview .comments ul li, #myLetting .right-side .list-group-valuations li.openview .comments ul li, #mySelling-offers .right-side .list-group-viewings li.openview .comments ul li, #mySelling-offers .right-side .list-group-offers li.openview .comments ul li, #mySelling-offers .right-side .list-group-valuations li.openview .comments ul li, #mySelling-valuations .right-side .list-group-viewings li.openview .comments ul li, #mySelling-valuations .right-side .list-group-offers li.openview .comments ul li, #mySelling-valuations .right-side .list-group-valuations li.openview .comments ul li {
  padding-bottom: 20px;
}
/* line 1900, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments ul.attending li, #mySelling .right-side .list-group-offers li.openview .comments ul.attending li, #mySelling .right-side .list-group-valuations li.openview .comments ul.attending li, #myLetting .right-side .list-group-viewings li.openview .comments ul.attending li, #myLetting .right-side .list-group-offers li.openview .comments ul.attending li, #myLetting .right-side .list-group-valuations li.openview .comments ul.attending li, #mySelling-offers .right-side .list-group-viewings li.openview .comments ul.attending li, #mySelling-offers .right-side .list-group-offers li.openview .comments ul.attending li, #mySelling-offers .right-side .list-group-valuations li.openview .comments ul.attending li, #mySelling-valuations .right-side .list-group-viewings li.openview .comments ul.attending li, #mySelling-valuations .right-side .list-group-offers li.openview .comments ul.attending li, #mySelling-valuations .right-side .list-group-valuations li.openview .comments ul.attending li {
  padding-bottom: 10px;
}
@media (max-width: 650px) {
  /* line 1905, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li.openview .comments ul.attending li, #mySelling .right-side .list-group-offers li.openview .comments ul.attending li, #mySelling .right-side .list-group-valuations li.openview .comments ul.attending li, #myLetting .right-side .list-group-viewings li.openview .comments ul.attending li, #myLetting .right-side .list-group-offers li.openview .comments ul.attending li, #myLetting .right-side .list-group-valuations li.openview .comments ul.attending li, #mySelling-offers .right-side .list-group-viewings li.openview .comments ul.attending li, #mySelling-offers .right-side .list-group-offers li.openview .comments ul.attending li, #mySelling-offers .right-side .list-group-valuations li.openview .comments ul.attending li, #mySelling-valuations .right-side .list-group-viewings li.openview .comments ul.attending li, #mySelling-valuations .right-side .list-group-offers li.openview .comments ul.attending li, #mySelling-valuations .right-side .list-group-valuations li.openview .comments ul.attending li {
    clear: both;
    max-width: 100%;
  }
}
/* line 1915, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li:first-child, #mySelling .right-side .list-group-offers li:first-child, #mySelling .right-side .list-group-valuations li:first-child, #myLetting .right-side .list-group-viewings li:first-child, #myLetting .right-side .list-group-offers li:first-child, #myLetting .right-side .list-group-valuations li:first-child, #mySelling-offers .right-side .list-group-viewings li:first-child, #mySelling-offers .right-side .list-group-offers li:first-child, #mySelling-offers .right-side .list-group-valuations li:first-child, #mySelling-valuations .right-side .list-group-viewings li:first-child, #mySelling-valuations .right-side .list-group-offers li:first-child, #mySelling-valuations .right-side .list-group-valuations li:first-child {
  border-top: 2px solid #d4cec9;
}
/* line 1921, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .button, #mySelling .right-side .list-group-offers li .button, #mySelling .right-side .list-group-valuations li .button, #myLetting .right-side .list-group-viewings li .button, #myLetting .right-side .list-group-offers li .button, #myLetting .right-side .list-group-valuations li .button, #mySelling-offers .right-side .list-group-viewings li .button, #mySelling-offers .right-side .list-group-offers li .button, #mySelling-offers .right-side .list-group-valuations li .button, #mySelling-valuations .right-side .list-group-viewings li .button, #mySelling-valuations .right-side .list-group-offers li .button, #mySelling-valuations .right-side .list-group-valuations li .button {
  position: absolute;
  text-align: center;
  margin-top: 12px;
  right: 50px;
  line-height: 50px;
}
@media (max-width: 650px) {
  /* line 1921, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .button, #mySelling .right-side .list-group-offers li .button, #mySelling .right-side .list-group-valuations li .button, #myLetting .right-side .list-group-viewings li .button, #myLetting .right-side .list-group-offers li .button, #myLetting .right-side .list-group-valuations li .button, #mySelling-offers .right-side .list-group-viewings li .button, #mySelling-offers .right-side .list-group-offers li .button, #mySelling-offers .right-side .list-group-valuations li .button, #mySelling-valuations .right-side .list-group-viewings li .button, #mySelling-valuations .right-side .list-group-offers li .button, #mySelling-valuations .right-side .list-group-valuations li .button {
    right: 0px;
    top: 0px;
  }
}
/* line 1934, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .date-time, #mySelling .right-side .list-group-offers li .date-time, #mySelling .right-side .list-group-valuations li .date-time, #myLetting .right-side .list-group-viewings li .date-time, #myLetting .right-side .list-group-offers li .date-time, #myLetting .right-side .list-group-valuations li .date-time, #mySelling-offers .right-side .list-group-viewings li .date-time, #mySelling-offers .right-side .list-group-offers li .date-time, #mySelling-offers .right-side .list-group-valuations li .date-time, #mySelling-valuations .right-side .list-group-viewings li .date-time, #mySelling-valuations .right-side .list-group-offers li .date-time, #mySelling-valuations .right-side .list-group-valuations li .date-time {
  float: left;
  width: 165px;
  padding-top: 15px;
  line-height: 22px;
  color: #616161;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 17px;
}
/* line 1942, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .date-time time, #mySelling .right-side .list-group-offers li .date-time time, #mySelling .right-side .list-group-valuations li .date-time time, #myLetting .right-side .list-group-viewings li .date-time time, #myLetting .right-side .list-group-offers li .date-time time, #myLetting .right-side .list-group-valuations li .date-time time, #mySelling-offers .right-side .list-group-viewings li .date-time time, #mySelling-offers .right-side .list-group-offers li .date-time time, #mySelling-offers .right-side .list-group-valuations li .date-time time, #mySelling-valuations .right-side .list-group-viewings li .date-time time, #mySelling-valuations .right-side .list-group-offers li .date-time time, #mySelling-valuations .right-side .list-group-valuations li .date-time time {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
@media (max-width: 650px) {
  /* line 1934, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .date-time, #mySelling .right-side .list-group-offers li .date-time, #mySelling .right-side .list-group-valuations li .date-time, #myLetting .right-side .list-group-viewings li .date-time, #myLetting .right-side .list-group-offers li .date-time, #myLetting .right-side .list-group-valuations li .date-time, #mySelling-offers .right-side .list-group-viewings li .date-time, #mySelling-offers .right-side .list-group-offers li .date-time, #mySelling-offers .right-side .list-group-valuations li .date-time, #mySelling-valuations .right-side .list-group-viewings li .date-time, #mySelling-valuations .right-side .list-group-offers li .date-time, #mySelling-valuations .right-side .list-group-valuations li .date-time {
    float: none;
  }
}
/* line 1951, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .description, #mySelling .right-side .list-group-offers li .description, #mySelling .right-side .list-group-valuations li .description, #myLetting .right-side .list-group-viewings li .description, #myLetting .right-side .list-group-offers li .description, #myLetting .right-side .list-group-valuations li .description, #mySelling-offers .right-side .list-group-viewings li .description, #mySelling-offers .right-side .list-group-offers li .description, #mySelling-offers .right-side .list-group-valuations li .description, #mySelling-valuations .right-side .list-group-viewings li .description, #mySelling-valuations .right-side .list-group-offers li .description, #mySelling-valuations .right-side .list-group-valuations li .description {
  line-height: 74px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  float: left;
  width: 200px;
}
@media (max-width: 1280px) {
  /* line 1951, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description, #mySelling .right-side .list-group-offers li .description, #mySelling .right-side .list-group-valuations li .description, #myLetting .right-side .list-group-viewings li .description, #myLetting .right-side .list-group-offers li .description, #myLetting .right-side .list-group-valuations li .description, #mySelling-offers .right-side .list-group-viewings li .description, #mySelling-offers .right-side .list-group-offers li .description, #mySelling-offers .right-side .list-group-valuations li .description, #mySelling-valuations .right-side .list-group-viewings li .description, #mySelling-valuations .right-side .list-group-offers li .description, #mySelling-valuations .right-side .list-group-valuations li .description {
    width: 170px;
  }
}
@media (max-width: 992px) {
  /* line 1951, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description, #mySelling .right-side .list-group-offers li .description, #mySelling .right-side .list-group-valuations li .description, #myLetting .right-side .list-group-viewings li .description, #myLetting .right-side .list-group-offers li .description, #myLetting .right-side .list-group-valuations li .description, #mySelling-offers .right-side .list-group-viewings li .description, #mySelling-offers .right-side .list-group-offers li .description, #mySelling-offers .right-side .list-group-valuations li .description, #mySelling-valuations .right-side .list-group-viewings li .description, #mySelling-valuations .right-side .list-group-offers li .description, #mySelling-valuations .right-side .list-group-valuations li .description {
    width: 200px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1951, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description, #mySelling .right-side .list-group-offers li .description, #mySelling .right-side .list-group-valuations li .description, #myLetting .right-side .list-group-viewings li .description, #myLetting .right-side .list-group-offers li .description, #myLetting .right-side .list-group-valuations li .description, #mySelling-offers .right-side .list-group-viewings li .description, #mySelling-offers .right-side .list-group-offers li .description, #mySelling-offers .right-side .list-group-valuations li .description, #mySelling-valuations .right-side .list-group-viewings li .description, #mySelling-valuations .right-side .list-group-offers li .description, #mySelling-valuations .right-side .list-group-valuations li .description {
    width: 200px;
  }
}
@media (max-width: 720px) {
  /* line 1951, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description, #mySelling .right-side .list-group-offers li .description, #mySelling .right-side .list-group-valuations li .description, #myLetting .right-side .list-group-viewings li .description, #myLetting .right-side .list-group-offers li .description, #myLetting .right-side .list-group-valuations li .description, #mySelling-offers .right-side .list-group-viewings li .description, #mySelling-offers .right-side .list-group-offers li .description, #mySelling-offers .right-side .list-group-valuations li .description, #mySelling-valuations .right-side .list-group-viewings li .description, #mySelling-valuations .right-side .list-group-offers li .description, #mySelling-valuations .right-side .list-group-valuations li .description {
    width: 140px;
  }
}
/* line 1970, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .description .open-view-icon, #mySelling .right-side .list-group-offers li .description .open-view-icon, #mySelling .right-side .list-group-valuations li .description .open-view-icon, #myLetting .right-side .list-group-viewings li .description .open-view-icon, #myLetting .right-side .list-group-offers li .description .open-view-icon, #myLetting .right-side .list-group-valuations li .description .open-view-icon, #mySelling-offers .right-side .list-group-viewings li .description .open-view-icon, #mySelling-offers .right-side .list-group-offers li .description .open-view-icon, #mySelling-offers .right-side .list-group-valuations li .description .open-view-icon, #mySelling-valuations .right-side .list-group-viewings li .description .open-view-icon, #mySelling-valuations .right-side .list-group-offers li .description .open-view-icon, #mySelling-valuations .right-side .list-group-valuations li .description .open-view-icon {
  float: none;
  margin-right: 10px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -26px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 1970, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description .open-view-icon, #mySelling .right-side .list-group-offers li .description .open-view-icon, #mySelling .right-side .list-group-valuations li .description .open-view-icon, #myLetting .right-side .list-group-viewings li .description .open-view-icon, #myLetting .right-side .list-group-offers li .description .open-view-icon, #myLetting .right-side .list-group-valuations li .description .open-view-icon, #mySelling-offers .right-side .list-group-viewings li .description .open-view-icon, #mySelling-offers .right-side .list-group-offers li .description .open-view-icon, #mySelling-offers .right-side .list-group-valuations li .description .open-view-icon, #mySelling-valuations .right-side .list-group-viewings li .description .open-view-icon, #mySelling-valuations .right-side .list-group-offers li .description .open-view-icon, #mySelling-valuations .right-side .list-group-valuations li .description .open-view-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -78px 0;
    height: 27px;
    width: 28px;
  }
}
@media (max-width: 650px) {
  /* line 1951, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description, #mySelling .right-side .list-group-offers li .description, #mySelling .right-side .list-group-valuations li .description, #myLetting .right-side .list-group-viewings li .description, #myLetting .right-side .list-group-offers li .description, #myLetting .right-side .list-group-valuations li .description, #mySelling-offers .right-side .list-group-viewings li .description, #mySelling-offers .right-side .list-group-offers li .description, #mySelling-offers .right-side .list-group-valuations li .description, #mySelling-valuations .right-side .list-group-viewings li .description, #mySelling-valuations .right-side .list-group-offers li .description, #mySelling-valuations .right-side .list-group-valuations li .description {
    padding-bottom: 20px;
    float: none;
  }
}
/* line 1982, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments, #mySelling .right-side .list-group-offers li .comments, #mySelling .right-side .list-group-valuations li .comments, #myLetting .right-side .list-group-viewings li .comments, #myLetting .right-side .list-group-offers li .comments, #myLetting .right-side .list-group-valuations li .comments, #mySelling-offers .right-side .list-group-viewings li .comments, #mySelling-offers .right-side .list-group-offers li .comments, #mySelling-offers .right-side .list-group-valuations li .comments, #mySelling-valuations .right-side .list-group-viewings li .comments, #mySelling-valuations .right-side .list-group-offers li .comments, #mySelling-valuations .right-side .list-group-valuations li .comments {
  clear: both;
  padding-left: 145px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1987, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments p, #mySelling .right-side .list-group-offers li .comments p, #mySelling .right-side .list-group-valuations li .comments p, #myLetting .right-side .list-group-viewings li .comments p, #myLetting .right-side .list-group-offers li .comments p, #myLetting .right-side .list-group-valuations li .comments p, #mySelling-offers .right-side .list-group-viewings li .comments p, #mySelling-offers .right-side .list-group-offers li .comments p, #mySelling-offers .right-side .list-group-valuations li .comments p, #mySelling-valuations .right-side .list-group-viewings li .comments p, #mySelling-valuations .right-side .list-group-offers li .comments p, #mySelling-valuations .right-side .list-group-valuations li .comments p {
  line-height: 22px;
}
@media (max-width: 650px) {
  /* line 1982, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .comments, #mySelling .right-side .list-group-offers li .comments, #mySelling .right-side .list-group-valuations li .comments, #myLetting .right-side .list-group-viewings li .comments, #myLetting .right-side .list-group-offers li .comments, #myLetting .right-side .list-group-valuations li .comments, #mySelling-offers .right-side .list-group-viewings li .comments, #mySelling-offers .right-side .list-group-offers li .comments, #mySelling-offers .right-side .list-group-valuations li .comments, #mySelling-valuations .right-side .list-group-viewings li .comments, #mySelling-valuations .right-side .list-group-offers li .comments, #mySelling-valuations .right-side .list-group-valuations li .comments {
    padding-left: 0px;
  }
}
/* line 1995, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments li, #mySelling .right-side .list-group-offers li .comments li, #mySelling .right-side .list-group-valuations li .comments li, #myLetting .right-side .list-group-viewings li .comments li, #myLetting .right-side .list-group-offers li .comments li, #myLetting .right-side .list-group-valuations li .comments li, #mySelling-offers .right-side .list-group-viewings li .comments li, #mySelling-offers .right-side .list-group-offers li .comments li, #mySelling-offers .right-side .list-group-valuations li .comments li, #mySelling-valuations .right-side .list-group-viewings li .comments li, #mySelling-valuations .right-side .list-group-offers li .comments li, #mySelling-valuations .right-side .list-group-valuations li .comments li {
  border: none;
  padding-bottom: 20px;
}
/* line 1998, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments li span, #mySelling .right-side .list-group-offers li .comments li span, #mySelling .right-side .list-group-valuations li .comments li span, #myLetting .right-side .list-group-viewings li .comments li span, #myLetting .right-side .list-group-offers li .comments li span, #myLetting .right-side .list-group-valuations li .comments li span, #mySelling-offers .right-side .list-group-viewings li .comments li span, #mySelling-offers .right-side .list-group-offers li .comments li span, #mySelling-offers .right-side .list-group-valuations li .comments li span, #mySelling-valuations .right-side .list-group-viewings li .comments li span, #mySelling-valuations .right-side .list-group-offers li .comments li span, #mySelling-valuations .right-side .list-group-valuations li .comments li span {
  float: left;
  width: 200px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #616161;
  line-height: 22px;
}
/* line 2006, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments li p, #mySelling .right-side .list-group-offers li .comments li p, #mySelling .right-side .list-group-valuations li .comments li p, #myLetting .right-side .list-group-viewings li .comments li p, #myLetting .right-side .list-group-offers li .comments li p, #myLetting .right-side .list-group-valuations li .comments li p, #mySelling-offers .right-side .list-group-viewings li .comments li p, #mySelling-offers .right-side .list-group-offers li .comments li p, #mySelling-offers .right-side .list-group-valuations li .comments li p, #mySelling-valuations .right-side .list-group-viewings li .comments li p, #mySelling-valuations .right-side .list-group-offers li .comments li p, #mySelling-valuations .right-side .list-group-valuations li .comments li p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  float: left;
  line-height: 22px;
}
/* line 2015, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments b, #mySelling .right-side .list-group-offers li .comments b, #mySelling .right-side .list-group-valuations li .comments b, #myLetting .right-side .list-group-viewings li .comments b, #myLetting .right-side .list-group-offers li .comments b, #myLetting .right-side .list-group-valuations li .comments b, #mySelling-offers .right-side .list-group-viewings li .comments b, #mySelling-offers .right-side .list-group-offers li .comments b, #mySelling-offers .right-side .list-group-valuations li .comments b, #mySelling-valuations .right-side .list-group-viewings li .comments b, #mySelling-valuations .right-side .list-group-offers li .comments b, #mySelling-valuations .right-side .list-group-valuations li .comments b {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  float: left;
  width: 175px;
  display: block;
}
@media (max-width: 650px) {
  /* line 2015, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .comments b, #mySelling .right-side .list-group-offers li .comments b, #mySelling .right-side .list-group-valuations li .comments b, #myLetting .right-side .list-group-viewings li .comments b, #myLetting .right-side .list-group-offers li .comments b, #myLetting .right-side .list-group-valuations li .comments b, #mySelling-offers .right-side .list-group-viewings li .comments b, #mySelling-offers .right-side .list-group-offers li .comments b, #mySelling-offers .right-side .list-group-valuations li .comments b, #mySelling-valuations .right-side .list-group-viewings li .comments b, #mySelling-valuations .right-side .list-group-offers li .comments b, #mySelling-valuations .right-side .list-group-valuations li .comments b {
    padding-bottom: 10px;
  }
}
/* line 2027, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments article, #mySelling .right-side .list-group-viewings li .comments .comments-text, #mySelling .right-side .list-group-offers li .comments article, #mySelling .right-side .list-group-offers li .comments .comments-text, #mySelling .right-side .list-group-valuations li .comments article, #mySelling .right-side .list-group-valuations li .comments .comments-text, #myLetting .right-side .list-group-viewings li .comments article, #myLetting .right-side .list-group-viewings li .comments .comments-text, #myLetting .right-side .list-group-offers li .comments article, #myLetting .right-side .list-group-offers li .comments .comments-text, #myLetting .right-side .list-group-valuations li .comments article, #myLetting .right-side .list-group-valuations li .comments .comments-text, #mySelling-offers .right-side .list-group-viewings li .comments article, #mySelling-offers .right-side .list-group-viewings li .comments .comments-text, #mySelling-offers .right-side .list-group-offers li .comments article, #mySelling-offers .right-side .list-group-offers li .comments .comments-text, #mySelling-offers .right-side .list-group-valuations li .comments article, #mySelling-offers .right-side .list-group-valuations li .comments .comments-text, #mySelling-valuations .right-side .list-group-viewings li .comments article, #mySelling-valuations .right-side .list-group-viewings li .comments .comments-text, #mySelling-valuations .right-side .list-group-offers li .comments article, #mySelling-valuations .right-side .list-group-offers li .comments .comments-text, #mySelling-valuations .right-side .list-group-valuations li .comments article, #mySelling-valuations .right-side .list-group-valuations li .comments .comments-text {
  float: left;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #616161;
  max-width: 350px;
}
@media (max-width: 1280px) {
  /* line 2027, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .comments article, #mySelling .right-side .list-group-viewings li .comments .comments-text, #mySelling .right-side .list-group-offers li .comments article, #mySelling .right-side .list-group-offers li .comments .comments-text, #mySelling .right-side .list-group-valuations li .comments article, #mySelling .right-side .list-group-valuations li .comments .comments-text, #myLetting .right-side .list-group-viewings li .comments article, #myLetting .right-side .list-group-viewings li .comments .comments-text, #myLetting .right-side .list-group-offers li .comments article, #myLetting .right-side .list-group-offers li .comments .comments-text, #myLetting .right-side .list-group-valuations li .comments article, #myLetting .right-side .list-group-valuations li .comments .comments-text, #mySelling-offers .right-side .list-group-viewings li .comments article, #mySelling-offers .right-side .list-group-viewings li .comments .comments-text, #mySelling-offers .right-side .list-group-offers li .comments article, #mySelling-offers .right-side .list-group-offers li .comments .comments-text, #mySelling-offers .right-side .list-group-valuations li .comments article, #mySelling-offers .right-side .list-group-valuations li .comments .comments-text, #mySelling-valuations .right-side .list-group-viewings li .comments article, #mySelling-valuations .right-side .list-group-viewings li .comments .comments-text, #mySelling-valuations .right-side .list-group-offers li .comments article, #mySelling-valuations .right-side .list-group-offers li .comments .comments-text, #mySelling-valuations .right-side .list-group-valuations li .comments article, #mySelling-valuations .right-side .list-group-valuations li .comments .comments-text {
    max-width: 230px;
  }
}
@media (max-width: 650px) {
  /* line 2027, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .comments article, #mySelling .right-side .list-group-viewings li .comments .comments-text, #mySelling .right-side .list-group-offers li .comments article, #mySelling .right-side .list-group-offers li .comments .comments-text, #mySelling .right-side .list-group-valuations li .comments article, #mySelling .right-side .list-group-valuations li .comments .comments-text, #myLetting .right-side .list-group-viewings li .comments article, #myLetting .right-side .list-group-viewings li .comments .comments-text, #myLetting .right-side .list-group-offers li .comments article, #myLetting .right-side .list-group-offers li .comments .comments-text, #myLetting .right-side .list-group-valuations li .comments article, #myLetting .right-side .list-group-valuations li .comments .comments-text, #mySelling-offers .right-side .list-group-viewings li .comments article, #mySelling-offers .right-side .list-group-viewings li .comments .comments-text, #mySelling-offers .right-side .list-group-offers li .comments article, #mySelling-offers .right-side .list-group-offers li .comments .comments-text, #mySelling-offers .right-side .list-group-valuations li .comments article, #mySelling-offers .right-side .list-group-valuations li .comments .comments-text, #mySelling-valuations .right-side .list-group-viewings li .comments article, #mySelling-valuations .right-side .list-group-viewings li .comments .comments-text, #mySelling-valuations .right-side .list-group-offers li .comments article, #mySelling-valuations .right-side .list-group-offers li .comments .comments-text, #mySelling-valuations .right-side .list-group-valuations li .comments article, #mySelling-valuations .right-side .list-group-valuations li .comments .comments-text {
    max-width: 100%;
  }
}
/* line 2045, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .status, #mySelling .right-side .list-group-offers li .status, #mySelling .right-side .list-group-valuations li .status, #myLetting .right-side .list-group-viewings li .status, #myLetting .right-side .list-group-offers li .status, #myLetting .right-side .list-group-valuations li .status, #mySelling-offers .right-side .list-group-viewings li .status, #mySelling-offers .right-side .list-group-offers li .status, #mySelling-offers .right-side .list-group-valuations li .status, #mySelling-valuations .right-side .list-group-viewings li .status, #mySelling-valuations .right-side .list-group-offers li .status, #mySelling-valuations .right-side .list-group-valuations li .status {
  position: absolute;
  right: 40px;
  top: 0px;
  float: none;
}
@media (max-width: 650px) {
  /* line 2045, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .status, #mySelling .right-side .list-group-offers li .status, #mySelling .right-side .list-group-valuations li .status, #myLetting .right-side .list-group-viewings li .status, #myLetting .right-side .list-group-offers li .status, #myLetting .right-side .list-group-valuations li .status, #mySelling-offers .right-side .list-group-viewings li .status, #mySelling-offers .right-side .list-group-offers li .status, #mySelling-offers .right-side .list-group-valuations li .status, #mySelling-valuations .right-side .list-group-viewings li .status, #mySelling-valuations .right-side .list-group-offers li .status, #mySelling-valuations .right-side .list-group-valuations li .status {
    top: 18px;
  }
}
/* line 2056, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span, #mySelling .right-side .list-group-offers li span, #mySelling .right-side .list-group-valuations li span, #myLetting .right-side .list-group-viewings li span, #myLetting .right-side .list-group-offers li span, #myLetting .right-side .list-group-valuations li span, #mySelling-offers .right-side .list-group-viewings li span, #mySelling-offers .right-side .list-group-offers li span, #mySelling-offers .right-side .list-group-valuations li span, #mySelling-valuations .right-side .list-group-viewings li span, #mySelling-valuations .right-side .list-group-offers li span, #mySelling-valuations .right-side .list-group-valuations li span {
  float: right;
  line-height: 74px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
@media (max-width: 480px) {
  /* line 2056, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span, #mySelling .right-side .list-group-offers li span, #mySelling .right-side .list-group-valuations li span, #myLetting .right-side .list-group-viewings li span, #myLetting .right-side .list-group-offers li span, #myLetting .right-side .list-group-valuations li span, #mySelling-offers .right-side .list-group-viewings li span, #mySelling-offers .right-side .list-group-offers li span, #mySelling-offers .right-side .list-group-valuations li span, #mySelling-valuations .right-side .list-group-viewings li span, #mySelling-valuations .right-side .list-group-offers li span, #mySelling-valuations .right-side .list-group-valuations li span {
    line-height: 17px;
  }
}
/* line 2065, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.accepted, #mySelling .right-side .list-group-viewings li span.confirmed, #mySelling .right-side .list-group-offers li span.accepted, #mySelling .right-side .list-group-offers li span.confirmed, #mySelling .right-side .list-group-valuations li span.accepted, #mySelling .right-side .list-group-valuations li span.confirmed, #myLetting .right-side .list-group-viewings li span.accepted, #myLetting .right-side .list-group-viewings li span.confirmed, #myLetting .right-side .list-group-offers li span.accepted, #myLetting .right-side .list-group-offers li span.confirmed, #myLetting .right-side .list-group-valuations li span.accepted, #myLetting .right-side .list-group-valuations li span.confirmed, #mySelling-offers .right-side .list-group-viewings li span.accepted, #mySelling-offers .right-side .list-group-viewings li span.confirmed, #mySelling-offers .right-side .list-group-offers li span.accepted, #mySelling-offers .right-side .list-group-offers li span.confirmed, #mySelling-offers .right-side .list-group-valuations li span.accepted, #mySelling-offers .right-side .list-group-valuations li span.confirmed, #mySelling-valuations .right-side .list-group-viewings li span.accepted, #mySelling-valuations .right-side .list-group-viewings li span.confirmed, #mySelling-valuations .right-side .list-group-offers li span.accepted, #mySelling-valuations .right-side .list-group-offers li span.confirmed, #mySelling-valuations .right-side .list-group-valuations li span.accepted, #mySelling-valuations .right-side .list-group-valuations li span.confirmed {
  color: #32b200;
}
/* line 2069, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.cancelled, #mySelling .right-side .list-group-viewings li span.rejected, #mySelling .right-side .list-group-offers li span.cancelled, #mySelling .right-side .list-group-offers li span.rejected, #mySelling .right-side .list-group-valuations li span.cancelled, #mySelling .right-side .list-group-valuations li span.rejected, #myLetting .right-side .list-group-viewings li span.cancelled, #myLetting .right-side .list-group-viewings li span.rejected, #myLetting .right-side .list-group-offers li span.cancelled, #myLetting .right-side .list-group-offers li span.rejected, #myLetting .right-side .list-group-valuations li span.cancelled, #myLetting .right-side .list-group-valuations li span.rejected, #mySelling-offers .right-side .list-group-viewings li span.cancelled, #mySelling-offers .right-side .list-group-viewings li span.rejected, #mySelling-offers .right-side .list-group-offers li span.cancelled, #mySelling-offers .right-side .list-group-offers li span.rejected, #mySelling-offers .right-side .list-group-valuations li span.cancelled, #mySelling-offers .right-side .list-group-valuations li span.rejected, #mySelling-valuations .right-side .list-group-viewings li span.cancelled, #mySelling-valuations .right-side .list-group-viewings li span.rejected, #mySelling-valuations .right-side .list-group-offers li span.cancelled, #mySelling-valuations .right-side .list-group-offers li span.rejected, #mySelling-valuations .right-side .list-group-valuations li span.cancelled, #mySelling-valuations .right-side .list-group-valuations li span.rejected {
  color: #ed1a3a;
}
/* line 2073, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.confirmed, #mySelling .right-side .list-group-offers li span.confirmed, #mySelling .right-side .list-group-valuations li span.confirmed, #myLetting .right-side .list-group-viewings li span.confirmed, #myLetting .right-side .list-group-offers li span.confirmed, #myLetting .right-side .list-group-valuations li span.confirmed, #mySelling-offers .right-side .list-group-viewings li span.confirmed, #mySelling-offers .right-side .list-group-offers li span.confirmed, #mySelling-offers .right-side .list-group-valuations li span.confirmed, #mySelling-valuations .right-side .list-group-viewings li span.confirmed, #mySelling-valuations .right-side .list-group-offers li span.confirmed, #mySelling-valuations .right-side .list-group-valuations li span.confirmed {
  color: #32b200;
}
/* line 2078, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.status span, #mySelling .right-side .list-group-offers li span.status span, #mySelling .right-side .list-group-valuations li span.status span, #myLetting .right-side .list-group-viewings li span.status span, #myLetting .right-side .list-group-offers li span.status span, #myLetting .right-side .list-group-valuations li span.status span, #mySelling-offers .right-side .list-group-viewings li span.status span, #mySelling-offers .right-side .list-group-offers li span.status span, #mySelling-offers .right-side .list-group-valuations li span.status span, #mySelling-valuations .right-side .list-group-viewings li span.status span, #mySelling-valuations .right-side .list-group-offers li span.status span, #mySelling-valuations .right-side .list-group-valuations li span.status span {
  float: none;
}
/* line 2083, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.icon, #mySelling .right-side .list-group-offers li span.icon, #mySelling .right-side .list-group-valuations li span.icon, #myLetting .right-side .list-group-viewings li span.icon, #myLetting .right-side .list-group-offers li span.icon, #myLetting .right-side .list-group-valuations li span.icon, #mySelling-offers .right-side .list-group-viewings li span.icon, #mySelling-offers .right-side .list-group-offers li span.icon, #mySelling-offers .right-side .list-group-valuations li span.icon, #mySelling-valuations .right-side .list-group-viewings li span.icon, #mySelling-valuations .right-side .list-group-offers li span.icon, #mySelling-valuations .right-side .list-group-valuations li span.icon {
  cursor: pointer;
}
/* line 2086, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.icon.plus, #mySelling .right-side .list-group-offers li span.icon.plus, #mySelling .right-side .list-group-valuations li span.icon.plus, #myLetting .right-side .list-group-viewings li span.icon.plus, #myLetting .right-side .list-group-offers li span.icon.plus, #myLetting .right-side .list-group-valuations li span.icon.plus, #mySelling-offers .right-side .list-group-viewings li span.icon.plus, #mySelling-offers .right-side .list-group-offers li span.icon.plus, #mySelling-offers .right-side .list-group-valuations li span.icon.plus, #mySelling-valuations .right-side .list-group-viewings li span.icon.plus, #mySelling-valuations .right-side .list-group-offers li span.icon.plus, #mySelling-valuations .right-side .list-group-valuations li span.icon.plus {
  margin-top: 31px;
  margin-right: 20px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -190px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  float: right;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2086, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.icon.plus, #mySelling .right-side .list-group-offers li span.icon.plus, #mySelling .right-side .list-group-valuations li span.icon.plus, #myLetting .right-side .list-group-viewings li span.icon.plus, #myLetting .right-side .list-group-offers li span.icon.plus, #myLetting .right-side .list-group-valuations li span.icon.plus, #mySelling-offers .right-side .list-group-viewings li span.icon.plus, #mySelling-offers .right-side .list-group-offers li span.icon.plus, #mySelling-offers .right-side .list-group-valuations li span.icon.plus, #mySelling-valuations .right-side .list-group-viewings li span.icon.plus, #mySelling-valuations .right-side .list-group-offers li span.icon.plus, #mySelling-valuations .right-side .list-group-valuations li span.icon.plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -209.5px -40px;
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 650px) {
  /* line 2086, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.icon.plus, #mySelling .right-side .list-group-offers li span.icon.plus, #mySelling .right-side .list-group-valuations li span.icon.plus, #myLetting .right-side .list-group-viewings li span.icon.plus, #myLetting .right-side .list-group-offers li span.icon.plus, #myLetting .right-side .list-group-valuations li span.icon.plus, #mySelling-offers .right-side .list-group-viewings li span.icon.plus, #mySelling-offers .right-side .list-group-offers li span.icon.plus, #mySelling-offers .right-side .list-group-valuations li span.icon.plus, #mySelling-valuations .right-side .list-group-viewings li span.icon.plus, #mySelling-valuations .right-side .list-group-offers li span.icon.plus, #mySelling-valuations .right-side .list-group-valuations li span.icon.plus {
    position: absolute;
    top: 20px;
    margin-top: 0px;
    margin-right: 0px;
    right: 20px;
  }
}
/* line 2102, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.icon.minus, #mySelling .right-side .list-group-offers li span.icon.minus, #mySelling .right-side .list-group-valuations li span.icon.minus, #myLetting .right-side .list-group-viewings li span.icon.minus, #myLetting .right-side .list-group-offers li span.icon.minus, #myLetting .right-side .list-group-valuations li span.icon.minus, #mySelling-offers .right-side .list-group-viewings li span.icon.minus, #mySelling-offers .right-side .list-group-offers li span.icon.minus, #mySelling-offers .right-side .list-group-valuations li span.icon.minus, #mySelling-valuations .right-side .list-group-viewings li span.icon.minus, #mySelling-valuations .right-side .list-group-offers li span.icon.minus, #mySelling-valuations .right-side .list-group-valuations li span.icon.minus {
  cursor: pointer;
  margin-top: 31px;
  margin-right: 20px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -202px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  float: right;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2102, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.icon.minus, #mySelling .right-side .list-group-offers li span.icon.minus, #mySelling .right-side .list-group-valuations li span.icon.minus, #myLetting .right-side .list-group-viewings li span.icon.minus, #myLetting .right-side .list-group-offers li span.icon.minus, #myLetting .right-side .list-group-valuations li span.icon.minus, #mySelling-offers .right-side .list-group-viewings li span.icon.minus, #mySelling-offers .right-side .list-group-offers li span.icon.minus, #mySelling-offers .right-side .list-group-valuations li span.icon.minus, #mySelling-valuations .right-side .list-group-viewings li span.icon.minus, #mySelling-valuations .right-side .list-group-offers li span.icon.minus, #mySelling-valuations .right-side .list-group-valuations li span.icon.minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -197.5px -40px;
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 650px) {
  /* line 2102, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.icon.minus, #mySelling .right-side .list-group-offers li span.icon.minus, #mySelling .right-side .list-group-valuations li span.icon.minus, #myLetting .right-side .list-group-viewings li span.icon.minus, #myLetting .right-side .list-group-offers li span.icon.minus, #myLetting .right-side .list-group-valuations li span.icon.minus, #mySelling-offers .right-side .list-group-viewings li span.icon.minus, #mySelling-offers .right-side .list-group-offers li span.icon.minus, #mySelling-offers .right-side .list-group-valuations li span.icon.minus, #mySelling-valuations .right-side .list-group-viewings li span.icon.minus, #mySelling-valuations .right-side .list-group-offers li span.icon.minus, #mySelling-valuations .right-side .list-group-valuations li span.icon.minus {
    position: absolute;
    top: 20px;
    margin-top: 0px;
    margin-right: 0px;
    right: 20px;
  }
}
/* line 2119, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.hidden + .comments, #mySelling .right-side .list-group-offers li span.hidden + .comments, #mySelling .right-side .list-group-valuations li span.hidden + .comments, #myLetting .right-side .list-group-viewings li span.hidden + .comments, #myLetting .right-side .list-group-offers li span.hidden + .comments, #myLetting .right-side .list-group-valuations li span.hidden + .comments, #mySelling-offers .right-side .list-group-viewings li span.hidden + .comments, #mySelling-offers .right-side .list-group-offers li span.hidden + .comments, #mySelling-offers .right-side .list-group-valuations li span.hidden + .comments, #mySelling-valuations .right-side .list-group-viewings li span.hidden + .comments, #mySelling-valuations .right-side .list-group-offers li span.hidden + .comments, #mySelling-valuations .right-side .list-group-valuations li span.hidden + .comments {
  display: none;
}
/* line 2123, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span .pending, #mySelling .right-side .list-group-viewings li span .submitted, #mySelling .right-side .list-group-viewings li span .awaiting, #mySelling .right-side .list-group-offers li span .pending, #mySelling .right-side .list-group-offers li span .submitted, #mySelling .right-side .list-group-offers li span .awaiting, #mySelling .right-side .list-group-valuations li span .pending, #mySelling .right-side .list-group-valuations li span .submitted, #mySelling .right-side .list-group-valuations li span .awaiting, #myLetting .right-side .list-group-viewings li span .pending, #myLetting .right-side .list-group-viewings li span .submitted, #myLetting .right-side .list-group-viewings li span .awaiting, #myLetting .right-side .list-group-offers li span .pending, #myLetting .right-side .list-group-offers li span .submitted, #myLetting .right-side .list-group-offers li span .awaiting, #myLetting .right-side .list-group-valuations li span .pending, #myLetting .right-side .list-group-valuations li span .submitted, #myLetting .right-side .list-group-valuations li span .awaiting, #mySelling-offers .right-side .list-group-viewings li span .pending, #mySelling-offers .right-side .list-group-viewings li span .submitted, #mySelling-offers .right-side .list-group-viewings li span .awaiting, #mySelling-offers .right-side .list-group-offers li span .pending, #mySelling-offers .right-side .list-group-offers li span .submitted, #mySelling-offers .right-side .list-group-offers li span .awaiting, #mySelling-offers .right-side .list-group-valuations li span .pending, #mySelling-offers .right-side .list-group-valuations li span .submitted, #mySelling-offers .right-side .list-group-valuations li span .awaiting, #mySelling-valuations .right-side .list-group-viewings li span .pending, #mySelling-valuations .right-side .list-group-viewings li span .submitted, #mySelling-valuations .right-side .list-group-viewings li span .awaiting, #mySelling-valuations .right-side .list-group-offers li span .pending, #mySelling-valuations .right-side .list-group-offers li span .submitted, #mySelling-valuations .right-side .list-group-offers li span .awaiting, #mySelling-valuations .right-side .list-group-valuations li span .pending, #mySelling-valuations .right-side .list-group-valuations li span .submitted, #mySelling-valuations .right-side .list-group-valuations li span .awaiting {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 11px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2123, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span .pending, #mySelling .right-side .list-group-viewings li span .submitted, #mySelling .right-side .list-group-viewings li span .awaiting, #mySelling .right-side .list-group-offers li span .pending, #mySelling .right-side .list-group-offers li span .submitted, #mySelling .right-side .list-group-offers li span .awaiting, #mySelling .right-side .list-group-valuations li span .pending, #mySelling .right-side .list-group-valuations li span .submitted, #mySelling .right-side .list-group-valuations li span .awaiting, #myLetting .right-side .list-group-viewings li span .pending, #myLetting .right-side .list-group-viewings li span .submitted, #myLetting .right-side .list-group-viewings li span .awaiting, #myLetting .right-side .list-group-offers li span .pending, #myLetting .right-side .list-group-offers li span .submitted, #myLetting .right-side .list-group-offers li span .awaiting, #myLetting .right-side .list-group-valuations li span .pending, #myLetting .right-side .list-group-valuations li span .submitted, #myLetting .right-side .list-group-valuations li span .awaiting, #mySelling-offers .right-side .list-group-viewings li span .pending, #mySelling-offers .right-side .list-group-viewings li span .submitted, #mySelling-offers .right-side .list-group-viewings li span .awaiting, #mySelling-offers .right-side .list-group-offers li span .pending, #mySelling-offers .right-side .list-group-offers li span .submitted, #mySelling-offers .right-side .list-group-offers li span .awaiting, #mySelling-offers .right-side .list-group-valuations li span .pending, #mySelling-offers .right-side .list-group-valuations li span .submitted, #mySelling-offers .right-side .list-group-valuations li span .awaiting, #mySelling-valuations .right-side .list-group-viewings li span .pending, #mySelling-valuations .right-side .list-group-viewings li span .submitted, #mySelling-valuations .right-side .list-group-viewings li span .awaiting, #mySelling-valuations .right-side .list-group-offers li span .pending, #mySelling-valuations .right-side .list-group-offers li span .submitted, #mySelling-valuations .right-side .list-group-offers li span .awaiting, #mySelling-valuations .right-side .list-group-valuations li span .pending, #mySelling-valuations .right-side .list-group-valuations li span .submitted, #mySelling-valuations .right-side .list-group-valuations li span .awaiting {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -40px;
    height: 3px;
    width: 11px;
  }
}
/* line 2128, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span .cancelled, #mySelling .right-side .list-group-viewings li span .rejected, #mySelling .right-side .list-group-viewings li span .withdrawn, #mySelling .right-side .list-group-viewings li span .fallen-through, #mySelling .right-side .list-group-offers li span .cancelled, #mySelling .right-side .list-group-offers li span .rejected, #mySelling .right-side .list-group-offers li span .withdrawn, #mySelling .right-side .list-group-offers li span .fallen-through, #mySelling .right-side .list-group-valuations li span .cancelled, #mySelling .right-side .list-group-valuations li span .rejected, #mySelling .right-side .list-group-valuations li span .withdrawn, #mySelling .right-side .list-group-valuations li span .fallen-through, #myLetting .right-side .list-group-viewings li span .cancelled, #myLetting .right-side .list-group-viewings li span .rejected, #myLetting .right-side .list-group-viewings li span .withdrawn, #myLetting .right-side .list-group-viewings li span .fallen-through, #myLetting .right-side .list-group-offers li span .cancelled, #myLetting .right-side .list-group-offers li span .rejected, #myLetting .right-side .list-group-offers li span .withdrawn, #myLetting .right-side .list-group-offers li span .fallen-through, #myLetting .right-side .list-group-valuations li span .cancelled, #myLetting .right-side .list-group-valuations li span .rejected, #myLetting .right-side .list-group-valuations li span .withdrawn, #myLetting .right-side .list-group-valuations li span .fallen-through, #mySelling-offers .right-side .list-group-viewings li span .cancelled, #mySelling-offers .right-side .list-group-viewings li span .rejected, #mySelling-offers .right-side .list-group-viewings li span .withdrawn, #mySelling-offers .right-side .list-group-viewings li span .fallen-through, #mySelling-offers .right-side .list-group-offers li span .cancelled, #mySelling-offers .right-side .list-group-offers li span .rejected, #mySelling-offers .right-side .list-group-offers li span .withdrawn, #mySelling-offers .right-side .list-group-offers li span .fallen-through, #mySelling-offers .right-side .list-group-valuations li span .cancelled, #mySelling-offers .right-side .list-group-valuations li span .rejected, #mySelling-offers .right-side .list-group-valuations li span .withdrawn, #mySelling-offers .right-side .list-group-valuations li span .fallen-through, #mySelling-valuations .right-side .list-group-viewings li span .cancelled, #mySelling-valuations .right-side .list-group-viewings li span .rejected, #mySelling-valuations .right-side .list-group-viewings li span .withdrawn, #mySelling-valuations .right-side .list-group-viewings li span .fallen-through, #mySelling-valuations .right-side .list-group-offers li span .cancelled, #mySelling-valuations .right-side .list-group-offers li span .rejected, #mySelling-valuations .right-side .list-group-offers li span .withdrawn, #mySelling-valuations .right-side .list-group-offers li span .fallen-through, #mySelling-valuations .right-side .list-group-valuations li span .cancelled, #mySelling-valuations .right-side .list-group-valuations li span .rejected, #mySelling-valuations .right-side .list-group-valuations li span .withdrawn, #mySelling-valuations .right-side .list-group-valuations li span .fallen-through {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -124px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2128, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span .cancelled, #mySelling .right-side .list-group-viewings li span .rejected, #mySelling .right-side .list-group-viewings li span .withdrawn, #mySelling .right-side .list-group-viewings li span .fallen-through, #mySelling .right-side .list-group-offers li span .cancelled, #mySelling .right-side .list-group-offers li span .rejected, #mySelling .right-side .list-group-offers li span .withdrawn, #mySelling .right-side .list-group-offers li span .fallen-through, #mySelling .right-side .list-group-valuations li span .cancelled, #mySelling .right-side .list-group-valuations li span .rejected, #mySelling .right-side .list-group-valuations li span .withdrawn, #mySelling .right-side .list-group-valuations li span .fallen-through, #myLetting .right-side .list-group-viewings li span .cancelled, #myLetting .right-side .list-group-viewings li span .rejected, #myLetting .right-side .list-group-viewings li span .withdrawn, #myLetting .right-side .list-group-viewings li span .fallen-through, #myLetting .right-side .list-group-offers li span .cancelled, #myLetting .right-side .list-group-offers li span .rejected, #myLetting .right-side .list-group-offers li span .withdrawn, #myLetting .right-side .list-group-offers li span .fallen-through, #myLetting .right-side .list-group-valuations li span .cancelled, #myLetting .right-side .list-group-valuations li span .rejected, #myLetting .right-side .list-group-valuations li span .withdrawn, #myLetting .right-side .list-group-valuations li span .fallen-through, #mySelling-offers .right-side .list-group-viewings li span .cancelled, #mySelling-offers .right-side .list-group-viewings li span .rejected, #mySelling-offers .right-side .list-group-viewings li span .withdrawn, #mySelling-offers .right-side .list-group-viewings li span .fallen-through, #mySelling-offers .right-side .list-group-offers li span .cancelled, #mySelling-offers .right-side .list-group-offers li span .rejected, #mySelling-offers .right-side .list-group-offers li span .withdrawn, #mySelling-offers .right-side .list-group-offers li span .fallen-through, #mySelling-offers .right-side .list-group-valuations li span .cancelled, #mySelling-offers .right-side .list-group-valuations li span .rejected, #mySelling-offers .right-side .list-group-valuations li span .withdrawn, #mySelling-offers .right-side .list-group-valuations li span .fallen-through, #mySelling-valuations .right-side .list-group-viewings li span .cancelled, #mySelling-valuations .right-side .list-group-viewings li span .rejected, #mySelling-valuations .right-side .list-group-viewings li span .withdrawn, #mySelling-valuations .right-side .list-group-viewings li span .fallen-through, #mySelling-valuations .right-side .list-group-offers li span .cancelled, #mySelling-valuations .right-side .list-group-offers li span .rejected, #mySelling-valuations .right-side .list-group-offers li span .withdrawn, #mySelling-valuations .right-side .list-group-offers li span .fallen-through, #mySelling-valuations .right-side .list-group-valuations li span .cancelled, #mySelling-valuations .right-side .list-group-valuations li span .rejected, #mySelling-valuations .right-side .list-group-valuations li span .withdrawn, #mySelling-valuations .right-side .list-group-valuations li span .fallen-through {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -131.5px -40px;
    height: 11px;
    width: 12px;
  }
}
/* line 2133, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span .confirmed, #mySelling .right-side .list-group-viewings li span .accepted, #mySelling .right-side .list-group-viewings li span .completed, #mySelling .right-side .list-group-offers li span .confirmed, #mySelling .right-side .list-group-offers li span .accepted, #mySelling .right-side .list-group-offers li span .completed, #mySelling .right-side .list-group-valuations li span .confirmed, #mySelling .right-side .list-group-valuations li span .accepted, #mySelling .right-side .list-group-valuations li span .completed, #myLetting .right-side .list-group-viewings li span .confirmed, #myLetting .right-side .list-group-viewings li span .accepted, #myLetting .right-side .list-group-viewings li span .completed, #myLetting .right-side .list-group-offers li span .confirmed, #myLetting .right-side .list-group-offers li span .accepted, #myLetting .right-side .list-group-offers li span .completed, #myLetting .right-side .list-group-valuations li span .confirmed, #myLetting .right-side .list-group-valuations li span .accepted, #myLetting .right-side .list-group-valuations li span .completed, #mySelling-offers .right-side .list-group-viewings li span .confirmed, #mySelling-offers .right-side .list-group-viewings li span .accepted, #mySelling-offers .right-side .list-group-viewings li span .completed, #mySelling-offers .right-side .list-group-offers li span .confirmed, #mySelling-offers .right-side .list-group-offers li span .accepted, #mySelling-offers .right-side .list-group-offers li span .completed, #mySelling-offers .right-side .list-group-valuations li span .confirmed, #mySelling-offers .right-side .list-group-valuations li span .accepted, #mySelling-offers .right-side .list-group-valuations li span .completed, #mySelling-valuations .right-side .list-group-viewings li span .confirmed, #mySelling-valuations .right-side .list-group-viewings li span .accepted, #mySelling-valuations .right-side .list-group-viewings li span .completed, #mySelling-valuations .right-side .list-group-offers li span .confirmed, #mySelling-valuations .right-side .list-group-offers li span .accepted, #mySelling-valuations .right-side .list-group-offers li span .completed, #mySelling-valuations .right-side .list-group-valuations li span .confirmed, #mySelling-valuations .right-side .list-group-valuations li span .accepted, #mySelling-valuations .right-side .list-group-valuations li span .completed {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -176px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2133, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span .confirmed, #mySelling .right-side .list-group-viewings li span .accepted, #mySelling .right-side .list-group-viewings li span .completed, #mySelling .right-side .list-group-offers li span .confirmed, #mySelling .right-side .list-group-offers li span .accepted, #mySelling .right-side .list-group-offers li span .completed, #mySelling .right-side .list-group-valuations li span .confirmed, #mySelling .right-side .list-group-valuations li span .accepted, #mySelling .right-side .list-group-valuations li span .completed, #myLetting .right-side .list-group-viewings li span .confirmed, #myLetting .right-side .list-group-viewings li span .accepted, #myLetting .right-side .list-group-viewings li span .completed, #myLetting .right-side .list-group-offers li span .confirmed, #myLetting .right-side .list-group-offers li span .accepted, #myLetting .right-side .list-group-offers li span .completed, #myLetting .right-side .list-group-valuations li span .confirmed, #myLetting .right-side .list-group-valuations li span .accepted, #myLetting .right-side .list-group-valuations li span .completed, #mySelling-offers .right-side .list-group-viewings li span .confirmed, #mySelling-offers .right-side .list-group-viewings li span .accepted, #mySelling-offers .right-side .list-group-viewings li span .completed, #mySelling-offers .right-side .list-group-offers li span .confirmed, #mySelling-offers .right-side .list-group-offers li span .accepted, #mySelling-offers .right-side .list-group-offers li span .completed, #mySelling-offers .right-side .list-group-valuations li span .confirmed, #mySelling-offers .right-side .list-group-valuations li span .accepted, #mySelling-offers .right-side .list-group-valuations li span .completed, #mySelling-valuations .right-side .list-group-viewings li span .confirmed, #mySelling-valuations .right-side .list-group-viewings li span .accepted, #mySelling-valuations .right-side .list-group-viewings li span .completed, #mySelling-valuations .right-side .list-group-offers li span .confirmed, #mySelling-valuations .right-side .list-group-offers li span .accepted, #mySelling-valuations .right-side .list-group-offers li span .completed, #mySelling-valuations .right-side .list-group-valuations li span .confirmed, #mySelling-valuations .right-side .list-group-valuations li span .accepted, #mySelling-valuations .right-side .list-group-valuations li span .completed {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -183.5px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 2138, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.red, #mySelling .right-side .list-group-offers li span.red, #mySelling .right-side .list-group-valuations li span.red, #myLetting .right-side .list-group-viewings li span.red, #myLetting .right-side .list-group-offers li span.red, #myLetting .right-side .list-group-valuations li span.red, #mySelling-offers .right-side .list-group-viewings li span.red, #mySelling-offers .right-side .list-group-offers li span.red, #mySelling-offers .right-side .list-group-valuations li span.red, #mySelling-valuations .right-side .list-group-viewings li span.red, #mySelling-valuations .right-side .list-group-offers li span.red, #mySelling-valuations .right-side .list-group-valuations li span.red {
  margin-right: 40px;
  color: #ed1a3a;
}
@media (max-width: 650px) {
  /* line 2138, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.red, #mySelling .right-side .list-group-offers li span.red, #mySelling .right-side .list-group-valuations li span.red, #myLetting .right-side .list-group-viewings li span.red, #myLetting .right-side .list-group-offers li span.red, #myLetting .right-side .list-group-valuations li span.red, #mySelling-offers .right-side .list-group-viewings li span.red, #mySelling-offers .right-side .list-group-offers li span.red, #mySelling-offers .right-side .list-group-valuations li span.red, #mySelling-valuations .right-side .list-group-viewings li span.red, #mySelling-valuations .right-side .list-group-offers li span.red, #mySelling-valuations .right-side .list-group-valuations li span.red {
    margin-right: 0px;
  }
}
/* line 2147, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.green, #mySelling .right-side .list-group-offers li span.green, #mySelling .right-side .list-group-valuations li span.green, #myLetting .right-side .list-group-viewings li span.green, #myLetting .right-side .list-group-offers li span.green, #myLetting .right-side .list-group-valuations li span.green, #mySelling-offers .right-side .list-group-viewings li span.green, #mySelling-offers .right-side .list-group-offers li span.green, #mySelling-offers .right-side .list-group-valuations li span.green, #mySelling-valuations .right-side .list-group-viewings li span.green, #mySelling-valuations .right-side .list-group-offers li span.green, #mySelling-valuations .right-side .list-group-valuations li span.green {
  margin-right: 40px;
  color: #32b200;
}
@media (max-width: 650px) {
  /* line 2147, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.green, #mySelling .right-side .list-group-offers li span.green, #mySelling .right-side .list-group-valuations li span.green, #myLetting .right-side .list-group-viewings li span.green, #myLetting .right-side .list-group-offers li span.green, #myLetting .right-side .list-group-valuations li span.green, #mySelling-offers .right-side .list-group-viewings li span.green, #mySelling-offers .right-side .list-group-offers li span.green, #mySelling-offers .right-side .list-group-valuations li span.green, #mySelling-valuations .right-side .list-group-viewings li span.green, #mySelling-valuations .right-side .list-group-offers li span.green, #mySelling-valuations .right-side .list-group-valuations li span.green {
    margin-right: 0px;
  }
}
/* line 2156, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.grey, #mySelling .right-side .list-group-offers li span.grey, #mySelling .right-side .list-group-valuations li span.grey, #myLetting .right-side .list-group-viewings li span.grey, #myLetting .right-side .list-group-offers li span.grey, #myLetting .right-side .list-group-valuations li span.grey, #mySelling-offers .right-side .list-group-viewings li span.grey, #mySelling-offers .right-side .list-group-offers li span.grey, #mySelling-offers .right-side .list-group-valuations li span.grey, #mySelling-valuations .right-side .list-group-viewings li span.grey, #mySelling-valuations .right-side .list-group-offers li span.grey, #mySelling-valuations .right-side .list-group-valuations li span.grey {
  margin-right: 40px;
  color: #616161;
}
@media (max-width: 650px) {
  /* line 2156, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.grey, #mySelling .right-side .list-group-offers li span.grey, #mySelling .right-side .list-group-valuations li span.grey, #myLetting .right-side .list-group-viewings li span.grey, #myLetting .right-side .list-group-offers li span.grey, #myLetting .right-side .list-group-valuations li span.grey, #mySelling-offers .right-side .list-group-viewings li span.grey, #mySelling-offers .right-side .list-group-offers li span.grey, #mySelling-offers .right-side .list-group-valuations li span.grey, #mySelling-valuations .right-side .list-group-viewings li span.grey, #mySelling-valuations .right-side .list-group-offers li span.grey, #mySelling-valuations .right-side .list-group-valuations li span.grey {
    margin-right: 0px;
  }
}
/* line 2165, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.icon, #mySelling .right-side .list-group-offers li span.icon, #mySelling .right-side .list-group-valuations li span.icon, #myLetting .right-side .list-group-viewings li span.icon, #myLetting .right-side .list-group-offers li span.icon, #myLetting .right-side .list-group-valuations li span.icon, #mySelling-offers .right-side .list-group-viewings li span.icon, #mySelling-offers .right-side .list-group-offers li span.icon, #mySelling-offers .right-side .list-group-valuations li span.icon, #mySelling-valuations .right-side .list-group-viewings li span.icon, #mySelling-valuations .right-side .list-group-offers li span.icon, #mySelling-valuations .right-side .list-group-valuations li span.icon {
  cursor: pointer;
  width: 20px;
  float: right;
}
/* line 2170, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.icon .plus, #mySelling .right-side .list-group-offers li span.icon .plus, #mySelling .right-side .list-group-valuations li span.icon .plus, #myLetting .right-side .list-group-viewings li span.icon .plus, #myLetting .right-side .list-group-offers li span.icon .plus, #myLetting .right-side .list-group-valuations li span.icon .plus, #mySelling-offers .right-side .list-group-viewings li span.icon .plus, #mySelling-offers .right-side .list-group-offers li span.icon .plus, #mySelling-offers .right-side .list-group-valuations li span.icon .plus, #mySelling-valuations .right-side .list-group-viewings li span.icon .plus, #mySelling-valuations .right-side .list-group-offers li span.icon .plus, #mySelling-valuations .right-side .list-group-valuations li span.icon .plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -87px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2170, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.icon .plus, #mySelling .right-side .list-group-offers li span.icon .plus, #mySelling .right-side .list-group-valuations li span.icon .plus, #myLetting .right-side .list-group-viewings li span.icon .plus, #myLetting .right-side .list-group-offers li span.icon .plus, #myLetting .right-side .list-group-valuations li span.icon .plus, #mySelling-offers .right-side .list-group-viewings li span.icon .plus, #mySelling-offers .right-side .list-group-offers li span.icon .plus, #mySelling-offers .right-side .list-group-valuations li span.icon .plus, #mySelling-valuations .right-side .list-group-viewings li span.icon .plus, #mySelling-valuations .right-side .list-group-offers li span.icon .plus, #mySelling-valuations .right-side .list-group-valuations li span.icon .plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -68.5px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 2174, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li span.icon .minus, #mySelling .right-side .list-group-offers li span.icon .minus, #mySelling .right-side .list-group-valuations li span.icon .minus, #myLetting .right-side .list-group-viewings li span.icon .minus, #myLetting .right-side .list-group-offers li span.icon .minus, #myLetting .right-side .list-group-valuations li span.icon .minus, #mySelling-offers .right-side .list-group-viewings li span.icon .minus, #mySelling-offers .right-side .list-group-offers li span.icon .minus, #mySelling-offers .right-side .list-group-valuations li span.icon .minus, #mySelling-valuations .right-side .list-group-viewings li span.icon .minus, #mySelling-valuations .right-side .list-group-offers li span.icon .minus, #mySelling-valuations .right-side .list-group-valuations li span.icon .minus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -69px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2174, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li span.icon .minus, #mySelling .right-side .list-group-offers li span.icon .minus, #mySelling .right-side .list-group-valuations li span.icon .minus, #myLetting .right-side .list-group-viewings li span.icon .minus, #myLetting .right-side .list-group-offers li span.icon .minus, #myLetting .right-side .list-group-valuations li span.icon .minus, #mySelling-offers .right-side .list-group-viewings li span.icon .minus, #mySelling-offers .right-side .list-group-offers li span.icon .minus, #mySelling-offers .right-side .list-group-valuations li span.icon .minus, #mySelling-valuations .right-side .list-group-viewings li span.icon .minus, #mySelling-valuations .right-side .list-group-offers li span.icon .minus, #mySelling-valuations .right-side .list-group-valuations li span.icon .minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -77px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 2182, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers, #mySelling .right-side .list-group-valuations, #myLetting .right-side .list-group-offers, #myLetting .right-side .list-group-valuations, #mySelling-offers .right-side .list-group-offers, #mySelling-offers .right-side .list-group-valuations, #mySelling-valuations .right-side .list-group-offers, #mySelling-valuations .right-side .list-group-valuations {
  padding-top: 0px !important;
}
/* line 2186, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers li .date-time, #mySelling .right-side .list-group-valuations li .date-time, #myLetting .right-side .list-group-offers li .date-time, #myLetting .right-side .list-group-valuations li .date-time, #mySelling-offers .right-side .list-group-offers li .date-time, #mySelling-offers .right-side .list-group-valuations li .date-time, #mySelling-valuations .right-side .list-group-offers li .date-time, #mySelling-valuations .right-side .list-group-valuations li .date-time {
  padding-top: 0px;
  line-height: 74px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 2191, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers li .date-time time, #mySelling .right-side .list-group-valuations li .date-time time, #myLetting .right-side .list-group-offers li .date-time time, #myLetting .right-side .list-group-valuations li .date-time time, #mySelling-offers .right-side .list-group-offers li .date-time time, #mySelling-offers .right-side .list-group-valuations li .date-time time, #mySelling-valuations .right-side .list-group-offers li .date-time time, #mySelling-valuations .right-side .list-group-valuations li .date-time time {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 2196, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers li .description, #mySelling .right-side .list-group-valuations li .description, #myLetting .right-side .list-group-offers li .description, #myLetting .right-side .list-group-valuations li .description, #mySelling-offers .right-side .list-group-offers li .description, #mySelling-offers .right-side .list-group-valuations li .description, #mySelling-valuations .right-side .list-group-offers li .description, #mySelling-valuations .right-side .list-group-valuations li .description {
  padding-top: 15px;
  line-height: 22px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  float: left;
}
/* line 2203, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers li .description.accepted, #mySelling .right-side .list-group-valuations li .description.accepted, #myLetting .right-side .list-group-offers li .description.accepted, #myLetting .right-side .list-group-valuations li .description.accepted, #mySelling-offers .right-side .list-group-offers li .description.accepted, #mySelling-offers .right-side .list-group-valuations li .description.accepted, #mySelling-valuations .right-side .list-group-offers li .description.accepted, #mySelling-valuations .right-side .list-group-valuations li .description.accepted {
  color: #32b200;
}
/* line 2209, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers .info, #mySelling .right-side .list-group-valuations .info, #myLetting .right-side .list-group-offers .info, #myLetting .right-side .list-group-valuations .info, #mySelling-offers .right-side .list-group-offers .info, #mySelling-offers .right-side .list-group-valuations .info, #mySelling-valuations .right-side .list-group-offers .info, #mySelling-valuations .right-side .list-group-valuations .info {
  float: left;
}
/* line 2212, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers .info .market-ready, #mySelling .right-side .list-group-valuations .info .market-ready, #myLetting .right-side .list-group-offers .info .market-ready, #myLetting .right-side .list-group-valuations .info .market-ready, #mySelling-offers .right-side .list-group-offers .info .market-ready, #mySelling-offers .right-side .list-group-valuations .info .market-ready, #mySelling-valuations .right-side .list-group-offers .info .market-ready, #mySelling-valuations .right-side .list-group-valuations .info .market-ready {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -271px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2212, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-offers .info .market-ready, #mySelling .right-side .list-group-valuations .info .market-ready, #myLetting .right-side .list-group-offers .info .market-ready, #myLetting .right-side .list-group-valuations .info .market-ready, #mySelling-offers .right-side .list-group-offers .info .market-ready, #mySelling-offers .right-side .list-group-valuations .info .market-ready, #mySelling-valuations .right-side .list-group-offers .info .market-ready, #mySelling-valuations .right-side .list-group-valuations .info .market-ready {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -277.5px -40px;
    height: 14px;
    width: 14px;
  }
}
/* line 2216, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers .info .highest-bidder, #mySelling .right-side .list-group-valuations .info .highest-bidder, #myLetting .right-side .list-group-offers .info .highest-bidder, #myLetting .right-side .list-group-valuations .info .highest-bidder, #mySelling-offers .right-side .list-group-offers .info .highest-bidder, #mySelling-offers .right-side .list-group-valuations .info .highest-bidder, #mySelling-valuations .right-side .list-group-offers .info .highest-bidder, #mySelling-valuations .right-side .list-group-valuations .info .highest-bidder {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -214px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2216, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-offers .info .highest-bidder, #mySelling .right-side .list-group-valuations .info .highest-bidder, #myLetting .right-side .list-group-offers .info .highest-bidder, #myLetting .right-side .list-group-valuations .info .highest-bidder, #mySelling-offers .right-side .list-group-offers .info .highest-bidder, #mySelling-offers .right-side .list-group-valuations .info .highest-bidder, #mySelling-valuations .right-side .list-group-offers .info .highest-bidder, #mySelling-valuations .right-side .list-group-valuations .info .highest-bidder {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -251.5px -40px;
    height: 13px;
    width: 19px;
  }
}
/* line 2220, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-offers .info .openview-offer, #mySelling .right-side .list-group-valuations .info .openview-offer, #myLetting .right-side .list-group-offers .info .openview-offer, #myLetting .right-side .list-group-valuations .info .openview-offer, #mySelling-offers .right-side .list-group-offers .info .openview-offer, #mySelling-offers .right-side .list-group-valuations .info .openview-offer, #mySelling-valuations .right-side .list-group-offers .info .openview-offer, #mySelling-valuations .right-side .list-group-valuations .info .openview-offer {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -387px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2220, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-offers .info .openview-offer, #mySelling .right-side .list-group-valuations .info .openview-offer, #myLetting .right-side .list-group-offers .info .openview-offer, #myLetting .right-side .list-group-valuations .info .openview-offer, #mySelling-offers .right-side .list-group-offers .info .openview-offer, #mySelling-offers .right-side .list-group-valuations .info .openview-offer, #mySelling-valuations .right-side .list-group-offers .info .openview-offer, #mySelling-valuations .right-side .list-group-valuations .info .openview-offer {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -429.5px -40px;
    height: 18px;
    width: 19px;
  }
}
@media (max-width: 650px) {
  /* line 2209, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-offers .info, #mySelling .right-side .list-group-valuations .info, #myLetting .right-side .list-group-offers .info, #myLetting .right-side .list-group-valuations .info, #mySelling-offers .right-side .list-group-offers .info, #mySelling-offers .right-side .list-group-valuations .info, #mySelling-valuations .right-side .list-group-offers .info, #mySelling-valuations .right-side .list-group-valuations .info {
    position: absolute;
    top: 0px;
    left: 175px;
  }
}
/* line 2233, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane, #myLetting .right-side .tab-content .tab-pane, #mySelling-offers .right-side .tab-content .tab-pane, #mySelling-valuations .right-side .tab-content .tab-pane {
  width: 100%;
  height: 106px;
  line-height: 104px;
  border-bottom: 2px solid #d4cec9;
}
@media (max-width: 480px) {
  /* line 2233, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane, #myLetting .right-side .tab-content .tab-pane, #mySelling-offers .right-side .tab-content .tab-pane, #mySelling-valuations .right-side .tab-content .tab-pane {
    height: auto;
  }
}
/* line 2243, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane span, #myLetting .right-side .tab-content .tab-pane span, #mySelling-offers .right-side .tab-content .tab-pane span, #mySelling-valuations .right-side .tab-content .tab-pane span {
  width: 50%;
  display: block;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 13px;
  color: #616161;
  position: relative;
  line-height: 15px;
}
/* line 2251, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane span.on-portals, #myLetting .right-side .tab-content .tab-pane span.on-portals, #mySelling-offers .right-side .tab-content .tab-pane span.on-portals, #mySelling-valuations .right-side .tab-content .tab-pane span.on-portals {
  padding-right: 25px;
  padding-top: 45px;
  text-align: right;
  float: left;
}
@media (max-width: 480px) {
  /* line 2251, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span.on-portals, #myLetting .right-side .tab-content .tab-pane span.on-portals, #mySelling-offers .right-side .tab-content .tab-pane span.on-portals, #mySelling-valuations .right-side .tab-content .tab-pane span.on-portals {
    text-align: center;
    padding: 0 20px 40px 20px;
  }
}
/* line 2263, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane span.on-andrews-online, #myLetting .right-side .tab-content .tab-pane span.on-andrews-online, #mySelling-offers .right-side .tab-content .tab-pane span.on-andrews-online, #mySelling-valuations .right-side .tab-content .tab-pane span.on-andrews-online {
  float: left;
  padding-left: 25px;
  padding-top: 45px;
}
@media (max-width: 480px) {
  /* line 2263, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span.on-andrews-online, #myLetting .right-side .tab-content .tab-pane span.on-andrews-online, #mySelling-offers .right-side .tab-content .tab-pane span.on-andrews-online, #mySelling-valuations .right-side .tab-content .tab-pane span.on-andrews-online {
    text-align: center;
    padding: 0 20px 40px 20px;
  }
}
/* line 2274, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane span .andrews-line-icon, #myLetting .right-side .tab-content .tab-pane span .andrews-line-icon, #mySelling-offers .right-side .tab-content .tab-pane span .andrews-line-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .andrews-line-icon {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -285px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2274, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .andrews-line-icon, #myLetting .right-side .tab-content .tab-pane span .andrews-line-icon, #mySelling-offers .right-side .tab-content .tab-pane span .andrews-line-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .andrews-line-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -291.5px -40px;
    height: 15px;
    width: 27px;
  }
}
@media (max-width: 480px) {
  /* line 2274, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .andrews-line-icon, #myLetting .right-side .tab-content .tab-pane span .andrews-line-icon, #mySelling-offers .right-side .tab-content .tab-pane span .andrews-line-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .andrews-line-icon {
    display: block;
    margin: 40px auto 10px auto;
  }
}
/* line 2283, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane span .portal-line-icon, #myLetting .right-side .tab-content .tab-pane span .portal-line-icon, #mySelling-offers .right-side .tab-content .tab-pane span .portal-line-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .portal-line-icon {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -406px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2283, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .portal-line-icon, #myLetting .right-side .tab-content .tab-pane span .portal-line-icon, #mySelling-offers .right-side .tab-content .tab-pane span .portal-line-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .portal-line-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -388.5px -40px;
    height: 18px;
    width: 29px;
  }
}
@media (max-width: 480px) {
  /* line 2283, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .portal-line-icon, #myLetting .right-side .tab-content .tab-pane span .portal-line-icon, #mySelling-offers .right-side .tab-content .tab-pane span .portal-line-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .portal-line-icon {
    display: block;
    margin: 40px auto 10px auto;
  }
}
/* line 2292, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane span .repeat-view-icon, #myLetting .right-side .tab-content .tab-pane span .repeat-view-icon, #mySelling-offers .right-side .tab-content .tab-pane span .repeat-view-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .repeat-view-icon {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -574px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2292, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .repeat-view-icon, #myLetting .right-side .tab-content .tab-pane span .repeat-view-icon, #mySelling-offers .right-side .tab-content .tab-pane span .repeat-view-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .repeat-view-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -557.5px -40px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 480px) {
  /* line 2292, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .repeat-view-icon, #myLetting .right-side .tab-content .tab-pane span .repeat-view-icon, #mySelling-offers .right-side .tab-content .tab-pane span .repeat-view-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .repeat-view-icon {
    display: block;
    margin: 40px auto 10px auto;
  }
}
/* line 2302, ../sass/components/_myandrews.scss */
#mySelling .right-side .tab-content .tab-pane span .open-view-icon, #myLetting .right-side .tab-content .tab-pane span .open-view-icon, #mySelling-offers .right-side .tab-content .tab-pane span .open-view-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .open-view-icon {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -553px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 21px;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2302, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .open-view-icon, #myLetting .right-side .tab-content .tab-pane span .open-view-icon, #mySelling-offers .right-side .tab-content .tab-pane span .open-view-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .open-view-icon {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -536.5px -40px;
    height: 20px;
    width: 21px;
  }
}
@media (max-width: 480px) {
  /* line 2302, ../sass/components/_myandrews.scss */
  #mySelling .right-side .tab-content .tab-pane span .open-view-icon, #myLetting .right-side .tab-content .tab-pane span .open-view-icon, #mySelling-offers .right-side .tab-content .tab-pane span .open-view-icon, #mySelling-valuations .right-side .tab-content .tab-pane span .open-view-icon {
    display: block;
    margin: 40px auto 10px auto;
  }
}
/* line 2316, ../sass/components/_myandrews.scss */
#mySelling .last-updated, #myLetting .last-updated, #mySelling-offers .last-updated, #mySelling-valuations .last-updated {
  color: #b2a89f;
  text-align: center;
  width: 100%;
  line-height: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
}
/* line 2324, ../sass/components/_myandrews.scss */
#mySelling .nav-tabs, #myLetting .nav-tabs, #mySelling-offers .nav-tabs, #mySelling-valuations .nav-tabs {
  width: 100%;
  border: 2px solid #b2a89f;
  margin-top: 40px;
}
/* line 2329, ../sass/components/_myandrews.scss */
#mySelling .nav-tabs li, #myLetting .nav-tabs li, #mySelling-offers .nav-tabs li, #mySelling-valuations .nav-tabs li {
  display: inline-block;
  width: 33%;
}
/* line 2333, ../sass/components/_myandrews.scss */
#mySelling .nav-tabs li:nth-child(2), #myLetting .nav-tabs li:nth-child(2), #mySelling-offers .nav-tabs li:nth-child(2), #mySelling-valuations .nav-tabs li:nth-child(2) {
  width: 34%;
}
@media (max-width: 480px) {
  /* line 2337, ../sass/components/_myandrews.scss */
  #mySelling .nav-tabs li:nth-child(2) a, #myLetting .nav-tabs li:nth-child(2) a, #mySelling-offers .nav-tabs li:nth-child(2) a, #mySelling-valuations .nav-tabs li:nth-child(2) a {
    padding: 15px 0 15px 0;
  }
}
@media (max-width: 650px) {
  /* line 2329, ../sass/components/_myandrews.scss */
  #mySelling .nav-tabs li, #myLetting .nav-tabs li, #mySelling-offers .nav-tabs li, #mySelling-valuations .nav-tabs li {
    vertical-align: middle;
  }
}
/* line 2347, ../sass/components/_myandrews.scss */
#mySelling .nav-tabs li a, #myLetting .nav-tabs li a, #mySelling-offers .nav-tabs li a, #mySelling-valuations .nav-tabs li a {
  height: 42px;
  line-height: 42px;
  display: block;
  margin: 2px;
  text-align: center;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #b2a89f;
}
@media (max-width: 480px) {
  /* line 2347, ../sass/components/_myandrews.scss */
  #mySelling .nav-tabs li a, #myLetting .nav-tabs li a, #mySelling-offers .nav-tabs li a, #mySelling-valuations .nav-tabs li a {
    height: 68px;
    line-height: 16px;
    padding: 15px 0 15px 0;
  }
}
@media (max-width: 480px) {
  /* line 2365, ../sass/components/_myandrews.scss */
  #mySelling .nav-tabs li:nth-child(3) a, #myLetting .nav-tabs li:nth-child(3) a, #mySelling-offers .nav-tabs li:nth-child(3) a, #mySelling-valuations .nav-tabs li:nth-child(3) a {
    padding-top: 25px;
  }
}
/* line 2372, ../sass/components/_myandrews.scss */
#mySelling .nav-tabs li.active a, #myLetting .nav-tabs li.active a, #mySelling-offers .nav-tabs li.active a, #mySelling-valuations .nav-tabs li.active a {
  background-color: #b2a89f;
  color: #ffffff;
}
/* line 2380, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper, #myLetting #counts-wrapper, #mySelling-offers #counts-wrapper, #mySelling-valuations #counts-wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}
/* line 2384, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section, #myLetting #counts-wrapper section, #mySelling-offers #counts-wrapper section, #mySelling-valuations #counts-wrapper section {
  width: 50%;
  float: left;
}
/* line 2388, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section.activity, #myLetting #counts-wrapper section.activity, #mySelling-offers #counts-wrapper section.activity, #mySelling-valuations #counts-wrapper section.activity {
  float: left;
  padding-right: 17px;
}
@media (max-width: 650px) {
  /* line 2388, ../sass/components/_myandrews.scss */
  #mySelling #counts-wrapper section.activity, #myLetting #counts-wrapper section.activity, #mySelling-offers #counts-wrapper section.activity, #mySelling-valuations #counts-wrapper section.activity {
    padding-right: 0px;
    width: 100%;
    float: none;
  }
}
/* line 2399, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section.results, #myLetting #counts-wrapper section.results, #mySelling-offers #counts-wrapper section.results, #mySelling-valuations #counts-wrapper section.results {
  float: right;
  padding-left: 17px;
}
@media (max-width: 650px) {
  /* line 2399, ../sass/components/_myandrews.scss */
  #mySelling #counts-wrapper section.results, #myLetting #counts-wrapper section.results, #mySelling-offers #counts-wrapper section.results, #mySelling-valuations #counts-wrapper section.results {
    padding: 40px 0 0 0;
    width: 100%;
    float: none;
  }
}
/* line 2410, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section h1, #myLetting #counts-wrapper section h1, #mySelling-offers #counts-wrapper section h1, #mySelling-valuations #counts-wrapper section h1 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  line-height: 52px;
}
/* line 2416, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section li, #myLetting #counts-wrapper section li, #mySelling-offers #counts-wrapper section li, #mySelling-valuations #counts-wrapper section li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #616161;
  line-height: 52px;
  border-bottom: 1px solid #b2a89f;
}
/* line 2421, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section li:first-child, #myLetting #counts-wrapper section li:first-child, #mySelling-offers #counts-wrapper section li:first-child, #mySelling-valuations #counts-wrapper section li:first-child {
  border-top: 1px solid #b2a89f;
}
/* line 2427, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section li span, #myLetting #counts-wrapper section li span, #mySelling-offers #counts-wrapper section li span, #mySelling-valuations #counts-wrapper section li span {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 16px;
  float: right;
}
/* line 2434, ../sass/components/_myandrews.scss */
#mySelling #counts-wrapper section .subheader, #myLetting #counts-wrapper section .subheader, #mySelling-offers #counts-wrapper section .subheader, #mySelling-valuations #counts-wrapper section .subheader {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #b2a89f;
  border-bottom: none;
}
/* line 2442, ../sass/components/_myandrews.scss */
#mySelling .selling-inner, #myLetting .selling-inner, #mySelling-offers .selling-inner, #mySelling-valuations .selling-inner {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 2442, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner, #myLetting .selling-inner, #mySelling-offers .selling-inner, #mySelling-valuations .selling-inner {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 2442, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner, #myLetting .selling-inner, #mySelling-offers .selling-inner, #mySelling-valuations .selling-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2442, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner, #myLetting .selling-inner, #mySelling-offers .selling-inner, #mySelling-valuations .selling-inner {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 2442, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner, #myLetting .selling-inner, #mySelling-offers .selling-inner, #mySelling-valuations .selling-inner {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 650px) {
  /* line 2442, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner, #myLetting .selling-inner, #mySelling-offers .selling-inner, #mySelling-valuations .selling-inner {
    border-top: 2px solid #d4cec9;
    padding: 0px;
    margin: 0 17px 0 17px;
  }
}
/* line 145, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-container, #myLetting .selling-inner .chosen-container, #mySelling-offers .selling-inner .chosen-container, #mySelling-valuations .selling-inner .chosen-container {
  width: 362px !important;
}
/* line 149, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-single, #myLetting .selling-inner .chosen-single, #mySelling-offers .selling-inner .chosen-single, #mySelling-valuations .selling-inner .chosen-single {
  width: 358px !important;
}
/* line 153, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-container-single, #myLetting .selling-inner .chosen-container-single, #mySelling-offers .selling-inner .chosen-container-single, #mySelling-valuations .selling-inner .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #ffffff;
  background-color: #520e41;
  color: #ffffff;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mySelling .selling-inner .chosen-container-single, #myLetting .selling-inner .chosen-container-single, #mySelling-offers .selling-inner .chosen-container-single, #mySelling-valuations .selling-inner .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  #mySelling .selling-inner .chosen-container-single, #myLetting .selling-inner .chosen-container-single, #mySelling-offers .selling-inner .chosen-container-single, #mySelling-valuations .selling-inner .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  #mySelling .selling-inner .chosen-container-single, #myLetting .selling-inner .chosen-container-single, #mySelling-offers .selling-inner .chosen-container-single, #mySelling-valuations .selling-inner .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-container-active.chosen-with-drop .chosen-single, #myLetting .selling-inner .chosen-container-active.chosen-with-drop .chosen-single, #mySelling-offers .selling-inner .chosen-container-active.chosen-with-drop .chosen-single, #mySelling-valuations .selling-inner .chosen-container-active.chosen-with-drop .chosen-single {
  background: #520e41;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-single, #myLetting .selling-inner .chosen-single, #mySelling-offers .selling-inner .chosen-single, #mySelling-valuations .selling-inner .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #520e41;
  color: #ffffff;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-single:hover, #myLetting .selling-inner .chosen-single:hover, #mySelling-offers .selling-inner .chosen-single:hover, #mySelling-valuations .selling-inner .chosen-single:hover {
  background-color: #ffffff;
  color: #520e41;
}
/* line 186, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-single:hover div b, #myLetting .selling-inner .chosen-single:hover div b, #mySelling-offers .selling-inner .chosen-single:hover div b, #mySelling-valuations .selling-inner .chosen-single:hover div b {
  color: #520e41;
}
/* line 191, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-single div b, #myLetting .selling-inner .chosen-single div b, #mySelling-offers .selling-inner .chosen-single div b, #mySelling-valuations .selling-inner .chosen-single div b {
  background: none !important;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-single div b:before, #myLetting .selling-inner .chosen-single div b:before, #mySelling-offers .selling-inner .chosen-single div b:before, #mySelling-valuations .selling-inner .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-drop, #myLetting .selling-inner .chosen-drop, #mySelling-offers .selling-inner .chosen-drop, #mySelling-valuations .selling-inner .chosen-drop {
  border: 2px solid #ffffff;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 362px;
}
/* line 215, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-results, #myLetting .selling-inner .chosen-results, #mySelling-offers .selling-inner .chosen-results, #mySelling-valuations .selling-inner .chosen-results {
  max-height: none;
  background-color: #520e41;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-results li, #myLetting .selling-inner .chosen-results li, #mySelling-offers .selling-inner .chosen-results li, #mySelling-valuations .selling-inner .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-results li.result-selected, #myLetting .selling-inner .chosen-results li.result-selected, #mySelling-offers .selling-inner .chosen-results li.result-selected, #mySelling-valuations .selling-inner .chosen-results li.result-selected {
  background-color: #ffffff;
  color: #520e41;
}
/* line 231, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-results li:hover, #myLetting .selling-inner .chosen-results li:hover, #mySelling-offers .selling-inner .chosen-results li:hover, #mySelling-valuations .selling-inner .chosen-results li:hover {
  background: #ffffff;
  color: #520e41;
}
/* line 236, ../sass/mixins/_global.scss */
#mySelling .selling-inner .chosen-results li.highlighted, #myLetting .selling-inner .chosen-results li.highlighted, #mySelling-offers .selling-inner .chosen-results li.highlighted, #mySelling-valuations .selling-inner .chosen-results li.highlighted {
  background: #ffffff;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 2454, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .chosen-container, #myLetting .selling-inner .chosen-container, #mySelling-offers .selling-inner .chosen-container, #mySelling-valuations .selling-inner .chosen-container {
    width: 308px !important;
  }
}
@media (max-width: 1280px) {
  /* line 2460, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .chosen-single, #myLetting .selling-inner .chosen-single, #mySelling-offers .selling-inner .chosen-single, #mySelling-valuations .selling-inner .chosen-single {
    width: 304px !important;
  }
}
@media (max-width: 1280px) {
  /* line 2466, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .chosen-drop, #myLetting .selling-inner .chosen-drop, #mySelling-offers .selling-inner .chosen-drop, #mySelling-valuations .selling-inner .chosen-drop {
    width: 308px;
  }
}
/* line 2472, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .chosen-container, #myLetting .selling-inner .chosen-container, #mySelling-offers .selling-inner .chosen-container, #mySelling-valuations .selling-inner .chosen-container {
  margin-left: -2px;
}
@media (max-width: 992px) {
  /* line 2477, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .chosen-container, #myLetting .selling-inner .chosen-container, #mySelling-offers .selling-inner .chosen-container, #mySelling-valuations .selling-inner .chosen-container {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2477, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .chosen-container, #myLetting .selling-inner .chosen-container, #mySelling-offers .selling-inner .chosen-container, #mySelling-valuations .selling-inner .chosen-container {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 2483, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .chosen-container, #myLetting .selling-inner .chosen-container, #mySelling-offers .selling-inner .chosen-container, #mySelling-valuations .selling-inner .chosen-container {
    display: none;
  }
}
/* line 2488, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box, #myLetting .selling-inner .property-box, #mySelling-offers .selling-inner .property-box, #mySelling-valuations .selling-inner .property-box {
  margin-top: 30px;
  width: 360px;
  background-color: #f0ece4;
}
@media (max-width: 1280px) {
  /* line 2488, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .property-box, #myLetting .selling-inner .property-box, #mySelling-offers .selling-inner .property-box, #mySelling-valuations .selling-inner .property-box {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 2488, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .property-box, #myLetting .selling-inner .property-box, #mySelling-offers .selling-inner .property-box, #mySelling-valuations .selling-inner .property-box {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2488, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .property-box, #myLetting .selling-inner .property-box, #mySelling-offers .selling-inner .property-box, #mySelling-valuations .selling-inner .property-box {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 2488, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .property-box, #myLetting .selling-inner .property-box, #mySelling-offers .selling-inner .property-box, #mySelling-valuations .selling-inner .property-box {
    display: none;
  }
}
/* line 2505, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box .photo, #myLetting .selling-inner .property-box .photo, #mySelling-offers .selling-inner .property-box .photo, #mySelling-valuations .selling-inner .property-box .photo {
  width: 360px;
  overflow-x: hidden;
}
@media (max-width: 1280px) {
  /* line 2505, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .property-box .photo, #myLetting .selling-inner .property-box .photo, #mySelling-offers .selling-inner .property-box .photo, #mySelling-valuations .selling-inner .property-box .photo {
    width: 310px;
  }
}
/* line 2513, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box .photo img, #myLetting .selling-inner .property-box .photo img, #mySelling-offers .selling-inner .property-box .photo img, #mySelling-valuations .selling-inner .property-box .photo img {
  height: 240px;
  width: 360px;
}
/* line 2519, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box .selling-board, #myLetting .selling-inner .property-box .selling-board, #mySelling-offers .selling-inner .property-box .selling-board, #mySelling-valuations .selling-inner .property-box .selling-board {
  float: left;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -543px -133px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 54px;
  width: 56px;
  margin: 20px 0 20px 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2519, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .property-box .selling-board, #myLetting .selling-inner .property-box .selling-board, #mySelling-offers .selling-inner .property-box .selling-board, #mySelling-valuations .selling-inner .property-box .selling-board {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -55px -424px;
    height: 54px;
    width: 56px;
  }
}
/* line 2525, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box .selling-address, #myLetting .selling-inner .property-box .selling-address, #mySelling-offers .selling-inner .property-box .selling-address, #mySelling-valuations .selling-inner .property-box .selling-address {
  float: left;
  margin-left: 10px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  margin: 20px 30px 20px 0px;
  color: #520e41;
  width: 230px;
  line-height: 24px;
}
@media (max-width: 1280px) {
  /* line 2525, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .property-box .selling-address, #myLetting .selling-inner .property-box .selling-address, #mySelling-offers .selling-inner .property-box .selling-address, #mySelling-valuations .selling-inner .property-box .selling-address {
    width: 180px;
  }
}
/* line 2539, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box .details, #myLetting .selling-inner .property-box .details, #mySelling-offers .selling-inner .property-box .details, #mySelling-valuations .selling-inner .property-box .details {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #616161;
  padding: 0 0 30px 30px;
  margin-left: 20px;
}
/* line 2545, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box .details li, #myLetting .selling-inner .property-box .details li, #mySelling-offers .selling-inner .property-box .details li, #mySelling-valuations .selling-inner .property-box .details li {
  color: #520e41;
  list-style-type: disc;
  line-height: 30px;
}
/* line 2549, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .property-box .details li span, #myLetting .selling-inner .property-box .details li span, #mySelling-offers .selling-inner .property-box .details li span, #mySelling-valuations .selling-inner .property-box .details li span {
  color: #616161;
}
/* line 2558, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .safety-status, #myLetting .selling-inner .safety-status, #mySelling-offers .selling-inner .safety-status, #mySelling-valuations .selling-inner .safety-status {
  margin-top: 2px;
  background-color: #f0ece4;
  line-height: 75px;
  padding: 0 30px 30px 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  width: 360px;
}
/* line 2567, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .safety-status p, #myLetting .selling-inner .safety-status p, #mySelling-offers .selling-inner .safety-status p, #mySelling-valuations .selling-inner .safety-status p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #520e41;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
}
@media (max-width: 1280px) {
  /* line 2558, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .safety-status, #myLetting .selling-inner .safety-status, #mySelling-offers .selling-inner .safety-status, #mySelling-valuations .selling-inner .safety-status {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 2558, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .safety-status, #myLetting .selling-inner .safety-status, #mySelling-offers .selling-inner .safety-status, #mySelling-valuations .selling-inner .safety-status {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2558, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .safety-status, #myLetting .selling-inner .safety-status, #mySelling-offers .selling-inner .safety-status, #mySelling-valuations .selling-inner .safety-status {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 2558, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .safety-status, #myLetting .selling-inner .safety-status, #mySelling-offers .selling-inner .safety-status, #mySelling-valuations .selling-inner .safety-status {
    display: none;
  }
}
/* line 2588, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .safety-status ul, #myLetting .selling-inner .safety-status ul, #mySelling-offers .selling-inner .safety-status ul, #mySelling-valuations .selling-inner .safety-status ul {
  padding-left: 20px;
}
/* line 2592, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .safety-status li, #myLetting .selling-inner .safety-status li, #mySelling-offers .selling-inner .safety-status li, #mySelling-valuations .selling-inner .safety-status li {
  list-style-type: disc;
  color: #520e41;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 5px;
}
/* line 2598, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .safety-status li span, #myLetting .selling-inner .safety-status li span, #mySelling-offers .selling-inner .safety-status li span, #mySelling-valuations .selling-inner .safety-status li span {
  color: #616161;
}
/* line 2606, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .marketing-status, #myLetting .selling-inner .marketing-status, #mySelling-offers .selling-inner .marketing-status, #mySelling-valuations .selling-inner .marketing-status {
  margin-top: 2px;
  width: 360px;
  background-color: #f0ece4;
  height: 75px;
  line-height: 75px;
  padding-left: 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 2606, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .marketing-status, #myLetting .selling-inner .marketing-status, #mySelling-offers .selling-inner .marketing-status, #mySelling-valuations .selling-inner .marketing-status {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 2606, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .marketing-status, #myLetting .selling-inner .marketing-status, #mySelling-offers .selling-inner .marketing-status, #mySelling-valuations .selling-inner .marketing-status {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2606, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .marketing-status, #myLetting .selling-inner .marketing-status, #mySelling-offers .selling-inner .marketing-status, #mySelling-valuations .selling-inner .marketing-status {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 2606, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .marketing-status, #myLetting .selling-inner .marketing-status, #mySelling-offers .selling-inner .marketing-status, #mySelling-valuations .selling-inner .marketing-status {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* line 2606, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .marketing-status, #myLetting .selling-inner .marketing-status, #mySelling-offers .selling-inner .marketing-status, #mySelling-valuations .selling-inner .marketing-status {
    font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
    font-size: 17px;
  }
}
/* line 2632, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .marketing-status span, #myLetting .selling-inner .marketing-status span, #mySelling-offers .selling-inner .marketing-status span, #mySelling-valuations .selling-inner .marketing-status span {
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 21px;
}
@media (max-width: 1280px) {
  /* line 2632, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .marketing-status span, #myLetting .selling-inner .marketing-status span, #mySelling-offers .selling-inner .marketing-status span, #mySelling-valuations .selling-inner .marketing-status span {
    font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
    font-size: 17px;
  }
}
/* line 2641, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details, #myLetting .selling-inner .branch-details, #mySelling-offers .selling-inner .branch-details, #mySelling-valuations .selling-inner .branch-details {
  margin-top: 30px;
  margin-bottom: 60px;
  width: 360px;
  background-color: #f0ece4;
  padding: 35px;
}
@media (max-width: 1280px) {
  /* line 2641, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details, #myLetting .selling-inner .branch-details, #mySelling-offers .selling-inner .branch-details, #mySelling-valuations .selling-inner .branch-details {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 2641, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details, #myLetting .selling-inner .branch-details, #mySelling-offers .selling-inner .branch-details, #mySelling-valuations .selling-inner .branch-details {
    margin: 0 86px 60px 86px;
    padding: 42px 65px 42px 65px;
    width: auto;
  }
  /* line 2657, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details dl, #myLetting .selling-inner .branch-details dl, #mySelling-offers .selling-inner .branch-details dl, #mySelling-valuations .selling-inner .branch-details dl {
    float: left;
    width: 230px;
  }
}
@media (max-width: 992px) and (max-width: 890px) {
  /* line 2657, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details dl, #myLetting .selling-inner .branch-details dl, #mySelling-offers .selling-inner .branch-details dl, #mySelling-valuations .selling-inner .branch-details dl {
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 650px) {
  /* line 2657, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details dl, #myLetting .selling-inner .branch-details dl, #mySelling-offers .selling-inner .branch-details dl, #mySelling-valuations .selling-inner .branch-details dl {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2641, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details, #myLetting .selling-inner .branch-details, #mySelling-offers .selling-inner .branch-details, #mySelling-valuations .selling-inner .branch-details {
    margin: 0 86px 60px 86px;
    padding: 42px 65px 42px 65px;
    width: auto;
  }
  /* line 2657, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details dl, #myLetting .selling-inner .branch-details dl, #mySelling-offers .selling-inner .branch-details dl, #mySelling-valuations .selling-inner .branch-details dl {
    float: left;
    width: 230px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (max-width: 890px) {
  /* line 2657, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details dl, #myLetting .selling-inner .branch-details dl, #mySelling-offers .selling-inner .branch-details dl, #mySelling-valuations .selling-inner .branch-details dl {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (max-width: 650px) {
  /* line 2657, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details dl, #myLetting .selling-inner .branch-details dl, #mySelling-offers .selling-inner .branch-details dl, #mySelling-valuations .selling-inner .branch-details dl {
    width: 100%;
  }
}

@media (max-width: 650px) {
  /* line 2641, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details, #myLetting .selling-inner .branch-details, #mySelling-offers .selling-inner .branch-details, #mySelling-valuations .selling-inner .branch-details {
    padding: 15px;
    margin: 0 auto 60px 0;
  }
}
/* line 2676, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details h1, #myLetting .selling-inner .branch-details h1, #mySelling-offers .selling-inner .branch-details h1, #mySelling-valuations .selling-inner .branch-details h1 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  /* line 2676, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details h1, #myLetting .selling-inner .branch-details h1, #mySelling-offers .selling-inner .branch-details h1, #mySelling-valuations .selling-inner .branch-details h1 {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  /* line 2676, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details h1, #myLetting .selling-inner .branch-details h1, #mySelling-offers .selling-inner .branch-details h1, #mySelling-valuations .selling-inner .branch-details h1 {
    font-size: 21px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2676, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details h1, #myLetting .selling-inner .branch-details h1, #mySelling-offers .selling-inner .branch-details h1, #mySelling-valuations .selling-inner .branch-details h1 {
    font-size: 21px;
  }
}
@media (max-width: 890px) {
  /* line 2690, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details .agent-bottom, #myLetting .selling-inner .branch-details .agent-bottom, #mySelling-offers .selling-inner .branch-details .agent-bottom, #mySelling-valuations .selling-inner .branch-details .agent-bottom {
    width: 100%;
    margin-left: 0px;
  }
}
/* line 2698, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details dl dt, #myLetting .selling-inner .branch-details dl dt, #mySelling-offers .selling-inner .branch-details dl dt, #mySelling-valuations .selling-inner .branch-details dl dt {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #b2a89f;
}
/* line 2704, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details dl .branch a, #myLetting .selling-inner .branch-details dl .branch a, #mySelling-offers .selling-inner .branch-details dl .branch a, #mySelling-valuations .selling-inner .branch-details dl .branch a {
  display: block;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  width: 100%;
  line-height: 30px;
}
/* line 2713, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details dl .contact, #myLetting .selling-inner .branch-details dl .contact, #mySelling-offers .selling-inner .branch-details dl .contact, #mySelling-valuations .selling-inner .branch-details dl .contact {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  margin-bottom: 20px;
}
/* line 2719, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details dl .email, #myLetting .selling-inner .branch-details dl .email, #mySelling-offers .selling-inner .branch-details dl .email, #mySelling-valuations .selling-inner .branch-details dl .email {
  margin-bottom: 20px;
}
/* line 2720, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details dl .email a, #myLetting .selling-inner .branch-details dl .email a, #mySelling-offers .selling-inner .branch-details dl .email a, #mySelling-valuations .selling-inner .branch-details dl .email a {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  display: block;
  background-color: #ed1a3a;
  color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
/* line 2730, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details dl .email a:hover, #myLetting .selling-inner .branch-details dl .email a:hover, #mySelling-offers .selling-inner .branch-details dl .email a:hover, #mySelling-valuations .selling-inner .branch-details dl .email a:hover {
  background-color: #d9040e;
}
@media (max-width: 650px) {
  /* line 2720, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details dl .email a, #myLetting .selling-inner .branch-details dl .email a, #mySelling-offers .selling-inner .branch-details dl .email a, #mySelling-valuations .selling-inner .branch-details dl .email a {
    width: 100%;
  }
}
/* line 2743, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details .agent-bottom, #myLetting .selling-inner .branch-details .agent-bottom, #mySelling-offers .selling-inner .branch-details .agent-bottom, #mySelling-valuations .selling-inner .branch-details .agent-bottom {
  padding: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  /* line 2743, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details .agent-bottom, #myLetting .selling-inner .branch-details .agent-bottom, #mySelling-offers .selling-inner .branch-details .agent-bottom, #mySelling-valuations .selling-inner .branch-details .agent-bottom {
    margin-left: 70px;
    float: right;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2743, ../sass/components/_myandrews.scss */
  #mySelling .selling-inner .branch-details .agent-bottom, #myLetting .selling-inner .branch-details .agent-bottom, #mySelling-offers .selling-inner .branch-details .agent-bottom, #mySelling-valuations .selling-inner .branch-details .agent-bottom {
    margin-left: 70px;
    float: right;
  }
}
/* line 2752, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details .agent-bottom dd, #myLetting .selling-inner .branch-details .agent-bottom dd, #mySelling-offers .selling-inner .branch-details .agent-bottom dd, #mySelling-valuations .selling-inner .branch-details .agent-bottom dd {
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #520e41;
}
/* line 2758, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details .agent-bottom dd strong, #myLetting .selling-inner .branch-details .agent-bottom dd strong, #mySelling-offers .selling-inner .branch-details .agent-bottom dd strong, #mySelling-valuations .selling-inner .branch-details .agent-bottom dd strong {
  font-weight: normal;
}
/* line 2762, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details .agent-bottom .border-top, #myLetting .selling-inner .branch-details .agent-bottom .border-top, #mySelling-offers .selling-inner .branch-details .agent-bottom .border-top, #mySelling-valuations .selling-inner .branch-details .agent-bottom .border-top {
  margin-top: 20px;
}
/* line 2766, ../sass/components/_myandrews.scss */
#mySelling .selling-inner .branch-details .agent-bottom .email, #myLetting .selling-inner .branch-details .agent-bottom .email, #mySelling-offers .selling-inner .branch-details .agent-bottom .email, #mySelling-valuations .selling-inner .branch-details .agent-bottom .email {
  margin: 20px 0 0px 0px;
}

/* line 2774, ../sass/components/_myandrews.scss */
#mySelling-nav, #myLetting-nav {
  height: 80px;
  border-bottom: 2px solid #d4cec9;
}
@media (max-width: 992px) {
  /* line 2774, ../sass/components/_myandrews.scss */
  #mySelling-nav, #myLetting-nav {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2774, ../sass/components/_myandrews.scss */
  #mySelling-nav, #myLetting-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 2774, ../sass/components/_myandrews.scss */
  #mySelling-nav, #myLetting-nav {
    display: none;
  }
}
/* line 2786, ../sass/components/_myandrews.scss */
#mySelling-nav nav, #myLetting-nav nav {
  max-width: 1152px;
  border: 2px solid #520e41;
  margin: 0px auto 30px auto;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 1280px) {
  /* line 2786, ../sass/components/_myandrews.scss */
  #mySelling-nav nav, #myLetting-nav nav {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 2786, ../sass/components/_myandrews.scss */
  #mySelling-nav nav, #myLetting-nav nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2786, ../sass/components/_myandrews.scss */
  #mySelling-nav nav, #myLetting-nav nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 2786, ../sass/components/_myandrews.scss */
  #mySelling-nav nav, #myLetting-nav nav {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 2786, ../sass/components/_myandrews.scss */
  #mySelling-nav nav, #myLetting-nav nav {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2786, ../sass/components/_myandrews.scss */
  #mySelling-nav nav, #myLetting-nav nav {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 2786, ../sass/components/_myandrews.scss */
  #mySelling-nav nav, #myLetting-nav nav {
    height: 50px;
    line-height: 46px;
  }
}
/* line 2795, ../sass/components/_myandrews.scss */
#mySelling-nav nav li:first-child a, #myLetting-nav nav li:first-child a {
  border-left: none;
}
/* line 2801, ../sass/components/_myandrews.scss */
#mySelling-nav nav li:last-child a, #myLetting-nav nav li:last-child a {
  border-right: none;
}
/* line 2807, ../sass/components/_myandrews.scss */
#mySelling-nav nav a, #myLetting-nav nav a {
  width: 25%;
  float: left;
  display: block;
  text-align: center;
  color: #520e41;
  padding: 0;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  height: 46px;
  border-left: 1px solid #520e41;
  border-right: 1px solid #520e41;
  position: relative;
}
/* line 2820, ../sass/components/_myandrews.scss */
#mySelling-nav nav a:hover, #myLetting-nav nav a:hover {
  background-color: #f2f2f2;
}
/* line 2824, ../sass/components/_myandrews.scss */
#mySelling-nav nav a.active, #myLetting-nav nav a.active {
  background-color: #520e41;
  color: #ffffff;
}
/* line 2829, ../sass/components/_myandrews.scss */
#mySelling-nav nav a .arrow-up, #myLetting-nav nav a .arrow-up {
  display: none;
  bottom: -2px;
  left: 50%;
  margin-left: -10px;
}
/* line 2836, ../sass/components/_myandrews.scss */
#mySelling-nav nav a.active, #myLetting-nav nav a.active {
  background-color: #520e41;
  color: #ffffff;
}
/* line 2840, ../sass/components/_myandrews.scss */
#mySelling-nav nav a.active .arrow-up, #myLetting-nav nav a.active .arrow-up {
  display: block;
}

/* line 2848, ../sass/components/_myandrews.scss */
#mySelling-nav {
  /*border-bottom: none;*/
}

/* line 2854, ../sass/components/_myandrews.scss */
#myLetting-nav nav a {
  width: 20%;
}

/* line 2860, ../sass/components/_myandrews.scss */
#chart-wrapper {
  padding-left: 20px;
}
@media (max-width: 480px) {
  /* line 2860, ../sass/components/_myandrews.scss */
  #chart-wrapper {
    padding-left: 0px;
  }
}

/* line 2868, ../sass/components/_myandrews.scss */
.chart-container {
  height: 530px;
}
/* line 2871, ../sass/components/_myandrews.scss */
.chart-container .chart-left, .chart-container .chart-right {
  position: absolute;
  width: 40px;
  height: 350px;
  background-color: #d4cec9;
  float: left;
  z-index: 1;
  top: 150px;
}
@media (max-width: 480px) {
  /* line 2871, ../sass/components/_myandrews.scss */
  .chart-container .chart-left, .chart-container .chart-right {
    display: none;
  }
}
/* line 2885, ../sass/components/_myandrews.scss */
.chart-container .chart-left {
  left: 0px;
}
/* line 2888, ../sass/components/_myandrews.scss */
.chart-container .chart-left .nav-left {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 14px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -541px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2888, ../sass/components/_myandrews.scss */
  .chart-container .chart-left .nav-left {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -417.5px -40px;
    height: 19px;
    width: 12px;
  }
}
/* line 2897, ../sass/components/_myandrews.scss */
.chart-container .chart-right {
  right: 0px;
}
/* line 2900, ../sass/components/_myandrews.scss */
.chart-container .chart-right .nav-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 14px;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -529px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 2900, ../sass/components/_myandrews.scss */
  .chart-container .chart-right .nav-right {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -486.5px -40px;
    height: 19px;
    width: 12px;
  }
}
/* line 2909, ../sass/components/_myandrews.scss */
.chart-container .chart-bottom {
  color: #616161;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  border-top: 2px solid #d4cec9;
}
/* line 2914, ../sass/components/_myandrews.scss */
.chart-container .chart-bottom .x-start {
  border-right: 1px solid #d4cec9;
}
/* line 2918, ../sass/components/_myandrews.scss */
.chart-container .chart-bottom .x-finish {
  border-left: 1px solid #d4cec9;
}
/* line 2922, ../sass/components/_myandrews.scss */
.chart-container .chart-bottom .chart-section {
  border-left: 1px solid #d4cec9;
  border-right: 1px solid #d4cec9;
}

/* line 2929, ../sass/components/_myandrews.scss */
.offer-tooltip {
  background-color: #b2a89f;
  width: 250px;
  color: #ffffff;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  padding: 20px;
  position: relative;
  display: none;
  position: relative;
  z-index: 20;
}
/* line 2940, ../sass/components/_myandrews.scss */
.offer-tooltip span {
  display: block;
}
/* line 2943, ../sass/components/_myandrews.scss */
.offer-tooltip span.offer-datetime {
  float: left;
}
/* line 2947, ../sass/components/_myandrews.scss */
.offer-tooltip span.offer-day {
  float: left;
  margin-left: 5px;
}
/* line 2954, ../sass/components/_myandrews.scss */
.offer-tooltip a span {
  float: left;
}
/* line 2957, ../sass/components/_myandrews.scss */
.offer-tooltip a span.offer-amount {
  clear: both;
  margin-top: 5px;
  margin-right: 5px;
}
/* line 2963, ../sass/components/_myandrews.scss */
.offer-tooltip a span.offer-day {
  margin-top: 5px;
}
/* line 2967, ../sass/components/_myandrews.scss */
.offer-tooltip a span.offer-status {
  margin-top: 5px;
}
/* line 2971, ../sass/components/_myandrews.scss */
.offer-tooltip a span.offer-status-icon {
  margin-top: 5px;
  float: right;
}
/* line 2975, ../sass/components/_myandrews.scss */
.offer-tooltip a span.offer-status-icon img {
  position: static;
}
/* line 2982, ../sass/components/_myandrews.scss */
.offer-tooltip .offer-title {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  padding-bottom: 10px;
}
/* line 2987, ../sass/components/_myandrews.scss */
.offer-tooltip .offer-date-container {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
/* line 2993, ../sass/components/_myandrews.scss */
.offer-tooltip img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  float: right;
}

/* line 3003, ../sass/components/_myandrews.scss */
.tooltip-inner {
  position: relative;
  z-index: 20;
  padding: 20px;
  color: #ffffff;
  background-color: #520e41;
  display: block;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 3013, ../sass/components/_myandrews.scss */
.tooltip-inner strong {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
}

/* line 3018, ../sass/components/_myandrews.scss */
.highcharts-data-labels {
  margin-top: 5px !important;
}

/* line 3022, ../sass/components/_myandrews.scss */
.chart-container {
  margin-top: 100px;
}
@media (max-width: 992px) {
  /* line 3022, ../sass/components/_myandrews.scss */
  .chart-container {
    margin-top: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3022, ../sass/components/_myandrews.scss */
  .chart-container {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  /* line 3022, ../sass/components/_myandrews.scss */
  .chart-container {
    margin-top: 40px;
  }
}

/* line 3036, ../sass/components/_myandrews.scss */
.open-repeat img.open-view, .open-repeat img.repeat-viewing {
  max-width: none;
  width: 15px;
  height: 15px;
  display: block;
}

@media (max-width: 480px) {
  /* line 3047, ../sass/components/_myandrews.scss */
  #mySelling-offers .selling-inner {
    margin-top: 0px;
    border-top: 2px solid #d4cec9;
  }
}

@media (max-width: 480px) {
  /* line 3054, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li .date-time, #mySelling-valuations .right-side .list-group-valuations li .date-time {
    line-height: 54px;
  }
}

@media (max-width: 480px) {
  /* line 3060, ../sass/components/_myandrews.scss */
  #mySelling-valuations .right-side .list-group-valuations li .status {
    right: 0px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 3067, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .container-fluid, #myLetting .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 3074, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list, #myLetting .tenancy-list {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  /* line 3074, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list, #myLetting .tenancy-list {
    padding-top: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3074, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list, #myLetting .tenancy-list {
    padding-top: 20px;
  }
}
/* line 3082, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list .mobile-header, #myLetting .tenancy-list .mobile-header {
  display: none;
  float: none;
  padding-top: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #616161;
}
@media (max-width: 992px) {
  /* line 3082, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list .mobile-header, #myLetting .tenancy-list .mobile-header {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3082, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list .mobile-header, #myLetting .tenancy-list .mobile-header {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 3082, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list .mobile-header, #myLetting .tenancy-list .mobile-header {
    padding-top: 0px;
    display: block;
  }
}
/* line 3099, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li, #myLetting .tenancy-list li {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 2px solid #d4cec9;
}
/* line 3104, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li:first-child, #myLetting .tenancy-list li:first-child {
  border-top: 2px solid #d4cec9;
}
@media (max-width: 992px) {
  /* line 3104, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li:first-child, #myLetting .tenancy-list li:first-child {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3104, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li:first-child, #myLetting .tenancy-list li:first-child {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 3104, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li:first-child, #myLetting .tenancy-list li:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 3116, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li:nth-child(2), #myLetting .tenancy-list li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3116, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li:nth-child(2), #myLetting .tenancy-list li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
@media (max-width: 650px) {
  /* line 3116, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li:nth-child(2), #myLetting .tenancy-list li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
/* line 3128, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li .date-time, #myLetting .tenancy-list li .date-time {
  float: left;
  width: 16%;
  line-height: 74px;
  color: #616161;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
@media (max-width: 992px) {
  /* line 3128, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .date-time, #myLetting .tenancy-list li .date-time {
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3128, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .date-time, #myLetting .tenancy-list li .date-time {
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  /* line 3128, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .date-time, #myLetting .tenancy-list li .date-time {
    line-height: 20px;
    width: 50%;
    float: none;
  }
  /* line 3144, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .date-time.ended, #myLetting .tenancy-list li .date-time.ended {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 3150, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li .date-time.header, #myLetting .tenancy-list li .date-time.header {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 3156, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li .description, #myLetting .tenancy-list li .description {
  line-height: 74px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #616161;
  float: left;
  width: 52%;
}
@media (max-width: 992px) {
  /* line 3156, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .description, #myLetting .tenancy-list li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    padding-right: 25%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3156, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .description, #myLetting .tenancy-list li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    padding-right: 25%;
  }
}
@media (max-width: 650px) {
  /* line 3156, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .description, #myLetting .tenancy-list li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    width: 100%;
    float: none;
  }
}
/* line 3178, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li .description.header, #myLetting .tenancy-list li .description.header {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 3184, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li .status, #myLetting .tenancy-list li .status {
  width: 16%;
}
/* line 3187, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li .status.header, #myLetting .tenancy-list li .status.header {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
@media (max-width: 650px) {
  /* line 3184, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .status, #myLetting .tenancy-list li .status {
    float: right;
    margin-top: -118px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 3184, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li .status, #myLetting .tenancy-list li .status {
    margin-top: -114px;
  }
}
/* line 3203, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span, #myLetting .tenancy-list li span {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
@media (max-width: 480px) {
  /* line 3203, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span, #myLetting .tenancy-list li span {
    line-height: 17px;
  }
}
/* line 3210, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.active, #myLetting .tenancy-list li span.active {
  color: #32b200;
}
/* line 3214, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.inactive, #myLetting .tenancy-list li span.inactive {
  color: #ed1a3a;
}
/* line 3218, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.confirmed, #myLetting .tenancy-list li span.confirmed {
  color: #32b200;
}
/* line 3222, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.status, #myLetting .tenancy-list li span.status {
  line-height: 74px;
}
/* line 3225, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.status span, #myLetting .tenancy-list li span.status span {
  float: none;
}
@media (max-width: 992px) {
  /* line 3222, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span.status, #myLetting .tenancy-list li span.status {
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3222, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span.status, #myLetting .tenancy-list li span.status {
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  /* line 3222, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span.status, #myLetting .tenancy-list li span.status {
    line-height: 20px;
  }
}
/* line 3238, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.hidden + .comments, #myLetting .tenancy-list li span.hidden + .comments {
  display: none;
}
/* line 3242, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span .pending, #myLetting .tenancy-list li span .pending {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 11px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3242, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span .pending, #myLetting .tenancy-list li span .pending {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -40px;
    height: 3px;
    width: 11px;
  }
}
/* line 3247, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span .inactive, #myLetting .tenancy-list li span .inactive {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -124px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3247, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span .inactive, #myLetting .tenancy-list li span .inactive {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -131.5px -40px;
    height: 11px;
    width: 12px;
  }
}
/* line 3252, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span .active, #myLetting .tenancy-list li span .active {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -176px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3252, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span .active, #myLetting .tenancy-list li span .active {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -183.5px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 3257, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.red, #myLetting .tenancy-list li span.red {
  color: #ed1a3a;
}
/* line 3261, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.green, #myLetting .tenancy-list li span.green {
  color: #32b200;
}
/* line 3265, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.icon, #myLetting .tenancy-list li span.icon {
  cursor: pointer;
  width: 20px;
  float: right;
}
/* line 3270, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.icon .plus, #myLetting .tenancy-list li span.icon .plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -87px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3270, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span.icon .plus, #myLetting .tenancy-list li span.icon .plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -68.5px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 3274, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-list li span.icon .minus, #myLetting .tenancy-list li span.icon .minus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -69px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3274, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-list li span.icon .minus, #myLetting .tenancy-list li span.icon .minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -77px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 3282, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector, #myLetting .tenancy-selector {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  /* line 3282, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector, #myLetting .tenancy-selector {
    padding-top: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3282, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector, #myLetting .tenancy-selector {
    padding-top: 20px;
  }
}
/* line 3289, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector .mobile-header, #myLetting .tenancy-selector .mobile-header {
  display: none;
  float: none;
  padding-top: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #616161;
}
@media (max-width: 992px) {
  /* line 3289, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector .mobile-header, #myLetting .tenancy-selector .mobile-header {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3289, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector .mobile-header, #myLetting .tenancy-selector .mobile-header {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 3289, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector .mobile-header, #myLetting .tenancy-selector .mobile-header {
    padding-top: 0px;
    display: block;
  }
}
/* line 3306, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li, #myLetting .tenancy-selector li {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 2px solid #d4cec9;
  line-height: 74px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
@media (max-width: 992px) {
  /* line 3314, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li:first-child, #myLetting .tenancy-selector li:first-child {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3314, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li:first-child, #myLetting .tenancy-selector li:first-child {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 3314, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li:first-child, #myLetting .tenancy-selector li:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 3324, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li:nth-child(2), #myLetting .tenancy-selector li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3324, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li:nth-child(2), #myLetting .tenancy-selector li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
@media (max-width: 650px) {
  /* line 3324, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li:nth-child(2), #myLetting .tenancy-selector li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
/* line 3334, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .description, #myLetting .tenancy-selector li .description {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #616161;
  float: left;
  width: 46%;
}
@media (max-width: 992px) {
  /* line 3334, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .description, #myLetting .tenancy-selector li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    padding-right: 25%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3334, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .description, #myLetting .tenancy-selector li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    padding-right: 25%;
  }
}
@media (max-width: 650px) {
  /* line 3334, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .description, #myLetting .tenancy-selector li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    width: 100%;
    float: none;
  }
}
/* line 3355, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .description.header, #myLetting .tenancy-selector li .description.header {
  color: #520e41;
}
/* line 3360, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .date-time, #myLetting .tenancy-selector li .date-time {
  float: left;
  width: 16%;
  color: #616161;
}
@media (max-width: 992px) {
  /* line 3360, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .date-time, #myLetting .tenancy-selector li .date-time {
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3360, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .date-time, #myLetting .tenancy-selector li .date-time {
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  /* line 3360, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .date-time, #myLetting .tenancy-selector li .date-time {
    line-height: 20px;
    width: 50%;
    float: none;
  }
  /* line 3374, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .date-time.ended, #myLetting .tenancy-selector li .date-time.ended {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 3380, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .date-time.header, #myLetting .tenancy-selector li .date-time.header {
  color: #520e41;
}
/* line 3385, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .status, #myLetting .tenancy-selector li .status {
  width: 12%;
  float: left;
}
/* line 3389, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .status.header, #myLetting .tenancy-selector li .status.header {
  color: #520e41;
}
@media (max-width: 650px) {
  /* line 3385, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .status, #myLetting .tenancy-selector li .status {
    float: right;
    margin-top: -118px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 3385, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .status, #myLetting .tenancy-selector li .status {
    margin-top: -114px;
  }
}
/* line 3404, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .panel-link, #myLetting .tenancy-selector li .panel-link {
  width: 10%;
  float: left;
  padding-top: 12px;
}
/* line 3409, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li .panel-link.header, #myLetting .tenancy-selector li .panel-link.header {
  padding-top: 0;
  color: #520e41;
}
@media (max-width: 650px) {
  /* line 3404, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .panel-link, #myLetting .tenancy-selector li .panel-link {
    float: right;
    margin-top: -118px;
    width: 50%;
    padding-top: 55px !important;
  }
}
@media (max-width: 480px) {
  /* line 3404, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li .panel-link, #myLetting .tenancy-selector li .panel-link {
    margin-top: -114px;
    padding-top: 55px !important;
  }
}
/* line 3427, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span, #myLetting .tenancy-selector li span {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
@media (max-width: 480px) {
  /* line 3427, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span, #myLetting .tenancy-selector li span {
    line-height: 17px;
  }
}
/* line 3434, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.active, #myLetting .tenancy-selector li span.active {
  color: #32b200;
}
/* line 3438, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.inactive, #myLetting .tenancy-selector li span.inactive {
  color: #ed1a3a;
}
/* line 3442, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.confirmed, #myLetting .tenancy-selector li span.confirmed {
  color: #32b200;
}
/* line 3447, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.status span, #myLetting .tenancy-selector li span.status span {
  float: none;
}
@media (max-width: 992px) {
  /* line 3446, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span.status, #myLetting .tenancy-selector li span.status {
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3446, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span.status, #myLetting .tenancy-selector li span.status {
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  /* line 3446, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span.status, #myLetting .tenancy-selector li span.status {
    line-height: 20px;
  }
}
/* line 3460, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.hidden + .comments, #myLetting .tenancy-selector li span.hidden + .comments {
  display: none;
}
/* line 3464, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span .pending, #myLetting .tenancy-selector li span .pending {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 11px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3464, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span .pending, #myLetting .tenancy-selector li span .pending {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -40px;
    height: 3px;
    width: 11px;
  }
}
/* line 3469, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span .inactive, #myLetting .tenancy-selector li span .inactive {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -124px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3469, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span .inactive, #myLetting .tenancy-selector li span .inactive {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -131.5px -40px;
    height: 11px;
    width: 12px;
  }
}
/* line 3474, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span .active, #myLetting .tenancy-selector li span .active {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -176px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3474, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span .active, #myLetting .tenancy-selector li span .active {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -183.5px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 3479, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.red, #myLetting .tenancy-selector li span.red {
  color: #ed1a3a;
}
/* line 3483, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.green, #myLetting .tenancy-selector li span.green {
  color: #32b200;
}
/* line 3487, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.icon, #myLetting .tenancy-selector li span.icon {
  cursor: pointer;
  width: 20px;
  float: right;
}
/* line 3492, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.icon .plus, #myLetting .tenancy-selector li span.icon .plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -87px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3492, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span.icon .plus, #myLetting .tenancy-selector li span.icon .plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -68.5px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 3496, ../sass/components/_myandrews.scss */
#myRenting-tenancies .tenancy-selector li span.icon .minus, #myLetting .tenancy-selector li span.icon .minus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -69px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3496, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .tenancy-selector li span.icon .minus, #myLetting .tenancy-selector li span.icon .minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -77px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 3504, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy, #myLetting .selected-tenancy {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  /* line 3504, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy, #myLetting .selected-tenancy {
    padding-top: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3504, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy, #myLetting .selected-tenancy {
    padding-top: 20px;
  }
}
/* line 3511, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy .mobile-header, #myLetting .selected-tenancy .mobile-header {
  display: none;
  float: none;
  padding-top: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #616161;
}
@media (max-width: 992px) {
  /* line 3511, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy .mobile-header, #myLetting .selected-tenancy .mobile-header {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3511, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy .mobile-header, #myLetting .selected-tenancy .mobile-header {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 3511, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy .mobile-header, #myLetting .selected-tenancy .mobile-header {
    padding-top: 0px;
    display: block;
  }
}
/* line 3528, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li, #myLetting .selected-tenancy li {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 2px solid #d4cec9;
  line-height: 74px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
@media (max-width: 992px) {
  /* line 3536, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li:first-child, #myLetting .selected-tenancy li:first-child {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3536, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li:first-child, #myLetting .selected-tenancy li:first-child {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 3536, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li:first-child, #myLetting .selected-tenancy li:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 3546, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li:nth-child(2), #myLetting .selected-tenancy li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3546, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li:nth-child(2), #myLetting .selected-tenancy li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
@media (max-width: 650px) {
  /* line 3546, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li:nth-child(2), #myLetting .selected-tenancy li:nth-child(2) {
    border-top: 2px solid #d4cec9;
  }
}
/* line 3556, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li .description, #myLetting .selected-tenancy li .description {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #616161;
  float: left;
  width: 52%;
}
@media (max-width: 992px) {
  /* line 3556, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .description, #myLetting .selected-tenancy li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    padding-right: 25%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3556, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .description, #myLetting .selected-tenancy li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    padding-right: 25%;
  }
}
@media (max-width: 650px) {
  /* line 3556, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .description, #myLetting .selected-tenancy li .description {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    width: 100%;
    float: none;
  }
}
/* line 3577, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li .description.header, #myLetting .selected-tenancy li .description.header {
  color: #520e41;
}
/* line 3582, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li .date-time, #myLetting .selected-tenancy li .date-time {
  float: left;
  width: 16%;
  color: #616161;
}
@media (max-width: 992px) {
  /* line 3582, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .date-time, #myLetting .selected-tenancy li .date-time {
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3582, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .date-time, #myLetting .selected-tenancy li .date-time {
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  /* line 3582, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .date-time, #myLetting .selected-tenancy li .date-time {
    line-height: 20px;
    width: 50%;
    float: none;
  }
  /* line 3596, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .date-time.ended, #myLetting .selected-tenancy li .date-time.ended {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 3602, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li .date-time.header, #myLetting .selected-tenancy li .date-time.header {
  color: #520e41;
}
/* line 3607, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li .status, #myLetting .selected-tenancy li .status {
  width: 16%;
  float: left;
}
/* line 3611, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li .status.header, #myLetting .selected-tenancy li .status.header {
  color: #520e41;
}
@media (max-width: 650px) {
  /* line 3607, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .status, #myLetting .selected-tenancy li .status {
    float: right;
    margin-top: -118px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 3607, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li .status, #myLetting .selected-tenancy li .status {
    margin-top: -114px;
  }
}
/* line 3626, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span, #myLetting .selected-tenancy li span {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
@media (max-width: 480px) {
  /* line 3626, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span, #myLetting .selected-tenancy li span {
    line-height: 17px;
  }
}
/* line 3633, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.active, #myLetting .selected-tenancy li span.active {
  color: #32b200;
}
/* line 3637, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.inactive, #myLetting .selected-tenancy li span.inactive {
  color: #ed1a3a;
}
/* line 3641, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.confirmed, #myLetting .selected-tenancy li span.confirmed {
  color: #32b200;
}
/* line 3646, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.status span, #myLetting .selected-tenancy li span.status span {
  float: none;
}
@media (max-width: 992px) {
  /* line 3645, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span.status, #myLetting .selected-tenancy li span.status {
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3645, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span.status, #myLetting .selected-tenancy li span.status {
    line-height: 20px;
  }
}
@media (max-width: 650px) {
  /* line 3645, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span.status, #myLetting .selected-tenancy li span.status {
    line-height: 20px;
  }
}
/* line 3659, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.hidden + .comments, #myLetting .selected-tenancy li span.hidden + .comments {
  display: none;
}
/* line 3663, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span .pending, #myLetting .selected-tenancy li span .pending {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  width: 11px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3663, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span .pending, #myLetting .selected-tenancy li span .pending {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -40px;
    height: 3px;
    width: 11px;
  }
}
/* line 3668, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span .inactive, #myLetting .selected-tenancy li span .inactive {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -124px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 12px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3668, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span .inactive, #myLetting .selected-tenancy li span .inactive {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -131.5px -40px;
    height: 11px;
    width: 12px;
  }
}
/* line 3673, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span .active, #myLetting .selected-tenancy li span .active {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -176px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 14px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3673, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span .active, #myLetting .selected-tenancy li span .active {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -183.5px -40px;
    height: 12px;
    width: 14px;
  }
}
/* line 3678, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.red, #myLetting .selected-tenancy li span.red {
  color: #ed1a3a;
}
/* line 3682, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.green, #myLetting .selected-tenancy li span.green {
  color: #32b200;
}
/* line 3686, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.icon, #myLetting .selected-tenancy li span.icon {
  cursor: pointer;
  width: 20px;
  float: right;
}
/* line 3691, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.icon .plus, #myLetting .selected-tenancy li span.icon .plus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -87px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3691, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span.icon .plus, #myLetting .selected-tenancy li span.icon .plus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -68.5px -40px;
    height: 8px;
    width: 8px;
  }
}
/* line 3695, ../sass/components/_myandrews.scss */
#myRenting-tenancies .selected-tenancy li span.icon .minus, #myLetting .selected-tenancy li span.icon .minus {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -69px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 3695, ../sass/components/_myandrews.scss */
  #myRenting-tenancies .selected-tenancy li span.icon .minus, #myLetting .selected-tenancy li span.icon .minus {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -77px -40px;
    height: 8px;
    width: 8px;
  }
}

/* line 3708, ../sass/components/_myandrews.scss */
#myLetting .tenancy-list li:first-child {
  border-top: none;
}
/* line 3712, ../sass/components/_myandrews.scss */
#myLetting .tenancy-list li .description {
  width: 40%;
}
@media (max-width: 650px) {
  /* line 3712, ../sass/components/_myandrews.scss */
  #myLetting .tenancy-list li .description {
    width: 100%;
  }
}
/* line 3720, ../sass/components/_myandrews.scss */
#myLetting .tenancy-list li .date-time, #myLetting .tenancy-list li .status {
  width: 20%;
}
@media (max-width: 650px) {
  /* line 3720, ../sass/components/_myandrews.scss */
  #myLetting .tenancy-list li .date-time, #myLetting .tenancy-list li .status {
    width: 50%;
  }
}
/* line 3728, ../sass/components/_myandrews.scss */
#myLetting .tenancy-list li .description {
  line-height: 20px;
  padding: 15px 10px 15px 0;
}
/* line 3732, ../sass/components/_myandrews.scss */
#myLetting .tenancy-list li .description.header {
  line-height: 74px;
  padding: 0;
}

/* line 3741, ../sass/components/_myandrews.scss */
.myandrews-warning {
  max-width: 1152px;
  margin: 30px auto 40px auto;
  height: 762px;
  background-image: url("../images/andrews-house.png");
  background-size: 486px 271px;
  background-position: bottom right;
  background-repeat: no-repeat;
  text-align: center;
  color: #520e41;
  border: 1px solid #d4cec9;
}
@media (max-width: 1280px) {
  /* line 3741, ../sass/components/_myandrews.scss */
  .myandrews-warning {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 3741, ../sass/components/_myandrews.scss */
  .myandrews-warning {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3741, ../sass/components/_myandrews.scss */
  .myandrews-warning {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 3741, ../sass/components/_myandrews.scss */
  .myandrews-warning {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 480px) {
  /* line 3741, ../sass/components/_myandrews.scss */
  .myandrews-warning {
    background-size: 235px 131px;
    height: 420px;
  }
}
/* line 3758, ../sass/components/_myandrews.scss */
.myandrews-warning h1 {
  width: 430px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 31px;
  line-height: 43px;
  padding-top: 140px;
  padding-bottom: 40px;
  margin: 0 auto;
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 3758, ../sass/components/_myandrews.scss */
  .myandrews-warning h1 {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 21px;
    line-height: 25px;
    width: 100%;
    padding: 40px 20px 0 20px;
  }
}
/* line 3775, ../sass/components/_myandrews.scss */
.myandrews-warning p {
  width: 430px;
  display: block;
  margin: 10px auto;
  padding-bottom: 20px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 3775, ../sass/components/_myandrews.scss */
  .myandrews-warning p {
    width: 100%;
  }
}
/* line 3788, ../sass/components/_myandrews.scss */
.myandrews-warning p.intro {
  color: #616161;
}
/* line 3793, ../sass/components/_myandrews.scss */
.myandrews-warning a {
  display: block;
  height: 50px;
  background-color: white;
  color: #520e41;
  text-align: center;
  border: 2px solid #520e41;
  width: 180px;
  margin: 40px auto;
  line-height: 46px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
@media (max-width: 480px) {
  /* line 3793, ../sass/components/_myandrews.scss */
  .myandrews-warning a {
    width: 256px;
  }
}
/* line 3810, ../sass/components/_myandrews.scss */
.myandrews-warning a:hover {
  color: white;
  background-color: #520e41;
}

/* line 3819, ../sass/components/_myandrews.scss */
.thinking-of .myandrews-warning h1 {
  padding-bottom: 20px;
}
/* line 3823, ../sass/components/_myandrews.scss */
.thinking-of .myandrews-warning p {
  width: 500px;
}
/* line 3827, ../sass/components/_myandrews.scss */
.thinking-of .myandrews-warning a {
  margin: 20px auto;
}

/* line 3834, ../sass/components/_myandrews.scss */
#mySelling-valuations .myandrews-warning h1 {
  padding-top: 50px !important;
}
/* line 3838, ../sass/components/_myandrews.scss */
#mySelling-valuations .myandrews-warning p {
  width: 500px !important;
}

@media (max-width: 650px) {
  /* line 3844, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li .status {
    position: absolute;
    left: 175px;
    top: 25px;
    float: none;
  }
}
/* line 3853, ../sass/components/_myandrews.scss */
#mySelling-offers .right-side .list-group-offers li span.icon.plus, #mySelling-offers .right-side .list-group-offers li span.icon.minus {
  position: absolute;
  top: 0px;
  right: 20px;
}
@media (max-width: 650px) {
  /* line 3853, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li span.icon.plus, #mySelling-offers .right-side .list-group-offers li span.icon.minus {
    top: 20px;
  }
}

/* line 3866, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .description {
  margin-left: 38px;
}
/* line 3869, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .description.open-view {
  margin-left: 0px;
}
@media (max-width: 1280px) {
  /* line 3866, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 650px) {
  /* line 3866, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .description {
    margin-left: 0px;
    padding-bottom: 0px;
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
/* line 3891, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li .comments {
  padding-left: 205px;
}
@media (max-width: 650px) {
  /* line 3891, ../sass/components/_myandrews.scss */
  #mySelling .right-side .list-group-viewings li .comments {
    padding-top: 0px;
    padding-left: 0px;
  }
}

/* line 3902, ../sass/components/_myandrews.scss */
#mySelling-offers .right-side .list-group-offers li .description p {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}

/* line 3906, ../sass/components/_myandrews.scss */
#mySelling-offers .right-side .list-group-offers li .comments li p {
  color: #616161;
}

/* line 3910, ../sass/components/_myandrews.scss */
.key-breaker {
  display: none;
}
@media (max-width: 992px) {
  /* line 3910, ../sass/components/_myandrews.scss */
  .key-breaker {
    display: block;
    height: 2px;
    background-color: #d4cec9;
    margin: 40px 0px 0 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3910, ../sass/components/_myandrews.scss */
  .key-breaker {
    display: block;
    height: 2px;
    background-color: #d4cec9;
    margin: 40px 0px 0 0px;
  }
}

@media (max-width: 992px) {
  /* line 3921, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .key {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3921, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .key {
    padding-top: 0px;
  }
}

@media (max-width: 992px) {
  /* line 3927, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 3927, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers {
    padding-top: 0px;
  }
}

@media (max-width: 650px) {
  /* line 3933, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li, #myLetting .right-side .list-group-offers li {
    padding-left: 0px;
  }
}
@media (max-width: 650px) {
  /* line 3939, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li .comments, #myLetting .right-side .list-group-offers li .comments {
    padding-top: 0px;
  }
  /* line 3943, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li .comments p, #myLetting .right-side .list-group-offers li .comments p {
    clear: both;
  }
}
@media (max-width: 650px) {
  /* line 3949, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li .date-time, #myLetting .right-side .list-group-offers li .date-time {
    padding-top: 20px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 650px) {
  /* line 3958, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li .description, #myLetting .right-side .list-group-offers li .description {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  /* line 3965, ../sass/components/_myandrews.scss */
  #mySelling-offers .right-side .list-group-offers li .status, #myLetting .right-side .list-group-offers li .status {
    top: 50px;
  }
}

/* line 3972, ../sass/components/_myandrews.scss */
#mySelling-offers .right-side .info-icon {
  margin-top: 20px;
}

/* line 3977, ../sass/components/_myandrews.scss */
.list-group-valuations .description p {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
@media (max-width: 650px) {
  /* line 3981, ../sass/components/_myandrews.scss */
  .list-group-valuations .status {
    display: none;
  }
}

/* line 3989, ../sass/components/_myandrews.scss */
#mySelling-valuations .right-side .list-group-valuations li .status-valuation-mobile {
  display: none;
}
@media (max-width: 650px) {
  /* line 3994, ../sass/components/_myandrews.scss */
  #mySelling-valuations .right-side .list-group-valuations li .date-time {
    float: left;
  }
  /* line 3998, ../sass/components/_myandrews.scss */
  #mySelling-valuations .right-side .list-group-valuations li .description {
    float: left;
  }
  /* line 4002, ../sass/components/_myandrews.scss */
  #mySelling-valuations .right-side .list-group-valuations li .status-valuation-mobile {
    display: block;
  }
  /* line 4005, ../sass/components/_myandrews.scss */
  #mySelling-valuations .right-side .list-group-valuations li .status-valuation-mobile .status {
    display: block;
    position: static;
    line-height: 20px;
  }
  /* line 4010, ../sass/components/_myandrews.scss */
  #mySelling-valuations .right-side .list-group-valuations li .status-valuation-mobile .status span {
    line-height: 50px;
  }
}

/* line 4018, ../sass/components/_myandrews.scss */
#myLetting .right-side .list-group-offers li .status {
  top: 0px;
  right: 0px;
}
@media (max-width: 650px) {
  /* line 4018, ../sass/components/_myandrews.scss */
  #myLetting .right-side .list-group-offers li .status {
    top: 20px;
  }
}

/* line 4027, ../sass/components/_myandrews.scss */
#myLetting-mobilePropertySelect {
  height: 192px;
}
/* line 4030, ../sass/components/_myandrews.scss */
#myLetting-mobilePropertySelect h2 {
  padding: 40px 0 10px 0;
}

/* line 4035, ../sass/components/_myandrews.scss */
#myLetting .tenancy-list {
  padding-top: 0px;
}
/* line 4038, ../sass/components/_myandrews.scss */
#myLetting .tenancy-list li .description {
  line-height: 74px;
  padding: 0px;
}

@media (max-width: 650px) {
  /* line 4044, ../sass/components/_myandrews.scss */
  #myLetting .selling-inner {
    border-top: 0px;
  }
}

/* line 4050, ../sass/components/_myandrews.scss */
#mySelling .right-side .list-group-viewings li.openview .comments ul li {
  padding-bottom: 10px;
}

@media (max-width: 650px) {
  /* line 4054, ../sass/components/_myandrews.scss */
  #mySelling-valuations {
    padding-top: 0px;
  }
}
@media (max-width: 650px) {
  /* line 4060, ../sass/components/_myandrews.scss */
  #mySelling-valuations .selling-inner {
    border-top: none;
  }
}
/* line 4065, ../sass/components/_myandrews.scss */
#mySelling-valuations .selling-inner #mySelling-nav {
  border-bottom: none;
}

@media (max-width: 992px) {
  /* line 4071, ../sass/components/_myandrews.scss */
  #myRenting-mobileNav {
    padding-top: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 4071, ../sass/components/_myandrews.scss */
  #myRenting-mobileNav {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  /* line 4071, ../sass/components/_myandrews.scss */
  #myRenting-mobileNav {
    padding-top: 0px;
  }
}

/* line 4082, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content, #myAndrews-valuation .main-content, #myAndrews-viewing-cancellation .main-content {
  background-color: #ffffff;
  max-width: 640px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}
/* line 4092, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content h2, #myAndrews-valuation .main-content h2, #myAndrews-viewing-cancellation .main-content h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  line-height: 24px;
  padding-bottom: 10px;
}
/* line 4099, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content h3, #myAndrews-valuation .main-content h3, #myAndrews-viewing-cancellation .main-content h3 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  line-height: 24px;
  padding-top: 20px;
}
/* line 4106, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content a, #myAndrews-valuation .main-content a, #myAndrews-viewing-cancellation .main-content a {
  color: #ed1a3a;
}
/* line 4110, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content p, #myAndrews-valuation .main-content p, #myAndrews-viewing-cancellation .main-content p {
  color: #616161;
  padding-top: 20px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
/* line 4119, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .prop-name, #myAndrews-valuation .main-content .prop-name, #myAndrews-viewing-cancellation .main-content .prop-name {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: #520e41;
  font-style: normal;
  line-height: 20px;
  margin: 5px 0 10px 0;
}
@media (max-width: 1280px) {
  /* line 4119, ../sass/components/_myandrews.scss */
  #myAndrews-viewing .main-content .prop-name, #myAndrews-valuation .main-content .prop-name, #myAndrews-viewing-cancellation .main-content .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  /* line 4119, ../sass/components/_myandrews.scss */
  #myAndrews-viewing .main-content .prop-name, #myAndrews-valuation .main-content .prop-name, #myAndrews-viewing-cancellation .main-content .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 4119, ../sass/components/_myandrews.scss */
  #myAndrews-viewing .main-content .prop-name, #myAndrews-valuation .main-content .prop-name, #myAndrews-viewing-cancellation .main-content .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 16px;
  }
}
@media (media-mobile: 0) {
  /* line 4119, ../sass/components/_myandrews.scss */
  #myAndrews-viewing .main-content .prop-name, #myAndrews-valuation .main-content .prop-name, #myAndrews-viewing-cancellation .main-content .prop-name {
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 13px;
  }
}
/* line 4139, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .form-container__group, #myAndrews-valuation .main-content .form-container__group, #myAndrews-viewing-cancellation .main-content .form-container__group {
  width: 100%;
}
/* line 4143, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .form-container__label, #myAndrews-valuation .main-content .form-container__label, #myAndrews-viewing-cancellation .main-content .form-container__label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  width: 100%;
  display: block;
  float: left;
  line-height: 50px;
}
/* line 4151, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .form-container__label:hover, #myAndrews-valuation .main-content .form-container__label:hover, #myAndrews-viewing-cancellation .main-content .form-container__label:hover {
  cursor: default;
}
/* line 4156, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .form-container__label.mandatory:after, #myAndrews-valuation .main-content .form-container__label.mandatory:after, #myAndrews-viewing-cancellation .main-content .form-container__label.mandatory:after {
  content: " *";
  color: #ed1a3a;
}
/* line 4162, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .form-container__label span, #myAndrews-valuation .main-content .form-container__label span, #myAndrews-viewing-cancellation .main-content .form-container__label span {
  color: #ed1a3a;
}
/* line 4167, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content textarea, #myAndrews-valuation .main-content textarea, #myAndrews-viewing-cancellation .main-content textarea {
  max-width: 100%;
  outline: 0;
  resize: none;
  border: 2px solid #520e41;
  padding: 10px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  height: 150px;
}
@media (max-width: 992px) {
  /* line 4167, ../sass/components/_myandrews.scss */
  #myAndrews-viewing .main-content textarea, #myAndrews-valuation .main-content textarea, #myAndrews-viewing-cancellation .main-content textarea {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 4167, ../sass/components/_myandrews.scss */
  #myAndrews-viewing .main-content textarea, #myAndrews-valuation .main-content textarea, #myAndrews-viewing-cancellation .main-content textarea {
    display: block;
    margin: 0 auto;
  }
}
/* line 4183, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .field-validation-error, #myAndrews-valuation .main-content .field-validation-error, #myAndrews-viewing-cancellation .main-content .field-validation-error {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  text-align: center;
  color: #ed1a3a;
  line-height: 40px;
  display: block;
}
/* line 4191, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .field-validation-valid, #myAndrews-valuation .main-content .field-validation-valid, #myAndrews-viewing-cancellation .main-content .field-validation-valid {
  display: none;
}
/* line 4195, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .required-message, #myAndrews-valuation .main-content .required-message, #myAndrews-viewing-cancellation .main-content .required-message {
  color: #b2a89f;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
}
/* line 4196, ../sass/components/_myandrews.scss */
#myAndrews-viewing .main-content .required-message:before, #myAndrews-valuation .main-content .required-message:before, #myAndrews-viewing-cancellation .main-content .required-message:before {
  content: "* ";
  color: #ed1a3a;
}

/* line 2, ../sass/components/_preferences.scss */
#myProfile-nav {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  /* line 2, ../sass/components/_preferences.scss */
  #myProfile-nav {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2, ../sass/components/_preferences.scss */
  #myProfile-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 2, ../sass/components/_preferences.scss */
  #myProfile-nav {
    display: none;
  }
}
/* line 15, ../sass/components/_preferences.scss */
#myProfile-nav nav {
  max-width: 1152px;
  border-bottom: 2px solid #d4cec9;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 15, ../sass/components/_preferences.scss */
  #myProfile-nav nav {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 15, ../sass/components/_preferences.scss */
  #myProfile-nav nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 15, ../sass/components/_preferences.scss */
  #myProfile-nav nav {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 15, ../sass/components/_preferences.scss */
  #myProfile-nav nav {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 21, ../sass/components/_preferences.scss */
#myProfile-nav .nav__tabbed {
  border-top: 2px solid #520e41;
  border-bottom: 2px solid #520e41;
  border-left: 1px solid #520e41;
  border-right: 1px solid #520e41;
  margin: 50px auto 30px auto;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 21, ../sass/components/_preferences.scss */
  #myProfile-nav .nav__tabbed {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 21, ../sass/components/_preferences.scss */
  #myProfile-nav .nav__tabbed {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 21, ../sass/components/_preferences.scss */
  #myProfile-nav .nav__tabbed {
    height: 50px;
    line-height: 46px;
  }
}
/* line 29, ../sass/components/_preferences.scss */
#myProfile-nav .nav__tabbed a {
  width: 25%;
  float: left;
  display: block;
  text-align: center;
  color: #520e41;
  padding: 0;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  height: 46px;
  border-left: 1px solid #520e41;
  border-right: 1px solid #520e41;
  position: relative;
}
/* line 42, ../sass/components/_preferences.scss */
#myProfile-nav .nav__tabbed a .arrow-up {
  display: none;
  left: 0px;
  bottom: -2px;
  left: 116px;
}
/* line 49, ../sass/components/_preferences.scss */
#myProfile-nav .nav__tabbed a.active {
  background-color: #520e41;
  color: #ffffff;
}
/* line 53, ../sass/components/_preferences.scss */
#myProfile-nav .nav__tabbed a.active .arrow-up {
  display: block;
}

/* line 61, ../sass/components/_preferences.scss */
#profileMenu, #prefsMenu, #passwordMenu {
  width: 100%;
}

/* line 65, ../sass/components/_preferences.scss */
#myProfile-navMobile {
  display: none;
  border-bottom: 2px solid #d4cec9;
  margin: 50px auto 0px auto;
  padding-bottom: 30px;
}
/* line 68, ../sass/components/_preferences.scss */
#myProfile-navMobile .select-overlay {
  margin-top: -50px;
}
@media (max-width: 992px) {
  /* line 65, ../sass/components/_preferences.scss */
  #myProfile-navMobile {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 65, ../sass/components/_preferences.scss */
  #myProfile-navMobile {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  /* line 65, ../sass/components/_preferences.scss */
  #myProfile-navMobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 65, ../sass/components/_preferences.scss */
  #myProfile-navMobile {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 65, ../sass/components/_preferences.scss */
  #myProfile-navMobile {
    display: block;
    border-bottom: none;
  }
}
/* line 91, ../sass/components/_preferences.scss */
#myProfile-navMobile #mobilePreferences {
  margin: 0 auto;
}
/* line 246, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-container {
  width: 722px !important;
}
/* line 250, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-single {
  width: 718px !important;
}
/* line 254, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 254, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 254, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 254, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 266, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 273, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 283, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 287, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-single:hover div b {
  color: #ffffff;
}
/* line 292, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 302, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-single div b:before {
  content: "\f0d7";
}
/* line 308, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 722px;
}
/* line 316, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 323, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 327, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 332, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
  text-decoration: none;
}
/* line 338, ../sass/mixins/_global.scss */
#myProfile-navMobile .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 346, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 346, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 346, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 363, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  /* line 369, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 369, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 480px) {
  /* line 369, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-drop {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 387, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 387, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 387, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 387, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-single {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 405, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 405, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 405, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 405, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-results {
    width: 100% !important;
    display: block;
  }
}
@media (max-width: 992px) {
  /* line 422, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../sass/mixins/_global.scss */
  #myProfile-navMobile .chosen-drop {
    width: 100% !important;
    display: block;
    box-sizing: content-box;
  }
}

/* line 100, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content, #myPreferences-content .my-profile__content, #myPreferences-password .my-profile__content {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 100, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content, #myPreferences-content .my-profile__content, #myPreferences-password .my-profile__content {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 100, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content, #myPreferences-content .my-profile__content, #myPreferences-password .my-profile__content {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 100, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content, #myPreferences-content .my-profile__content, #myPreferences-password .my-profile__content {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 100, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content, #myPreferences-content .my-profile__content, #myPreferences-password .my-profile__content {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 104, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container, #myPreferences-content .my-profile__content .form-container, #myPreferences-password .my-profile__content .form-container {
  max-width: 560px;
}
@media (max-width: 650px) {
  /* line 104, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container, #myPreferences-content .my-profile__content .form-container, #myPreferences-password .my-profile__content .form-container {
    border-top: 2px solid #f0ece4;
  }
}
/* line 112, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__label, #myPreferences-content .my-profile__content .form-container__label, #myPreferences-password .my-profile__content .form-container__label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 112, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container__label, #myPreferences-content .my-profile__content .form-container__label, #myPreferences-password .my-profile__content .form-container__label {
    display: none;
  }
}
/* line 120, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__label span, #myPreferences-content .my-profile__content .form-container__label span, #myPreferences-password .my-profile__content .form-container__label span {
  color: #ed1a3a;
}
/* line 125, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__button-wrap, #myPreferences-content .my-profile__content .form-container__button-wrap, #myPreferences-password .my-profile__content .form-container__button-wrap {
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 129, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__button-wrap input[type="submit"], #myPreferences-content .my-profile__content .form-container__button-wrap input[type="submit"], #myPreferences-password .my-profile__content .form-container__button-wrap input[type="submit"] {
  width: 100%;
  margin: 0px;
}
@media (max-width: 650px) {
  /* line 129, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container__button-wrap input[type="submit"], #myPreferences-content .my-profile__content .form-container__button-wrap input[type="submit"], #myPreferences-password .my-profile__content .form-container__button-wrap input[type="submit"] {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 140, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container, #myPreferences-content .my-profile__content .form-container, #myPreferences-password .my-profile__content .form-container {
  margin: 0 auto;
  padding-top: 40px;
}
/* line 145, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .field-validation-valid, #myPreferences-content .my-profile__content .field-validation-valid, #myPreferences-password .my-profile__content .field-validation-valid {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  padding-left: 50%;
  color: #ed1a3a;
  line-height: 50px;
  display: block;
}
@media (max-width: 480px) {
  /* line 145, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .field-validation-valid, #myPreferences-content .my-profile__content .field-validation-valid, #myPreferences-password .my-profile__content .field-validation-valid {
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 160, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group, #myPreferences-content .my-profile__content .form-container__group, #myPreferences-password .my-profile__content .form-container__group {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  /* Password Strength Meter */
}
/* line 166, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group.my-profile__form-info, #myPreferences-content .my-profile__content .form-container__group.my-profile__form-info, #myPreferences-password .my-profile__content .form-container__group.my-profile__form-info {
  padding-top: 40px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #ed1a3a;
}
/* line 172, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group label, #myPreferences-content .my-profile__content .form-container__group label, #myPreferences-password .my-profile__content .form-container__group label {
  width: 50%;
  display: inline-block;
  line-height: 50px;
}
@media (max-width: 480px) {
  /* line 172, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container__group label, #myPreferences-content .my-profile__content .form-container__group label, #myPreferences-password .my-profile__content .form-container__group label {
    display: none;
  }
}
/* line 182, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .right-side, #myPreferences-content .my-profile__content .form-container__group .right-side, #myPreferences-password .my-profile__content .form-container__group .right-side {
  display: inline-block;
}
/* line 185, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .right-side .andrews-checkbox, #myPreferences-content .my-profile__content .form-container__group .right-side .andrews-checkbox, #myPreferences-password .my-profile__content .form-container__group .right-side .andrews-checkbox {
  margin-top: 20px;
}
/* line 190, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .pwd-strength-container, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container {
  display: inline-block;
  border: 2px solid #616161;
  color: #616161;
  height: 13px;
  margin-top: 12px;
  width: 50%;
}
/* line 198, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .pwd-strength-container * span, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container * span, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container * span {
  width: 10%;
  border: 1px solid #ffffff;
  float: left;
  height: 9px;
}
/* line 204, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .pwd-strength-container * span:first-child, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container * span:first-child, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container * span:first-child {
  border-left: 2px solid #ffffff;
}
/* line 208, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .pwd-strength-container * span:last-child, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container * span:last-child, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container * span:last-child {
  border-right: 2px solid #ffffff;
}
/* line 212, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .pwd-strength-container * span.weak, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container * span.weak, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container * span.weak {
  background-color: #ed1a3a;
}
/* line 216, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .pwd-strength-container * span.medium, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container * span.medium, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container * span.medium {
  background-color: #d4cec9;
}
/* line 220, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .pwd-strength-container * span.strong, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container * span.strong, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container * span.strong {
  background-color: #32b200;
}
@media (mobile-tablet: 0) {
  /* line 190, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container__group .pwd-strength-container, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container {
    display: block;
    width: 100%;
  }
}
@media (max-width: 650px) {
  /* line 190, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container__group .pwd-strength-container, #myPreferences-content .my-profile__content .form-container__group .pwd-strength-container, #myPreferences-password .my-profile__content .form-container__group .pwd-strength-container {
    display: block;
    width: 100%;
  }
}
/* line 48, ../sass/mixins/_global.scss */
#myProfile-content .my-profile__content .form-container__group ::-webkit-input-placeholder, #myPreferences-content .my-profile__content .form-container__group ::-webkit-input-placeholder, #myPreferences-password .my-profile__content .form-container__group ::-webkit-input-placeholder {
  color: #616161;
}
/* line 52, ../sass/mixins/_global.scss */
#myProfile-content .my-profile__content .form-container__group :-moz-placeholder, #myPreferences-content .my-profile__content .form-container__group :-moz-placeholder, #myPreferences-password .my-profile__content .form-container__group :-moz-placeholder {
  /* Firefox 18- */
  color: #616161;
}
/* line 56, ../sass/mixins/_global.scss */
#myProfile-content .my-profile__content .form-container__group ::-moz-placeholder, #myPreferences-content .my-profile__content .form-container__group ::-moz-placeholder, #myPreferences-password .my-profile__content .form-container__group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161;
}
/* line 60, ../sass/mixins/_global.scss */
#myProfile-content .my-profile__content .form-container__group :-ms-input-placeholder, #myPreferences-content .my-profile__content .form-container__group :-ms-input-placeholder, #myPreferences-password .my-profile__content .form-container__group :-ms-input-placeholder {
  color: #616161;
}
/* line 238, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group input[type="text"], #myProfile-content .my-profile__content .form-container__group input[type="password"], #myPreferences-content .my-profile__content .form-container__group input[type="text"], #myPreferences-content .my-profile__content .form-container__group input[type="password"], #myPreferences-password .my-profile__content .form-container__group input[type="text"], #myPreferences-password .my-profile__content .form-container__group input[type="password"] {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  line-height: 46px;
  height: 50px;
  border: 2px solid #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
}
@media (max-width: 480px) {
  /* line 238, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container__group input[type="text"], #myProfile-content .my-profile__content .form-container__group input[type="password"], #myPreferences-content .my-profile__content .form-container__group input[type="text"], #myPreferences-content .my-profile__content .form-container__group input[type="password"], #myPreferences-password .my-profile__content .form-container__group input[type="text"], #myPreferences-password .my-profile__content .form-container__group input[type="password"] {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
/* line 255, ../sass/components/_preferences.scss */
#myProfile-content .my-profile__content .form-container__group .form-container__input, #myPreferences-content .my-profile__content .form-container__group .form-container__input, #myPreferences-password .my-profile__content .form-container__group .form-container__input {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #616161;
  padding-left: 20px;
}
@media (max-width: 480px) {
  /* line 255, ../sass/components/_preferences.scss */
  #myProfile-content .my-profile__content .form-container__group .form-container__input, #myPreferences-content .my-profile__content .form-container__group .form-container__input, #myPreferences-password .my-profile__content .form-container__group .form-container__input {
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
}
/* line 271, ../sass/components/_preferences.scss */
#myProfile-content .badge, #myPreferences-content .badge, #myPreferences-password .badge {
  background-color: #d4cec9;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 15px;
  float: left;
  text-align: center;
  line-height: 25px;
  margin-left: 10px;
  margin-top: 20px;
}
/* line 284, ../sass/components/_preferences.scss */
#myProfile-content .badge:hover, #myPreferences-content .badge:hover, #myPreferences-password .badge:hover {
  cursor: pointer;
}

/* line 291, ../sass/components/_preferences.scss */
#myPreferences-content .my-profile__content {
  margin: 0 auto;
}
/* line 295, ../sass/components/_preferences.scss */
#myPreferences-content .my-profile__content .consent.form-container {
  padding-top: 40px;
}

/* line 303, ../sass/components/_preferences.scss */
.consent-heading {
  width: 100%;
  margin-top: 40px;
}

/* line 308, ../sass/components/_preferences.scss */
.consent .consent-heading .consent-heading-lable {
  color: #520e41 !important;
  font-size: 15px !important;
  width: 100% !important;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
}

/* line 316, ../sass/components/_preferences.scss */
a.consent-privacy {
  color: #ed1a3a !important;
  font-size: 18px !important;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
}

/* line 324, ../sass/components/_preferences.scss */
label.consent-privacy {
  color: #ed1a3a !important;
  font-size: 18px !important;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
}

/* line 332, ../sass/components/_preferences.scss */
#myPreferences-content .my-profile__content .form-container__group label {
  width: 470px;
  vertical-align: top;
  line-height: 28px;
  margin-top: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 332, ../sass/components/_preferences.scss */
  #myPreferences-content .my-profile__content .form-container__group label {
    display: inline-block;
    max-width: 70%;
    line-height: 20px;
    vertical-align: top;
    padding-right: 20%;
    height: 60px;
  }
}
@media (max-width: 992px) {
  /* line 332, ../sass/components/_preferences.scss */
  #myPreferences-content .my-profile__content .form-container__group label {
    width: 80%;
    max-width: 80%;
    padding-right: 5%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 332, ../sass/components/_preferences.scss */
  #myPreferences-content .my-profile__content .form-container__group label {
    width: 80%;
    max-width: 80%;
    padding-right: 5%;
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 332, ../sass/components/_preferences.scss */
  #myPreferences-content .my-profile__content .form-container__group label {
    display: inline-block;
    max-width: 70%;
    line-height: 20px;
    vertical-align: top;
    padding-right: 20%;
    height: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 332, ../sass/components/_preferences.scss */
  #myPreferences-content .my-profile__content .form-container__group label {
    width: 50%;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  /* line 369, ../sass/components/_preferences.scss */
  #myPreferences-content .consent .form-container__group label {
    width: 90%;
    line-height: 20px;
    height: auto;
  }
}
@media (max-width: 992px) {
  /* line 369, ../sass/components/_preferences.scss */
  #myPreferences-content .consent .form-container__group label {
    width: 90%;
    line-height: 20px;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 369, ../sass/components/_preferences.scss */
  #myPreferences-content .consent .form-container__group label {
    width: 90%;
    line-height: 20px;
    height: auto;
  }
}

/* line 383, ../sass/components/_preferences.scss */
.mark-consent {
  float: left;
  margin-right: 0px;
}
@media (max-width: 992px) {
  /* line 383, ../sass/components/_preferences.scss */
  .mark-consent {
    float: none !important;
    width: 90%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 383, ../sass/components/_preferences.scss */
  .mark-consent {
    float: none !important;
    width: 90%;
  }
}
@media (max-width: 480px) {
  /* line 383, ../sass/components/_preferences.scss */
  .mark-consent {
    width: 90%;
  }
}

/* line 398, ../sass/components/_preferences.scss */
.markt-reach {
  margin-left: 0px;
  float: right;
}
@media (max-width: 992px) {
  /* line 398, ../sass/components/_preferences.scss */
  .markt-reach {
    float: none !important;
    width: 90%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 398, ../sass/components/_preferences.scss */
  .markt-reach {
    float: none !important;
    width: 90%;
  }
}
@media (max-width: 480px) {
  /* line 398, ../sass/components/_preferences.scss */
  .markt-reach {
    float: none !important;
    width: 90%;
  }
}

/* line 1, ../sass/components/_content.scss */
#breadcrumbs {
  background-color: #b2a89f;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  color: #ffffff;
  line-height: 40px;
}
/* line 8, ../sass/components/_content.scss */
#breadcrumbs .trail {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 8, ../sass/components/_content.scss */
  #breadcrumbs .trail {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 8, ../sass/components/_content.scss */
  #breadcrumbs .trail {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 8, ../sass/components/_content.scss */
  #breadcrumbs .trail {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 8, ../sass/components/_content.scss */
  #breadcrumbs .trail {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
/* line 12, ../sass/components/_content.scss */
#breadcrumbs .trail .lt-arrow-breadcrumb {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -55px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 5px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 12, ../sass/components/_content.scss */
  #breadcrumbs .trail .lt-arrow-breadcrumb {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -55px -40px;
    height: 8px;
    width: 5px;
  }
}

/* line 19, ../sass/components/_content.scss */
.layoutInset {
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
}

/* line 25, ../sass/components/_content.scss */
.primarySiteTitle {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin: 40px 0 40px 0;
  text-align: center;
  color: #520e41;
}

/* line 35, ../sass/components/_content.scss */
.colInsetWide {
  max-width: 720px;
  padding: 0 20px 0 20px;
  margin: 40px auto;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #57163f;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 35, ../sass/components/_content.scss */
  .colInsetWide {
    width: 286px;
    text-align: left;
    font-size: 20px;
  }
}

/* line 51, ../sass/components/_content.scss */
.copy-content {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    margin: 0 62px 0 62px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    margin: 0 62px 0 62px;
  }
}
@media (max-width: 650px) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    margin: 0;
  }
}
@media (max-width: 480px) {
  /* line 51, ../sass/components/_content.scss */
  .copy-content {
    max-width: 100%;
  }
}
/* line 68, ../sass/components/_content.scss */
.copy-content a:hover {
  text-decoration: underline;
}

/* line 74, ../sass/components/_content.scss */
.colInset {
  margin-top: 60px;
}
@media (max-width: 992px) {
  /* line 74, ../sass/components/_content.scss */
  .colInset {
    margin-top: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 74, ../sass/components/_content.scss */
  .colInset {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  /* line 74, ../sass/components/_content.scss */
  .colInset {
    margin-top: 20px;
  }
}
/* line 85, ../sass/components/_content.scss */
.colInset .caption {
  background-color: #520e41;
  display: inline-block;
}
/* line 89, ../sass/components/_content.scss */
.colInset .caption p {
  color: #ffffff;
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
}
/* line 97, ../sass/components/_content.scss */
.colInset .full-side {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1280px) {
  /* line 97, ../sass/components/_content.scss */
  .colInset .full-side {
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* line 97, ../sass/components/_content.scss */
  .colInset .full-side {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 97, ../sass/components/_content.scss */
  .colInset .full-side {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 97, ../sass/components/_content.scss */
  .colInset .full-side {
    width: 100%;
    max-width: 100%;
    padding: 0 0 40px 0;
  }
}
/* line 118, ../sass/components/_content.scss */
.colInset .left-side {
  float: left;
  width: 656px;
  padding-bottom: 60px;
}
@media (max-width: 1280px) {
  /* line 118, ../sass/components/_content.scss */
  .colInset .left-side {
    width: 606px;
  }
}
@media (max-width: 992px) {
  /* line 118, ../sass/components/_content.scss */
  .colInset .left-side {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 118, ../sass/components/_content.scss */
  .colInset .left-side {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 118, ../sass/components/_content.scss */
  .colInset .left-side {
    width: 100%;
    max-width: 100%;
    padding: 0 0 40px 0;
  }
}
/* line 139, ../sass/components/_content.scss */
.colInset .right-side {
  float: right;
  max-width: 40%;
}
/* line 143, ../sass/components/_content.scss */
.colInset .right-side.aic-area {
  float: left;
}
@media (max-width: 992px) {
  /* line 139, ../sass/components/_content.scss */
  .colInset .right-side {
    max-width: 100%;
    float: none;
    padding: 0 0 40px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 139, ../sass/components/_content.scss */
  .colInset .right-side {
    max-width: 100%;
    float: none;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 480px) {
  /* line 139, ../sass/components/_content.scss */
  .colInset .right-side {
    padding: 0 17px 40px 17px;
  }
}
/* line 158, ../sass/components/_content.scss */
.colInset .intro {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #57163f;
  line-height: 35px;
}
/* line 164, ../sass/components/_content.scss */
.colInset h1 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 30px;
  color: #520e41;
  padding-top: 40px;
}
/* line 170, ../sass/components/_content.scss */
.colInset h2 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  padding-top: 40px;
}
/* line 175, ../sass/components/_content.scss */
.colInset h2 a {
  color: #ed1a3a;
}
/* line 180, ../sass/components/_content.scss */
.colInset h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding-top: 40px;
}
/* line 186, ../sass/components/_content.scss */
.colInset h4 {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #520e41;
  padding-top: 40px;
}
/* line 191, ../sass/components/_content.scss */
.colInset h4 a {
  color: #ed1a3a;
}
/* line 196, ../sass/components/_content.scss */
.colInset p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
  color: #616161;
}
/* line 202, ../sass/components/_content.scss */
.colInset p a {
  color: #ed1a3a;
}
/* line 205, ../sass/components/_content.scss */
.colInset p a.andrews-button, .colInset p a.button {
  color: #ffffff;
  text-align: center;
}
/* line 212, ../sass/components/_content.scss */
.colInset table {
  width: 100%;
  background-color: #f0ece4;
  padding: 0;
  margin: 20px 0;
}
/* line 218, ../sass/components/_content.scss */
.colInset table th {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding: 20px;
  text-align: left;
  border: 1px solid #ffffff;
}
/* line 225, ../sass/components/_content.scss */
.colInset table th:first-child {
  border-left: 0;
}
/* line 229, ../sass/components/_content.scss */
.colInset table th:last-child {
  border-right: 0;
}
/* line 234, ../sass/components/_content.scss */
.colInset table td {
  border: 1px solid #ffffff;
  padding: 20px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #616161;
}
/* line 240, ../sass/components/_content.scss */
.colInset table td.bold {
  background-color: #eae4dd;
}
/* line 244, ../sass/components/_content.scss */
.colInset table td:first-child {
  border-left: 0;
}
/* line 248, ../sass/components/_content.scss */
.colInset table td:last-child {
  border-right: 0;
}
/* line 254, ../sass/components/_content.scss */
.colInset .bullet-aligned {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -22px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 6px;
  margin-right: 8px;
  margin-top: 30px;
  float: left;
  clear: both;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 254, ../sass/components/_content.scss */
  .colInset .bullet-aligned {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -22px -40px;
    height: 6px;
    width: 6px;
  }
}
/* line 262, ../sass/components/_content.scss */
.colInset ul li {
  list-style-type: disc;
}
/* line 266, ../sass/components/_content.scss */
.colInset ol li {
  list-style-type: decimal;
}
/* line 270, ../sass/components/_content.scss */
.colInset ul, .colInset ol {
  padding-left: 20px;
  margin-bottom: 20px;
  float: right;
  width: 100%;
}
/* line 277, ../sass/components/_content.scss */
.colInset ul.get-address, .colInset ol.get-address {
  padding-left: 0px !important;
}
/* line 281, ../sass/components/_content.scss */
.colInset ul li, .colInset ol li {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #616161;
  width: 94%;
  float: left;
}
/* line 288, ../sass/components/_content.scss */
.colInset ul li:first-child, .colInset ol li:first-child {
  padding-top: 20px;
}
/* line 292, ../sass/components/_content.scss */
.colInset ul li a, .colInset ol li a {
  color: #ed1a3a;
}
/* line 295, ../sass/components/_content.scss */
.colInset ul li a:hover, .colInset ol li a:hover {
  text-decoration: none;
  color: #d9040e;
}
/* line 301, ../sass/components/_content.scss */
.colInset ul li strong, .colInset ol li strong {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  display: block;
  line-height: 24px;
  padding-top: 20px;
}
/* line 309, ../sass/components/_content.scss */
.colInset ul li p, .colInset ol li p {
  padding: 0 0 0 0;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 317, ../sass/components/_content.scss */
.colInset .stats-header, .colInset .stats {
  color: #b2a89f;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  /* line 317, ../sass/components/_content.scss */
  .colInset .stats-header, .colInset .stats {
    padding-bottom: 10px;
  }
}
/* line 328, ../sass/components/_content.scss */
.colInset .stats-header {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #b2a89f;
}

/* line 335, ../sass/components/_content.scss */
.content-menu {
  display: block;
  max-width: 1152px;
  margin: 0 auto;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  text-align: center;
  border-top: 2px solid #d4cec9;
  border-bottom: 2px solid #d4cec9;
  line-height: 60px;
}
@media (max-width: 1280px) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    margin: 0 82px 0 82px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    margin: 0 82px 0 82px;
  }
}
@media (max-width: 650px) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    margin: 0 17px 0 17px;
  }
}
@media (max-width: 480px) {
  /* line 335, ../sass/components/_content.scss */
  .content-menu {
    max-width: 100%;
  }
}
/* line 359, ../sass/components/_content.scss */
.content-menu .long-menu-item {
  max-width: 160px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 15px 0 15px;
}
@media (max-width: 650px) {
  /* line 359, ../sass/components/_content.scss */
  .content-menu .long-menu-item {
    margin: 0;
    max-width: 286px;
    width: 286px;
  }
}
/* line 372, ../sass/components/_content.scss */
.content-menu li {
  display: inline-block;
  text-align: center;
  margin: 0 20px 0 20px;
}
@media (max-width: 480px) {
  /* line 372, ../sass/components/_content.scss */
  .content-menu li {
    width: 286px;
    margin: 0;
  }
}
/* line 384, ../sass/components/_content.scss */
.content-menu a:hover {
  opacity: 0.5;
}

/* line 390, ../sass/components/_content.scss */
#primarySitePanels {
  clear: both;
  max-width: 1152px;
  margin: 0 auto 60px auto;
  padding-top: 60px;
}
@media (max-width: 1280px) {
  /* line 390, ../sass/components/_content.scss */
  #primarySitePanels {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  /* line 390, ../sass/components/_content.scss */
  #primarySitePanels {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 390, ../sass/components/_content.scss */
  #primarySitePanels {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 390, ../sass/components/_content.scss */
  #primarySitePanels {
    max-width: 100%;
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 992px) {
  /* line 390, ../sass/components/_content.scss */
  #primarySitePanels {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 390, ../sass/components/_content.scss */
  #primarySitePanels {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 480px) {
  /* line 390, ../sass/components/_content.scss */
  #primarySitePanels {
    max-width: 100%;
    padding: 20px 0 40px 0;
    margin: 0 auto;
  }
}
/* line 409, ../sass/components/_content.scss */
#primarySitePanels .smallPanel {
  float: left;
  width: 360px;
  height: 438px;
  margin-right: 36px;
  background-color: #f0ece4;
  margin-bottom: 40px;
}
/* line 417, ../sass/components/_content.scss */
#primarySitePanels .smallPanel .inner .link-image {
  display: block;
  background-color: #57163f;
}
/* line 422, ../sass/components/_content.scss */
#primarySitePanels .smallPanel .largeImgCaption a {
  color: #ed1a3a;
}
/* line 425, ../sass/components/_content.scss */
#primarySitePanels .smallPanel .largeImgCaption a:hover {
  text-decoration: underline;
}
/* line 431, ../sass/components/_content.scss */
#primarySitePanels .smallPanel img:hover {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  /* line 409, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel {
    width: 305px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  /* line 409, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel {
    width: 48.4%;
    margin-right: 1.6%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 409, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel {
    width: 48.4%;
    margin-right: 1.6%;
  }
}
@media (max-width: 480px) {
  /* line 409, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel {
    margin-right: 10px;
    height: 168px;
    margin-bottom: 10px;
  }
}
/* line 452, ../sass/components/_content.scss */
#primarySitePanels .smallPanel .sectionHead {
  padding: 30px 30px 20px 30px;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
}
/* line 458, ../sass/components/_content.scss */
#primarySitePanels .smallPanel .sectionHead .title:hover {
  color: #d9040e;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  /* line 452, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel .sectionHead {
    padding: 10px;
    font-size: 13px;
    line-height: 19px;
  }
}
/* line 472, ../sass/components/_content.scss */
#primarySitePanels .smallPanel p {
  margin: 0;
  padding: 0 30px 30px 30px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #616161;
}
@media (max-width: 480px) {
  /* line 472, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel p {
    display: none;
  }
}
/* line 484, ../sass/components/_content.scss */
#primarySitePanels .smallPanel img {
  width: 360px;
}
@media (max-width: 992px) {
  /* line 484, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel img {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 484, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel img {
    width: 100%;
  }
}
/* line 492, ../sass/components/_content.scss */
#primarySitePanels .smallPanel:nth-child(3), #primarySitePanels .smallPanel:nth-child(6), #primarySitePanels .smallPanel:nth-child(9), #primarySitePanels .smallPanel:nth-child(12) {
  margin-right: 0;
}
@media (max-width: 992px) {
  /* line 497, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel:nth-child(1), #primarySitePanels .smallPanel:nth-child(3), #primarySitePanels .smallPanel:nth-child(5), #primarySitePanels .smallPanel:nth-child(7), #primarySitePanels .smallPanel:nth-child(9), #primarySitePanels .smallPanel:nth-child(11) {
    margin-right: 3.2%;
  }
  /* line 501, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel:nth-child(2), #primarySitePanels .smallPanel:nth-child(4), #primarySitePanels .smallPanel:nth-child(6), #primarySitePanels .smallPanel:nth-child(8), #primarySitePanels .smallPanel:nth-child(10), #primarySitePanels .smallPanel:nth-child(12) {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 497, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel:nth-child(1), #primarySitePanels .smallPanel:nth-child(3), #primarySitePanels .smallPanel:nth-child(5), #primarySitePanels .smallPanel:nth-child(7), #primarySitePanels .smallPanel:nth-child(9), #primarySitePanels .smallPanel:nth-child(11) {
    margin-right: 3.2%;
  }
  /* line 501, ../sass/components/_content.scss */
  #primarySitePanels .smallPanel:nth-child(2), #primarySitePanels .smallPanel:nth-child(4), #primarySitePanels .smallPanel:nth-child(6), #primarySitePanels .smallPanel:nth-child(8), #primarySitePanels .smallPanel:nth-child(10), #primarySitePanels .smallPanel:nth-child(12) {
    margin-right: 0;
  }
}

/* line 508, ../sass/components/_content.scss */
.right-side-box, .left-side-box {
  margin-top: 40px;
  width: 360px;
  background-color: #f0ece4;
  padding: 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
}
/* line 511, ../sass/components/_content.scss */
.right-side-box h1 a, .right-side-box h2 a, .right-side-box h3 a, .left-side-box h1 a, .left-side-box h2 a, .left-side-box h3 a {
  color: #ed1a3a;
}
@media (max-width: 1280px) {
  /* line 508, ../sass/components/_content.scss */
  .right-side-box, .left-side-box {
    width: 310px;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  /* line 508, ../sass/components/_content.scss */
  .right-side-box, .left-side-box {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 508, ../sass/components/_content.scss */
  .right-side-box, .left-side-box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 508, ../sass/components/_content.scss */
  .right-side-box, .left-side-box {
    width: 100%;
    padding: 17px;
    margin-top: 30px;
  }
}
/* line 538, ../sass/components/_content.scss */
.right-side-box p, .left-side-box p {
  margin-top: 0;
}
/* line 542, ../sass/components/_content.scss */
.right-side-box span, .left-side-box span {
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 21px;
}
@media (max-width: 1280px) {
  /* line 542, ../sass/components/_content.scss */
  .right-side-box span, .left-side-box span {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  /* line 551, ../sass/components/_content.scss */
  #rightSideDesktop {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 551, ../sass/components/_content.scss */
  #rightSideDesktop {
    display: none;
  }
}

/* line 557, ../sass/components/_content.scss */
#rightSideMobile {
  display: none;
}
@media (max-width: 992px) {
  /* line 557, ../sass/components/_content.scss */
  #rightSideMobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 557, ../sass/components/_content.scss */
  #rightSideMobile {
    display: block;
  }
}

/* line 566, ../sass/components/_content.scss */
.right-side-box a, .right-side-box p, .right-side-box img {
  margin-top: 20px;
}

/* line 571, ../sass/components/_content.scss */
.left-side-box {
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
}
/* line 576, ../sass/components/_content.scss */
.left-side-box h1, .left-side-box h2, .left-side-box h2 {
  padding: 0;
}

/* line 581, ../sass/components/_content.scss */
.picture-detail-box-small {
  margin-top: 20px;
  background-color: #520e41;
  width: 100%;
}
/* line 586, ../sass/components/_content.scss */
.picture-detail-box-small.brown {
  background-color: #f0ece4;
}
/* line 589, ../sass/components/_content.scss */
.picture-detail-box-small.brown .picture-info {
  color: #616161;
}
/* line 594, ../sass/components/_content.scss */
.picture-detail-box-small .picture {
  float: left;
  width: 64%;
}
/* line 598, ../sass/components/_content.scss */
.picture-detail-box-small .picture img {
  max-width: 100%;
}
@media (max-width: 650px) {
  /* line 594, ../sass/components/_content.scss */
  .picture-detail-box-small .picture {
    width: 100%;
  }
}
/* line 607, ../sass/components/_content.scss */
.picture-detail-box-small .picture-info {
  float: left;
  width: 36%;
  padding: 25px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  line-height: 20px;
}
@media (max-width: 650px) {
  /* line 607, ../sass/components/_content.scss */
  .picture-detail-box-small .picture-info {
    width: 100%;
  }
}
/* line 620, ../sass/components/_content.scss */
.picture-detail-box-small .picture-info .info-header-link {
  display: block;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  padding-bottom: 10px;
}
/* line 627, ../sass/components/_content.scss */
.picture-detail-box-small .picture-info .info-footer-link {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0 10px 0;
  color: #ed1a3a;
  display: block;
}

/* line 636, ../sass/components/_content.scss */
.agent-profile-box {
  margin-top: 20px;
  background-color: #f0ece4;
  width: 100%;
  display: table;
}
/* line 642, ../sass/components/_content.scss */
.agent-profile-box .picture {
  width: 55%;
  vertical-align: top;
  display: table-cell;
}
/* line 647, ../sass/components/_content.scss */
.agent-profile-box .picture img {
  max-width: 100%;
  width: 100%;
}
/* line 653, ../sass/components/_content.scss */
.agent-profile-box .agent-info {
  vertical-align: top;
  display: table-cell;
  width: 45%;
  padding: 25px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #616161;
  position: relative;
}
/* line 662, ../sass/components/_content.scss */
.agent-profile-box .agent-info .agent-name {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #520e41;
  display: block;
}
/* line 669, ../sass/components/_content.scss */
.agent-profile-box .agent-info .agent-position, .agent-profile-box .agent-info .agent-phone {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  line-height: 21px;
  display: block;
}
/* line 676, ../sass/components/_content.scss */
.agent-profile-box .agent-info .branch-contact {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  color: #ed1a3a;
  display: block;
  position: absolute;
  bottom: 25px;
}
/* line 683, ../sass/components/_content.scss */
.agent-profile-box .agent-info .branch-contact:hover {
  color: #d9040e;
}
/* line 688, ../sass/components/_content.scss */
.agent-profile-box .agent-info p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  line-height: 20px;
}

/* line 697, ../sass/components/_content.scss */
.picture-detail-box-medium {
  margin-top: 20px;
  background-color: #520e41;
  width: 100%;
}
/* line 702, ../sass/components/_content.scss */
.picture-detail-box-medium .picture {
  float: left;
  max-width: 55%;
}
/* line 707, ../sass/components/_content.scss */
.picture-detail-box-medium .picture-info {
  float: right;
  width: 45%;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 20px;
  padding: 20px;
}

/* line 717, ../sass/components/_content.scss */
.picture-detail-box-large {
  margin-top: 20px;
  background-color: #520e41;
  width: 100%;
}
/* line 723, ../sass/components/_content.scss */
.picture-detail-box-large .picture img {
  max-width: 100%;
}
/* line 728, ../sass/components/_content.scss */
.picture-detail-box-large .picture-info {
  padding-left: 10px;
  line-height: 30px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

/* line 736, ../sass/components/_content.scss */
.map-box-large {
  margin-top: 20px;
  background-color: #520e41;
  width: 100%;
  height: 460px;
}
/* line 742, ../sass/components/_content.scss */
.map-box-large .article-map {
  height: 430px;
}
/* line 746, ../sass/components/_content.scss */
.map-box-large .article-map-info {
  line-height: 30px;
  padding-left: 10px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

/* line 754, ../sass/components/_content.scss */
.map-box-small {
  margin-top: 20px;
  background-color: #520e41;
  width: 100%;
  height: 200px;
}
/* line 760, ../sass/components/_content.scss */
.map-box-small .article-map {
  float: left;
  height: 200px;
  width: 40%;
}
/* line 766, ../sass/components/_content.scss */
.map-box-small .article-map-info {
  float: left;
  width: 60%;
  line-height: 20px;
  padding: 25px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}

/* line 776, ../sass/components/_content.scss */
.book-valuation {
  margin-top: 0;
}
/* line 779, ../sass/components/_content.scss */
.book-valuation a {
  display: block;
  background-color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
}

/* line 791, ../sass/components/_content.scss */
.article-details-list {
  margin-left: 20px;
}
/* line 794, ../sass/components/_content.scss */
.article-details-list li {
  float: none;
  line-height: 30px;
  color: #520e41;
  list-style-type: disc;
}
/* line 800, ../sass/components/_content.scss */
.article-details-list li span {
  color: #616161;
}

/* line 806, ../sass/components/_content.scss */
.article-testimonial {
  margin-top: 20px;
}
/* line 807, ../sass/components/_content.scss */
.article-testimonial .left-quote {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -334px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 22px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 807, ../sass/components/_content.scss */
  .article-testimonial .left-quote {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -340.5px -40px;
    height: 15px;
    width: 21px;
  }
}
/* line 812, ../sass/components/_content.scss */
.article-testimonial .right-quote {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -312px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 22px;
  margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 812, ../sass/components/_content.scss */
  .article-testimonial .right-quote {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -318.5px -40px;
    height: 15px;
    width: 22px;
  }
}
/* line 819, ../sass/components/_content.scss */
.article-testimonial p {
  color: #520e41;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
/* line 825, ../sass/components/_content.scss */
.article-testimonial .customer-name, .article-testimonial .customer-type {
  color: #520e41;
  line-height: 40px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
/* line 831, ../sass/components/_content.scss */
.article-testimonial .customer-type {
  padding-left: 5px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}

/* line 837, ../sass/components/_content.scss */
.article-table {
  width: 100%;
  background-color: #f0ece4;
  padding: 0;
  margin: 20px 0;
}
/* line 843, ../sass/components/_content.scss */
.article-table th {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding: 20px;
  text-align: left;
  border: 1px solid #ffffff;
}
/* line 850, ../sass/components/_content.scss */
.article-table th:first-child {
  border-left: 0;
}
/* line 854, ../sass/components/_content.scss */
.article-table th:last-child {
  border-right: 0;
}
/* line 859, ../sass/components/_content.scss */
.article-table td {
  border: 1px solid #ffffff;
  padding: 20px;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #616161;
}
/* line 865, ../sass/components/_content.scss */
.article-table td.bold {
  background-color: #eae4dd;
}
/* line 869, ../sass/components/_content.scss */
.article-table td:first-child {
  border-left: 0;
}
/* line 873, ../sass/components/_content.scss */
.article-table td:last-child {
  border-right: 0;
}

/* line 880, ../sass/components/_content.scss */
.article-bullet-points li {
  list-style-type: disc;
}
/* line 883, ../sass/components/_content.scss */
.article-bullet-points li.list-header {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  padding-top: 40px;
  padding-bottom: 5px;
}
/* line 890, ../sass/components/_content.scss */
.article-bullet-points li.sub-header {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding-top: 20px;
  padding-bottom: 5px;
}
/* line 898, ../sass/components/_content.scss */
.article-bullet-points h3 {
  padding-top: 20px;
}
/* line 902, ../sass/components/_content.scss */
.article-bullet-points p {
  margin-top: 5px;
  padding-left: 22px;
}
/* line 907, ../sass/components/_content.scss */
.article-bullet-points .sub-points {
  padding-left: 20px;
}
/* line 910, ../sass/components/_content.scss */
.article-bullet-points .sub-points p {
  padding-left: 18px;
}
/* line 914, ../sass/components/_content.scss */
.article-bullet-points .sub-points .article-details-list {
  padding-left: 10px;
}
/* line 918, ../sass/components/_content.scss */
.article-bullet-points .sub-points .article-details-list li:first-child {
  padding-top: 10px;
}

/* line 926, ../sass/components/_content.scss */
.article-agent-details {
  width: 360px;
  background-color: #f0ece4;
  padding: 30px;
}
@media (max-width: 1280px) {
  /* line 926, ../sass/components/_content.scss */
  .article-agent-details {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 926, ../sass/components/_content.scss */
  .article-agent-details {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 926, ../sass/components/_content.scss */
  .article-agent-details {
    width: 100%;
  }
}
/* line 939, ../sass/components/_content.scss */
.article-agent-details img {
  width: 100%;
}
/* line 943, ../sass/components/_content.scss */
.article-agent-details h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  padding-top: 0;
  padding-bottom: 30px;
}
/* line 950, ../sass/components/_content.scss */
.article-agent-details .agent-info {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #616161;
}
/* line 954, ../sass/components/_content.scss */
.article-agent-details .agent-info .agent-name {
  padding-top: 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #520e41;
  display: block;
}
/* line 962, ../sass/components/_content.scss */
.article-agent-details .agent-info .agent-position, .article-agent-details .agent-info .agent-phone {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  line-height: 21px;
  display: block;
}
/* line 969, ../sass/components/_content.scss */
.article-agent-details .agent-info p {
  padding-top: 0;
  line-height: 20px;
}
/* line 975, ../sass/components/_content.scss */
.article-agent-details a {
  display: block;
  background-color: #ed1a3a;
  color: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 985, ../sass/components/_content.scss */
.article-agent-details a:hover {
  text-decoration: none;
  background-color: #d9040e;
}

/* line 992, ../sass/components/_content.scss */
.article-content-box {
  margin-top: 40px;
  width: 360px;
  background-color: #f0ece4;
  padding: 30px;
}
@media (max-width: 1280px) {
  /* line 992, ../sass/components/_content.scss */
  .article-content-box {
    width: 310px;
  }
}
@media (max-width: 992px) {
  /* line 992, ../sass/components/_content.scss */
  .article-content-box {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 992, ../sass/components/_content.scss */
  .article-content-box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 992, ../sass/components/_content.scss */
  .article-content-box {
    margin-top: 20px;
  }
}
/* line 1010, ../sass/components/_content.scss */
.article-content-box h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  padding-top: 0;
  padding-bottom: 20px;
}
/* line 1017, ../sass/components/_content.scss */
.article-content-box h2 + p {
  margin-top: 0;
}
/* line 1021, ../sass/components/_content.scss */
.article-content-box p {
  padding-top: 0;
  line-height: 20px;
}
/* line 1026, ../sass/components/_content.scss */
.article-content-box h4 {
  padding-top: 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #520e41;
  display: block;
}
/* line 1034, ../sass/components/_content.scss */
.article-content-box .sub-point {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  display: block;
  line-height: 22px;
}
/* line 1041, ../sass/components/_content.scss */
.article-content-box.zoo-textbox {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  border: 2px solid #520e41;
  /*width: 290px;*/
  /*width: 90% !important;*/
  margin: 10px auto;
  padding-left: 10px;
  background: transparent;
  display: block;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 1280px) {
  /* line 1041, ../sass/components/_content.scss */
  .article-content-box.zoo-textbox {
    width: 60% !important;
  }
}
@media (max-width: 992px) {
  /* line 1041, ../sass/components/_content.scss */
  .article-content-box.zoo-textbox {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1041, ../sass/components/_content.scss */
  .article-content-box.zoo-textbox {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  /* line 1041, ../sass/components/_content.scss */
  .article-content-box.zoo-textbox {
    width: 90% !important;
  }
}
/* line 1067, ../sass/components/_content.scss */
.article-content-box .andrews-button {
  width: 290px;
  text-align: center;
}
/* line 1072, ../sass/components/_content.scss */
.article-content-box .right {
  width: 48%;
  float: right;
}
/* line 1077, ../sass/components/_content.scss */
.article-content-box .left {
  width: 48%;
  float: left;
}

/* line 1, ../sass/components/_branches.scss */
.branch-header {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 36px;
  color: #520e41;
  text-align: center;
  margin: 75px auto 40px auto;
}
@media (max-width: 992px) {
  /* line 1, ../sass/components/_branches.scss */
  .branch-header {
    margin: 75px 20px 40px 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1, ../sass/components/_branches.scss */
  .branch-header {
    margin: 75px 20px 40px 20px;
  }
}

/* line 12, ../sass/components/_branches.scss */
#branchLookup {
  position: static;
}
/* line 15, ../sass/components/_branches.scss */
#branchLookup .container-fluid {
  position: static;
}
/* line 19, ../sass/components/_branches.scss */
#branchLookup .search-controls {
  width: 942px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 992px) {
  /* line 19, ../sass/components/_branches.scss */
  #branchLookup .search-controls {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 19, ../sass/components/_branches.scss */
  #branchLookup .search-controls {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 19, ../sass/components/_branches.scss */
  #branchLookup .search-controls {
    display: none;
  }
}
/* line 33, ../sass/components/_branches.scss */
#branchLookup .locator-label {
  color: #520e41;
  float: left;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  line-height: 50px;
  width: 150px;
}
/* line 48, ../sass/mixins/_global.scss */
#branchLookup ::-webkit-input-placeholder {
  color: #520e41;
}
/* line 52, ../sass/mixins/_global.scss */
#branchLookup :-moz-placeholder {
  /* Firefox 18- */
  color: #520e41;
}
/* line 56, ../sass/mixins/_global.scss */
#branchLookup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #520e41;
}
/* line 60, ../sass/mixins/_global.scss */
#branchLookup :-ms-input-placeholder {
  color: #520e41;
}
/* line 43, ../sass/components/_branches.scss */
#branchLookup input[type="text"] {
  float: left;
  height: 50px;
  padding-left: 20px;
  border: 2px solid #520e41;
  width: 558px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
}
/* line 50, ../sass/components/_branches.scss */
#branchLookup input[type="text"].mobile-text {
  width: 56%;
  margin-top: 10px;
  display: none;
}
@media (max-width: 992px) {
  /* line 50, ../sass/components/_branches.scss */
  #branchLookup input[type="text"].mobile-text {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 50, ../sass/components/_branches.scss */
  #branchLookup input[type="text"].mobile-text {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 50, ../sass/components/_branches.scss */
  #branchLookup input[type="text"].mobile-text {
    width: 100%;
  }
}
/* line 67, ../sass/components/_branches.scss */
#branchLookup .bordered, #branchLookup .bordered-top {
  margin: 30px 0;
  border-top: 2px solid #d4cec9;
  border-bottom: 2px solid #d4cec9;
}
@media (max-width: 992px) {
  /* line 67, ../sass/components/_branches.scss */
  #branchLookup .bordered, #branchLookup .bordered-top {
    border: none;
    margin: 40px 0 20px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 67, ../sass/components/_branches.scss */
  #branchLookup .bordered, #branchLookup .bordered-top {
    border: none;
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 650px) {
  /* line 67, ../sass/components/_branches.scss */
  #branchLookup .bordered, #branchLookup .bordered-top {
    border: none;
  }
}
@media (max-width: 480px) {
  /* line 67, ../sass/components/_branches.scss */
  #branchLookup .bordered, #branchLookup .bordered-top {
    margin: 20px 0px;
  }
}
/* line 85, ../sass/components/_branches.scss */
#branchLookup .bordered .fa-crosshairs, #branchLookup .bordered-top .fa-crosshairs {
  display: none;
}
@media (max-width: 992px) {
  /* line 85, ../sass/components/_branches.scss */
  #branchLookup .bordered .fa-crosshairs, #branchLookup .bordered-top .fa-crosshairs {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 85, ../sass/components/_branches.scss */
  #branchLookup .bordered .fa-crosshairs, #branchLookup .bordered-top .fa-crosshairs {
    display: block;
  }
}
/* line 94, ../sass/components/_branches.scss */
#branchLookup .bordered-top {
  border-bottom: none;
}
/* line 98, ../sass/components/_branches.scss */
#branchLookup .services-toggle {
  width: 210px;
  margin: 0 auto;
  height: 65px;
}
/* line 103, ../sass/components/_branches.scss */
#branchLookup .services-toggle .services-inner {
  float: right;
}
@media (max-width: 650px) {
  /* line 103, ../sass/components/_branches.scss */
  #branchLookup .services-toggle .services-inner {
    width: 210px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  /* line 98, ../sass/components/_branches.scss */
  #branchLookup .services-toggle {
    float: right;
    width: 44%;
    padding-right: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 98, ../sass/components/_branches.scss */
  #branchLookup .services-toggle {
    float: right;
    width: 44%;
    padding-right: 60px;
  }
}
@media (max-width: 720px) {
  /* line 98, ../sass/components/_branches.scss */
  #branchLookup .services-toggle {
    padding-right: 0px;
  }
}
@media (max-width: 650px) {
  /* line 98, ../sass/components/_branches.scss */
  #branchLookup .services-toggle {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  /* line 98, ../sass/components/_branches.scss */
  #branchLookup .services-toggle {
    margin-right: 0px;
  }
}
/* line 134, ../sass/components/_branches.scss */
#branchLookup .fa-crosshairs {
  float: left;
  margin-left: -35px;
  font-size: 26px;
  line-height: 50px;
  z-index: 1;
  position: relative;
  color: #520e41;
}
@media (max-width: 992px) {
  /* line 134, ../sass/components/_branches.scss */
  #branchLookup .fa-crosshairs {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 134, ../sass/components/_branches.scss */
  #branchLookup .fa-crosshairs {
    margin-top: 10px;
  }
}
/* line 148, ../sass/components/_branches.scss */
#branchLookup .letters {
  margin: 0 auto;
  width: 1010px;
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  /* line 148, ../sass/components/_branches.scss */
  #branchLookup .letters {
    width: 830px;
  }
}
@media (max-width: 992px) {
  /* line 148, ../sass/components/_branches.scss */
  #branchLookup .letters {
    position: absolute;
    right: 0px;
    top: 350px;
    z-index: 1;
    width: 24px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 148, ../sass/components/_branches.scss */
  #branchLookup .letters {
    position: absolute;
    right: 0px;
    top: 350px;
    z-index: 1;
    width: 24px;
  }
}
@media (max-width: 650px) {
  /* line 148, ../sass/components/_branches.scss */
  #branchLookup .letters {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 393px;
    width: 20px;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  /* line 148, ../sass/components/_branches.scss */
  #branchLookup .letters {
    top: 488px;
  }
}
/* line 179, ../sass/components/_branches.scss */
#branchLookup .letter-box {
  float: left;
  width: 35px;
  height: 35px;
  background-color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  color: white;
  line-height: 35px;
  text-align: center;
  margin-right: 4px;
}
/* line 190, ../sass/components/_branches.scss */
#branchLookup .letter-box:hover {
  cursor: pointer;
  color: #520e41;
  background-color: #f2f2f2;
}
@media (max-width: 1280px) {
  /* line 179, ../sass/components/_branches.scss */
  #branchLookup .letter-box {
    width: 30px;
    margin-right: 2px;
  }
}
/* line 201, ../sass/components/_branches.scss */
#branchLookup .letter-box:last-child {
  margin-right: 0px;
}
@media (max-width: 992px) {
  /* line 179, ../sass/components/_branches.scss */
  #branchLookup .letter-box {
    width: 24px;
    height: 24px;
    margin-right: 0px;
    margin-top: 4px;
    float: none;
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 179, ../sass/components/_branches.scss */
  #branchLookup .letter-box {
    width: 24px;
    height: 24px;
    margin-right: 0px;
    margin-top: 4px;
    float: none;
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 650px) {
  /* line 179, ../sass/components/_branches.scss */
  #branchLookup .letter-box {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    margin-top: 4px;
    float: none;
    display: block;
    font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
    font-size: 10px;
    line-height: 20px;
  }
}
/* line 227, ../sass/components/_branches.scss */
#branchLookup .letter-box.disabled {
  cursor: default;
}
/* line 230, ../sass/components/_branches.scss */
#branchLookup .letter-box.disabled:hover {
  color: white;
  background-color: #520e41;
}
/* line 237, ../sass/components/_branches.scss */
#branchLookup .andrews-checkbox {
  clear: none;
  float: left;
  margin-top: 18px;
  text-align: center;
}
/* line 244, ../sass/components/_branches.scss */
#branchLookup label {
  float: left;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  margin-left: 10px;
  margin-top: 25px;
}
/* line 251, ../sass/components/_branches.scss */
#branchLookup label.sales {
  margin-right: 40px;
}
/* line 256, ../sass/components/_branches.scss */
#branchLookup input[type="submit"] {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #ed1a3a;
  color: #ffffff;
  border: 0;
  float: left;
  height: 50px;
  width: 224px;
  border: 2px solid #ed1a3a;
  margin-left: 10px;
}

/* line 269, ../sass/components/_branches.scss */
#branchBody {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  /* line 269, ../sass/components/_branches.scss */
  #branchBody {
    background-color: #f0ece4;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 269, ../sass/components/_branches.scss */
  #branchBody {
    background-color: #f0ece4;
  }
}
/* line 278, ../sass/components/_branches.scss */
#branchBody h1 {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  color: #520e41;
  text-align: center;
  padding: 20px 0 50px 0;
}
@media (max-width: 650px) {
  /* line 285, ../sass/components/_branches.scss */
  #branchBody .container-fluid {
    padding: 0 35px 0 20px;
  }
  /* line 289, ../sass/components/_branches.scss */
  #branchBody .container-fluid.result-linked {
    padding: 0 35px 0 60px;
  }
}
/* line 295, ../sass/components/_branches.scss */
#branchBody .mobile-right-arrow {
  position: absolute;
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -378px -45px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 9px;
  display: none;
  top: 50%;
  margin-top: -4px;
  right: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 295, ../sass/components/_branches.scss */
  #branchBody .mobile-right-arrow {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: -362px -40px;
    height: 15px;
    width: 9px;
  }
}
@media (max-width: 992px) {
  /* line 295, ../sass/components/_branches.scss */
  #branchBody .mobile-right-arrow {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 295, ../sass/components/_branches.scss */
  #branchBody .mobile-right-arrow {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 295, ../sass/components/_branches.scss */
  #branchBody .mobile-right-arrow {
    display: block;
    right: 20px;
  }
}
@media (max-width: 992px) {
  /* line 269, ../sass/components/_branches.scss */
  #branchBody {
    min-height: 1024px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 269, ../sass/components/_branches.scss */
  #branchBody {
    min-height: 1024px;
  }
}
@media (max-width: 650px) {
  /* line 269, ../sass/components/_branches.scss */
  #branchBody {
    min-height: 824px;
  }
}
/* line 321, ../sass/components/_branches.scss */
#branchBody .view-all {
  color: #ffffff;
  background-color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 13px;
  height: 60px;
  width: 220px;
  margin: 30px auto;
  display: block;
  line-height: 60px;
  text-align: center;
}
/* line 332, ../sass/components/_branches.scss */
#branchBody .view-all:hover {
  color: #ed1a3a;
  background-color: #ffffff;
}
/* line 338, ../sass/components/_branches.scss */
#branchBody .branch-box {
  padding: 30px;
  width: 758px;
  min-height: 260px;
  margin: 0 auto 30px auto;
  background-color: #ffffff;
  line-height: 24px;
}
@media (max-width: 992px) {
  /* line 346, ../sass/components/_branches.scss */
  #branchBody .branch-box .branch-column {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 346, ../sass/components/_branches.scss */
  #branchBody .branch-box .branch-column {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 338, ../sass/components/_branches.scss */
  #branchBody .branch-box {
    width: auto;
    height: 90px;
    line-height: 90px;
    min-height: 0px;
    padding: 0 30px 0 30px;
    margin: 0 86px 30px 86px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 338, ../sass/components/_branches.scss */
  #branchBody .branch-box {
    width: auto;
    height: 90px;
    line-height: 90px;
    min-height: 0px;
    padding: 0 30px 0 30px;
    margin: 0 86px 30px 86px;
  }
}
@media (max-width: 650px) {
  /* line 338, ../sass/components/_branches.scss */
  #branchBody .branch-box {
    width: 100%;
    height: 90px;
    line-height: 90px;
    min-height: 0px;
    padding: 0 20px 0 20px;
    margin: 0 30px 30px 0px;
  }
  /* line 369, ../sass/components/_branches.scss */
  #branchBody .branch-box.lookup {
    margin: 0 30px 30px 0px;
  }
}
/* line 374, ../sass/components/_branches.scss */
#branchBody .branch-box .highlight-icon {
  position: absolute;
  top: 20px;
  left: -40px;
  background-color: #520e41;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  width: 40px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
}
/* line 386, ../sass/components/_branches.scss */
#branchBody .branch-box .highlight-icon.active {
  background-color: #ed1a3a;
  color: #ffffff;
}
/* line 392, ../sass/components/_branches.scss */
#branchBody .branch-box h2 {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 24px;
  padding-bottom: 10px;
}
/* line 398, ../sass/components/_branches.scss */
#branchBody .branch-box h2 a:hover {
  color: #d9040e;
  text-decoration: underline;
}
@media (max-width: 992px) {
  /* line 392, ../sass/components/_branches.scss */
  #branchBody .branch-box h2 {
    padding-bottom: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 392, ../sass/components/_branches.scss */
  #branchBody .branch-box h2 {
    padding-bottom: 0px;
  }
}
/* line 408, ../sass/components/_branches.scss */
#branchBody .branch-box h2 span {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 24px;
  color: #b2a89f;
}
@media (max-width: 480px) {
  /* line 408, ../sass/components/_branches.scss */
  #branchBody .branch-box h2 span {
    display: none;
  }
}

/* line 420, ../sass/components/_branches.scss */
#branch-mapView {
  height: 400px;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 425, ../sass/components/_branches.scss */
  .branch-columns {
    padding: 40px 66px 0 66px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 425, ../sass/components/_branches.scss */
  .branch-columns {
    padding: 40px 66px 0 66px;
  }
}
@media (max-width: 650px) {
  /* line 425, ../sass/components/_branches.scss */
  .branch-columns {
    padding: 0 0px 0 0px;
  }
}

/* line 436, ../sass/components/_branches.scss */
.branch-column {
  float: left;
  width: 33%;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 17px;
  color: #616161;
  line-height: 24px;
}
@media (max-width: 650px) {
  /* line 436, ../sass/components/_branches.scss */
  .branch-column {
    width: 100%;
    float: none;
  }
}
/* line 448, ../sass/components/_branches.scss */
.branch-column .phone-fax {
  padding-bottom: 20px;
}
/* line 452, ../sass/components/_branches.scss */
.branch-column span {
  color: #520e41;
}
/* line 456, ../sass/components/_branches.scss */
.branch-column h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  padding-top: 60px;
  padding-bottom: 10px;
}
@media (max-width: 650px) {
  /* line 456, ../sass/components/_branches.scss */
  .branch-column h3 {
    padding-top: 25px;
  }
}
/* line 467, ../sass/components/_branches.scss */
.branch-column h4 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  color: #520e41;
  padding: 20px 0 20px 0;
}
@media (max-width: 650px) {
  /* line 467, ../sass/components/_branches.scss */
  .branch-column h4 {
    padding: 10px 0 10px 0;
  }
}

/* line 479, ../sass/components/_branches.scss */
.valuation-box, .help-box {
  width: 360px;
  background-color: #f0ece4;
  padding: 30px;
}
@media (max-width: 1280px) {
  /* line 479, ../sass/components/_branches.scss */
  .valuation-box, .help-box {
    width: 310px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  /* line 479, ../sass/components/_branches.scss */
  .valuation-box, .help-box {
    width: auto !important;
    margin: 40px 66px 0 66px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 479, ../sass/components/_branches.scss */
  .valuation-box, .help-box {
    width: auto !important;
    margin: 40px 66px 0 66px;
  }
}
@media (max-width: 650px) {
  /* line 479, ../sass/components/_branches.scss */
  .valuation-box, .help-box {
    margin: 40px 17px 0 17px;
    width: auto !important;
  }
}
@media (max-width: 480px) {
  /* line 479, ../sass/components/_branches.scss */
  .valuation-box, .help-box {
    width: auto !important;
  }
}
/* line 503, ../sass/components/_branches.scss */
.valuation-box h2, .help-box h2 {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  padding-top: 0px;
  padding-bottom: 20px;
}
/* line 510, ../sass/components/_branches.scss */
.valuation-box h2 + p, .help-box h2 + p {
  margin-top: 0px;
}
/* line 514, ../sass/components/_branches.scss */
.valuation-box p, .help-box p {
  padding-top: 0px;
  line-height: 20px;
}
/* line 519, ../sass/components/_branches.scss */
.valuation-box h4, .help-box h4 {
  padding-top: 30px;
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #520e41;
  display: block;
}
/* line 527, ../sass/components/_branches.scss */
.valuation-box .sub-point, .help-box .sub-point {
  color: #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  display: block;
  line-height: 22px;
}

/* line 537, ../sass/components/_branches.scss */
.valuation-box a {
  display: block;
  background-color: #ed1a3a;
  color: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 46px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 546, ../sass/components/_branches.scss */
.valuation-box a:hover {
  background-color: #d9040e;
}

/* line 552, ../sass/components/_branches.scss */
.help-box {
  margin-top: 40px;
}
/* line 555, ../sass/components/_branches.scss */
.help-box a {
  display: block;
  background-color: #520e41;
  color: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 46px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
}
/* line 564, ../sass/components/_branches.scss */
.help-box a:hover {
  color: #520e41;
  background-color: #ffffff;
}

/* line 572, ../sass/components/_branches.scss */
#branchContent .container-fluid {
  border-top: 2px solid #d4cec9;
}
@media (max-width: 992px) {
  /* line 572, ../sass/components/_branches.scss */
  #branchContent .container-fluid {
    margin: 0 0px 0 20px;
    padding: 0px 0px 60px 0px;
    border-top: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 572, ../sass/components/_branches.scss */
  #branchContent .container-fluid {
    margin: 0 0px 0 20px;
    padding: 0px 0px 60px 0px;
    border-top: none;
  }
}
/* line 581, ../sass/components/_branches.scss */
#branchContent .container-fluid .left-side, #branchContent .container-fluid .right-side {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 1280px) {
  /* line 581, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side, #branchContent .container-fluid .right-side {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  /* line 581, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side, #branchContent .container-fluid .right-side {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 581, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side, #branchContent .container-fluid .right-side {
    padding-top: 0px;
  }
}
@media (max-width: 650px) {
  /* line 581, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side, #branchContent .container-fluid .right-side {
    padding-bottom: 0px;
  }
}
/* line 598, ../sass/components/_branches.scss */
#branchContent .container-fluid .left-side {
  float: left;
  width: 656px;
}
@media (max-width: 1280px) {
  /* line 598, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side {
    width: 600px;
  }
}
@media (max-width: 992px) {
  /* line 606, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 606, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  /* line 598, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 598, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side {
    float: none;
    width: 100%;
  }
}
@media (max-width: 650px) {
  /* line 598, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side {
    float: none;
    width: 100%;
  }
}
/* line 627, ../sass/components/_branches.scss */
#branchContent .container-fluid .left-side p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #616161;
  padding-top: 20px;
}
@media (max-width: 992px) {
  /* line 627, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side p {
    padding: 40px 66px 0 66px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 627, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side p {
    padding: 40px 66px 0 66px;
  }
}
@media (max-width: 650px) {
  /* line 627, ../sass/components/_branches.scss */
  #branchContent .container-fluid .left-side p {
    padding: 40px 0px 0 0px;
  }
}
/* line 641, ../sass/components/_branches.scss */
#branchContent .container-fluid .left-side p a {
  color: #ed1a3a;
}
/* line 647, ../sass/components/_branches.scss */
#branchContent .container-fluid .right-side {
  float: right;
}
@media (max-width: 992px) {
  /* line 647, ../sass/components/_branches.scss */
  #branchContent .container-fluid .right-side {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 647, ../sass/components/_branches.scss */
  #branchContent .container-fluid .right-side {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 647, ../sass/components/_branches.scss */
  #branchContent .container-fluid .right-side {
    display: none;
  }
}

/* line 663, ../sass/components/_branches.scss */
#followBox .twitter-large {
  background-image: url('/Content/images/icons-s31b46174e2.png');
  background-position: -557px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 55px;
  margin: 40px auto;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  /* line 663, ../sass/components/_branches.scss */
  #followBox .twitter-large {
    background-image: url('/Content/images/icons-2x-se6dfff24d8.png');
    background-size: 659px 933.5px;
    background-position: 0 -424px;
    height: 45px;
    width: 55px;
  }
}
@media (max-width: 650px) {
  /* line 663, ../sass/components/_branches.scss */
  #followBox .twitter-large {
    margin: 60px auto 30px auto;
  }
}
/* line 673, ../sass/components/_branches.scss */
#followBox h3 {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 21px;
  color: #520e41;
  text-align: center;
  margin: 20px auto;
}
/* line 680, ../sass/components/_branches.scss */
#followBox p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #616161;
  max-width: 660px;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 650px) {
  /* line 680, ../sass/components/_branches.scss */
  #followBox p {
    padding: 0 17px 0 17px;
  }
}
/* line 693, ../sass/components/_branches.scss */
#followBox p .landlord-fees a {
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Regular', sans-serif;
  font-size: 13px;
}

@media (max-width: 992px) {
  /* line 701, ../sass/components/_branches.scss */
  #valuationDesktop, #helpBoxDesktop {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 701, ../sass/components/_branches.scss */
  #valuationDesktop, #helpBoxDesktop {
    display: none;
  }
}
@media (max-width: 650px) {
  /* line 701, ../sass/components/_branches.scss */
  #valuationDesktop, #helpBoxDesktop {
    display: none;
  }
}

/* line 711, ../sass/components/_branches.scss */
#valuationMobile, #helpBoxMobile {
  display: none;
}
@media (max-width: 992px) {
  /* line 711, ../sass/components/_branches.scss */
  #valuationMobile, #helpBoxMobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 711, ../sass/components/_branches.scss */
  #valuationMobile, #helpBoxMobile {
    display: block;
  }
}
@media (max-width: 650px) {
  /* line 711, ../sass/components/_branches.scss */
  #valuationMobile, #helpBoxMobile {
    display: block;
  }
}

/* line 723, ../sass/components/_branches.scss */
#branchMap {
  height: 440px;
}
@media (max-width: 992px) {
  /* line 723, ../sass/components/_branches.scss */
  #branchMap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 723, ../sass/components/_branches.scss */
  #branchMap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  /* line 723, ../sass/components/_branches.scss */
  #branchMap {
    margin-left: 17px;
    margin-right: 17px;
  }
}

/* line 741, ../sass/components/_branches.scss */
#modal .branch-contact-request.confirmation .confirmation h2, #modal .branch-contact-request.confirmation .confirmation p {
  text-align: center;
  padding-bottom: 0;
}

/* line 748, ../sass/components/_branches.scss */
.branch-property a {
  display: block;
  background-color: #ed1a3a;
  color: #ffffff !important;
  text-align: center;
  height: 50px;
  line-height: 46px;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  width: 360px;
}
/* line 758, ../sass/components/_branches.scss */
.branch-property a:hover {
  background-color: #d9040e;
}

/* line 2, ../sass/components/_onlinevaluation.scss */
.zoopla-valuation-row {
  width: 100%;
}
/* line 5, ../sass/components/_onlinevaluation.scss */
.zoopla-valuation-row .left {
  width: 100%;
  /*float: left;*/
}
/* line 10, ../sass/components/_onlinevaluation.scss */
.zoopla-valuation-row .article-content-box {
  margin-top: 0px;
  margin-bottom: 40px;
}

/* line 16, ../sass/components/_onlinevaluation.scss */
#valuation-title {
  margin: 0;
  text-align: left;
}

/* line 21, ../sass/components/_onlinevaluation.scss */
#valuation-header {
  width: 100%;
}

/* line 25, ../sass/components/_onlinevaluation.scss */
.get-started {
  margin-top: 15px !important;
  width: 60;
}
@media (max-width: 992px) {
  /* line 25, ../sass/components/_onlinevaluation.scss */
  .get-started {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 25, ../sass/components/_onlinevaluation.scss */
  .get-started {
    width: 90% !important;
  }
}
@media (max-width: 650px) {
  /* line 25, ../sass/components/_onlinevaluation.scss */
  .get-started {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  /* line 25, ../sass/components/_onlinevaluation.scss */
  .get-started {
    width: 90% !important;
  }
}

/* line 42, ../sass/components/_onlinevaluation.scss */
.clear-both {
  clear: both;
  padding: 20px;
}

/* line 47, ../sass/components/_onlinevaluation.scss */
#expert-valuation {
  width: 100%;
  /*float: right;*/
}

/* line 52, ../sass/components/_onlinevaluation.scss */
.smallText {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 20px;
  color: #616161;
}

/* line 60, ../sass/components/_onlinevaluation.scss */
.zoopla-valuation-text p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #616161;
}

/* line 68, ../sass/components/_onlinevaluation.scss */
.zoo-val-box-text p {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 20px;
  color: #616161;
  text-align: center;
}

/* line 77, ../sass/components/_onlinevaluation.scss */
.zoo-textbox {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  border: 2px solid #520e41;
  width: 60%;
  margin: 10px auto;
  padding-left: 10px;
  background: transparent;
  display: block;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 1280px) {
  /* line 77, ../sass/components/_onlinevaluation.scss */
  .zoo-textbox {
    width: 60% !important;
  }
}
@media (max-width: 992px) {
  /* line 77, ../sass/components/_onlinevaluation.scss */
  .zoo-textbox {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 77, ../sass/components/_onlinevaluation.scss */
  .zoo-textbox {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  /* line 77, ../sass/components/_onlinevaluation.scss */
  .zoo-textbox {
    width: 90% !important;
  }
}

/* line 101, ../sass/components/_onlinevaluation.scss */
.zoo-val-box-title {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
  color: #520e41;
  padding-top: 20px;
  text-align: center;
}

/* line 108, ../sass/components/_onlinevaluation.scss */
.zoo-val-form input[type="text"] {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  padding: 0 50px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #520e41;
}
@media (max-width: 1280px) {
  /* line 108, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form input[type="text"] {
    width: 60% !important;
  }
}
@media (max-width: 992px) {
  /* line 108, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form input[type="text"] {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 108, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form input[type="text"] {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  /* line 108, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form input[type="text"] {
    width: 90% !important;
  }
}

/* line 145, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-container {
  width: 284px !important;
}
/* line 149, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-single {
  width: 280px !important;
}
/* line 153, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
@media (max-width: 992px) {
  /* line 153, ../sass/mixins/_global.scss */
  .zoo-val-form .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 153, ../sass/mixins/_global.scss */
  .zoo-val-form .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  /* line 153, ../sass/mixins/_global.scss */
  .zoo-val-form .chosen-container-single {
    height: 50px;
    line-height: 46px;
  }
}
/* line 165, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 172, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  line-height: 46px;
  height: 46px;
}
/* line 182, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 186, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-single:hover div b {
  color: #ffffff;
}
/* line 191, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 201, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-single div b:before {
  content: "\f0d7";
}
/* line 207, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  width: 284px;
}
/* line 215, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
}
/* line 222, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 226, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 231, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
}
/* line 236, ../sass/mixins/_global.scss */
.zoo-val-form .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}
/* line 132, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-container {
  font-size: 15px;
  /*width: 290px !important;*/
  width: 60% !important;
  margin: auto;
  display: inherit;
}
@media (max-width: 992px) {
  /* line 132, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 145, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 132, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 145, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 132, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container {
    width: 90% !important;
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 132, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container {
    width: 90% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 161, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
/* line 167, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  border: 2px solid #520e41;
  background-color: #f0ece4;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
  width: 60%;
}
@media (max-width: 992px) {
  /* line 167, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container-single {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 167, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container-single {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  /* line 167, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container-single {
    width: 90% !important;
  }
}
/* line 187, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-container-active.chosen-with-drop .chosen-single {
  background: #f0ece4;
  color: #520e41;
  border: none;
  box-shadow: none;
  text-decoration: none;
  width: 60%;
}
@media (max-width: 992px) {
  /* line 187, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container-active.chosen-with-drop .chosen-single {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 187, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container-active.chosen-with-drop .chosen-single {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  /* line 187, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form .chosen-container-active.chosen-with-drop .chosen-single {
    width: 90% !important;
  }
}
/* line 204, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-results {
  color: #f0ece4;
  background-color: #520e41;
  max-height: none;
  padding: 0px;
  margin: 0px;
}
/* line 211, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-results li {
  line-height: 46px;
  padding: 5px 8px;
}
/* line 215, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-results li.result-selected {
  background-color: #663c60;
  color: #f0ece4;
}
/* line 220, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-results li:hover {
  background: #663c60;
  color: #f0ece4;
}
/* line 225, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-results li.highlighted {
  background: #663c60;
  color: #f0ece4;
}
/* line 232, ../sass/components/_onlinevaluation.scss */
.zoo-val-form select {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  border: 2px solid #520e41;
  left: 20%;
  width: 60%;
  height: 50px;
}
@media (max-width: 992px) {
  /* line 232, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form select {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 232, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form select {
    width: 90% !important;
  }
}
@media (max-width: 480px) {
  /* line 232, ../sass/components/_onlinevaluation.scss */
  .zoo-val-form select {
    width: 90% !important;
  }
}
/* line 248, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  /*width: 290px;*/
  width: 100.6%;
}
/* line 257, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #f0ece4;
  color: #520e41;
  line-height: 46px;
  height: 46px;
  text-decoration: none;
  width: 98% !important;
}
/* line 268, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-single:hover {
  background-color: #520e41;
  color: #f0ece4;
  text-decoration: none;
}
/* line 273, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-single:hover div b {
  color: #f0ece4;
}
/* line 278, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 288, ../sass/components/_onlinevaluation.scss */
.zoo-val-form .chosen-single div b:before {
  content: "\f0d7";
}

/* line 296, ../sass/components/_onlinevaluation.scss */
.right-side .article-content-box .sectionHead {
  padding: 30px 30px 20px 0px;
  color: #ed1a3a;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 21px;
}
/* line 302, ../sass/components/_onlinevaluation.scss */
.right-side .article-content-box .sectionHead .title:hover {
  color: #d9040e;
  text-decoration: none;
  cursor: pointer;
}
/* line 310, ../sass/components/_onlinevaluation.scss */
.right-side .article-content-box .tier2 {
  text-decoration: none;
  color: #ed1a3a;
  cursor: pointer;
}
/* line 315, ../sass/components/_onlinevaluation.scss */
.right-side .article-content-box .tier2 p {
  margin-top: 10px;
}
/* line 319, ../sass/components/_onlinevaluation.scss */
.right-side .article-content-box .tier2 a {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

/* line 327, ../sass/components/_onlinevaluation.scss */
.left-side p.small-print {
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #616161;
  padding-top: 20px;
}

/* line 336, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container .form-container__group, .forgotten-password-form .form-container .form-container__group {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 341, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container .form-container__group label, .forgotten-password-form .form-container .form-container__group label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  width: 40%;
  display: block;
  float: left;
  line-height: 50px;
}
/* line 349, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container .form-container__group label.mandatory:after, .forgotten-password-form .form-container .form-container__group label.mandatory:after {
  content: " *";
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 341, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container .form-container__group label, .forgotten-password-form .form-container .form-container__group label {
    line-height: 20px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 341, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container .form-container__group label, .forgotten-password-form .form-container .form-container__group label {
    line-height: 20px;
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 341, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container .form-container__group label, .forgotten-password-form .form-container .form-container__group label {
    line-height: 20px;
    display: none;
  }
}
/* line 366, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container .form-container__label, .forgotten-password-form .form-container .form-container__label {
  /*@include gt-walsheim-medium(15px);
  color: $andrews-purple;
  width: 40%;
  display: block;
  float: left;
  line-height: 50px;*/
}
/* line 374, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container .form-container__label.mandatory:after, .forgotten-password-form .form-container .form-container__label.mandatory:after {
  content: " *";
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 366, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container .form-container__label, .forgotten-password-form .form-container .form-container__label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 366, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container .form-container__label, .forgotten-password-form .form-container .form-container__label {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 366, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container .form-container__label, .forgotten-password-form .form-container .form-container__label {
    display: none;
  }
}
/* line 388, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container .form-container__label span, .forgotten-password-form .form-container .form-container__label span {
  color: #ed1a3a;
}
/* line 393, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container input[type="text"], .valuation-form .form-container input[type="password"], .forgotten-password-form .form-container input[type="text"], .forgotten-password-form .form-container input[type="password"] {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  line-height: 46px;
  border: 2px solid #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  height: 50px;
}
@media (max-width: 992px) {
  /* line 393, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container input[type="text"], .valuation-form .form-container input[type="password"], .forgotten-password-form .form-container input[type="text"], .forgotten-password-form .form-container input[type="password"] {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 393, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container input[type="text"], .valuation-form .form-container input[type="password"], .forgotten-password-form .form-container input[type="text"], .forgotten-password-form .form-container input[type="password"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 393, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container input[type="text"], .valuation-form .form-container input[type="password"], .forgotten-password-form .form-container input[type="text"], .forgotten-password-form .form-container input[type="password"] {
    width: 100%;
  }
}
/* line 412, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container textarea, .forgotten-password-form .form-container textarea {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  line-height: 46px;
  border: 2px solid #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  height: 150px;
}
@media (max-width: 992px) {
  /* line 412, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container textarea, .forgotten-password-form .form-container textarea {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 412, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container textarea, .forgotten-password-form .form-container textarea {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 412, ../sass/components/_onlinevaluation.scss */
  .valuation-form .form-container textarea, .forgotten-password-form .form-container textarea {
    width: 100%;
  }
}
/* line 431, ../sass/components/_onlinevaluation.scss */
.valuation-form .form-container li p strong, .forgotten-password-form .form-container li p strong {
  font-size: 16px;
}

/* line 438, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container .form-container__group {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 443, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container .form-container__group label {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  width: 40%;
  display: block;
  float: left;
  line-height: 50px;
}
/* line 451, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container .form-container__group label.mandatory:after {
  content: " *";
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 443, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container .form-container__group label {
    line-height: 20px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 443, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container .form-container__group label {
    line-height: 20px;
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 443, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container .form-container__group label {
    line-height: 20px;
    display: none;
  }
}
/* line 468, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container .form-container__label {
  /*@include gt-walsheim-medium(15px);
  color: $andrews-purple;
  width: 40%;
  display: block;
  float: left;
  line-height: 50px;*/
}
/* line 476, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container .form-container__label.mandatory:after {
  content: " *";
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 468, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container .form-container__label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 468, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container .form-container__label {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 468, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container .form-container__label {
    display: none;
  }
}
/* line 490, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container .form-container__label span {
  color: #ed1a3a;
}
/* line 495, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container input[type="text"], .sub-valuation-form .form-container input[type="password"] {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  line-height: 46px;
  border: 2px solid #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  height: 50px;
}
@media (max-width: 992px) {
  /* line 495, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container input[type="text"], .sub-valuation-form .form-container input[type="password"] {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 495, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container input[type="text"], .sub-valuation-form .form-container input[type="password"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 495, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container input[type="text"], .sub-valuation-form .form-container input[type="password"] {
    width: 100%;
  }
}
/* line 514, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container textarea {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  line-height: 46px;
  border: 2px solid #520e41;
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #520e41;
  height: 150px;
}
@media (max-width: 992px) {
  /* line 514, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container textarea {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 514, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container textarea {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 514, ../sass/components/_onlinevaluation.scss */
  .sub-valuation-form .form-container textarea {
    width: 100%;
  }
}
/* line 533, ../sass/components/_onlinevaluation.scss */
.sub-valuation-form .form-container li p strong {
  font-size: 16px;
}

/* line 539, ../sass/components/_onlinevaluation.scss */
.form-container .form-container__label {
  /*@include gt-walsheim-medium(15px);
      color: $andrews-purple;
      width: 40%;
      display: block;
      float: left;
      line-height: 50px;*/
}
/* line 547, ../sass/components/_onlinevaluation.scss */
.form-container .form-container__label.mandatory:after {
  content: " *";
  color: #ed1a3a;
}
@media (max-width: 992px) {
  /* line 539, ../sass/components/_onlinevaluation.scss */
  .form-container .form-container__label {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 539, ../sass/components/_onlinevaluation.scss */
  .form-container .form-container__label {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 539, ../sass/components/_onlinevaluation.scss */
  .form-container .form-container__label {
    display: none;
  }
}
/* line 561, ../sass/components/_onlinevaluation.scss */
.form-container .form-container__label span {
  color: #ed1a3a;
}
/* line 566, ../sass/components/_onlinevaluation.scss */
.form-container .mobile-val-type, .form-container .mobile-val-startTime {
  display: block;
}
@media (max-width: 992px) {
  /* line 566, ../sass/components/_onlinevaluation.scss */
  .form-container .mobile-val-type, .form-container .mobile-val-startTime {
    display: block;
    height: 50px;
    width: 98%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 566, ../sass/components/_onlinevaluation.scss */
  .form-container .mobile-val-type, .form-container .mobile-val-startTime {
    display: block;
    height: 50px;
    width: 98%;
  }
}
@media (max-width: 480px) {
  /* line 566, ../sass/components/_onlinevaluation.scss */
  .form-container .mobile-val-type, .form-container .mobile-val-startTime {
    display: block;
    height: 50px;
    width: 98%;
  }
}
/* line 582, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-container {
  /*width: 328px !important;*/
  width: 50% !important;
  font-size: 15px;
}
@media (max-width: 992px) {
  /* line 582, ../sass/components/_onlinevaluation.scss */
  .form-container .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 593, ../sass/components/_onlinevaluation.scss */
  .form-container .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 582, ../sass/components/_onlinevaluation.scss */
  .form-container .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 593, ../sass/components/_onlinevaluation.scss */
  .form-container .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
@media (max-width: 480px) {
  /* line 582, ../sass/components/_onlinevaluation.scss */
  .form-container .chosen-container {
    width: 100% !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  /* line 604, ../sass/components/_onlinevaluation.scss */
  .form-container .chosen-container.select-overlay {
    margin-top: -50px;
  }
}
/* line 610, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-single {
  /*width: 324px !important;*/
  width: 50% !important;
  font-size: 15px;
}
/* line 616, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-container-single {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 17px;
  border: 2px solid #520e41;
  background-color: #ffffff;
  color: #520e41;
  border-radius: 0px;
  outline: none;
  height: 50px;
  line-height: 46px;
}
/* line 627, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
}
/* line 634, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-single {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  color: #520e41;
  height: 46px;
  line-height: 46px;
  width: 98% !important;
}
/* line 645, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-single:hover {
  background-color: #520e41;
  color: #ffffff;
}
/* line 649, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-single:hover div b {
  color: #ffffff;
}
/* line 654, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-single div b {
  background: none !important;
  color: #520e41;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 664, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-single div b:before {
  content: "\f0d7";
}
/* line 670, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-drop {
  border: 2px solid #520e41;
  border-top: 0px;
  box-shadow: none;
  margin-left: -2px;
  /*width: 50% !important;*/
}
/* line 678, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-container-active.chosen-with-drop .chosen-single {
  background: #ffffff;
  color: #520e41;
  border: none;
  box-shadow: none;
  text-decoration: none;
}
/* line 686, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-results {
  max-height: none;
  background-color: #ffffff;
  color: #520e41;
  padding: 0px;
  margin: 0px;
  font-size: 15px !important;
}
/* line 694, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-results li {
  width: 100%;
  line-height: 46px;
  padding: 5px 8px;
  font-size: 15px;
  background-color: #ffffff;
  color: #520e41;
}
/* line 702, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-results li.result-selected {
  background-color: #520e41;
  color: #ffffff;
}
/* line 707, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-results li:hover {
  background: #520e41;
  color: #ffffff;
}
/* line 712, ../sass/components/_onlinevaluation.scss */
.form-container .chosen-results li.highlighted {
  background: #520e41;
  color: #ffffff;
}

/* line 721, ../sass/components/_onlinevaluation.scss */
.val-request ul {
  padding-left: 20px;
}
/* line 724, ../sass/components/_onlinevaluation.scss */
.val-request ul li {
  list-style-type: disc;
  line-height: 28px !important;
}

/* line 732, ../sass/components/_onlinevaluation.scss */
.field-validation-error {
  font-family: 'GT-Walsheim-Pro-Bold', sans-serif;
  font-size: 15px;
  padding-left: 40%;
  color: #ed1a3a;
  line-height: 40px;
  display: block;
}
@media (max-width: 992px) {
  /* line 732, ../sass/components/_onlinevaluation.scss */
  .field-validation-error {
    padding-left: 7%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 732, ../sass/components/_onlinevaluation.scss */
  .field-validation-error {
    padding-left: 7%;
  }
}

/* line 744, ../sass/components/_onlinevaluation.scss */
.field-validation-valid {
  display: none;
}

/* line 748, ../sass/components/_onlinevaluation.scss */
.chosen-single .field-validation-error {
  padding-left: 8px !important;
}

/* line 754, ../sass/components/_onlinevaluation.scss */
.colInset .valuation-form ul, .colInset .forgotten-password-form ul {
  margin-left: 0px;
}
/* line 757, ../sass/components/_onlinevaluation.scss */
.colInset .valuation-form ul .get-address, .colInset .forgotten-password-form ul .get-address {
  padding-left: 0px !important;
}
/* line 762, ../sass/components/_onlinevaluation.scss */
.colInset .valuation-form li, .colInset .forgotten-password-form li {
  list-style-type: none;
}

/* line 768, ../sass/components/_onlinevaluation.scss */
.error ul {
  margin-left: 0px;
}
/* line 772, ../sass/components/_onlinevaluation.scss */
.error li {
  font-family: 'GT-Walsheim-Pro-Medium', sans-serif;
  font-size: 15px;
  color: #ed1a3a !important;
  line-height: 40px;
  display: block;
}

/* line 780, ../sass/components/_onlinevaluation.scss */
.club ul li {
  width: 100%;
  /*line-height: 22px;*/
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  list-style-type: disc;
  font-family: 'TiemposTextWeb-Regular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-left: 20px;
}

/* line 790, ../sass/components/_onlinevaluation.scss */
.club .form-container__group label {
  width: 50% !important;
}

/* line 794, ../sass/components/_onlinevaluation.scss */
.aic-container .field-validation-error {
  padding-left: 50%;
}

/*# sourceMappingURL=style.css.map */
