.news-box,
.blog-box{
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	padding-left: 20px !important; 
	height: 300px;
}

.event-box{
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	padding-left: 20px !important; 
}

.read-more-digital-news{
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	padding-top: 1em !important; 
	padding-bottom: 1em !important; 
	background-color: #3B78E4;
	color: #fff; 
	text-align: center;
}

.read-more-digital-blogs{
	float: right !important;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	padding-top: 1em !important; 
	padding-bottom: 1em !important; 
	background-color: #069fbc;
	color: #fff; 
	text-align: center;
}

.read-more-digital-blogs{
	float: right !important;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	padding-top: 1em !important; 
	padding-bottom: 1em !important; 
	background-color: #069fbc;
	color: #fff; 
	text-align: center;
}

.blog-box:hover,
.news-box:hover,
.event-box {
	/* HOVER ON */
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear; 
      -ms-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear;
}

.news-box{
	/* HOVER OFF */
	background-color: #3B78E4;
	-webkit-transition: all .4s linear;
     -moz-transition: all .4s linear; 
      -ms-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear;
}

.blog-box{
	/* HOVER OFF */
	background-color: #069fbc;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear; 
      -ms-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear;
}

.event-box{
	/* HOVER OFF */
	background-color: #66D0CB;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear; 
      -ms-transition: all .4s linear;
       -o-transition: all .4s linear;
          transition: all .4s linear;
}

.news-box h5,
.news-box h2,
.news-box p,
.news-box a,
.news-box a:hover,
.blog-box h5,
.blog-box h2,
.blog-box p,
.blog-box a,
.blog-box a:hover,
.event-box h3,
.event-box h2,
.event-box p,
.event-box a,
.event-box a:hover{
	color: #fff;
}

.digital-permalink{
  position:absolute;
  bottom:10px;
}

.events-permalink{
    bottom:10px;
}

@media screen and (max-width: 750px){
	.read-more-digital-blogs{
		float: none !important;
	}
}