figure {display: inline-block;}

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

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

.inline-block {display: inline-block;}
.margin-right-10 {margin-right: 10px;}
.margin-right-15 {margin-right: 15px;}

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

body > .container-header {
  background-color: #efefef;
  /*background-color: transparent;*/
  background-image: url(/images/photos/cover.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  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-custom {
  color: rgb(0, 49, 112);
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

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

body > .container-header > .container-below-top > .mod-custom > .ectn-logo-holder > a > img {
  display: block;
}

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

body > .container-header > .container-below-top > .mod-custom > .ectn-mke-logo-holder img {
  display: block;
}

body > .container-header > .container-below-top > .mod-custom > .ectn-mate-logo-holder {
  display: inline-block;
  padding: 7px 7px;
}

body > .container-header > .container-below-top > .mod-custom > .ectn-mate-logo-holder img {
  display: block;
}

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

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

body > .container-header > .container-below-top > .mod-custom > .ectn-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-custom > .ectn-header-text-holder > h1 {
    font-size: 24px;
  }

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

}

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

.ectn-button {
  background-color: rgb(15, 134, 204); /*#164da0*/
  border-radius: 15px;
  color: #fff;
  padding: 10px 18px 10px 18px;
  text-decoration: none;
}

.ectn-button:hover {
  color: #fff;
  opacity: 0.85;
}

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

.ectn-photo-holder {
  font-size: 0;
  margin: -10px;
  position: relative;
}

.ectn-photo-holder > img {
  border-radius: 3px;
  margin: 10px;
}

.ectn-photo-holder.ectn-col-2 > img {
  width: calc((100% - 2 * 20px) / 2);
}

.ectn-photo-holder.ectn-col-3 > img {
  width: calc((100% - 3 * 20px) / 3);
}
