.bg-secondary.container-fluid {
  background-color: #edf2f7;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.unite-banner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.unite-banner-container .row.align-items-center {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.banner-box {
  padding-left: 30px;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.banner-box.unite-text-box {
  margin-top: 0;
  color: #326295;
  max-width: 75%;
  flex: 0 0 75%;
  padding-left: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, Tahoma;
  --font-family-sans-serif: "Roboto", "Helvetica Neue", Arial, Tahoma;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.unite-banner-container .banner-box.img-box {
  width: auto;
  padding-right: 15px;
}
.unite-banner-container img {
  height: 130px;
  width: 130px;
  vertical-align: middle;
}
.unite-text-box h3 {
  color: #326295;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.8px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1.0rem;
}
.unite-text-box p.text-primary {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 16px;
}
.unite-text-box p.text-primary a {
  text-decoration: none;
  color: #326295;
  font-size: 1.0rem;
}
.unite-text-box p.text-primary a:hover, .unite-text-box p.text-primary a:hover strong:hover {
  text-decoration: underline;
  color: #244970;
}
.unite-text-box p.text-primary a:visited {
  text-decoration: underline;
  color: #326295;
}
.unite-text-box p.text-primary a strong {
  font-weight: bolder;
}
