/*-----Brand Navigation Section-----*/
.brandingNavigation .menu {
  background-color: #0062a8;
}
.brandingNavigation .menu li a:hover {
  background-color: #a28976;
}
.body.field a {
  color: #0062a8;
}
.body.field a:hover,
.body.field a:focus,
.body.field a:active {
  color: #a28976;
}
/*-----Pagination Section-----*/
ul.pagination li.current a, ul.pagination li.current button {
  background: #0062a8 !important;
}
/*-----Front Page more link-----*/
.page-front-page.views-page .more-link {
  background-color: #0062a8;
}
.page-front-page.views-page .more-link a {
  color: #fff;
}
.page-front-page.views-page .more-link a:after {
  background-color: #a28976;
}
/*----Hero text box----*/
.mainContent .view-display-id-latest_hero_byterm .views-field-body, .mainContent .view-display-id-homepage_hero_latest .views-field-body {
  background-color: #0062a8;
}
/*----TRC Hero text box----*/
.mainContent .view-id-topic_hero .views-field-body .topic-hero-body {
  background-color: #0062a8;
}
/*----Login Page----*/
.page-user .mainContent .loginFormTitle h4 {
  color: #0062a8 !important;
}
.page-user .mainContent .loginFormTitle img {
  background-color: #0062a8;
}
.page-user .mainContent form#user-login .button.secondary {
  background-color: #0062a8;
  border-color: #0062a8;
}
