@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&amp;subset=latin-ext&.css";
@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*@import "animate.less";*/

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.tm-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
#logo {
  padding-left: 20px;
  padding-right: 20px;
}
#logo .logo_container {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
#logo .logo_container span {
  font-weight: bold;
  text-transform: uppercase;
  max-width: 500px;
  display: inline-block;
  text-align: left;
  vertical-align: middle !important;
  font-size: 24px;
  line-height: 1.3;
  margin-right: 90px;
}
#logo .logo_container img {
  display: inline-block;
}
#logo .logo_container img.middle {
  width: 200px;
}
#logo .logo_container img.right {
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
}
.search {
  margin: 24px 0 40px 0;
  padding: 20px;
  display: flex;
  gap: 18px 24px;
  flex-wrap: wrap;
  background: #f6f8fa;
  border: 1px solid #e3e8ee;
  border-radius: 6px;
}
.search > div {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 16px);
  min-width: 220px;
}
.search label {
  margin-bottom: 6px;
  color: #526070;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.search input,
.search select {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #cfd8e3;
  border-radius: 4px;
  background: white;
  color: #1e2933;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
}
.search button {
  min-height: 38px;
  padding: 8px 18px;
  border: 0;
  border-radius: 4px;
  background: #006aa6;
  color: white;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}
.search span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: #1e2933;
  font-weight: 700;
}
.muzealac-card {
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 32px rgba(31, 41, 55, 0.08);
  color: #25313d;
  line-height: 1.55;
}
.muzealac-card a {
  color: #006aa6;
  font-weight: 500;
  text-decoration: none;
}
.muzealac-card a:hover {
  text-decoration: underline;
}
.muzealac-card li {
  margin: 0 0 6px 18px;
  list-style-type: disc;
}
.muzealac-card__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: #102a43;
  color: white;
}
.muzealac-card__name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.muzealac-card__meta,
.muzealac-card__date {
  color: #c9d6e2;
  font-size: 13px;
}
.muzealac-card__date {
  flex: 0 0 auto;
  padding-top: 4px;
  text-align: right;
}
.muzealac-card__content {
  display: flex;
  gap: 28px;
  padding: 24px;
}
.muzealac-card__main {
  flex: 1 1 auto;
  min-width: 0;
}
.muzealac-card__media {
  flex: 0 0 260px;
}
.muzealac-card__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}
.muzealac-card__grid + .muzealac-field {
  margin-top: 14px;
}
.muzealac-field {
  padding: 14px;
  border: 1px solid #edf1f5;
  border-radius: 6px;
  background: #fbfcfd;
  word-break: break-word;
}
.muzealac-field + .muzealac-field {
  margin-top: 14px;
}
.muzealac-field--bio {
  background: white;
}
.muzealac-field__label {
  margin-bottom: 7px;
  color: #6b7785;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}
.muzealac-list {
  margin: 0;
  padding: 0;
}
.muzealac-list--documents a {
  display: inline-block;
  padding: 2px 0;
}
.muzealac-media {
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #edf1f5;
  border-radius: 6px;
  background: #f8fafc;
}
.muzealac-media img,
.muzealac-media video,
.muzealac-media audio {
  display: block;
  width: 100%;
  max-width: 100%;
}
.muzealac-media img {
  height: auto;
  max-height: 320px;
  object-fit: contain;
  border-radius: 4px;
  background: white;
}
.muzealac-media video {
  height: auto;
  border-radius: 4px;
  background: black;
}
@media only screen and (max-width: 767px) {
  .tm-container {
    padding: 0 14px;
  }
  .search {
    padding: 14px;
    gap: 14px;
  }
  .search > div {
    width: 100%;
    min-width: 0;
  }
  .muzealac-card__header,
  .muzealac-card__content {
    display: block;
    padding: 18px;
  }
  .muzealac-card__name {
    font-size: 22px;
  }
  .muzealac-card__date {
    margin-top: 8px;
    text-align: left;
  }
  .muzealac-card__grid {
    grid-template-columns: 1fr;
  }
  .muzealac-card__media {
    margin-top: 18px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1099px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1099px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1099px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1099px), only screen and (min-resolution: 192dpi) and (max-width: 1099px), only screen and (min-resolution: 2dppx) and (max-width: 1099px), only screen and (max-width: 1099px) {
  #logo .logo_container span {
    max-width: 300px;
    margin-right: 50px;
    font-size: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  #logo {
    min-width: 300px;
  }
  #logo .logo_container {
    position: relative;
  }
  #logo .logo_container span {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
    max-width: 190px;
  }
  #logo .logo_container img.middle {
    width: 58px;
    margin-bottom: -10px;
    float: right;
  }
  #logo .logo_container img.right {
    width: 60px;
    margin-top: 5px;
    margin-left: 70px;
  }
  #logo .logo_container a:nth-child(2) {
    position: absolute;
    right: 70px;
    margin-top: 5px;
  }
}
