html, body  {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.realidned-page-wrapper {
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.realigned-rex-lazy-image-wrapper {
  height:auto !important;
  max-height:600px;
  text-align: center;
}

.realigned-rex-image {
  height:auto !important;
  max-height:600px;
  overflow:hidden;
  background-color: #fff;
}

.realigned-rex-image img {
  width: 100%;
  max-width: 1295px;
}

.realigned-social-rex-content {
  margin-top: 30px !important;
  text-align: center;
  margin-bottom: 0px !important;
}

.realigned-how-does {
  margin-bottom: 10px;
}

.realidned-to-get-started {
  margin-bottom: 25px;
}

ul.realigned-orange-list {
  margin: 0px 0 36px 0;
  padding: 0px;
  xtext-align: center;
  overflow: auto;
}

ul.realigned-orange-list li {
  float: left;
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 0 0 15px 40px;
  font-size: 20px;
  text-indent: -40px;
}

ul.realigned-orange-list span {
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  background: #f54527;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px 0 0;
  text-indent: 1px;
}

ul.realidned-lead-button {

}

ul.realidned-lead-button li {
  width: 170px;
  height: 65px;
  background: #f54527;
  display: inline-block;
  color: #fff;
  line-height:65px;
  letter-spacing: 1px;
  font-size: 20px;
}

ul.realidned-lead-button li a {
  display: block;
  font-size: 20px;
}

.footer-bottom-company-info {
  display: block !important;
  margin-bottom: 24px;
  font-family: "Avenir", "Helvetica", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.6;
  color: #a0a5a7;
  height: 167px;
}

/***************************************************************/

.rex-app-footer .footer-bottom-company-info__dre {
    font-size: 1rem;
}

.footer-bottom-company-info .legal-link {
  font-family: "Avenir", "Helvetica", Arial, sans-serif;
  font-size: 10px;
  color: #f1573a;
}

.footer-bottom-company-info .separator::before {
  content: '|';
  margin: 0 .25em;
}
.separator::before {
  content: '|';
  margin: 0 10px;
}

/* .footer-bottom-company-info-minimum-fee {
    xmargin-top: 16px;
    font-family: Avenir-Roman,Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: 1.6;
    color: #a0a5a7;
} */

.rex-app-footer__bbb-link {
    display: inline-block;
    margin-top: 16px;
    overflow: hidden;
    width: 100px;
}

.rex-app-footer__bbb-logo {
    width: 200%;
}

.footer-bottom-rex {
    height: 250px;
    text-align: left;
    font-family: "Avenir", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 21px;
    padding-right: 55px;
}
.no-padding-left {
    padding-left: 0 !important;
}

.footer-bottom-rex ul > li .rex-logo {
    margin: 0 0 10px;
    padding: 0;
}

.list-inline.footer-social {
  height: 46px;
}

.footer .footer-labels.list-inline li {
    line-height: 33px;
}

.footer .footer-labels span {
  font-weight: normal;
  font-family: inherit;
}

.footer .footer-labels {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rex-logo {
  height: 45px;
}

@media only screen and (max-width: 1123px) {
  .rex-logo {
    height: auto;
  }
}

@media only screen and (min-width: 1124px) {
  .rex-logo {
    height: 45px;
  }
}

.rex-logo a {
  color: #f1573a;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0;
}

.footer-bottom-rex .rex-logo a {
    font-size: 4.5rem;
}

@keyframes block-enter {
  0% {
    max-height: 0;
    opacity: 0;
  }
  50% {
    max-height: 30rem;
    opacity: 0;
  }
  100% {
    max-height: 30rem;
    opacity: 1;
  }
}
@keyframes block-exit {
  0% {
    max-height: 30rem;
  }
  100% {
    max-height: 0;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Colors */
/* Shadows */
.rex-header {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0px 24px 0px;
  xheight: 84.250px;
}
.rex-header__home-link {
  display: block;
  /* flex-basis: 4.5rem;
  flex-grow: 0; */
  width: 112px !important;
}
@media (max-width: 960px) {
  .rex-header__home-link {
    width: 72px !important;
  }
}
.rex-header__logo {
  width: 100%;
}
.rex-header__phone, .rex-header__email {
  color: #000;
  display: block;
  text-align: right;
  text-decoration: none;
  height: 19px;
}
@media (min-width: 80rem) {
  .rex-header {
    xpadding: 1rem 0 1.5rem;
  }
}

.rex-header__contact {
  height: 37.250px;
  margin: 1px 0 0 0;
}
