   .c-contact__item:not(.c-contact__item--large) {
  margin-left: 0
}

.l-footer__contact {
  border-bottom: none
}

/* xlarge */
@media only screen and (min-width: 64.125em) {

  .l-footer__contact::after {
    border-right: none;
  }
  
}

/* xxlarge */
@media only screen and (min-width: 90em) {

  .l-footer__meta {
    padding-top: 0;
    border-top: none
  }
  
  #navPrimary{
        -webkit-box-flex:0;
        -webkit-flex:0 0 100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%
    }

} 