.img-responsive{
 margin: 0 auto;
}

.figure-caption{
  position: relative;
  bottom: 40px;
  font-size: 0.9em;
}

.no-padding {
  padding: 0px !important;
}

.press-img {
  padding-top: 20px;
  padding-bottom: 50px;
}

.wide > img {
    width: 100%;
    padding-bottom: 20px;
    height: 400px;
}
nav{margin-bottom: 0;}
.navbar {
    margin-bottom:0;
  }

.img-caption{
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin:auto 0;
    padding: 0;
    text-align: center;
  }

/* centered columns styles */
.row-centered {
    text-align:center;
    margin-top: 80px;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

article {
  margin-bottom: 1em;
}

.article h2{
  font-size: 3.75rem;
  line-height: 4.25rem;
  margin-bottom: 2rem;
}

.article h5{
  font-size: 5.75rem;
  line-height: 4.25rem;
  margin-bottom: 2rem;
}


.article-body > p, .article-body > ul{
    font-size: 1.8rem;
  margin: 0 auto;
  text-align: justify;
   margin-bottom: 2.125rem;
  line-height: 30px;
}

.article-body > ul{
  font-size: 1.6rem;
}
.article-body > ul > li {
padding-bottom: 25px;
}

.content .post-date {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #9f9f9f;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
}
article .post-date {
  margin-top: 1em;
}
article a {
  color: #7A9F35;
  border-bottom: 1px solid rgba(198, 70, 61, 0);
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #13B828;
  margin: 1.5em 10px 3em;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.lead-news{
  color: #80B959;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 26px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.3em;
}

.title{font-size: 36px;}

.news-cover {
    background: url("../images/news-cover.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
}

.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
/*.post img
{
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}*/
.post .content
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373;
    padding: 25px 30px 20px;
}
.post .content-body
{
    margin-bottom: 10px;
}
.post .post-img-content
{
    height: 196px;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
    width: 100%;
    height: 100%;

}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}

.thumbnail.pub, .thumbnail.pub > img {
    width: 143px !important;
    height: 200px !important;
}
.thumbnail img
{
    width: 100%;
    height: 90px;
}

.ods 
{
 max-width: 200px;
 max-height: 200px;
}