.site-footer {
  padding: 0;
}
.site-footer .content {
  color:#5c5c5c;
}
.site-footer .block {
  width: 100%;
}
.site-footer .pre-footer {
  background: #F3F2ED;
  color:#5c5c5c;
  padding: 0.5em 0 1em 0;
}
.site-footer .pre-footer a {
  color:#5c5c5c;
  text-decoration: underline;
}
.site-footer .content a:hover, .site-footer .content a:focus {
  color:#5c5c5c;
  text-decoration: underline;

}
.site-footer .pre-footer  a:hover, .site-footer .pre-footer   a:focus {
  color:#5c5c5c;
  text-decoration: none;
}
.site-footer .pre-footer a:hover, .site-footer .pre-footer a:focus {
  text-decoration: none;
}
.site-footer .pre-footer .container {
  display:flex;
  max-width: 992px;
}
.site-footer .pre-footer i {
  padding-right: 5px;
}
.site-footer .pre-footer .container .pre-footer-one {
  width: 25%;
}
.site-footer .pre-footer .container .pre-footer-two {
  width: 50%;
  text-align: center;
}
.site-footer .pre-footer .container .pre-footer-two h3 {
  font-size: 1.125em;
  margin-top: 15px;
}
.site-footer .pre-footer .container .pre-footer-three {
  width: 25%;
  text-align: right;
}
.site-footer .pre-footer span.main-link {
  font-family:'Merriweather', serif;
  font-size: 1.1em;
  margin-bottom:8px;
}
.site-footer .pre-footer #block-prefootertwo {
  margin: 20px 0 0 0;
  padding-bottom: 0;
}
#block-ascsc {
  margin:0;
  padding-top:0;
}
.acsc-footer .field__item  {
  display: flex;
  align-items: center;
  text-align: left;
}
.acsc-footer .field__item .logo img {
  max-width: 67px;
}
/*russell menus*/
.site-footer__top {
  display:flex;
  padding-top: 2.5em;
  padding-bottom:2em;

}
.site-footer__top h2 {
  border-bottom:none;
  text-transform: none;
  color:#555555;
  font-weight:600;
}
.site-footer__top .block-menu ul li {
  width: 100%;
}
.site-footer__top .block-menu ul li a {
  padding: 0.5rem 1rem 0.5rem 0;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
  font-size:0.9em;
  width: 100%;
}
.site-footer__top .block-menu ul li a:hover, .site-footer__top .block-menu ul li a:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer__top {
    flex-wrap: wrap;
  }
  .site-footer__top .region {
    width: 24%;
  }
}
@media (max-width: 570px) {
  .site-footer .pre-footer .container {
    flex-wrap:wrap;
  }
  .site-footer .pre-footer .container .pre-footer-one {
    width: 50%;
    order: 1;
    text-align: center;
  }
  .site-footer .pre-footer .container .pre-footer-two {
    width: 100%;
    order:3;
  }
  .site-footer .pre-footer .container .pre-footer-three {
    width: 50%;
    order:2;
    text-align: center;
  }
 .site-footer .block {
    margin: 0;
  }
  .site-footer .pre-footer #block-prefootertwo {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .site-footer__top {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
  .site-footer__top .region {
    margin-bottom: 15px;
  }
  .site-footer__top .region {
    width: 33%;
  }
  .site-footer__top .block-menu ul li a {
    font-size: 0.8em;
    padding: 0.3rem 1rem 0.3rem 0;
  }
}
@media (max-width: 380px) {
  .site-footer .pre-footer .container .pre-footer-one {
    width: 100%;
  }
  .site-footer .pre-footer .container .pre-footer-three {
    width: 100%;
  }
}
@media (max-width: 330px) {
  .site-footer__top .region {
    width: 50%;
  }
}
