.footer-container {
  background: #0B1B29;
  color: #62717D;
  font-size: 0.988888em;
  p {
    color: #A9BED0;
  }
  footer {
    border-top: 0;
    margin-top: 0;
  }
  h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #81A1BB;
    font-weight: 300;
  }
  ul.menu {
    @include breakpoint(md) {
      background: #052738;
    }
    li {
      a {
        color: #A9BED0;
        text-transform: capitalize;
        font-size: 0.9888888em;
        @include breakpoint(md){
          border-left: 4px solid #13B2FF;
        }
        &:hover {
          background: none;
          color: #337AB7;
            @include breakpoint(md) {
            background: #13B2FF;
              color: #fff;
              border-left: 4px solid #0A415D;
          }
        }
        &:before {
          @include breakpoint(md) {
            content: '';
          }
          content: "\f054";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          font-size: 0.5em;
          position: absolute;
          top: 15px;
          left: -1px;
          color: #8C8C8C;
          padding-right: 0.2em;
          padding-left: 0.2em;
          margin-right: 0.5em;
        }
        &:focus {
          background: transparent;
        }
      }
    }
  }
  .region-footer {
    margin-top: 20px;
  }
  a {
    color: #4196E2;
  }
  .footer_copy {
    p {
      font-size: 0.899999em;
      a {
        font-size: 0.899999em;
      }
    }
    .zyx_copy {
      margin-top: 20px;
    }
  }
  .contact {
    padding-left: 0;
    color: #A9BED0;
    li {
      list-style: none;
      margin-bottom: 10px;
      line-height: 23px;
    }
  }
  .block-social-media-links {
    ul {
      margin-top: 7px;
      margin-bottom: 0;
      li {
        font-size: 10px;
        a {
          color: #2A6392;
          &:hover {
            color: black;
          }
        }
      }
    }
  }
}