.cards-style-darkblue  .card { 
   background-color: #f3f3f3;
   border-radius:0px !important;
   

}
.cards-style-darkblue .col-sm-6 
{ margin-bottom:15px; }

.cards-style-darkblue  .card .card-title {
text-transform: uppercase;
    font-family: 'Big Shoulders Text', sans-serif;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 34px;
    font-size: 28px;
    color: #005899;
}

.cards-style-darkblue  .card .card-body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px; font-weight: 500; 
	line-height: 1.8; 

}

 
 
.cards-style-darkblue  .card:hover {
	outline:4px solid #0092D1 !important;
	opacity:0.8;
 }

@media(hover: hover)  and (pointer: fine) { /* when supported */
 .cards-style-darkblue  .card:hover {
	outline:4px solid #0092D1 !important;
	opacity:0.8;
 }
}

