.site-footer {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #B50007;
}

.site-footer .footer-adv {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem 1.5rem 3rem;
}

.site-footer .footer-adv-overlay {
  margin: 0;
  padding: 0;
}

.site-footer .ast-container {
  /*max-width: 100%;*/
  max-width: 1340px;
}

.site-footer .ast-container:before, .site-footer .ast-container:after {
  content: none;
}

.site-footer .ast-row {
 /* padding-left: 150px;*/
}

.site-footer .ast-row:before, .site-footer .ast-row:after {
  content: none;
}

.site-footer .ast-row .footer-adv-widget {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: .75rem;
}

.site-footer .ast-row .footer-adv-widget .widget_nav_menu {
  margin-bottom: 0;
}

.site-footer .ast-row .footer-adv-widget .widget:last-child {
  margin-bottom: 0;
}

.footer-hero {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
}

.footer-hero .svg-container svg {
  position: relative;
  z-index: 2;
}

.footer-hero .svg-container:after {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -1px;
  background: #B50007;
}

.footer-hero .footer-adv-overlay,
.footer-hero .ast-small-footer,
.footer-hero .ast-footer-overlay {
  background: none;
  border: none;
}

.footer-hero .ast-small-footer {
  display: none;
}

.site-footer:before, .site-footer:after {
  content: none;
}

.footer-hero .svg-container {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.footer-hero .logo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-hero {
    height: auto;
  }

  .footer-hero .logo-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-footer .ast-row {
    padding-left: 0;
    text-align: center;
  }

  .site-footer .ast-row .footer-adv-widget {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.footer-hero .title {
  color: #fff;
  font-size: 27px;
  margin-left: 10px;
}

.footer-hero .hero-body {
  padding-bottom: 100px;
}

.footer-hero .hero-body .columns {
  padding-left: 150px;
}

@media (max-width: 768px) {
  .footer-hero .hero-body .columns {
    padding-left: 0;
    text-align: center;
  }
}

.footer-hero .menu-item {
  padding: 0;
}

.footer-hero .item,
.footer-hero .footer-adv a {
  text-transform: uppercase;
  border-bottom: none;
  color: #fff;
  letter-spacing: 3.2px;
}