/* Colors

Navy Blue: #002A5C
Light Navy Blue: #00418F
Tan: #CFAB7A
Light Tan: #E3CEB1

*/

a.button { background: #002A5C; }
a.button:hover { background: #00418F; }

.sectionParent a { background: #002A5C; }

.departmentIcons .qlIcon a i { background: #002A5C; }
.departmentIcons .qlIcon:hover a i { background: #00418F; }
.departmentContact { background: #E3CEB1; }

.departmentContact h4 { color: #002A5C; }

.departmentMapHeader { background: #002A5C; }
.serviceNav a i { background: #002A5C; }
.serviceNav a.active, .serviceNav a:hover { background: #E3CEB1 !important; }
.serviceNav a:hover i, .serviceNav a i:hover { background: #00418F; }