/*
 * This file is included by the www.rentecdirect.com website, and also by the blog.
 * Any changes need to be validated on the blog as well as the website.
 */
.rd-footer {
  background-color: #0C2A4A;
  padding: 3rem 2rem 1rem 2rem;
  color: #FFF;
  margin-top: auto;
  width: 100%;
}

.rd-footer .col {
  padding: 0;
}

.rd-footer-menu-header {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  padding-bottom: 5px;
}

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

.rd-footer-menu li {
  padding: 5px 0;
  margin-bottom: 0.4em;
}

.rd-footer-menu a {
  color: #87a3bc;
  font-size: 0.9rem;
}

.rd-footer-col-1 {
  position: relative;
}

.accreditations img {
  width: 33%;
  max-width: 75px;
  margin-right: 20px;
}

.rd-footer-bottom {
  border-top: 1px solid #4f667c;
  margin-top: 30px;
  padding-top: 15px;
  justify-content: space-between;
}

.rd-footer-social-icon {
  font-size: 1.4rem;
  margin-right: 12px;
}

.rd-footer .social-color {
  color: inherit;
}

.fg1 {
  grid-area: logo;
}

.fg1 img {
  width: 100%;
  max-width: 200px;
}

.fg1 .tag a {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.4rem;
  width: 75%;
}

.fg2 {
  grid-area: accreditations;
}

.fg3 {
  grid-area: social;
  padding: 15px 0;
  opacity: 0.5;
}

.fg4 {
  grid-area: copyright;
  text-align: right;
  font-size: 0.8rem;
  padding-top: 25px;
}

.fg5 {
  grid-area: menu1;
}

.fg6 {
  grid-area: menu2;
}

.fg7 {
  grid-area: menu3;
}

.fg8 {
  grid-area: menu4;
}

.rd-footer-address {
  color: #dadada;
}

.rd-footer .fair-housing {
  font-size: 0.9rem !important;
  color: #dadada !important;
}

/* values taken from bootstrap so footer css can be isolated and also used on blog */
.rd-footer-mb-2 {
  margin-bottom: 0.5rem !important;
}

.rd-footer-mb-3 {
  margin-bottom: 0.75rem !important;
}

.rd-footer-mr-2 {
  margin-right: 0.5rem !important;
}

.rd-footer-mt-4 {
  margin-top: 1.5rem !important;
}

/* end bootstrap values/overrides */
@media (min-width: 200px) {
  .rd-footer-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "logo " "menu1" "menu2" "menu3" "menu4" "accreditations" "social" "copyright";
  }
  .rd-footer-container a {
    text-decoration: none !important;
    padding: 4px 0;
    display: inline-block;
  }
  .fg1 {
    border-bottom: 1px solid rgb(64, 82, 97);
    padding-bottom: 20px;
    text-align: center;
  }
  .fg1 .tag {
    width: 100%;
  }
  .fg2 {
    border-top: 1px solid rgb(64, 82, 97);
  }
  .fg5 {
    padding-top: 30px;
  }
  .fg6, .fg7, .fg8 {
    padding-top: 10px;
  }
  .fa {
    transition: all 0.2s linear;
  }
  .fa.active {
    transform: rotate(180deg);
  }
  .fg8 {
    padding-bottom: 130px;
  }
  .fg2 {
    position: relative;
  }
  .fg2 img.bbb {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .fg2 img.narpm {
    position: absolute;
    bottom: 30px;
    left: 100px;
  }
  .fg3 {
    text-align: center;
  }
  .fg4 {
    padding: 0;
    text-align: center;
  }
  .rd-footer-menu {
    max-height: 0;
    margin-left: 15px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .rd-footer-menu.active {
    max-height: 300px;
  }
  .footer-contact {
    display: block;
    height: 48px;
  }
  .rd-footer-address {
    line-height: 1.4rem;
  }
}
@media (min-width: 420px) {
  .rd-footer-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "logo accreditations" "menu1 menu2" "menu3 menu4" "social copyright";
  }
  .fg1, .fg2 {
    border-bottom: 1px solid rgb(64, 82, 97);
    padding-bottom: 20px;
  }
  .fg1 {
    border-bottom: 1px solid rgb(64, 82, 97);
    padding-bottom: 20px;
    text-align: left;
  }
  .fg1 .tag {
    width: 100%;
  }
  .fg2 {
    border-top: none;
  }
  .fg3, .fg4 {
    border-top: 1px solid rgb(64, 82, 97);
  }
  .fg3 {
    text-align: left;
    padding-top: 20px;
  }
  .fg4 {
    text-align: right;
    padding-top: 30px;
  }
  .fg5, .fg6, .fg7, .fg8 {
    padding-top: 30px;
    display: block;
  }
  .fg7, .fg8 {
    padding-bottom: 30px;
  }
  .fg2 {
    position: relative;
  }
  .fg2 img.bbb {
    position: absolute;
    bottom: 30px;
    right: 80px;
    left: auto;
  }
  .fg2 img.narpm {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: auto;
  }
  .rd-footer-menu-header i {
    display: none;
  }
  .rd-footer-menu-header .svg-inline--fa {
    display: none;
  }
  .rd-footer-menu {
    display: block;
    margin: 0;
    height: auto;
    max-height: 310px;
  }
}
@media (min-width: 576px) {
  .fg2 img.bbb {
    right: 100px;
  }
}
@media (min-width: 992px) {
  .fg1, .fg2 {
    border-bottom: none;
    padding-bottom: 0;
  }
  .fg3, .fg4 {
    border-top: none;
  }
  .rd-footer-container {
    display: grid;
    grid-template-columns: 25% 15% 25% 20% 15%;
    grid-template-areas: "logo menu1 menu2 menu3 menu4" "accreditations menu1 menu2 menu3 menu4" "social . . .  copyright";
  }
  .fg2, .fg5, .fg6, .fg7, .fg8 {
    border-bottom: 1px solid rgb(64, 82, 97);
  }
  .fg5, .fg6, .fg7, .fg8 {
    padding-bottom: 30px;
  }
  .fg2 {
    position: relative;
  }
  .fg2 img.bbb {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .fg2 img.narpm {
    position: absolute;
    bottom: 30px;
    left: 100px;
  }
  .footer-contact {
    display: block;
    height: auto;
  }
}

/*# sourceMappingURL=footer.css.map */
