/* This file was auto-generated by /Surety/Corporate Site/_Site Config */
/* Page background and text */
body {
  background-color: #ffffff;
  color: #293A7B;
}
/* Top bar background */
.utilities-nav-container {
  background-color: #eeeeee;
}
/* Top bar text */
.utilities-nav-container .utilities-nav-item {
  color: #293A7B;
}
/* Top bar Blog/Press Releases background */
@media (min-width: 769px) {
  .utilities-nav-container .nav-pr-links {
    background-color: #d1d1d1;
  }
}
/* Search box background and text */
.utilities-search .input-search {
  background-color: #ffffff;
  color: #293A7B;
}
/* Search button background and text */
.utilities-search button.btn {
  background-color: #4169FB;
  color: #ffffff;
}
/* Search button hover background */
.utilities-search button.btn:hover {
  background-color: #293A7B;
}
/* Nav bar background */
.navbar .navbar-nav, #primaryNavContainer {
  background-color: #ffffff;
}
/* Nav bar text */
.nav-item .nav-link, .nav-item .nav-link span {
  color: #293a7b;
}
/* Footer background */
footer.bg-dark-blue {
  background-color: #293a7b;
}
/* Footer text */
footer .foot-head, footer .foot-link, p.disclaimer, footer .footer-social a, footer .foot-head:after {
  color: #ffffff;
}