/* WEB PAGE BACKGROUND */
body {
   background: #ece8df !important; /*beige */
}
/* HEADER */
header {
   background-position: center !important;
   background-image: url('/resources/sites/resa10ga/img/csra_header.png') !important;
}
/* START PAGE ICONS */
.card-box.card-box-item {
   background-image: linear-gradient(#ebebeb, white) !important; /* light gray */
   border: 1px solid #000000 !important; /* black */
}
/* GOOGLE TRANSLATE */
#google_translate_wrapper, footer {
   background-color: #000000 !important;  /* black */
}
/* START OVER BUTTON */
.horizontal-nav a {
   background-color: #000000 !important;  /* black */
   color: white !important;
   border-radius: 5px;
}
/* INFO BLOCK LINKS */
.sticky-nav-section a {
   background-color: #ebebeb !important;  /* light gray */
   color: white !important;
}
.sticky-nav-section a:hover {
   background-color: #000000 !important;  /* black */
   color: white !important;
}