/*-----Brand Navigation Section-----*/
@media screen and (min-width: 63.9375em) {
  .brandingNavigation .menu {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    clear: both;
    display: flex;
    background-color: #0062a8;
    position: relative;
    text-align: center;}
  .brandingNavigation .menu li a:hover {
    background-color: #a28976;
  }
}
/*-----Pagination Section-----*/
ul.pagination li.current a, ul.pagination li.current button {
  background: #0062a8 !important;
}
.body.field a {
  color: #0062a8;
}
.body.field a:hover,
.body.field a:focus,
.body.field a:active {
  color: #a28976;
}
.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;
}   