/*COLORS
RED: #BA0C2F
BLUE: #003C71
GREEN: #009c63;
*/

/* ---------- Color Module Styles ----------- */

body,
body.overlay {
  color: #2e2e2e;
}
.comment .comment-arrow {
  border-color: #ffffff;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
  background: #ffffff;
}
.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#header {

}
a {
  color: #BA0C2F;
  transition: all .2s ease;
  text-decoration: none;
}
.green {
	color:#009b63;
}
.white {
    color:#fff;
}
a:hover,
a:focus {
  color: #003b70;
  color: #0063bc;
}
a:active {
  color: #BA0C2F;
}
#footer-wrapper li a,
#footer-wrapper p,
#footer-wrapper p a {
    color: #9bb3c9;
}
#footer-wrapper a:focus,
#footer-wrapper a:hover {
    color: #fff;
    opacity: .5;
}
#footer-wrapper a:hover, #footer-wrapper a:active {
    opacity: 1;
}
.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
#page-wrapper,
#footer-wrapper {
  background: #003C71;
}
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
 
}
