/* Set icon cards to have border and use dark blue. */
.paragraph--type--card-icon {
	color: #001970;
  border-style: solid;
  border-color: #001970;
}

.paragraph__card--icon-link {
	color: #001970;	
}

/* Reduce excessive padding on icon cards */
.paragraph--type--bp-columns__4col .paragraph__card--icon-link {
  padding: 2.175em 0.75em;
}

/* Make links in white boxes on grey sand follow normal white link rules which is to be dark blue */
.paragraph--type--bp-columns.color__grey-sand a, 
.paragraph--type--bp-columns.color__grey-sand a:hover, 
.paragraph--type--bp-columns-three-uneven.color__grey-sand a, 
.paragraph--type--bp-columns-three-uneven.color__grey-sand a:hover, 
.paragraph--type--bp-columns-two-uneven.color__grey-sand a, 
.paragraph--type--bp-columns-two-uneven.color__grey-sand a:hover {
	color: #001970;
}

.region-content :not(.region-footer) .paragraph.color__grey-sand .paragraph__column .paragraph__column--container-wrapper .paragraph--type--card-basic.color__white-strong .paragraph__column  .field--name-field-card-body p:last-child .btn {
	width: 90%;
}

/* A little more margin for the white boxes in the grey sand rows. */
.paragraph .paragraph__column--container-wrapper .paragraph.paragraph__card.color__white-strong > .paragraph__column .field--name-field-card-body {
	margin: 0.5rem;
}

/* Make the card border dark blue */
.paragraph--type--card-basic.card_border {
	border-color: #001970;
}