/* custom css */

.uh-header .nav-primary > li:last-child {
  margin-left: auto;
}
		
	#main-content section img {
		border-radius:8px;
		}
		
	#main-content section h3 {
		font-size: 1.5rem !important;
		color: #000 !important;
		font-weight: bold !important;
		font-family: 'Source Sans Pro' !important;
		line-height: 1.5 !important;
   	
		}
		
	#main-content section p {
	
		}
		
	#main-content h3 a {
		text-decoration: underline !important;
    	color: #000 !important;
		}	
	
.input-groups #search-column {
	display:none !important;
}