/*
  Page URI:    heartmath.org/research/research-library/
  Description: Custom page styling
*/

/* CSS DIRECTORY
   01. GLOBAL
   02. TIER
   03. PAGE
   04. @MEDIA QUERIES
*/



/* GLOBAL
================================= */
#hm-research-library #subheader {
  background: #fcfcfc !important;
  margin: 0 auto;
}

#hm-research-library .hm-tier.hm-research-tpl-header {
  border-bottom: 1px solid #eee;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index p {
  font-size: 15px;
  line-height: 20px;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li  {
  position: relative;
  padding-left: 44px;
  font-size: 14px;
  margin: 0 0 6px;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li span.hm-label,
#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li.hm-label-pop span.hm-label  {
  opacity: 0.8;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li span.label  {
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li.hm-label-pop span.hm-label  {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  font-size: 24px;
  text-align: center;
  color: #777;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-research-library-search  {
  position: relative;
  display: block;
  margin-top: 12px;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-research-library-search > p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-research-library-search form input {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  color: #444;
  padding: 0 12px;
  margin-top: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 0;
  height: 40px;
  vertical-align: top;
}

#hm-research-library .hm-tier.hm-research-tpl-header .hm-research-library-search form button {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  padding: 0 12px;
  margin: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  height: 40px;
  vertical-align: middle;
}



/* CONTENT
================================= */
#hm-research-library .hm-tier h2 + ol,
#hm-research-library .hm-tier h2 + ul,
#hm-research-library .hm-tier h3 + ol,
#hm-research-library .hm-tier h3 + ul,
#hm-research-library .hm-tier h4 + ol,
#hm-research-library .hm-tier h4 + ul,
#hm-research-library .hm-tier h5 + ol,
#hm-research-library .hm-tier h5 + ul,
#hm-research-library .hm-tier h6 + ol,
#hm-research-library .hm-tier h6 + ul {
  margin-top: 16px;
}

#hm-research-library .hm-content-secondary,
#hm-research-library .hm-content-secondary * {
  font-size: 15px;
  line-height: 22px;
}

#hm-research-library .hm-content-secondary li {
  margin-bottom: 16px;
}

#hm-research-library .hm-research-library-content a {
  text-decoration: underline;
}

#hm-research-library #hm-publication .hm-content-lang {
  position: relative;
  display: block;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

#hm-research-library #hm-publication .hm-content-lang h2.h1 {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 12px;
  font-weight: bold;
  color: #b1005d;
}

#hm-research-library #hm-publication .hm-content-lang h2.h1 + h2 {
  margin-top: 0;
  padding-top: 6px;
}



/* ELEMENTS
================================= */

/* Elements - Figure */
#hm-research-library .hm-figure {
  position: relative;
  display: block;
  clear: both;
  margin: 40px auto;
}

#hm-research-library .hm-figure,
#hm-research-library .hm-figure * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-align: center;
}

#hm-research-library .hm-figure figcaption {
  position: relative;
  display: block;
  width: 70%;
  background: #f3f3f3;
  padding: 20px;
  border: none;
  border-radius: 6px;
}

#hm-research-library .hm-figure img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#hm-research-library .hm-figure .figure {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px;

}

#hm-research-library .hm-figure .figure-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px;
  margin-bottom: 6px;
}


/* Elements - Blockquote */
#hm-research-library .hm-research-library-content blockquote {
  position: relative;
  display: block;
  margin: 30px auto;
  min-width: 50%;
  max-width: 88%;
  font-style: italic;
}

#hm-research-library .hm-research-library-content blockquote * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#hm-research-library .hm-research-library-content blockquote {
  font-size: 20px;
  line-height: 28px;
}

#hm-research-library .hm-research-library-content blockquote footer {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-style: normal;
  padding-left: 24px;
  padding-right: 24px;
}

#hm-research-library .hm-research-library-content blockquote footer:before {
  position: absolute;
  left: 6px;
  content: '\2014 \00A0';
}

#hm-research-library .hm-research-library-content .hm-research-library-paginate-toc {
  position: relative;
  display: block;
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 38px;
}

#hm-research-library .hm-research-library-content .hm-research-library-paginate-toc ol {
  padding: 0 18px;
  margin: 12px 0 0;
}

#hm-research-library .hm-research-library-content .hm-research-library-paginate-toc ol > li:last-child,
#hm-research-library .hm-research-library-content .hm-research-library-paginate-toc ul > li:last-child {
  margin-bottom: 0;
}

#hm-research-library .hm-research-library-content .hm-research-library-paginate-toc a.active {
  font-weight: bold;
  border: none;
  color: inherit;
  opacity: 0.9;
}

#hm-research-library .pagination * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
}

#hm-research-library .pagination {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin: 10px auto 0;
  border-radius: 0;
  text-align: center;
}

#hm-research-library .pagination .page-link {
  position: relative;
  display: inline-block;
  background: #333;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

#hm-research-library .pagination a .page-link {
  background: none;
  color: #888;
  width: auto;
  margin: 0 6px;
}

#hm-research-library .pagination a,
#hm-research-library .pagination a * {
  color: #888;
  text-decoration: none;
  background: none;
}

#hm-research-library .pagination p > .page-link:first-child {
  margin-left: 6px;
}



/* TIER - hm-research-tpl-footer
================================= */
#hm-research-library .hm-tier.hm-research-tpl-footer {
  border-top: 1px solid #eee;
  text-align: center;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .row.wrapper {
  padding: 0 30px 20px;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download {
  /*border-top: 1px solid rgba(0, 0, 0, 0.10);*/
  position: relative;
  padding: 30px 0;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul {
  position: relative;
  font-size: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul {
  line-height: 20px;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul,
#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li {
  position: relative;
  font-weight: bold;
  padding: 0;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li .hm-title {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li a {
  border: none;
  text-decoration: underline;
}

#hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li.hm-meta-download-other {
  padding: 0;
}

#hm-research-library .hm-tier.hm-research-tpl-footer ul li.hm-meta.hm-meta-download.hm-meta-download-02 {
  margin-top: 12px;
}

#hm-research-library .hm-tier.hm-research-tpl-footer ul li.hm-meta.hm-meta-download .hm-icon {
  font-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  margin-right: 8px;
}



/* TIER - hm-research-tpl-footer-message
================================= */
#hm-research-library .hm-research-tpl-footer-message {
  border-top: 6px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0 30px;
  text-align: center;
}

#hm-research-library .hm-research-tpl-footer-message.hm-unstyled {
  border: none;
  padding: 30px 0 30px;
}

#hm-research-library .hm-research-tpl-footer-message,
#hm-research-library .hm-research-tpl-footer-message * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

#hm-research-library .hm-research-tpl-footer-message a,
#hm-research-library .hm-research-tpl-footer-message a * {
  font-style: italic;
  text-decoration: underline;
  color: #555;
}

#hm-research-library .hm-research-tpl-footer-message a.hm-return,
#hm-research-library .hm-research-tpl-footer-message a.hm-return * {
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  color: #555;
  opacity: 0.6;
  margin-right: 3px;
  font-weight: bold;
}



/* PAGE - CATEGORY/INDEX
================================= */

#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-research-library-category .hm-row {
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
}

#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-research-library-category:last-of-type .hm-row {
  border-bottom: none;
}

#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-research-library-category .hm-row.hm-row-01 {background: #fff;}
#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-research-library-category .hm-row.hm-row-02 {background: rgba(251, 249, 234, 0.5); border-color: rgba(0, 0, 0, .05);}
#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-research-library-category .hm-row.hm-row-03 {background: #fff;}
#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-research-library-category .hm-row.hm-row-04 {background: rgba(243, 252, 242, 0.5); border-color: rgba(0, 0, 0, .05);}
#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-research-library-category .hm-row.hm-row-05 {background: #fff;}

#hm-research-library.hm-research-category .hm-tier.hm-research-tpl-content .hm-row .hm-research-index-header {
  border-bottom: 6px solid rgba(0, 0, 0, 0.15);
}



/* TIER - hm-research-tpl-header
================================= */
#hm-research-library .hm-tier.hm-research-tpl-header .row.wrapper {
  padding: 0 15px 30px;
}



/* TIER - hm-research-tpl-content
================================= */
#hm-research-library .hm-tier.hm-research-tpl-content .row.wrapper {
  padding: 30px 45px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header,
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header h2.hm-category-heading,
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header h2.hm-category-heading * {
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  margin-top: 20px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header,
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta {
  position: relative;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort {
  position: absolute;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  top: 5px;
  right: 12px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort a.dropdown-toggle {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  color: #777;
}


/* Tier hm-research-tpl-content - Loading */
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort.loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid rgba(119, 119, 119, 0.5);
  border-right: 2px solid transparent;
  animation: hm_sort_spinner .6s linear infinite;
}

@keyframes hm_sort_spinner {
  to {transform: rotate(360deg);}
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort.loading .hm-sort-label-prefix {
  font-weight: bold;
  font-style: italic;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort.loading .hm-sort-label {
  opacity: 1;
  animation: hm_sort_animate 1s infinite;
}

@keyframes hm_sort_animate {
  0%,100% { opacity: 0.5 }
  50% { opacity: 1 }
}


/* Tier hm-research-tpl-content - Dropdown Menu */
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown a,
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown a * {
  cursor: pointer;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu {
  text-align: center;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu li a,
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu li a * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu li a {
  padding: 6px 20px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu li a .hm-count {
  opacity: 0.8;
  font-size: 13px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu li.active a,
#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu li.active a .hm-count {
  background: #2aa8e2;
  color: #fff;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu li.divider {
  margin: 0;
}



/* TIER - Category Index
================================= */
#hm-research-library.hm-research-category .hm-tier *,
#hm-research-library.hm-research-index .hm-tier * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#hm-research-library .hm-tier.hm-research-library-index .row.wrapper {
  padding: 30px;
}

#hm-research-library .hm-tier.hm-research-library-index .row.hm-row {
  background: rgba(244, 244, 244, 0.5);
}

#hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li {
  position: relative;
  margin-bottom: 6px;
}

#hm-research-library .hm-tier.hm-research-library-index .hm-index-count-all,
#hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li .hm-index-count {
  position: absolute;
  display: inline-block;
}

.hm-category-all-count {
  display: none;
}

#hm-research-library .hm-tier.hm-research-library-index .hm-index-count-all,
#hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li .hm-index-count {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  color: #555;
  margin-left: 5px;
  top: 1px;
}

#hm-research-library .hm-tier.hm-research-library-index .hm-index-count-all,
#hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li [id^="hm-index-count-category-"] {
  visibility: hidden;
}

#hm-research-library .hm-tier.hm-research-library-index .hm-index-count-all {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.25px;
}

#hm-research-library .hm-tier.hm-research-library-index .hm-index-count-all:before {content: "(";}
#hm-research-library .hm-tier.hm-research-library-index .hm-index-count-all:after {content: ")";}

#hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li .hm-index-count:before {content: "(";}
#hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li .hm-index-count:after {content: ")";}

#hm-research-library .hm-tier.hm-research-library-index .hm-label-index {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header {
  font-size: 15px;
  border-bottom: 6px solid rgba(0, 0, 0, 0.10);
  padding: 0 0 12px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-results {
  font-size: 22px;
  padding-right: 2px;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header a {
  color: #555;
}

#hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header a {
  text-decoration: underline;
}

#hm-research-library .hm-tier.hm-research-tpl-content ol,
#hm-research-library .hm-tier.hm-research-tpl-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#hm-research-library .hm-tier.hm-research-tpl-header ol.hm-publications,
#hm-research-library .hm-tier.hm-research-tpl-header ol.hm-publications ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#hm-research-library .hm-tier.hm-research-tpl-header,
#hm-research-library .hm-tier.hm-research-tpl-header *,
#hm-research-library .hm-tier.hm-research-tpl-content ol *,
#hm-research-library .hm-tier.hm-research-tpl-header ol.hm-publications * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#hm-research-library .hm-tier ol.hm-publications {
  position: relative;
  padding: 0;
  margin: 30px 0 0;
}

#hm-research-library .hm-tier ol.hm-publications > li {
  position: relative;
  padding: 0 0 30px;
  margin: 30px auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

#hm-research-library .hm-tier ol.hm-publications > li:last-child {
  border-bottom: none;
}

#hm-research-library .hm-tier ol.hm-publications p,
#hm-research-library .hm-tier ol.hm-publications p * {
  padding: 0;
  margin: 0;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-title  .hm-title-lang {
  position: relative;
  font-size: 17px;
  font-style: italic;
  padding-left: 2px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-title span.hm-status-popular {
  position: absolute;
  font-size: 26px;
  color: #9499a2;
  color: #fdd63b;
  top: 0;
  left: -34px;
  text-stroke: 1px #e8b500;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta {
  font-size: 14px;
  line-height: 20px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download {
  position: relative;
  font-size: 14px;
  margin-top: 14px;
  padding: 0 0 0 20px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download.hm-meta-download-other {
  padding: 0;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download.hm-meta-download-other a {
  font-weight: bold;
  font-style: italic;
  color: #1b82c5;
}

#hm-research-library.hm-research-page .hm-tier ol.hm-publications li.hm-meta.hm-meta-download {
  width: 95%;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download.hm-meta-download-02 {
  margin-top: 6px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download .hm-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download .hm-title {
  padding: 0;
  border: none;
  font-weight: bold;
  font-style: italic;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download a {
  text-decoration: underline;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication {
  margin-bottom: 6px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication .hm-meta-date {
  color: #444;
  font-size: 13px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication .divider {
  font-size: 13px;
  padding: 0;
  margin: 0 6px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication > a,
#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication > a * {
  font-weight: bold;
  color: #888;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication .hm-status-label {
  margin-left: 4px;
  vertical-align: middle;
  opacity: 0.8;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication .hm-status-label.hm-status-popular {
  font-size: 20px;
  color: #777;
  opacity: 1;
  margin-right: 2px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-publication .hm-status-label > span.label {
  margin-right: 4px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-author {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-author sup {
  font-size: 70%;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-citation {
  margin-top: 6px;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-citation,
#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-citation a {
  font-size: 13px;
  color: #777;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-citation a {
  text-decoration: underline;
}

#hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-citation sup.hm-reference {
  font-size: 10px;
}



/* PAGE - PUBLICATIONS
================================= */
#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h1 {
  margin-bottom: 20px;
}

#hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header h1 {
  margin-bottom: 12px;
}

#hm-research-library header h1 {
  font-size: 40px;
}

#hm-research-library header h1 strong {
  position: relative;
  display: block;
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
}

#hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header h1 {
  margin-top: 12px;
}

#hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header .hm-publication-title.hm-title-lang h2 {
  margin-top: 18px;
  margin-bottom: 6px;
}

#hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header .hm-publication-title.hm-title-lang h3 {
  position: relative;
  width: 85%;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  color: #555;
}

#hm-research-library header h1.hm-section-index strong {
  font-size: 52px;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2 {
  position: relative;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2 {width: 86%;}
#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-sm {width: 100%; font-size: 25px; line-height: 30px;}
#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-md {width: 96%; font-size: 26px; line-height: 32px;}
#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-lg {width: 95%; font-size: 29px; line-height: 34px;}
#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-xl {width: 98%; font-size: 28px; line-height: 32px;}

#hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header h2 {
  margin-top: 6px;
}

#hm-research-library.hm-research-page.hm-lang .hm-publication-label-lang,
#hm-research-library.hm-research-page.hm-lang #hm-tier #hm-research-tpl-footer .hm-publication-label-lang,
#hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang .hm-publication-label-lang,
#hm-research-library.hm-research-index .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang .hm-publication-label-lang,
#hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang + .hm-meta-download-02 .hm-publication-label-lang {
  position: relative;
  display: inline-block;
  min-width: 76px;
  top: -1px;
  padding: 3px 4px 4px 5px;
  font-size: 13px;
  line-height: 13px !important;
  background: #777;
  margin-right: 6px;
  text-align: center;
}

#hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang .hm-publication-label-lang,
#hm-research-library.hm-research-index .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang .hm-publication-label-lang,
#hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang + .hm-meta-download-02 .hm-publication-label-lang {
  background: #1875b1;
}

#hm-research-library.hm-research-page.hm-lang #hm-tier #hm-research-tpl-footer .hm-meta-download .hm-publication-label-lang {
  min-width: inherit;
  padding-left: 6px;
  padding-right: 6px;
}

#hm-research-library.hm-research-page.hm-lang .hm-tier.hm-research-tpl-header header .hm-publication-label-lang.label-lang-main {
  position: relative;
  display: inline-block;
  padding: 4px 8px 4px;
  font-size: 14px;
  line-height: 14px;
  background: #1875b1;
  min-width: inherit;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header ol.hm-publications > li {
  margin: 0 auto;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header ol.hm-publications > li.hm-publication {
  padding-bottom: 0;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header ol.hm-publications li.hm-meta.hm-meta-author {
  font-size: 16px;
  padding: 6px 0 2px;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header ol.hm-publications li.hm-meta.hm-meta-publication {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header ol.hm-publications li.hm-meta.hm-meta-citation {
  font-size: 13px;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-library-content .row.wrapper {
  padding: 40px 30px 40px;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h2,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h2 *,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h3,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h3 *,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h4,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h4 *,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h5,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h5 *,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h6,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h6 * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h2,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h2 * {
  font-weight: bold;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h3,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h3 * {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}

#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h4,
#hm-research-library.hm-research-page .hm-tier.hm-research-library-content h4 * {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}



/* @MEDIA QUERIES
================================= */
@media (min-width: 992px) {

  #hm-research-library #hm-publication .hm-content-lang h2.h1 {
    width: 88%;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort.loading .fa {
    display: none;
  }

  #hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index {
    font-size: 18px;
  }

  #hm-research-library.hm-lang .hm-tier .hm-publications .hm-meta.hm-meta-download .hm-icon,
  #hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang a.hm-icon > .fa,
  #hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang + .hm-meta-download-02 a.hm-icon > .fa {
    display: none;
  }

  #hm-research-library.hm-lang .hm-tier .hm-publications .hm-meta.hm-meta-download,
  #hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang,
  #hm-research-library.hm-research-index .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang,
  #hm-research-library.hm-research-index .hm-tier .hm-publication .hm-meta.hm-meta-download > .hm-publication-label-lang,
  #hm-research-library.hm-research-category .hm-tier .hm-publication .hm-meta.hm-meta-download.hm-meta-download-lang + .hm-meta-download-02 {
    padding-left: 0;
  }

  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download {
    width: 100%;
    overflow: hidden;
  }

  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    left: 50%;
    text-align: left;
  }

  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li {
    position: relative;
    display: block;
    right: 50%;
  }

}


@media (max-width: 1199px) {

  /* Content */
  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2,
  #hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download {
    width: 100%;
  }

}


@media (max-width: 991px) {

  /* Elements */
  #hm-research-library .hm-figure figcaption {
    width: 100%;
    padding: 15px;
  }

  #hm-research-library .hm-figure .figure {
    font-size: 22px;
    line-height: 24px;
  }

  #hm-research-library .hm-figure .figure-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }

  #hm-research-library .hm-research-library-content .hm-research-library-paginate-toc ol {
    list-style-position: inside;
  }


  /* Content */
  #hm-research-library #hm-publication .hm-content-lang h2.h1 {
    font-size: 26px;
    line-height: 32px;
  }


  /* Tier */
  body.hm-sec-search .hm-tier.hm-research-tpl-content article .entry-summary {
    font-size: 14px;
    line-height: 22px;
  }

  #hm-research-library .hm-tier * {
    text-align: center;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .row.wrapper {
    padding: 20px 15px;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .hm-meta .post-date,
  #hm-research-library .hm-tier.hm-research-tpl-content .hm-meta .post-section {
    display: block;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .hm-meta .divider {
    display: none;
  }

  #hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li span.label {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    margin: 6px 0 6px -16px;
  }

  #hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li {
    padding: 0 15px;
    margin: 12px auto;
    font-size: 13px;
    line-height: 18px;
  }

  #hm-research-library .hm-tier.hm-research-tpl-header .hm-label-index ul > li.hm-label-pop span.hm-label {
    position: relative;
    display: block;
    left: 0;
    text-align: center;
    margin: 0 auto 4px;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .hm-meta.hm-meta-publication .hm-status-popular {
    font-size: 20px;
    color: #777;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort {
    position: relative;
    display: block;
    clear: both;
    top: 0;
    left: 0;
    right: 0;
    margin: 12px auto;
    text-align: center;
    width: 100%;
    padding: 0;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-category-meta .dropdown .dropdown-menu {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
    padding: 0;
  }

  #hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort a.dropdown-toggle {
    position: relative;
    display: block;
    text-align: center;
    padding-left: 8px;
  }

  #hm-research-library ol.hm-content-secondary,
  #hm-research-library ul.hm-content-secondary {
    padding-left: 15px;
    padding-right: 15px;
  }

  #hm-research-library.hm-research-page .hm-tier ol.hm-publications li.hm-meta.hm-meta-download {
    width: 100%;
  }

  #hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download {
    padding: 0;
  }

  #hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download .hm-title {
    position: relative;
    display: block;
  }

  #hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download a.hm-link.hm-title:after {
    position: absolute;
    content: ".";
    font-weight: normal;
  }

  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul {
    padding-left: 0;
    padding-right: 0;
  }

  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li {
    padding: 0;
  }

  #hm-research-library .hm-tier ol.hm-publications li.hm-meta.hm-meta-download .hm-icon,
  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li .hm-icon {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 6px 0 0;
  }

  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li .hm-icon,
  #hm-research-library .hm-tier.hm-research-tpl-footer .hm-research-download ul li .hm-icon * {
    display: none;
  }

  #hm-research-library .hm-publication-label-lang {
    position: relative;
    display: block !important;
    margin: 12px auto 3px !important;
    max-width: 80px;
    top: 0;
    clear: both;
  }

  #hm-research-library.hm-research-page.hm-lang .hm-tier.hm-research-tpl-header header .hm-publication-label-lang.label-lang-main {
    max-width: 130px;
  }

  #hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header .hm-publication-title.hm-title-lang h3 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }


  /* Tier hm-research-tpl-content - Loading */
  #hm-research-library .hm-tier.hm-research-tpl-content .hm-research-index-header .hm-sort.loading:after {
    display: none;
  }

}


@media only screen and (max-width :767px) {

  /* Header */
  #hm-research-library header h1 {
    font-size: 34px;
  }

  #hm-research-library header h1 strong {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 38px;
    padding-top: 6px;
  }

  #hm-research-library header h1.hm-section-index strong {
    font-size: 36px;
    padding-top: 2px;
  }

  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2,
  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2 * {
    width: 98%;
    font-size: 20px;
    line-height: 26px !important;
    font-weight: bold;
  }

  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-sm,
  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-sm *,
  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-md,
  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2.heading-md * {
    font-size: 18px;
    line-height: 22px !important;
  }

  #hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header .hm-publication-title.hm-title-lang h3,
  #hm-research-library.hm-research-page.hm-lang.hm-lang-main .hm-tier.hm-research-tpl-header header .hm-publication-title.hm-title-lang h3 * {
    font-size: 16px;
    line-height: 20px;
  }

}


@media only screen and (max-width :480px) {

  /* Page - Index */
  #hm-research-library .hm-tier.hm-research-library-index .row.wrapper {
    padding: 30px 60px;
  }

  #hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li {
    line-height: 24px;
    margin-bottom: 12px;
  }

  #hm-research-library .hm-tier.hm-research-tpl-header.hm-research-library-index h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  #hm-research-library .hm-tier.hm-research-library-index #hm-index-count-category-all {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    top: 1px;;
  }

  #hm-research-library .hm-tier.hm-research-library-index .hm-index-count-all,
  #hm-research-library .hm-tier.hm-research-library-index ul.hm-publications-index > li .hm-index-count {
    position: absolute;
    width: 40px;
    text-align: center;
    top: 0;
    right: -50px;
    color: #555;
  }


  /* Tier */
  #hm-research-library.hm-research-page .hm-tier.hm-research-tpl-header header h2 {
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
  }

}