/* 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;
}
div#imagesContentRollup div.fadeContainer {
  opacity: 0.00;
  filter: alpha(opacity=0);
}
.imagesRollupContainer .imagesItems {
  display: block;
  margin: 0 10px 0 0;
}
.imagesRollupContainer .imagesItems .imagesItem {
  margin: 0 0 25px 0;
  overflow: auto;
}
.imagesRollupContainer .imagesItems .imagesItem .leftContainer {
  display: inline;
  float: left;
  min-height: 1px;
  padding: 0;
}
.imagesRollupContainer .imagesItems .imagesItem .leftContainer img {
  width: 185px;
  margin: 5px 0 0 0;
  border: 0;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer {
  display: inline;
  float: left;
  background-color: white;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .title {
  font-family: 'roboto slab';
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 5px 0;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .title a {
  text-decoration: none;
  color: #ab522e;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .title a:hover {
  text-decoration: underline;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .source {
  font-family: 'open sans';
  font-size: 12px;
  color: #272b2f;
  margin: 0 0 5px 0;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .summary {
  font-family: 'open sans';
  font-size: 13px;
  color: #272b2f;
  margin: 0 0 10px 0;
  line-height: 20px;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .readMore {
  font-family: 'open sans';
  font-weight: bold;
  text-decoration: none;
  color: #ab522e;
  font-size: 13px;
  text-transform: uppercase;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .readMore a {
  color: #ab522e;
  text-decoration: none;
}
.imagesRollupContainer .imagesItems .imagesItem .rightContainer .readMore a:hover {
  text-decoration: underline;
}
.text {
  font-family: 'open sans';
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .imagesRollupContainer .imagesItems .imagesItem .leftContainer {
    text-align: center;
    margin-bottom: 10px;
  }
  .navMainContainer {
    margin: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .imagesRollupContainer .imagesItems .imagesItem .leftContainer {
    width: 41.66666667%;
  }
  .imagesRollupContainer .imagesItems .imagesItem .rightContainer {
    width: 58.33333333%;
  }
}
