.wp-caption {
    border: none;
    padding: 0px;
    text-align: right;
    font-size: 10px;
    }


/*line height and paragraph spacing in content*/

.post p { 
line-height: 1.5em;
padding-bottom: 8px;
}


.post.single .content_box .excerpt {
    display: none;
}

/*removes author/date/category etc from Daily Brief posts*/

.post.single.category-dailybrief .post_details{
    display:none;
}

/*scales down title of posts to fit on phone screens*/

.post.single .post_title {
    font-size: 2.2em;
}

.single-author .h6{
display:none}

.pageid-7879 .page_title {
    display: none;
}

.pageid-7879 .footer {
    display: none;
}

.size-full .wp-image-14420{
    display: none;}

.pageid-6698 .footer {
    display: none;
}

.pageid-6698 .page_header_right{
    display: none}

.pageid-6698 .page_title {
    display: none;
}

/*removes aspects of 'Media page*/

.page-id-12100 .page_title {
    display: none;
}
.page-id-12100 .page_header_right{
    display: none}


/*removes arrow navigation on sow carousel for site origin (used on Advisory page)*/

.sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous{
    display:none;}
    
/*removes left margin in Facebook feed header*/
.fa-facebook .header-text .element-style{
    margin-left: -9px}
    
    
    
h1 {
  font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
  font-size:24px;
    margin-top: 10px;
    margin-bottom: 10px;

}

h4 {
  font-weight: 400;
  color: #ce2543;
  font-size: 20px;
  padding-bottom: 5px;
}