.breadcrumbs {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600; }
  .breadcrumbs .current-link {
    color: #162127;
    font-weight: 400; }
  .breadcrumbs .mobile-breadcrumb-container {
    align-items: center;
    display: flex; }

.bub-header {
  background-color: #fff; }
  .bub-header.no-breadcrumb {
    padding-top: 32px; }
  .bub-header.text-only {
    padding-bottom: 8px; }
  .bub-header h1.header-text {
    margin: 0;
    display: inline-block;
    font-size: 44px;
    line-height: 1.3em;
    font-family: Playfair Display, Lora, Georgia, serif;
    font-weight: 800; }
    @media (max-width: 767px) {
      .bub-header h1.header-text {
        font-size: 34px;
        line-height: 1.2em; } }
  .bub-header .container {
    position: relative; }
  .bub-header .navigation-row {
    position: relative;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .bub-header .navigation-row {
        width: 750px; } }
    @media (min-width: 992px) {
      .bub-header .navigation-row {
        width: 970px; } }
    @media (min-width: 1200px) {
      .bub-header .navigation-row {
        width: 1170px; } }
  .bub-header .breadcrumb-section {
    margin-top: 12px; }

