
  body .autocomplete-result-list{
    border-radius:15px !important;
    border-radius: 15px !important;
    margin-top: 7px !important;
    border: 1px solid #ebebeb !important;
  }

.autocomplete-result-list *{
  line-height: 20px !important;
}

.autocomplete-result-list li, .autocomplete-result-list li*{
  line-height: 20px !important;
}

.autocomplete-result-list li{
  border-bottom:1px solid #ebebeb;
  font-size: 14px;
  cursor: pointer;
}
.autocomplete-result-list>li:hover{
  background:#ebebeb !important; 
}

.uiSearchBar{
  background: #F5F5F5;
  padding:30px 0px;
}

.uiSearchBarInput{
  border:1px solid #ebebeb;
  height: 56px;
  border-radius:10px;
  background: #fff;
  position: relative;
  z-index: 9;
}

.uiSearchBarSubmit{
  background: red;
  padding:0px 55px;
  cursor: pointer;
  position: absolute;
  top:3px;
  right:3px;
  border-radius: 8px;
  height: 46px;
  line-height: 46px;
  color:#fff;
  background-image: linear-gradient(-90deg, #FB4948 0%, #F03231 29%, #E52322 63%, #CB1312 100%);
}

.uiSearchBarChannelSelect{
  position: absolute !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  left:-1px;
  top:-1px;
  width:143px;
  border:1px solid #ebebeb;
  line-height: 54px;
  text-indent:15px;
  background: #fff;
  cursor: pointer;
}

.uiSearchBarChannelSelectDropDownItem{
  border-top:1px solid #ebebeb;
  width:100%;
}

.additionalInput{
  border-bottom:1px solid #CCCBCB;
  padding:0px 0px 5px 0px;
  display: block;
  margin-top: 30px;
  cursor: pointer;
}

.uiBarColumn.in .megaSearchOptions {
  display: block;
}

.additionalInput img{
  position: relative;
  top:-5px;
  margin-right: 10px;
  width: unset;
  padding:unset;
}

.addChevron{
  position: relative;
}

.uiBarColumn.first .addChevron{
  min-width:39%;
  display: inline-block;
}
.uiBarColumn.first .addChevron:nth-child(6) {
    float: right;
}

.addChevron:after{
  position: absolute;
  top:0px;
  right:0px;
  width:14px;
  height: 7px;
  background-image: url(../images/chevronDown.svg);
  content:"";
  background-repeat:no-repeat;
  top:10px;
  right: 15px;
}





.uiSearchBarInputLocationInput{
    padding-left: 143px;
    padding-right: 167px;
}

/*.autocomplete-input{
  opacity: 0;
}*/

.fakePillHolder {
    background: #03A8B0;
    border-radius: 8px;
    position: absolute;
    left: 155px;
    top: 13px;
    line-height: 30px;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    padding-right: 45px;
    z-index: 99;
}

body .autocomplete-result:hover,
body .autocomplete-result[aria-selected=true] {
  background-color: rgba(0, 0, 0, .06) !important;
}


.additionalInput.moreFilters{
    border-bottom:0 none;
    color:#03A8B0;
}
.additionalInput.moreFilters img{
  margin-right: 10px;
}

.uiBarColumn{
  float: left;
  width:28%;
  padding:0px 50px;
  position: relative;
}
  

.uiBarColumn.first{
  padding-left: 0px;
}

.uiBarColumn.last{
  width:15%;
 padding-right: 0px; 
 text-align: center;
}

.uiBarRow{
  /*overflow: auto;*/
}


.uiSearchBarChannelSelect.addChevron:after{
  background-image: url(../images/chevronDownDark.svg); 
  top:24px;
}

.removePill{
  position: absolute;
  top:0px;
  right:0px;
  width:30px;
  height: 30px;
  border-radius:7px;
  background-color: #068C93;
  background-image:url('../images/crossWhite.svg');
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}



.megaSearchOptions{
  border-radius: 10px;
  margin-top: 10px;
    padding: 10px 7px;
    border-radius:1px solid #ebebeb;
    text-align: left;
}

.uiPriceSelector{
  overflow: auto;  
}

.uiPriceSelectorMin{
  width:100%;
  float:left;
  height: 250px;
  overflow: auto;
}
.uiPriceSelectorMax{
  width:100%;
  float:left;
  height: 250px;
  overflow: auto;
}

.uiPriceSelectorOption{
  padding:10px;
  border-bottom: 1px solid #ebebeb;

}

.uiPriceSelectorOption:hover{
  background-color: #fafafa;
}

.tabHolder {
    height: 50px;
    border-radius: 3px;
    background: #fff;
    margin-top: 5px;
    padding: 10px;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.showFilters {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 44px;
    background: #460400;
    height: 42px;
    background-image: url(https://api.marshandparsons.co.uk/images/filters.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 8;
    border-radius: 7px;
}

.megaSearchOption, .uiPriceSelectorOption{
  cursor: pointer;
}

.pageLinks ul li {
    background-color: #fff;
    box-shadow: 0px 0px 8px -2px #b3b3b3;
    border-radius: 8px;
    margin-bottom: 5px;
}

.pageLinks li a {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    margin-bottom: 1px;
    color: #03A8B0;
    background-color: #FFF;
    font-family: ProximaNovaA-Regular;
    display: block;
    color: #03A8B0;
}

.holderLeft{
  position: absolute;
  top:0px;
  left:0px;
  width:50%;
  height: 100%;
  z-index: 8;
}
.holderRight{
  position: absolute;
  top:0px;
  left:50%;
  width:50%;
  height: 100%;
  z-index: 8;
}

.megaSearchOptionsPrice{
  min-width: 50% !important;
}

.megaSearchOptionsPrice.bumpLeft{
  left:38%;
}

.navBar {
  z-index: 99;
}

@media(max-width:1024px){
  .fakePillHolder{
    background: #03A8B0;
    border-radius: 8px;
    position: absolute;
    left: 10px;
    top: 9px;
    line-height: 30px;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    padding-right: 45px;
  }

  .tabHolder{
    overflow: visible;
  }

  .autocomplete-input {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 none !important;
    padding: 12px 19px 12px 12px !important;
}

.mfPricecontainer .inputs .inputLeft,.mfPricecontainer .inputs .inputRight {
    border-radius: 10px;
}

.mfButtons {
    position: fixed;
    bottom: 26px;
    left: 6.5%;
    width: 85%;
    height: 80px;
    padding: 15px;
    background: #E52322;
    z-index: 9999999999999999999999999;
    border-radius: 8px;
    background-image: linear-gradient(-90deg, #FB4948 0%, #F03231 29%, #E52322 63%, #CB1312 100%);
}

.searchButton{
  width:100%;
  border-left:0 none;
}
.clearButton {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    position: absolute;
    color: #222;
    bottom: 80px;
    width: 100%;
    left: 0px;
    text-decoration: underline;
}

.mobileFilters{
  padding-bottom: 150px;
}

}

html body .redButton,
html body .heroSearch .heroSearchSubmit,
html body .footerForm input[type="submit"],
html body .megaSearch .submitMegaSeach,
html body .ctaSmall.red,
html body .cta.red,
html body .viewingBox .bookViewing:not(:first-child)
{
    background: #fb4948;
    background: -moz-linear-gradient(left,  #fb4948 0%, #cb1312 100%);
    background: -webkit-linear-gradient(left,  #fb4948 0%,#cb1312 100%);
    background: linear-gradient(to right,  #fb4948 0%,#cb1312 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4948', endColorstr='#cb1312',GradientType=1 );
}

html body .greenButton,
html body .cta,
html body .localOfficeButton,
html body .ctaSmall.blue,
html body .heroSearch .heroSearchSubmit.blue,
html body .inputContainer input[type="submit"],
html body .AM_DC_video_button,
html body .AM_DC_ctaRibbon a,
html body .AM_DC_sixOffices_Button a,
html body .cta.ghost,
html body .AM_DC_bestOfAreaPosts_viewAll a
{
    background: #0fbbc3; 
    background: -moz-linear-gradient(left,  #0fbbc3 0%, #068c93 100%);
    background: -webkit-linear-gradient(left,  #0fbbc3 0%,#068c93 100%);
    background: linear-gradient(to right,  #0fbbc3 0%,#068c93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fbbc3', endColorstr='#068c93',GradientType=1 );
}

.navBar ul.menu li a, .stickyNav ul.menu li a {
    font-weight: 600 !important;
}

.navBar ul.menu li .sub-menu, .stickyNav ul.menu li .sub-menu {
    border-radius: 8px;
    box-shadow: 0px 0px 10px -2px #a0a0a0;
}

.navBar ul.menu li .sub-menu li:hover, .stickyNav ul.menu li .sub-menu li:hover {
    color: #f5f5f5;
}

.navBar ul.menu li .sub-menu li:hover a, .stickyNav ul.menu li .sub-menu li:hover a {
    color: #460400 !important;
}

.navBar ul.menu li:hover, .stickyNav ul.menu li:hover {
    border-bottom: 2px solid #460400 !important;
}

.navBar ul.menu li .sub-menu, .stickyNav ul.menu li .sub-menu {
    margin-top: 2px !important;
    margin-left: -15px;
}

html body .navBar ul.menu li:hover a, html body .stickyNav ul.menu li:hover a {
    color: #460400 !important;
}

html body .navBar ul.menu li:hover .sub-menu li a, html body .stickyNav ul.menu li:hover .sub-menu li a {
    color: #460400 !important;
    font-weight: normal !important;
    border-bottom: 0px;
}

.navBar ul.menu li .sub-menu li:hover, .stickyNav ul.menu li .sub-menu li:hover {
    border-bottom: 0px !important;
}

.pageLinks ul li, .usefulLinks ul li {
    background-color: #fff;
    box-shadow: 0px 0px 8px -2px #b3b3b3;
    border-radius: 8px;
    margin-bottom: 5px;
}

.pageLinks ul li a, .usefulLinks ul li a {
  background-color: transparent;
  color: #460400;
  padding: 15px 20px 15px 15px;
  font-weight: bold !important;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 3px;
  margin-bottom: 1px;
  font-family: ProximaNovaA-Regular;
  display: block;
}

.pageLinks ul li a span, .usefulLinks ul li a span {
    font-weight: bold !important;
}

.pageLinks li a:hover, .usefulLinks ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.popularAreaSearchList a {
    width: 250px;
    padding: 0px 0px 5px 0px;
    font-weight: bold;
}

.popularAreaSearchList a:hover {
    color: #03A8B0;
    background-color: rgba(0, 0, 0, 0.05);
}

.popularAreaSearchListItem span {
    font-weight: normal;
}

.helpCard:hover {
    color: #460400;
    background-color: rgba(0, 0, 0, 0.05);
}

.pdfSale {
    border: none !important;
    color: #03A8B0 !important;
}

.pdfSale:hover {
    border: none;
    color: #0fbbc3 !important;
}

.viewingBox a {
    border-radius: 8px;
}

.viewingBox a:first-child {
    background-color: #000;
}

.viewingBox .telButton {
    font-weight: bold;
}

.cta.showBranchContactForm {
    background: none !important;
    border: 1px solid #0fbbc3 !important;
    color: #0fbbc3;
}

.cta.showBranchContactForm:hover {
    color: #0fbbc3 !important;
}

.bg-pod {
    position: relative;
    overflow: hidden;
    height: 420px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.new-pod-single .overlay-pod {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.overlay-pod {
    position: absolute;
    bottom: 25px;
    left: 15px;
    width: calc(100% - 30px);
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-pod img {
    display: block;
    height: auto;
    max-width: 100%;
}

.bg-pod img {
  position: absolute;
  min-width: 1000%;
  min-height: 1000%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  max-width: none;
}
/* David addition */
.bg-pod img {
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 16px;
    transform: scale(1);
    object-fit: unset;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
}
/* */

.pod-title {
    font-size: 24px;
    color: #460400;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: normal;
}

.pod-text {
    font-size: 14px;
    color: #460400;
    margin-bottom: 0px;
    line-height: normal;
}

.new-pod-single {
  position: relative;
  width: 100%;
}

.new-pod a, .new-pod-single a {
    display: block;
    padding: 15px 50px 15px 15px;
}

.new-pod a:after, .new-pod-single a:after {
    content: "";
    background-image: url("https://www.marshandparsons.co.uk/wp-content/themes/map_twentynineteen/images/rightArrowGreen.svg");
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
}

.cta.ghost {
  color: #fff !important;
}

html body .mobileNav .showNav {
    margin-left: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 18px;
    cursor: pointer;
}

.invisibleSelect select {
  cursor: pointer;
}

.footerForm input[type="submit"] {
  cursor: pointer;
}

.heroSearch .heroSearchLeft {
  cursor: pointer;
}

.popularAreaSearchList {
  display: flex;
  flex-wrap: wrap;
}

.popularAreaSearchList a {
  flex-grow: 4;
}

.heroSearch .heroSearchSubmit {
  float: right;
}

.inputContainer:not(:first-child) input {
  float: right;
}

@media only screen and (min-width: 1024px) {
  .mobileButtons {
    display: none !important;
  }
}

.autocomplete-input {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 none !important;
    padding: 15px 19px 15px 12px !important;
}

.autocomplete-result-list {
    margin: 0;
    border: 1px solid rgba(0,0,0,.12);
    padding: 0;
    box-sizing: border-box;
    max-height: 296px;
    overflow-y: auto;
    background: #fff;
    list-style: none;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
}

.autocomplete-input{border:1px solid #eee;border-radius:8px;width:100%;padding:12px 12px 12px 48px;box-sizing:border-box;position:relative;font-size:16px;line-height:1.5;flex:1;background-color:#eee;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");background-repeat:no-repeat;background-position:12px}.autocomplete-input:focus,.autocomplete-input[aria-expanded=true]{border-color:rgba(0,0,0,.12);background-color:#fff;outline:none;box-shadow:0 2px 2px rgba(0,0,0,.16)}[data-position=below] .autocomplete-input[aria-expanded=true]{border-bottom-color:transparent;border-radius:8px 8px 0 0}[data-position=above] .autocomplete-input[aria-expanded=true]{border-top-color:transparent;border-radius:0 0 8px 8px;z-index:2}.autocomplete[data-loading=true]:after{content:"";border:3px solid rgba(0,0,0,.12);border-right-color:rgba(0,0,0,.48);border-radius:100%;width:20px;height:20px;position:absolute;right:12px;top:50%;transform:translateY(-50%);-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}.autocomplete-result-list{margin:0;border:1px solid rgba(0,0,0,.12);padding:0;box-sizing:border-box;max-height:296px;overflow-y:auto;background:#fff;list-style:none;box-shadow:0 2px 2px rgba(0,0,0,.16)}[data-position=below] .autocomplete-result-list{margin-top:-1px;border-top-color:transparent;border-radius:0 0 8px 8px;padding-bottom:8px}[data-position=above] .autocomplete-result-list{margin-bottom:-1px;border-bottom-color:transparent;border-radius:8px 8px 0 0;padding-top:8px}.autocomplete-result{cursor:default;padding:12px 12px 12px 48px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");background-repeat:no-repeat;background-position:12px}.autocomplete-result:hover,.autocomplete-result[aria-selected=true]{background-color:rgba(0,0,0,.06)}@-webkit-keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(359deg)}}@keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(359deg)}}

@media only screen and (min-width: 1024px) {
  .heroButtons{
    display: none;
  }
  .heroQuickLinks{
    display: none;
  }
}