body {
  padding-top: 10px;
}

.nav li a {font-weight: bold;}

.subtitles {
 color: #8FA550;
}

.newshead {

margin: 5px 0 0 0;
font-family: "Verdana",sans-serif;
font-weight: 700;
color: #8FA550;
font-size: 16px;
line-height: 1.13em;}

.newstitle {
 color: #760040; font-weight: bold;}

.rh-text-nb {color: #760040;}
.rh-text {color: #760040; font-weight: bold;}
.news-text {color: #8FA550; font-size: 12px;}
.news-text a{color: #8FA550; font-size: 12px;}
.news-text-link:hover{color: #760040; font-size: 12px; text-decoration: none;}

blockquote { border-left: 5px solid #E1E7D0;}
	
.blockquote-reverse { border-right: 5px solid #E1E7D0;}
	
a.resources-link { color: #8FA550;}
.resources-link:hover{color: #760040; text-decoration: none;}


#newscontainer {padding: 3px; background-image: linear-gradient(to bottom, rgba(224, 230, 206, 1) 0px, transparent 100%);
background-repeat: repeat-x;}

#newscontainer hr {margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #8FA550;
}

.social-text {color: #C3CAAE; font-size: 12px;
 line-height: 50px; font-weight: bold;}
 
.footer-text {color: #C3CAAE; font-size: 12px;
 line-height: 50px; font-weight: bold;}
 
a.footer-text {color: #C3CAAE; font-size: 12px;
 line-height: 50px; font-weight: bold;}

.rhsocial {
    margin: 0;
    padding: 0;
}

.rhsocial ul {
    margin: 0;
    padding: 5px;
}

.rhsocial ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.rhsocial i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #C3CAAE;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.rhsocial i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.rhsocial .fa-facebook:hover { /* round facebook icon*/
    background: #4060A5;
}

.rhsocial .fa-twitter:hover { /* round twitter icon*/
    background: #00ABE3;
}

.rhsocial .fa-google-plus:hover { /* round google plus icon*/
    background: #e64522;
}

#cookie-law { 
    max-width:940px;
    background:#EEEADD; 
    margin:10px auto 0; 
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}
 
#cookie-law p { 
    padding:10px; 
    font-size:1.2em; 
    font-weight:bold; 
    text-align:center; 
    color:#682008; 
    margin:0;
}