/* Declare fonts */
@font-face {
  font-family: 'Open Sans';
  src: url('../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.eot');
  src: url('../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.woff') format('woff'), url('../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.ttf') format('truetype'), url('../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.eot');
  src: url('../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.woff') format('woff'), url('../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.ttf') format('truetype'), url('../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.eot');
  src: url('../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.woff') format('woff'), url('../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.ttf') format('truetype'), url('../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.eot');
  src: url('../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.woff') format('woff'), url('../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.ttf') format('truetype'), url('../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
.no-padding {
  padding: 0;
}
.todayInHistory {
  color: #364659;
  margin: 0 0 0 20px;
  font-family: 'Roboto Slab';
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.todayInHistory .titleContainer.museum {
  width: 100%;
  height: 80px;
  background-color: #1c222b;
  margin: 0 0 15px 0;
  order: 1;
}
.todayInHistory .titleContainer.museum .title {
  font-size: 30px;
  line-height: 34px;
  padding: 5px 0 0 12px;
  text-align: left;
  color: #1c222b;
}
.todayInHistory .date-and-text {
  order: 1;
  flex: 1.3;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.todayInHistory .lead-container {
  order: 2;
  flex: 3;
  padding: 0 10px;
}
.todayInHistory .dateContainer {
  position: relative;
  order: 1;
  width: 110px;
}
.todayInHistory .dateContainer .date {
  box-sizing: content-box;
  border-width: 3px;
  border-color: #374659;
  border-style: solid;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.todayInHistory .dateContainer .date .month {
  color: white;
  background-color: #374659;
  height: 22px;
  font-weight: 700;
  font-size: 14px;
}
.todayInHistory .dateContainer .date .day {
  color: #374659;
  background-color: white;
  margin: 3px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
.todayInHistory .textContainer {
  position: relative;
  order: 2;
  padding-left: 10px;
}
.todayInHistory .textContainer .title {
  font-size: 20px;
  margin: 15px 0 15px 0;
}
.todayInHistory .textContainer .lead {
  margin: 0 0 7px 0;
  font-size: 15px;
}
.todayInHistory a {
  color: #374659;
  text-decoration: none;
  font-weight: 700;
}
.todayInHistory a:hover {
  text-decoration: underline;
}
.todayInHistory .lead {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.todayInHistory .learn-more {
  order: 3;
  flex: 0.6;
}
.todayInHistory .learn-more a {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .todayInHistory {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 0 15px;
  }
  .todayInHistory .date-and-text {
    padding: 10px 0;
  }
  .todayInHistory .dateContainer {
    padding-left: 0;
  }
  .todayInHistory .textContainer .title {
    font-size: 22px;
  }
  .todayInHistory .textContainer .lead {
    font-size: 14px;
  }
  .todayInHistory .lead-container {
    padding: 10px 0;
  }
  .todayInHistory .learn-more {
    padding: 10px 0;
  }
}
