.mobile-link:before{content: "" !important;}
button.BALaunchPad {background-image:none; text-align: center;}

/*Secro Web Chat*/
/*.secro-web-chat-wrapper {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999999;
}*/

/*.chat-button {
  padding: 1em;
  background-color: #bd5228;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}*/

/*.chat-window-wrapper {
  width: 300px;
  height: 400px;
  border-radius: 5px;
  border: 2px solid #04658b;
}*/

/*.web-chat-privacy {
  background-color: white;
  height: calc(100% - 2em - 16px * 1.5);
}*/

/*.chat-window-button {
  padding: 1em;
  background-color: #04658b;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}*/

/*.web-chat-iframe {
  height: calc(100% - 2em - 16px * 1.5);
}*/

.landlords-results-wrapper, .decision-results-wrapper > .columns {
    position: relative;
}

.landlords-results-wrapper .loading-wrapper, .decision-results-wrapper .loading-wrapper  {
    position: absolute;
    width: 100%;
    height: calc(100% + 20px);
    top: calc(0px - 20px);
    background-color: rgba(0,0,0,0.25);
    opacity: 0;
    z-index: -999;
    max-width: 87.5rem;

    transition: opacity 500ms ease-out;
}

.landlord-no-report {
  border: 2px solid #add4e4;
  border-radius: 5px;
  padding: .8rem;
  background-color: #d7eaf2;
  color: #1c5369;
  font-weight: bold;
  display: inline-block;
}

.button.no-arrow {
  background-image: none!important;
  padding: 0.65rem .85rem 0.7rem .85rem !important;
}

.landlord-no-report-wrapper {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.landlord-search-form .section {
  padding: 1em 2em 1em 2em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-top: 0px;
  margin-bottom: 15px;
}

.decision-meta span::before {
  background-color: #04658b;
  content: '';
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
}

.decision-meta span {
  margin-right: 1em;
}

.optGroup {
  font-weight: bold;
}

/*Back to top link*/
.decisions-btt {
	position: fixed;
	top: 45%;
	right: -35px;
	padding: 10px 15px;
  background-color: #BD5127;
  color: white;
	cursor: pointer;
  text-align: center;
  transform: rotate(-90deg);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.decisions-btt:hover {
  background-color: #AD4117;
}

.decision-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/*Loading spinner*/

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  overflow: hidden;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
