@font-face {
    font-family: 'Icon';
    src: url('/fonts/icon.eot?52m981');
    src: url('/fonts/icon.eot?#iefix52m981')
               format('embedded-opentype'),
             url('/fonts/icon.woff?52m981')
               format('woff'),
             url('/fonts/icon.ttf?52m981')
               format('truetype'),
             url('/fonts/icon.svg?52m981#icon')
               format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Search */
#search {
    width: 100%;
    font-size: 1.5em;
    padding: 0.75em;
    border: 1px #efefef solid;
}

#side-search form {
    display: inline;
}

#side-search #search {
    width: auto;
    padding: 5px;
    font-size: 0.8em;
}

/*About Me Widget*/
p.side-content {
     word-break: break-all;
     overflow: hidden;
     color: #999;
    font-size: 12px;
    line-height: 20px;
}
.am-img {
    max-height: 350px;
}

/*Sidebar Adjustments*/
.toc {
  padding-top: 50px;
}
.section header .title {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  margin-bottom: 5px;
  padding-right: 1rem;
}

article.li time {
  font-size: 1rem;
  line-height: 1.8rem;
}

.section.taxonomies a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
}

.section.taxonomies a:before {
  content: '•';
  font-family: 'Fontawesome';
  margin-right: 5px;
}

article.li .detail {
  padding: 1rem 0;
}

article.li .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
}

article.li .summary {
    display: none;
}

.sm article.li {
  margin-bottom: .5rem;
  background-color: transparent;
}

.sm article.li .detail {
  display: table-cell;
  padding: 0;
  padding-left: .5rem;
  height: 50px;
  vertical-align: middle;
}

.sm article.li .title {
  white-space: normal;
}

/* Logo Adjustements */
.project .logo img { 
    background: none;
    max-height: 85px;
    max-width: 210px;
}

/*Footer Adjustments*/
.footercr {
    float: right;
}
@media (max-width: 768px) {
  .footercr {
    text-align: center;
    float: none;
  }
}
.footer {
  background: #757575;
}

/*Header Adjustments*/

.header {
    height: 100px;
    padding: 8px;
}

.project .banner {
  padding: 0;
}
.header {
  background: #757575;
}
.project {
  box-shadow: none;
  background: none;
}

/*Main Section*/
@media (max-width: 768px) {
.article {
  margin-left: 8%;
  width: 80%;
}
}

/*Font Adjustments*/
.article a, .article h1, .article h2 {
  color: #757575;
}