/*------------------------------------
 Client Branding
------------------------------------*/
.content-bg-image {
  background-image: none;
}

.nav-link.active {
  background-color:#007bff !important;
  color:#FFFFFF !important;
}

.nav-link.active:hover {
  background-color: #0055B3 !important;
}

a.nav-link {
  border-top-width: 0px !important;
  color:#007bff !important;
}

a.nav-link:active {
  border-top-width: 0px !important;
  background-color: #007bff  !important;
  color:#FFFFFF !important;
}

a.nav-link:hover {
  background-color: #0055B3  !important;
  color:#FFFFFF !important;
}

a.nav-link:focus {
  background-color: #007bff  !important;
  color:#FFFFFF !important;
}

.primary-button {
  background-color:#007bff !important;
  color:#FFFFFF !important;
  border-color:  #007bff !important;
}

.primary-button-color {
  color:#007bff !important;
}

.primary-button:hover {
  background-color: #0055B3 !important;
}

.primary-button:active {
  background-color:#007bff !important;
}

.secondary-button  {
  background-color: #28A745 !important;
  color: #FFFFFF !important;
  border-color:  #28A745 !important;
}

.secondary-button:hover {
  background-color: #176228 !important;
}

.secondary-button:active {
  background-color: #28A745 !important;
}

.alternate-button  {
  background-color: #6C757D !important;
  color: #FFFFFF !important;
  border-color:  #6C757D !important;
}

.alternate-button:hover {
  background-color: #3D4247 !important;
}

.alternate-button:active {
  background-color: #6C757D !important;
}

.footer-columns {
  background: #3f5364 !important;
}

.footer-columns-bottom {
  background: #17aebd !important;
  padding: 1.5% 0 !important;
  color: #979a9d !important;
}

.primary-button-color {
  color:#007bff !important;
}