.h1, h1 {
  font-size: 1.6rem;
}

.h3, h3 {
  font-size: 1.1rem;
}

body > .site-grid {
  column-gap: 38px;
}

body > .container-header {
  background-color: transparent;
  background-image: url(/images/bdps/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  padding: 30px 0;
}

body > .container-header > .container-below-top {
  background-color: rgba(255,255,255,.75);
  border-color: var(--cassiopeia-color-link);
  border-style: solid;
  border-width: 2px 0;
  max-width: none;
}

body > .container-header > .container-below-top > #mod-custom109 {
  color: rgb(0, 49, 112);
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

body > .container-header > .container-below-top > #mod-custom109 > .bdps-logo-holder {
  display: inline-block;
  padding: 7px 7px;
}

body > .container-header > .container-below-top > #mod-custom109 > .bdps-logo-holder > a > img {
  display: block;
}

body > .container-header > .container-below-top > #mod-custom109 > .bdps-mke-logo-holder {
  display: inline-block;
  padding: 7px 7px;
}

body > .container-header > .container-below-top > #mod-custom109 > .bdps-mke-logo-holder > a > img {
  display: block;
}

body > .container-header > .container-below-top > #mod-custom109 > .bdps-header-text-holder {
  flex: 1;
  padding: 0 12px;
}

body > .container-header > .container-below-top > #mod-custom109 > .bdps-header-text-holder > h1 {
  font-family: Calibri;
  font-size: 36px;
  margin: 2px 0 5px 0;
}

body > .container-header > .container-below-top > #mod-custom109 > .bdps-header-text-holder > p {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (max-width: 640px) {

  body > .container-header > .container-below-top > #mod-custom109 > .bdps-header-text-holder > h1 {
    font-size: 24px;
  }

  body > .container-header > .container-below-top > #mod-custom109 > .bdps-header-text-holder > p {
    font-size: 14px;
  }

}

/* -------------- */

.bdps-inline-block {
  display: inline-block;
}

.bdps-margin-right-20 {
  margin-right: 20px;
}

.bdps-photo {
  border-radius: 3px;
}

.bdps-button {
  background-color: #164da0;
  border-radius: 6px;
  color: #fff;
  padding: 8px 18px 10px 18px;
  text-decoration: none;
}

a.bdps-button:hover, a.bdps-button:active, a.bdps-button:focus, a.bdps-button:visited {
  color: #fff;
}

/* -------------- */

.bdps-speaker-holder {
}

.bdps-speaker-photo-holder {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
}

.bdps-speaker-buttons-holder {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}

.bdps-speaker-buttons-holder > .bdps-button {
  margin: 5px;
}
