/* Overrides CSS file */

.post {
  border-color: #ccc
}

.post-content p.small {
    font-size:88%;
}

.post-content p.reportintro {
    font-size: 25px;
}

.post-content p.reportintro::first-letter {
    color: #e94646;
    float: left;
    line-height: 60px;
    font-size: 70px;
    padding: 4px 8px 0px 3px;
    font-family: 'Steagal-Bo', sans-serif;
  }


.searchandfilter ul li ul li a {
    text-decoration: none
}

.searchandfilter ul li ul li {
    font-size: 16px;
    line-height: 1.3;
}

.searchandfilter ul li ul li:before{
content: "\f105";
font-family: "FontAwesome";
width: 8px;
height: 8px;
margin-right: 5px;
}


footer .youtube-icon .fa {
    font-size: 47px
}

.sharing-section-post {
    padding-bottom: 0;
    margin-left:20px;
}

h3.eventheads {
   margin-top:32px;
   text-align: center;
}


/* CAMPAIGN PAGE */


.campaigns-text h2 {
  font-size: 30px
}

.campaign-intro {
    font-size:20px; 
    text-align: center; 
    color: #1c1b1b; 
    padding:25px 25px 13px; 
    border: solid 1px #aaa
}

.campaign-greybox {
    background: #eee; 
    border:none; 
    padding: 20px 20px 8px;
    margin-bottom:0;
    }

.campaign-action {
  max-width: 100%;
  padding: 25px 30px 40px;
  margin-top:20px;
  text-align: center;
  background-color: #555;
  color: #fff;
  background-image: url(/images/dotted-texture.png);
  background-repeat: repeat-y;
  background-size: 100%;
}

.row.articlegrid .row.post {
    margin-bottom:0px;
  }


/* PUBLICATIONS SEARCH PAGE */

.pubs-text h2 {
  font-size:32px;
  margin:15px 0 20px;
}

.pubs-img {
  padding-right: 0;
}

.pubs-img img {
  border: 1px solid #ccc; 
  width: 100%;
  max-width:140px;
  margin-bottom: 15px
  }

.pubs-text .result-description p.bydate {
  font-size:16px;
}


/* SIGNUP FORM */

.signup-form1 {
  background: #eee; 
  padding:20px
}

.signup-form1 .form-group {
  height: auto;
}

.signup-form1 .form-group {
  margin-bottom:10px;
}

