body{
background: #ece8df !important; /*beige */
}
header {
background-position: center !important;
background-image: url('/resources/sites/jordansdut/img/jsd_header.png') !important;
}
.card-box.card-box-item {
background-image: linear-gradient(#DEECF4, white) !important; /* light teal  */
border: 1px solid #3F8CBB !important; /* dark teal */
}
#google_translate_wrapper, footer {
background-color: #3F8CBB !important;  /* dark teal */
}
/* Start Over button */
.horizontal-nav a {
background-color: #3F8CBB !important;  /* dark teal */
color: white !important;
border-radius: 5px;
}
/* INFO BLOCK LINKS */
.sticky-nav-section a {
   background-color: #DEECF4 !important;  /* light teal */
   color: white !important;
}
.sticky-nav-section a:hover {
   background-color: #3F8CBB !important;  /* dark teal */
   color: white !important;
}
