.c5-asideNotes {
  clear: both;
  margin: 60px 0;
  padding: 28px;
  background: #f3f4f6;
}
	.c5-asideNotes .s5-header2{
		margin-top: 8px;
	}
	  .c5-asideNotes__linkList2col {
	    display: table;
	    width: 100%;
	  }
	    .c5-asideNotes__linkList2colChild {
	      display: table-cell;
	      width: 50%;
	      padding-right: 10px;
	    }
	      ul.c5-asideNotes__linkList {
	        font-size: 12px;
	        font-size: .75rem;
	        margin: 0;
	        padding: 0;
	        list-style: none;
	      }
	        ul.c5-asideNotes__linkList li{
	            margin: 0 0 12px;
	        }
	          ul.c5-asideNotes__linkList a{
	              cursor: pointer; 
	              color: #2f353d;
	          }
	          ul.c5-asideNotes__linkList a:before{
	              font-family: 'icon';
	              font-weight: normal;
	              font-style: normal;
	              font-variant: normal;
	              line-height: 1;
	              display: inline-block;
	              margin: 0 .4em .1em 0; 
	              content: '\f0da';
	              vertical-align: middle;
	              text-transform: none;
	              speak: none;
	              -webkit-font-smoothing: antialiased;
	              -moz-osx-font-smoothing: grayscale;
	          }
	          ul.c5-asideNotes__linkList a:hover,
	          ul.c5-asideNotes__linkList a:active{
	              text-decoration: none;

	              color: #7d8794;
	              outline: none;
	          }
	      ul.c5-asideNotes__linkList .c5-asideNotes__innerLink{
	      }
	        ul.c5-asideNotes__linkList .c5-asideNotes__innerLink:before{
	          display: none;
	        }

.c5-sitemapLinkList{
}
	.c5-sitemapLinkList__item{
		margin:40px auto;
	}

@media screen and (max-width: 767px){
    .c5-asideNotes__linkListSection{
        margin-bottom: -1px; 
        border-top: 1px solid #30343d;
        border-bottom: 1px solid #30343d;
    }
    .c5-asideNotes__linkList2col{
      display: block;
      width: auto;
    }
    .c5-asideNotes__linkList2colChild{
      display: block;
      width: auto;
    }
}

