.sidebar-content {
    background: $salescrowd-warm-light-gray;
    padding: 1.5em;
    margin-bottom: 2em;
    display: block;
    clear: both;
  h3 {
    font-size: 1em;
    letter-spacing: 1px;
  }
    .sidebar-nav {  
        margin: 0;
        padding: 0;
        a {
            text-decoration: none;
            color: $font-color;
            font-size: 0.8em;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
    //    margin-bottom: $base-spacing;
        li {
            border-bottom: 1px $salescrowd-warm-gray dotted;
            > a {
                display: block;
                padding: 0.5em 0;
                &:focus,
                &:hover {
                    color: $brand;
                }
            }
            &:focus,
            &:hover {
                border-bottom: 1px $salescrowd-warm-gray dotted;
            }
            &:last-child {
              border: none;
            }
        }
        ul.sidebar-nav-submenu {
            display: none;
            padding-left: 1em;
            li:last-child {
                border: none;
            }
        }
        .is-expanded {
            display: block;
            padding-bottom: 0;
        }
    }
}
.side-spacer {
  height: 40px;
  width: 100%;
  display: block;
}
.sidebar-ady {
    margin-bottom: 2em;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    .flyin {
        position: absolute;
        left: 0;
        top: 0;
    }
    a, img {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }
    .ady-content {
        padding: 1em 2em;
        margin: 0;
        clear: both;
        p {
            text-align: center;
            font-weight: 900;
            font-size: 1.1em;
            margin: 0;
        }
    }
    .button {
        margin: 0;
    }
  &.overlap-boxed {
    position: relative;
    z-index: 10;
    overflow: visible;
    .boxed-inner {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
    }
    .overlap-child {
      width: 100%;
      position: absolute;
      z-index: -1;
      top: -5px;
      left: 6px;
      background: $black-transparent-10;
      @include MQ(M) {
        height: 133px;
      }
      @include MQ(L) {
        height: 143px;
      }
    }
  }
}

.sales-crowd-blog .sidebar-content {
padding: 1.5em;
}