/* change load more buttons styling on homepage */ 

.tagdivtriggerwrap{
    width: 100%;
    text-align: left;
    margin-top: -15px;
}

.tagdivtrigger{
    font-size: 14px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    color: #5592ce;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.contentboxnews h1 a {
	font-family: 'HelveticaNeueW01-regular', sans-serif;
	color: #333;
}


/* remove shadows */

.shadow {display: none}

/* make date box on singlepost pages rounded */

.imagebox .datebox{
    border-radius: 12px;
}
.imagebox .dateboxsmall{
  /* (first radius values) / top-left | top-right | bottom-right | bottom-left */
border-radius: 5px 5px 0 0;
}
.imagebox .fpicboxsmall{
border-radius: 0 0 5px 5px;
}
.imagebox .dateboxsmall{
	font-size:11px;
	line-height:15px;
}

/* make larghe teaser image boxes on homepages pages rounded */

/* .innerimage.left{
	border-radius: 10px 0 0 0;
}

.innerimage.right{
	border-radius: 0 10px 0 0;
}
*/

.footerimg
{
    content: url("/wp-content/uploads/2023/08/logo-un-highres-long.png") !important;
    height: 90px;
    width: auto;
    margin-left: -8px;
    margin-bottom: -20px;
    padding-bottom: 20px;
}
 .footerpartlogo {
        border-bottom: none !important;
    }
    
    
/* remove horizontal news dividers */

.innerpost .dividergrey {
  border: none !important; 
  height: 0px !important;
}






