.home-block-header {
	background:#EBEBEB;
	font-size:0.625rem;
	line-height:2em;
}
.home-block-header:after {
	clear:both;
	content:" ";
	display:block;
}
.home-block-date {
	color:#464646;
	padding-right:0.5em;
	text-align:right;
}
.home-block-category {
	color:#FFF;
	float:left;
	font-weight:bold;
	padding:0em 0.5em 0em 0.5em;
	position:relative;
	text-transform:uppercase;
}
.home-block-category:after {
	border-color:transparent;
	border-style:solid;
	border-width:1em 0 1em 1em;
	content:" ";
	overflow:hidden;
	position:absolute;
	right:-1em;
	top:0;
	z-index:1;
}
.home-block-title {
	padding:0.5em 1em;
}
.home-block-title,
.home-block-title a {
	color:#252525;
}

.home-block-sm {
	background:#FFF;
	border-bottom-width:4px;
	border-bottom-style:solid;
	margin-bottom:1.2rem;
}
.home-block-sm .home-block-article {
	border-left:2px solid #EBEBEB;
	padding-bottom:1px;
}
.home-block-sm .home-block-title {
	font-size:1rem;
}

.home-block-md {
	background:#FFF;
	border-bottom-width:4px;
	border-bottom-style:solid;
	margin-bottom:1.5rem;
}
.home-block-md .home-block-article {
	border-left:2px solid #EBEBEB;
	border-right:2px solid #EBEBEB;
	padding-bottom:1px;
}
.home-block-md .home-block-title {
	font-size:1.333rem;
}

.home-block-category-news                                 { border-bottom-color:#D31145; }
.home-block-category-news      .home-block-category       { background:#D31145; }
.home-block-category-news      .home-block-category:after { border-left-color:#D31145; }
.home-block-category-blogs                                { border-bottom-color:#007DBB; }
.home-block-category-blogs     .home-block-category       { background:#007DBB; }
.home-block-category-blogs     .home-block-category:after { border-left-color:#007DBB; }
.home-block-category-events                               { border-bottom-color:#40AE49; }
.home-block-category-events    .home-block-category       { background:#40AE49; }
.home-block-category-events    .home-block-category:after { border-left-color:#40AE49; }
.home-block-category-exchanges                            { border-bottom-color:#8560A8; }
.home-block-category-exchanges .home-block-category       { background:#8560A8; }
.home-block-category-exchanges .home-block-category:after { border-left-color:#8560A8; }
.home-block-category-research                             { border-bottom-color:#F18C21; }
.home-block-category-research  .home-block-category       { background:#F18C21; }
.home-block-category-research  .home-block-category:after { border-left-color:#F18C21; }
.home-block-category-undefined                            { border-bottom-color:hotpink; }
.home-block-category-undefined .home-block-category       { background:hotpink; }
.home-block-category-undefined .home-block-category:after { border-left-color:hotpink; }

.home-block-latest-news-heading {
	background:#DCE7EE;
	border-top:4px solid #005188;
	color:#005188;
	font-size:1.666rem;
	padding:0.25rem 0 0.25rem 0.50rem;
	margin-bottom:0 !important;
}
.home-block-latest-news {
	background:#DCE7EE;
}
.home-block-latest-news-article {
	border-bottom:1px solid #FFF;
	padding:1.5rem 0;
	margin:0 0.66rem;
}
.home-block-latest-news-article:after {
	clear:both;
	content: " ";
	display:block;
}
.home-block-latest-news:last-child .home-block-latest-news-article {
	border-bottom:0;
}
.home-block-latest-news-image {
	float:left;
	width:35%;
}
.home-block-latest-news-title {
	margin-left:40%;
}
.home-block-latest-news-title,
.home-block-latest-news-title a {
	color:#005188;
}

.home-block-exchange > .wpb_wrapper {
	border-bottom:4px solid #8560A8;
}
.home-block-exchange .home-block-header {
	margin-bottom:0;
}
.home-block-exchange .home-block-exchange-image,
.home-block-exchange .home-block-article {
	background:#FFF;
	border-color:#EBEBEB;
	border-width:0 2px;
	border-style:solid;
	margin-bottom:0;
}
.home-block-exchange .home-block-exchange-image {
	padding:0.5rem 1rem;
}
.home-block-exchange .home-block-title {
	font-size:1rem;
	padding-bottom:0;
}
.home-block-exchange .home-block-published {
	font-size:0.6rem;
	padding:0rem 1rem 0.5rem;
}
