/* WT NAVIGATION ****************************/
.title-bar {background: #535353;}

.wt-top-bar {padding: 0; background: #535353;}
#wt-navigation a {color: #FFF; font-weight: bold;}
#wt-navigation li.menu-text {color: #fff;}
#wt-navigation ul {background: #535353;}
#wt-navigation li a:hover {background: #333;}
#wt-navigation li a.current {background: #999; color: #FFF;}
#wt-navigation ul.menu li a img {padding-right: 0.25rem;}



/* SITE NAVIGATION ****************************/
.site-top-bar {padding: 0;}
#site-navigation {z-index: 1000 !important;}
#site-navigation a {color: #333;}
#site-navigation a:hover {background: #CCC;}
#site-navigation li li { border-bottom: 1px solid #ccc;}



/* FOOTER ****************************/
footer {background: #535353; color: #fff; padding: 0; height: 2.75rem;}
footer p {font-size: 0.9rem; }
footer img {width: 10rem; background: #fff; padding: 0.5rem; border-radius: 0.5rem;}


/* MEDIA SIZE: Medium and up */
@media screen and (min-width: 40em) {
#wt-navigation li a.current {background: #fff; color: #535353;}

footer {height: 1.75rem;}

} /* end medium and up */

/* MEDIA SIZE: Small only */
@media screen and (max-width: 39.9375em) {

} /* end small only */