/* Insert your cesefor footer custom SASS styling. */
.footer-wrapper {
  background-image: url("../../images/bg-footer.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #858a88;
  padding: 1rem;
  margin-top: 4rem;
}

.footer-wrapper .footer {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.footer-wrapper .footer section.region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrapper .footer section.region-footer .block {
  max-width: 540px;
  padding: 2rem 0;
  border-top: 1px solid #fff;
}

.footer-wrapper .footer section.region-footer .block:first-child {
  border: none;
}

.footer-wrapper .footer section.region-footer .menu--social {
  padding: 1rem 0;
  font-size: 1.40625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-wrapper .footer section.region-footer .menu--social ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer-wrapper .footer section.region-footer .menu--social ul.nav li {
  padding: 0 0.5rem;
}

.footer-wrapper .footer section.region-footer .menu--social ul.nav li a {
  color: #fff;
}

.footer-wrapper .footer section.region-footer .menu--social ul.nav li a:hover {
  color: #febf00;
}

.footer-bottom .menu--footer {
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 576px) {
  .footer-bottom .menu--footer {
    padding: 1rem 0;
  }
}

.footer-bottom .menu--footer ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 576px) {
  .footer-bottom .menu--footer ul.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-bottom .menu--footer ul.nav li {
  padding: 1rem;
  border-bottom: 1px solid #d1d3d2;
  text-align: center;
}

@media (min-width: 576px) {
  .footer-bottom .menu--footer ul.nav li {
    padding: 0 1rem;
    border-bottom: none;
    border-right: 1px solid #d1d3d2;
  }
}

.footer-bottom .menu--footer ul.nav li:last-child {
  border-bottom: none;
  border-right: none;
}

.footer-bottom .menu--footer ul.nav li a {
  color: #333333;
}

.footer-bottom .menu--footer ul.nav li a:hover {
  color: #febf00;
}

.page-node-type-landing-page-lb .footer-wrapper {
  margin-top: 0;
}
