/* 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;
}
.assetTitle {
  margin: 0;
  padding: 0;
  font-size: 36pt;
  font-family: 'roboto slab';
  font-weight: 700;
  color: #052534;
  padding-top: -20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .assetTitle {
    font-size: 24px;
    margin-top: 30px;
  }
  #contentWrapper {
    padding: 0 5px 0 5px !important;
  }
}
.label {
  font-family: 'roboto slab';
  font-size: 22px;
  font-weight: 700;
}
.label.blink {
  background-color: yellow;
  color: red;
  font-size: 25px;
  line-height: 35px;
  white-space: normal;
}
/*Related Content Component*/
.contentWrapper p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-family: 'open sans';
  text-align: justify;
}
.list {
  font-size: 8pt;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #052534;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list li {
  padding: 4px 0px;
}
.links a {
  color: #B34D26;
  text-decoration: none;
}
.links a:hover {
  text-decoration: underline;
}
/*Main content*/
.topWrapper {
  display: block;
  margin: 0 0 15px 0;
  overflow: auto;
}
.bottomWrapper {
  display: block;
  overflow: auto;
}
.bottomWrapper .leftWrapper {
  width: 710px;
  position: relative;
  float: left;
  margin: 0 25px 15px 0;
}
.bottomWrapper .rightWrapper {
  width: 200px;
  position: relative;
  float: left;
  margin: 0 0 15px 0;
}
#contentWrapper {
  padding: 0 50px 0 20px;
}
/*Media Asset Component*/
.mediaAssetWrapper {
  width: 550px;
  float: left;
  text-align: center;
}
.mediaWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.infoContainer {
  width: 100%;
  display: block;
}
.infoContainer .leftContainer {
  position: relative;
  float: left;
  width: 680px;
}
@media (max-width: 1023px) {
  .infoContainer .leftContainer,
  .mediaAssetWrapper {
    width: 100%;
  }
}
.infoContainer .rightContainer {
  position: relative;
  float: left;
  width: 230px;
}
/*Rich Text Component*/
.textBody {
  text-align: justify;
  clear: both;
  display: block;
}
/*Breadcrumb Component*/
.breadcrumb {
  display: block;
  font-family: 'roboto slab', serif;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  overflow: auto;
  margin: 0 0 15px 0;
}
.breadcrumb a {
  position: relative;
  float: left;
  color: #272b2f;
}
.breadcrumb .delim {
  position: relative;
  float: left;
  margin: -3px 0 0 0;
  font-size: 18px;
}
.breadcrumb a.last {
  color: #A94D2E;
}
.rollupImage img {
  max-width: 100%;
  max-height: 100%;
}
.inlineNavContainer {
  width: 100%;
  display: block;
  height: 25px;
}

