/* Block News */
.block-news .media:hover .read-more,
.block-news .media:hover .read-more .img-link,
.block-news
{
    background: #3D7E94;
}

/* Block Calendar */
.block-calendar h3,
.block-calendar .special-event h4,
.block-calendar .event:hover .read-more,
.block-calendar .event:hover .read-more .img-link
{
    background-color: #3D7E94;
}
.block-calendar .content
{
    border-color: #3D7E94;
}
.block-calendar .event:before
{
    border-color: transparent transparent transparent #3D7E94;
}
.block-calendar .special-event h4:before
{
    border-color: transparent #3D7E94 transparent transparent;
}
.block-calendar .date span
{
    color: #3D7E94;
}

/* Modal */

.modal-header .modal-title,
.modal-header button.close {
	color:#FFFFFF;
}