/* ========================================================================== */
/* BLOCK: Brand Header Bar (Cigna1)                                           */
/* ========================================================================== */
.c2-brand-header {
  width: 100%;
  background-color: #110082;
  font-family: "Montserrat", sans-serif !important;
}
.c2-brand-header * {
  font-family: "Montserrat", sans-serif !important;
}
.c2-brand-header {
  padding: 24px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c2-brand-header {
    padding: 18px 0;
  }
}
.c2-brand-header__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .c2-brand-header__container {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .c2-brand-header__container {
    padding: 0 24px;
  }
}
.c2-brand-header__logo-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.c2-brand-header__logo-link:hover {
  opacity: 0.9;
}
.c2-brand-header__logo-image {
  display: block;
  height: auto;
  width: 185px;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .c2-brand-header__logo-image {
    width: 150px;
  }
}
.c2-brand-header__logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .c2-brand-header__logo-placeholder {
    height: 40px;
  }
}