/* 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;
}
/* Author Body Styles */
.collectionsBody {
  color: #272C30;
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.collectionsBody .label {
  font-family: 'roboto slab';
  font-size: 22px;
  font-weight: 700;
  color: #364659;
  margin-left: 20px;
}
.collectionsBody .leftContainer {
  position: relative;
  float: left;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  font-family: 'open sans';
  min-height: 1px;
  display: block;
}
.collectionsBody .leftContainer p {
  color: #364659;
  font-family: 'open sans';
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.collectionsBody .leftContainer div.first.column p {
  margin-right: 12px;
}
.collectionsBody .leftContainer div.last.column p {
  margin-left: 12px;
}
/* Redesign CSS */
div.n_stack_text {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 0 20px;
}
div.n_stack_rollup {
  width: 100%;
  display: block;
  clear: left;
}
div.n_cols_leftnav {
  margin-top: 20px;
  vertical-align: top;
  word-wrap: break-word;
  float: left;
}
div.n_cols_parbase {
  vertical-align: top;
  float: left;
  padding: 0 20px 0 5px;
}
@media screen and (min-width: 768px) {
  .phone-margin {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  div.n_cols_parbase {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.n_cols_parbase_text {
  margin-top: 15px;
  width: 100%;
  display: block;
}
div.n_cols_full_width {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.clr {
  clear: both;
}
/* Library Logo in Bottom Right */
div#libraryLogoContainer {
  text-align: right;
  padding: 0 18px 13px;
}
div#libraryLogoContainer img {
  width: 50px;
  height: 45px;
}
