.alignleft {
    float: left;
    margin-right: 20px;
}

h4 {
    text-transform: uppercase;
}

a.sh-btn.medium.squareRounded.flat {
    float: right;
  background-color:#1c2356 !important;
}

.row a{
 text-decoration: underline; 
 font-weight: bold; 
}

.post .entry-thumbnail img:hover {
    cursor: pointer!important;
}
/* temp image fix for resource page here
img.thumbnail.img-responsive.wp-post-image {
width:147px;
 height:220px;

}*/
.rev_slider img{
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;

}

.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
}

.wp-caption .wp-caption-text {
font-size: 14px;
color: #525252;
text-align: center;
background-color: #e3e3e3;
}

.wp-caption {
background-color: #e3e3e3;
padding-top: 12px;
padding-left: 12px;
padding-right: 12px; 
margin: 10px;
}