/* 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;
}
.links {
  display: block;
  color: #fff;
  background-color: #387c7b;
  min-height: 215px;
}
.links .linksInfo {
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  font-size: 15px;
}
.links .linksInfo .title {
  font-size: 30px;
  margin: 0 0 15px 0;
}
.links .linksInfo .description {
  margin: 0 0 7px 0;
}
.links .linksInfo .linksList {
  padding-bottom: 10px;
}
.links .linksInfo .linksList ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.links .linksInfo .linksList a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.links .linksInfo .linksList a:hover {
  text-decoration: underline;
}
.links .linksInfo.museum .linksList {
  position: relative;
  float: left;
  margin: 15px 0 0 0;
  width: 33%;
}
.links .linksInfo.museum .linksList ul {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 15px 15px 0 15px;
}
.links .linksInfo.museum .linksList a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.links .linksInfo.museum .linksList a:hover {
  text-decoration: underline;
}
.image {
  margin: 15px 0 0 -15px;
}
@media screen and (max-width: 992px) {
  .image {
    padding-bottom: 15px;
  }
  .links .linksInfo.museum .linksList {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image {
    margin: 15px 0 0 0;
  }
}
