/*$research-topic-desktop-width: 384px;
$research-topic-desktop-height: 287px;
$research-topic-tablet-width: 384px;
$research-topic-tablet-height: 287px;
$research-topic-phone-width: 360px;
$research-topic-phone-height: 272px;*/
/*@mixin responsive-banner-promotion-text {
  @include responsive-font($banner-promotion-text-desktop-font-size, $banner-promotion-text-tablet-font-size, $banner-promotion-text-tablet-font-size, $banner-promotion-text-phone-font-size);
}*/
/*@mixin responsive-initiativehashtag {
  @include responsive-font($initiativehashtag-desktop-font-size, $initiativehashtag-desktop-font-size, $initiativehashtag-tablet-font-size, $initiativehashtag-phone-font-size);
}
@mixin responsive-initiativebuttonlabel {
  @include responsive-font($initiativebuttonlabel-desktop-font-size, $initiativebuttonlabel-desktop-font-size, $initiativebuttonlabel-tablet-font-size, $initiativebuttonlabel-phone-font-size);
}*/
/*
 * Sets the color and direction or featured related items section
 * @backgroundColor - the color of the full-width background
 * @contentContainer - the color of the inner content background
 * @headingColor - the color of the H tag
 * @textColor  - the color of the summary text
 * @flex-direction - the direction of orientation for the flexbox items
 */
/*
 * Sets the styles for files cards
 * @backgroundColor - the color of the full-width background
 *
 */
/*@mixin responsive-banner-promotion-text {
  @include responsive-font($banner-promotion-text-desktop-font-size, $banner-promotion-text-tablet-font-size, $banner-promotion-text-tablet-font-size, $banner-promotion-text-phone-font-size);
}*/
/*@mixin responsive-initiativehashtag {
  @include responsive-font($initiativehashtag-desktop-font-size, $initiativehashtag-desktop-font-size, $initiativehashtag-tablet-font-size, $initiativehashtag-phone-font-size);
}
@mixin responsive-initiativebuttonlabel {
  @include responsive-font($initiativebuttonlabel-desktop-font-size, $initiativebuttonlabel-desktop-font-size, $initiativebuttonlabel-tablet-font-size, $initiativebuttonlabel-phone-font-size);
}*/
/*
 * Sets the color and direction or featured related items section
 * @backgroundColor - the color of the full-width background
 * @contentContainer - the color of the inner content background
 * @headingColor - the color of the H tag
 * @textColor  - the color of the summary text
 * @flex-direction - the direction of orientation for the flexbox items
 */
/*
 * Sets the styles for files cards
 * @backgroundColor - the color of the full-width background
 *
 */
/* Base Styleguide */
/**
 * Shared classes that are extended by multiple stylesheets.
 *
 * This is only intended to be used as a stopgap while we have separate stylesheets.
 * New classes should not be added.  Classes may be moved here if the are extended by a component a
 * and that causes the css compilation to fail
 **/
/* line 10, ../sass/_shared.scss */
.pagenavtitle {
  font-size: 1.125rem;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #222;
}
@media all and (min-width: 1440px) {
  /* line 10, ../sass/_shared.scss */
  .pagenavtitle {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1100px) and (max-width: 1399px) {
  /* line 10, ../sass/_shared.scss */
  .pagenavtitle {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 10, ../sass/_shared.scss */
  .pagenavtitle {
    font-size: 1rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 10, ../sass/_shared.scss */
  .pagenavtitle {
    font-size: 1rem;
  }
}

/**
 * @file
 * component_variables is intended to be used as set of variables defining colors or sizes.
 *
 */
/* line 109, ../sass/nhlbi_components/_component_variables.scss */
.block-layout-builder {
  margin-bottom: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 112, ../sass/nhlbi_components/_component_variables.scss */
  .block-layout-builder h2 {
    font-size: 1.5rem;
  }
}

/* line 118, ../sass/nhlbi_components/_component_variables.scss */
.block-paragraph-blocks > h2:first-of-type {
  display: none;
}

/**
 * @file
 * component_basic_cards is intended to be used as set of styles for basic cards used across the site.
 *
 */
/**
  * component_basic_card_container
  * Set of style for basic cards with blue background.
  */
/* line 11, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 11, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container {
    padding-right: 1.5%;
  }
}
/* line 17, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item {
  flex: 0 0 31.4%;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  box-shadow: 2px 4px 10px rgba(34, 34, 34, 0.05);
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 17, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container .component_basic_card_item {
    flex: 0 0 100%;
    margin-bottom: 5%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 17, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container .component_basic_card_item {
    flex: 0 0 46%;
  }
}
@media all and (min-width: 1824px) {
  /* line 17, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container .component_basic_card_item {
    flex: 0 0 31.5%;
  }
}
/* line 36, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item a, .component_basic_card_container .component_basic_card_item a h3,
.component_basic_card_container .component_basic_card_item a:link, .component_basic_card_container .component_basic_card_item a:link h3 {
  text-decoration: none !important;
}
/* line 40, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item a:hover, .component_basic_card_container .component_basic_card_item a:hover h3 {
  font-weight: normal;
}
/* line 43, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item a:focus h3, .component_basic_card_container .component_basic_card_item a:active h3 {
  outline: none;
}
/* line 46, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item a:focus > div, .component_basic_card_container .component_basic_card_item a:active > div {
  outline: #BF0D2E dotted 3px;
}
/* line 50, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card {
  height: 100%;
  border-radius: 7px;
  position: relative;
}
/* line 55, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card a:hover h3 {
  text-shadow: none;
  text-decoration: underline !important;
}
/* line 61, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_image img {
  border-radius: 7px 7px 0 0;
  margin: 0 auto;
}
/* line 66, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr auto;
  height: 100%;
}
/* line 76, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_top {
  grid-column: 1 / 1;
  grid-row: 1;
  display: block;
}
/* line 81, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_content {
  padding: 1em 1.5em 1.5em 1.5em;
  margin-bottom: 0em;
  padding-bottom: 0;
}
/* line 85, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_content .component_basic_card_title {
  padding-bottom: 0.5em;
}
/* line 87, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_content .component_basic_card_title h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1.23rem;
  line-height: 1.25;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 87, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_content .component_basic_card_title h3 {
    font-size: 1.23rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 87, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_content .component_basic_card_title h3 {
    font-size: 1.23rem;
  }
}
/* line 101, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_content .component_basic_card_desc {
  padding-bottom: 1em;
}
/* line 105, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_link {
  grid-column: 1/1;
  grid-row: 2;
  justify-self: start;
  vertical-align: bottom;
  padding: 0em 1.5em 1.2em 1.5em;
  text-decoration: none;
  font-weight: 600;
}
/* line 114, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card .component_basic_card_link:hover {
  text-decoration: underline;
  font-weight: normal;
  font-weight: 600;
}
/* line 121, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_white, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_ {
  background-color: #FFF;
}
/* line 124, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_white a, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_white a h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_white a:link, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_white a:link h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_white a:visited, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_white a:visited h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_ a, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_ a h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_ a:link, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_ a:link h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_ a:visited, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_ a:visited h3 {
  color: #222;
}
/* line 129, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-blue {
  background-color: #f1f7fb;
}
/* line 132, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-blue a, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-blue a h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-blue a:link, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-blue a:link h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-blue a:visited, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-blue a:visited h3 {
  color: #222;
}
/* line 137, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_blue {
  background-color: #0051a8;
}
/* line 140, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_blue a, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_blue a h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_blue a:link, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_blue a:link h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_blue a:visited, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_blue a:visited h3 {
  color: #FFF;
}
/* line 145, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-grey {
  background-color: #f4f4f4;
}
/* line 148, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-grey a, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-grey a h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-grey a:link, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-grey a:link h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-grey a:visited, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_light-grey a:visited h3 {
  color: #222;
}
/* line 153, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_red {
  background-color: #bf0d2e;
}
/* line 156, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item .component_basic_card_bg_red a, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_red a h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_red a:link, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_red a:link h3, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_red a:visited, .component_basic_card_container .component_basic_card_item .component_basic_card_bg_red a:visited h3 {
  color: #FFF;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 161, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container .component_basic_card_item:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 166, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_container .component_basic_card_item:nth-child(3n) {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 166, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component_basic_card_container .component_basic_card_item:nth-child(3n) {
    margin-right: 1.5em;
  }
}

/* line 175, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-section-title {
  padding-top: 1.5em;
  margin-top: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 175, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component-basic-card-section-title {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 175, ../sass/nhlbi_components/_component_basic_cards.scss */
  .component-basic-card-section-title {
    font-size: 1.5rem;
  }
}

/* line 186, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-dark, .component-basic-card-theme-array {
  background: #f4f4f4;
}

/* line 197, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-light-blue {
  background: #f4f4f4;
}

/* line 210, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-red {
  background: #f4f4f4;
}

/* line 225, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component_basic_card_link.nhlbi_card_link_button_blue, .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component-basic-card-theme-dark .component_basic_card_link, .component-basic-card-theme-dark .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component_basic_card_link, .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component-basic-card-theme-array .component_basic_card_link, .component-basic-card-theme-array .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component_basic_card_link {
  color: #713AA0;
}
/* line 228, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component_basic_card_link.nhlbi_card_link_button_blue:after, .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component-basic-card-theme-dark .component_basic_card_link:after, .component-basic-card-theme-dark .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component_basic_card_link:after, .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component-basic-card-theme-array .component_basic_card_link:after, .component-basic-card-theme-array .component-basic-card-theme-purple-and-red .component_basic_card_bg_white .component_basic_card_link:after {
  color: #713AA0;
}
/* line 233, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component_basic_card_link.nhlbi_card_link_button_blue, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component-basic-card-theme-dark .component_basic_card_link, .component-basic-card-theme-dark .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component_basic_card_link, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component-basic-card-theme-array .component_basic_card_link, .component-basic-card-theme-array .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component_basic_card_link {
  color: #713AA0;
}
/* line 236, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component_basic_card_link.nhlbi_card_link_button_blue:after, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component-basic-card-theme-dark .component_basic_card_link:after, .component-basic-card-theme-dark .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component_basic_card_link:after, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component-basic-card-theme-array .component_basic_card_link:after, .component-basic-card-theme-array .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-grey .component_basic_card_link:after {
  color: #713AA0;
}
/* line 241, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component_basic_card_link.nhlbi_card_link_button_blue, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component-basic-card-theme-dark .component_basic_card_link, .component-basic-card-theme-dark .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component_basic_card_link, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component-basic-card-theme-array .component_basic_card_link, .component-basic-card-theme-array .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component_basic_card_link {
  color: #713AA0;
}
/* line 244, ../sass/nhlbi_components/_component_basic_cards.scss */
.component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component_basic_card_link.nhlbi_card_link_button_blue:after, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component-basic-card-theme-dark .component_basic_card_link:after, .component-basic-card-theme-dark .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component_basic_card_link:after, .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component-basic-card-theme-array .component_basic_card_link:after, .component-basic-card-theme-array .component-basic-card-theme-purple-and-red .component_basic_card_bg_light-blue .component_basic_card_link:after {
  color: #713AA0;
}

/* line 251, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_bg_light-purple {
  background: #F7EEFB;
}
/* line 254, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_bg_light-purple .component_basic_card_desc .field--name-field-component-basic-card-desc {
  color: #222;
}
/* line 258, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_bg_light-purple .component_basic_card_link.nhlbi_card_link_button_blue, .component_basic_card_bg_light-purple .component-basic-card-theme-dark .component_basic_card_link, .component-basic-card-theme-dark .component_basic_card_bg_light-purple .component_basic_card_link, .component_basic_card_bg_light-purple .component-basic-card-theme-array .component_basic_card_link, .component-basic-card-theme-array .component_basic_card_bg_light-purple .component_basic_card_link {
  color: #713AA0;
}
/* line 261, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_bg_light-purple .component_basic_card_link.nhlbi_card_link_button_blue:after, .component_basic_card_bg_light-purple .component-basic-card-theme-dark .component_basic_card_link:after, .component-basic-card-theme-dark .component_basic_card_bg_light-purple .component_basic_card_link:after, .component_basic_card_bg_light-purple .component-basic-card-theme-array .component_basic_card_link:after, .component-basic-card-theme-array .component_basic_card_bg_light-purple .component_basic_card_link:after {
  color: #713AA0;
}

/* line 265, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_kicker_date {
  font-size: 0.88rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #14284B;
  margin-bottom: 0.5em;
}
/* line 272, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_kicker_date div.field {
  display: inline;
}
/* line 276, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_kicker_date .field--name-field-component-basic-card-kicke {
  font-weight: 700;
}
/* line 279, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_kicker_date .field--name-field__component-basic-card-date {
  font-weight: 400;
}
/* line 283, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card_kicker_date .basic-card-separator {
  border-left: 1px solid #14284B;
  margin-left: 1px;
  width: 1px;
}

/* line 292, ../sass/nhlbi_components/_component_basic_cards.scss */
.node--type-homepage .component_basic_card .component_basic_card_grid .component_basic_card_link {
  color: #005F71;
}
/* line 295, ../sass/nhlbi_components/_component_basic_cards.scss */
.node--type-homepage .component_basic_card .component_basic_card_grid .component_basic_card_link:after {
  color: #005F71;
}

/* line 305, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card.component_basic_card_bg_red .component_basic_card_grid .component_basic_card_top .component_basic_card_content .component_basic_card_kicker_date, .component_basic_card.component_basic_card_bg_blue .component_basic_card_grid .component_basic_card_top .component_basic_card_content .component_basic_card_kicker_date {
  color: #FFF;
}
/* line 307, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card.component_basic_card_bg_red .component_basic_card_grid .component_basic_card_top .component_basic_card_content .component_basic_card_kicker_date .basic-card-separator, .component_basic_card.component_basic_card_bg_blue .component_basic_card_grid .component_basic_card_top .component_basic_card_content .component_basic_card_kicker_date .basic-card-separator {
  border-left: 1px solid white;
}
/* line 312, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card.component_basic_card_bg_red .component_basic_card_grid .component_basic_card_link, .component_basic_card.component_basic_card_bg_blue .component_basic_card_grid .component_basic_card_link {
  color: #FFF;
}
/* line 314, ../sass/nhlbi_components/_component_basic_cards.scss */
.component_basic_card.component_basic_card_bg_red .component_basic_card_grid .component_basic_card_link:after, .component_basic_card.component_basic_card_bg_blue .component_basic_card_grid .component_basic_card_link:after {
  color: #FFF;
}

/**
 * @file
 * component_breadcrumb is intended to be used as set of styles for breadcrumbs used on the new content types using layout builder.
 *
 */
/*
 * block-nhlbi-global-breadcrumb - Set of styles for Basic Card component.
 */
/* line 11, ../sass/nhlbi_components/_component_breadcrumb.scss */
.node--type-general-hub-page .block-nhlbi-global-breadcrumb, .node--type-general-secondary-page .block-nhlbi-global-breadcrumb {
  margin-bottom: 0;
  background: #f4f4f4;
}
/* line 14, ../sass/nhlbi_components/_component_breadcrumb.scss */
.node--type-general-hub-page .block-nhlbi-global-breadcrumb .breadcrumbs, .node--type-general-secondary-page .block-nhlbi-global-breadcrumb .breadcrumbs {
  margin: 0;
  padding: 0;
}
/* line 17, ../sass/nhlbi_components/_component_breadcrumb.scss */
.node--type-general-hub-page .block-nhlbi-global-breadcrumb .breadcrumbs ul, .node--type-general-secondary-page .block-nhlbi-global-breadcrumb .breadcrumbs ul {
  padding: 1em 0 1em;
  margin: 0;
}

/* line 26, ../sass/nhlbi_components/_component_breadcrumb.scss */
.node--type-science .block-nhlbi-global-breadcrumb {
  margin-bottom: 0;
}

/* line 33, ../sass/nhlbi_components/_component_breadcrumb.scss */
.node--type-health-topics .breadcrumbs .breadcrumb-current, .node--type-reasearch-topics .breadcrumbs .breadcrumb-current {
  color: #222;
  font-weight: 400;
}
/* line 37, ../sass/nhlbi_components/_component_breadcrumb.scss */
.node--type-health-topics .breadcrumbs .breacrumb-break, .node--type-reasearch-topics .breadcrumbs .breacrumb-break {
  color: #222;
  padding-left: 8px;
  padding-right: 8px;
}
@media all and (min-width: 1100px) {
  /* line 37, ../sass/nhlbi_components/_component_breadcrumb.scss */
  .node--type-health-topics .breadcrumbs .breacrumb-break, .node--type-reasearch-topics .breadcrumbs .breacrumb-break {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* line 48, ../sass/nhlbi_components/_component_breadcrumb.scss */
.node--type-health-topics .breadcrumbs-container {
  background: #FFF;
}

/**
 * @file
 * component_buttons is intended to be used as set of styles for buttons used across the site .
 *
 */
/**
 * nhlbi_button_primary
 * Set of style Primary rounded button
 */
/* line 11, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary, .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link {
  display: inline-block;
}
/* line 14, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary a:not(.ext-icon), .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link a:not(.ext-icon) {
  display: inline-block;
  text-align: center;
  padding: 1em 3em;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  cursor: pointer;
  border-radius: 38px;
}
/* line 26, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary a > svg, .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link a > svg {
  margin-left: 0.875em;
}
/* line 29, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary .ext-icon, .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link .ext-icon {
  background: transparent;
  background: transparent;
  display: none;
  visibility: hidden;
}
/* line 36, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary a.ext:after, .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link a.ext:after {
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.875rem;
}

/**
 * nhlbi_button_primary_blue_light
 * Set of style for primary round buttons in blue theme with light background
 */
/* line 52, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_light a:not(.ext-icon) {
  background-color: #0051A8;
  border: 1px solid #0051A8;
  color: #FFF !important;
}
/* line 56, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_light a:not(.ext-icon):active, .nhlbi_button_primary_blue_light a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 59, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_light a:not(.ext-icon):hover {
  background-color: #102D66;
  border: 1px solid #102D66;
}

/**
 * nhlbi_button_primary_blue_light
 * Set of style for primary round buttons in blue theme with light background
 */
/* line 72, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_light_blue a:not(.ext-icon), .component-banner-theme-light-blue .component-banner-small-image.component-banner-banner-theme-white-background-no-image .component-banner-link a:not(.ext-icon) {
  background-color: #102D66;
  border: 1px solid #102D66;
  color: #FFF !important;
}
/* line 76, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_light_blue a:not(.ext-icon):active, .component-banner-theme-light-blue .component-banner-small-image.component-banner-banner-theme-white-background-no-image .component-banner-link a:not(.ext-icon):active, .nhlbi_button_primary_light_blue a:not(.ext-icon):focus, .component-banner-theme-light-blue .component-banner-small-image.component-banner-banner-theme-white-background-no-image .component-banner-link a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 79, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_light_blue a:not(.ext-icon):hover, .component-banner-theme-light-blue .component-banner-small-image.component-banner-banner-theme-white-background-no-image .component-banner-link a:not(.ext-icon):hover {
  color: #FFF !important;
  background-color: #0051A8;
  border: 1px solid #0051A8;
}

/**
 * nhlbi_button_primary_light_blue_dark
 * Set of style for primary round buttons in light blue theme with dark background
 */
/* line 92, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_light_blue_dark a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #102D66 !important;
}
/* line 96, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_light_blue_dark a:not(.ext-icon):active, .nhlbi_button_primary_light_blue_dark a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 99, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_light_blue_dark a:not(.ext-icon):hover {
  color: #222 !important;
  background-color: #E2FFFA;
  border: 1px solid #E2FFFA;
}

/**
 * nhlbi_button_primary_red_light
 * Set of style for primary round buttons in red theme with light background
 */
/* line 112, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_light a:not(.ext-icon), .component-banner-theme-dark .component-banner-small-image .component-banner-link a:not(.ext-icon), .component-banner-theme-dark .component-banner-image-background .component-banner-link a:not(.ext-icon) {
  background-color: #BF0D2E;
  border: 1px solid #BF0D2E;
  color: #FFF !important;
}
/* line 116, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_light a:not(.ext-icon):active, .component-banner-theme-dark .component-banner-small-image .component-banner-link a:not(.ext-icon):active, .component-banner-theme-dark .component-banner-image-background .component-banner-link a:not(.ext-icon):active, .nhlbi_button_primary_red_light a:not(.ext-icon):focus, .component-banner-theme-dark .component-banner-small-image .component-banner-link a:not(.ext-icon):focus, .component-banner-theme-dark .component-banner-image-background .component-banner-link a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 119, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_light a:not(.ext-icon):hover, .component-banner-theme-dark .component-banner-small-image .component-banner-link a:not(.ext-icon):hover, .component-banner-theme-dark .component-banner-image-background .component-banner-link a:not(.ext-icon):hover {
  background-color: #850920;
  border: 1px solid #850920;
}

/**
 * nhlbi_button_primary_red_white
 * Set of styles for primary round buttons in red theme.
 * White button, red text/outline
 */
/* line 132, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_white a:not(.ext-icon), .component-banner-theme-red .component-banner-small-image .component-banner-link a:not(.ext-icon), .component-banner-theme-red .component-banner-image-background .component-banner-link a:not(.ext-icon) {
  background-color: #FFF;
  border: 2px solid #850920;
  color: #850920 !important;
}
/* line 136, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_white a:not(.ext-icon):active, .component-banner-theme-red .component-banner-small-image .component-banner-link a:not(.ext-icon):active, .component-banner-theme-red .component-banner-image-background .component-banner-link a:not(.ext-icon):active, .nhlbi_button_primary_red_white a:not(.ext-icon):focus, .component-banner-theme-red .component-banner-small-image .component-banner-link a:not(.ext-icon):focus, .component-banner-theme-red .component-banner-image-background .component-banner-link a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 139, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_white a:not(.ext-icon):hover, .component-banner-theme-red .component-banner-small-image .component-banner-link a:not(.ext-icon):hover, .component-banner-theme-red .component-banner-image-background .component-banner-link a:not(.ext-icon):hover {
  background-color: #BF0D2E;
  border: 2px solid #BF0D2E;
  color: #FFF !important;
}

/**
 * nhlbi_button_purple_light
 * Set of style for primary round buttons in purple theme with light background
 */
/* line 152, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_light a:not(.ext-icon) {
  background-color: #4D2D66;
  border: 1px solid #4D2D66;
  color: #FFF !important;
}
/* line 156, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_light a:not(.ext-icon):active, .nhlbi_button_primary_purple_light a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 159, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_light a:not(.ext-icon):hover {
  background-color: #007A89;
  border: 1px solid #007A89;
}

/**
 * nhlbi_button_primary_green_light
 * Set of style for primary round buttons in green theme with light background
 */
/* line 171, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_green_light a:not(.ext-icon) {
  background-color: #93C648;
  border: 1px solid #93C648;
  color: #222 !important;
}
/* line 175, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_green_light a:not(.ext-icon):active, .nhlbi_button_primary_green_light a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 178, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_green_light a:not(.ext-icon):hover {
  background-color: #307484;
  border: 1px solid #307484;
  color: #FFF !important;
}

/**
 * nhlbi_button_primary_blue_dark
 * Set of style for primary round buttons in blue theme for dark background
 */
/* line 191, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_dark a:not(.ext-icon), .nhlbi_button_secondary_blue_dark a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #2F4C73 !important;
}
/* line 195, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_dark a:not(.ext-icon):active, .nhlbi_button_primary_blue_dark a:not(.ext-icon):focus, .nhlbi_button_secondary_blue_dark a:not(.ext-icon):active, .nhlbi_button_secondary_blue_dark a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 198, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_dark a:not(.ext-icon):hover, .nhlbi_button_secondary_blue_dark a:not(.ext-icon):hover {
  background-color: #2F4C73;
  border: 1px solid #2F4C73;
  color: #FFF !important;
}

/**
 * nhlbi_button_primary_blue_darker
 * Set of style for primary round buttons in blue theme for darker background
 */
/* line 211, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_darker a:not(.ext-icon), .nhlbi_button_secondary_blue_darker a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #1A568C !important;
}
/* line 215, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_darker a:not(.ext-icon):active, .nhlbi_button_primary_blue_darker a:not(.ext-icon):focus, .nhlbi_button_secondary_blue_darker a:not(.ext-icon):active, .nhlbi_button_secondary_blue_darker a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 218, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_blue_darker a:not(.ext-icon):hover, .nhlbi_button_secondary_blue_darker a:not(.ext-icon):hover {
  color: #222 !important;
}

/**
* nhlbi_button_primary_red_dark
* Set of style for primary round buttons in red theme for dark background
*/
/* line 229, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_dark a:not(.ext-icon), .nhlbi_button_secondary_red_dark a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #850920 !important;
}
/* line 233, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_dark a:not(.ext-icon):active, .nhlbi_button_primary_red_dark a:not(.ext-icon):focus, .nhlbi_button_secondary_red_dark a:not(.ext-icon):active, .nhlbi_button_secondary_red_dark a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 236, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_red_dark a:not(.ext-icon):hover, .nhlbi_button_secondary_red_dark a:not(.ext-icon):hover {
  background-color: #F6C163;
  border: 1px solid #F6C163;
  color: #222 !important;
}

/**
 * nhlbi_button_primary_purple_dark
 * Set of style for primary round buttons in purple theme for dark background
 */
/* line 249, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_dark a:not(.ext-icon), .nhlbi_button_secondary_purple_dark a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #4D2D66 !important;
}
/* line 253, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_dark a:not(.ext-icon):active, .nhlbi_button_primary_purple_dark a:not(.ext-icon):focus, .nhlbi_button_secondary_purple_dark a:not(.ext-icon):active, .nhlbi_button_secondary_purple_dark a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 256, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_dark a:not(.ext-icon):hover, .nhlbi_button_secondary_purple_dark a:not(.ext-icon):hover {
  background-color: #007A89;
  border: 1px solid #007A89;
  color: #FFF !important;
}

/**
 * nhlbi_button_primary_purple_dark_alt
 * Set of style for primary round buttons in purple theme for dark alternate background
 */
/* line 269, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_dark_alt a:not(.ext-icon), .nhlbi_button_secondary_purple_dark_alt a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #007A89 !important;
}
/* line 273, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_dark_alt a:not(.ext-icon):active, .nhlbi_button_primary_purple_dark_alt a:not(.ext-icon):focus, .nhlbi_button_secondary_purple_dark_alt a:not(.ext-icon):active, .nhlbi_button_secondary_purple_dark_alt a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 276, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_purple_dark_alt a:not(.ext-icon):hover, .nhlbi_button_secondary_purple_dark_alt a:not(.ext-icon):hover {
  background-color: #4D2D66;
  border: 1px solid #4D2D66;
  color: #FFF !important;
}

/**
 * nhlbi_button_primary_green_dark
 * Set of style for primary round buttons in green theme for dark background
 */
/* line 290, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_green_dark a:not(.ext-icon), .nhlbi_button_secondary_green_dark a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #307484 !important;
}
/* line 294, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_green_dark a:not(.ext-icon):active, .nhlbi_button_primary_green_dark a:not(.ext-icon):focus, .nhlbi_button_secondary_green_dark a:not(.ext-icon):active, .nhlbi_button_secondary_green_dark a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 297, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_primary_green_dark a:not(.ext-icon):hover, .nhlbi_button_secondary_green_dark a:not(.ext-icon):hover {
  background-color: #F6C163;
  border: 1px solid #F6C163;
  color: #222 !important;
}

/**
 * nhlbi_button_two_tone_purple
 * Set of style for primary round buttons in Purple and Red theme for light background (OurHearts)
 */
/* line 309, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_two_tone_purple a:not(.ext-icon), .component-section-theme-light-purple .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon), .component-section-node-theme-purple-and-red .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon), .component-banner-theme-purple-and-red .component-banner-small-image .component-banner-link a:not(.ext-icon) {
  background-color: #713AA0;
  border: 1px solid #713AA0;
  color: #FFF !important;
  font-weight: 600;
}
/* line 314, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_two_tone_purple a:not(.ext-icon):active, .component-section-theme-light-purple .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon):active, .component-section-node-theme-purple-and-red .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon):active, .component-banner-theme-purple-and-red .component-banner-small-image .component-banner-link a:not(.ext-icon):active, .nhlbi_button_two_tone_purple a:not(.ext-icon):focus, .component-section-theme-light-purple .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon):focus, .component-section-node-theme-purple-and-red .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon):focus, .component-banner-theme-purple-and-red .component-banner-small-image .component-banner-link a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 317, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_two_tone_purple a:not(.ext-icon):hover, .component-section-theme-light-purple .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon):hover, .component-section-node-theme-purple-and-red .field--name-field-section-button .nhlbi_button_primary_blue_light a:not(.ext-icon):hover, .component-banner-theme-purple-and-red .component-banner-small-image .component-banner-link a:not(.ext-icon):hover {
  color: #FFF !important;
  background-color: #442360;
  border: 1px solid #442360;
  font-weight: 600;
}

/**
 * nhlbi_button_two_tone_pink
 * Set of style for primary round buttons in Purple and Red theme for light background (OurHearts)
 */
/* line 331, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_two_tone_pink a:not(.ext-icon) {
  background-color: #D23B58;
  border: 1px solid #D23B58;
  color: #FFF !important;
  font-weight: 600;
}
/* line 336, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_two_tone_pink a:not(.ext-icon):active, .nhlbi_button_two_tone_pink a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 339, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_two_tone_pink a:not(.ext-icon):hover {
  color: #FFF !important;
  background-color: #B02741;
  border: 1px solid #B02741;
  font-weight: 600;
}

/**
 * nhlbi_button_secondary
 * Set of style Secondary rounded button
 */
/* line 352, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary {
  display: inline-block;
}
/* line 355, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary a:not(.ext-icon) {
  padding: 0.5em 2em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  cursor: pointer;
  border-radius: 38px;
}
/* line 367, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary .ext-icon {
  background: transparent;
  background: transparent;
  display: none;
  visibility: hidden;
}
/* line 373, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary a > svg {
  margin-left: 0.875em;
}
/* line 377, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary a.ext:after {
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.875rem;
}

/**
 * nhlbi_button_secondary_blue_light
 * Set of style for secondary round buttons in blue theme with light background
 */
/* line 391, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_blue_light a:not(.ext-icon), .component-wide-card-theme-light-blue .component-load-more-button a:not(.ext-icon) {
  background-color: #102D66;
  border: 1px solid #102D66;
  color: #FFF !important;
}
/* line 395, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_blue_light a:not(.ext-icon):active, .component-wide-card-theme-light-blue .component-load-more-button a:not(.ext-icon):active, .nhlbi_button_secondary_blue_light a:not(.ext-icon):focus, .component-wide-card-theme-light-blue .component-load-more-button a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 398, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_blue_light a:not(.ext-icon):hover, .component-wide-card-theme-light-blue .component-load-more-button a:not(.ext-icon):hover {
  background-color: #0051A8;
  border: 1px solid #0051A8;
}

/**
 * nhlbi_button_secondary_light_blue
 * Set of style for secondary round buttons in light blue theme with light background
 */
/* line 410, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_light_blue a:not(.ext-icon) {
  background-color: #E2FFFA;
  border: 1px solid #E2FFFA;
  color: #222 !important;
}
/* line 414, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_light_blue a:not(.ext-icon):active, .nhlbi_button_secondary_light_blue a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 417, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_light_blue a:not(.ext-icon):hover {
  color: #FFF !important;
  background-color: #102D66;
  border: 1px solid #102D66;
}

/**
 * nhlbi_button_secondary_light_blue_dark
 * Set of style for secondary round buttons in light blue theme with dark background
 */
/* line 430, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_light_blue_dark a:not(.ext-icon), .component-banner-theme-light-blue .component-banner-small-image .component-banner-link a:not(.ext-icon), .component-banner-theme-light-blue .component-banner-image-background .component-banner-link a:not(.ext-icon) {
  background-color: #E2FFFA;
  border: 1px solid #E2FFFA;
  color: #222 !important;
}
/* line 434, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_light_blue_dark a:not(.ext-icon):active, .component-banner-theme-light-blue .component-banner-small-image .component-banner-link a:not(.ext-icon):active, .component-banner-theme-light-blue .component-banner-image-background .component-banner-link a:not(.ext-icon):active, .nhlbi_button_secondary_light_blue_dark a:not(.ext-icon):focus, .component-banner-theme-light-blue .component-banner-small-image .component-banner-link a:not(.ext-icon):focus, .component-banner-theme-light-blue .component-banner-image-background .component-banner-link a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 437, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_light_blue_dark a:not(.ext-icon):hover, .component-banner-theme-light-blue .component-banner-small-image .component-banner-link a:not(.ext-icon):hover, .component-banner-theme-light-blue .component-banner-image-background .component-banner-link a:not(.ext-icon):hover {
  color: #222 !important;
  background-color: #FFF;
  border: 1px solid #FFF;
}

/**
 * nhlbi_button__secondary_red_light
 * Set of style for secondary round buttons in red theme with light background
 */
/* line 450, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_red_light a:not(.ext-icon) {
  background-color: #850920;
  border: 1px solid #850920;
  color: #FFF !important;
}
/* line 454, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_red_light a:not(.ext-icon):active, .nhlbi_button_secondary_red_light a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 457, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_red_light a:not(.ext-icon):hover {
  background-color: #BF0D2E;
  border: 1px solid #BF0D2E;
}

/* line 464, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_teal_default a:not(.ext-icon), .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link a:not(.ext-icon) {
  background-color: #005F71;
  border: 1px solid #005F71;
  color: #FFF !important;
  padding: 0.5em 2em;
}
/* line 469, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_teal_default a:not(.ext-icon):active, .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link a:not(.ext-icon):active, .nhlbi_button_secondary_nih_teal_default a:not(.ext-icon):focus, .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link a:not(.ext-icon):focus {
  outline: #005F71 dotted 3px;
}
/* line 472, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_teal_default a:not(.ext-icon):hover, .paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link a:not(.ext-icon):hover {
  background-color: #003944;
  border: 1px solid #003944;
}

/* line 479, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red_default a:not(.ext-icon) {
  background-color: #C0143C;
  border: 1px solid #C0143C;
  color: #FFF !important;
  padding: 0.5em 2em;
}
/* line 484, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red_default a:not(.ext-icon):active, .nhlbi_button_secondary_nih_red_default a:not(.ext-icon):focus {
  outline: #C0143C dotted 3px;
}
/* line 487, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red_default a:not(.ext-icon):hover {
  background-color: #730C24;
  border: 1px solid #730C24;
}

/**
 * nhlbi_button__secondary_nih_red
 * Set of style for secondary round buttons in red theme with light background
 */
/* line 499, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red a:not(.ext-icon) {
  background-color: #C0143C;
  border: 1px solid #C0143C;
  color: #FFF !important;
  padding: 1em 4.75em;
}
/* line 504, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red a:not(.ext-icon):active, .nhlbi_button_secondary_nih_red a:not(.ext-icon):focus {
  outline: #C0143C dotted 3px;
}
/* line 507, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red a:not(.ext-icon):hover {
  background-color: #730C24;
  border: 1px solid #730C24;
}

/**
 * nhlbi_button__secondary_nih_red_white
 * Set of style for secondary round buttons in red theme with light background
 */
/* line 518, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red_white a:not(.ext-icon), .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .component-banner-link a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #C0143C !important;
  padding: 1em 4.75em;
}
/* line 523, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red_white a:not(.ext-icon):active, .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .component-banner-link a:not(.ext-icon):active, .nhlbi_button_secondary_nih_red_white a:not(.ext-icon):focus, .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .component-banner-link a:not(.ext-icon):focus {
  outline: #C0143C dotted 3px;
}
/* line 526, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_red_white a:not(.ext-icon):hover, .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .component-banner-link a:not(.ext-icon):hover {
  background-color: #E5EFF1;
  border: 1px solid #FFF;
}

/* line 534, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_teal a:not(.ext-icon) {
  background-color: #005F71;
  border: 1px solid #005F71;
  color: #FFF !important;
  padding: 1em 4.75em;
}
/* line 539, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_teal a:not(.ext-icon):active, .nhlbi_button_secondary_nih_teal a:not(.ext-icon):focus {
  outline: #005F71 dotted 3px;
}
/* line 542, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_nih_teal a:not(.ext-icon):hover {
  background-color: #003944;
  border: 1px solid #003944;
}

/**
 * nhlbi_button_secondary_purple_light
 * Set of style for secondary round buttons in purple theme with light background
 */
/* line 554, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_purple_light a:not(.ext-icon) {
  background-color: #007A89;
  border: 1px solid #007A89;
  color: #FFF !important;
}
/* line 558, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_purple_light a:not(.ext-icon):active, .nhlbi_button_secondary_purple_light a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 561, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_purple_light a:not(.ext-icon):hover {
  background-color: #4D2D66;
  border: 1px solid #4D2D66;
}

/**
 * nhlbi_button_secondary_green_light
 * Set of style for secondary round buttons in green theme with light background
 */
/* line 573, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_green_light a:not(.ext-icon) {
  background-color: #307484;
  border: 1px solid #307484;
  color: #FFF !important;
}
/* line 577, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_green_light a:not(.ext-icon):active, .nhlbi_button_secondary_green_light a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 580, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_green_light a:not(.ext-icon):hover {
  background-color: #93C648;
  border: 1px solid #93C648;
  color: #222 !important;
}

/**
 * nhlbi_button_secondary_ourhearts_red
 * Set of style for secondary round buttons in purple and red theme
 */
/* line 593, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_ourhearts_red a:not(.ext-icon) {
  background-color: #D23B58;
  border: 1px solid #D23B58;
  color: #FFF !important;
}
/* line 597, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_ourhearts_red a:not(.ext-icon):active, .nhlbi_button_secondary_ourhearts_red a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 600, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_secondary_ourhearts_red a:not(.ext-icon):hover {
  background-color: #BF0D2E;
  border: 1px solid #BF0D2E;
  color: #FFF !important;
}

/**
 * A set of styles for white (teal on hover) button on light bkground
 */
/* line 612, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_white_teal a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #0F80A7;
  color: #0F80A7 !important;
}
/* line 616, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_white_teal a:not(.ext-icon):active, .nhlbi_button_white_teal a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 619, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_white_teal a:not(.ext-icon):hover {
  background-color: #307484;
  border: 1px solid #307484;
  color: #FFF !important;
}

/**
 * A set of styles for teal (yellow on hover) button on light bkground
 */
/* line 630, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_teal_blue a:not(.ext-icon) {
  background-color: #307484;
  border: 1px solid #307484;
  color: #FFF !important;
}
/* line 634, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_teal_blue a:not(.ext-icon):active, .nhlbi_button_teal_blue a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 637, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_teal_blue a:not(.ext-icon):hover {
  background-color: #0F80A7;
  border: 1px solid #0F80A7;
  color: #FFF !important;
}

/**
 * A set of styles for purple (darker purple on hover) button on light bkground
 */
/* line 648, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_purple_dark_purple a:not(.ext-icon) {
  background-color: #6314A1;
  border: 1px solid #6314A1;
  color: #FFF !important;
}
/* line 652, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_purple_dark_purple a:not(.ext-icon):active, .nhlbi_button_purple_dark_purple a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
}
/* line 655, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_purple_dark_purple a:not(.ext-icon):hover {
  background-color: #4D2D66;
  border: 1px solid #4D2D66;
  color: #FFF !important;
}

/*
 * Styles for rectangular button links (see On This Page in Science CT)
 */
/* line 666, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_rectangle a {
  border-radius: 4px;
  padding: .5em 1em;
  margin: .7em .5em 0 0;
  display: block;
  text-decoration: none;
}

/*
 * Theme colors mainly used for On This Page links
 */
/* line 679, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_white_light_purple a:not(.ext-icon), .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #307585 !important;
  font-weight: 600;
}
/* line 684, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_white_light_purple a:not(.ext-icon):active, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):active, .nhlbi_button_white_light_purple a:not(.ext-icon):focus, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 687, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_white_light_purple a:not(.ext-icon):hover, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):hover {
  color: #222 !important;
  background-color: #EDE6F7;
  border: 1px solid #EDE6F7;
  font-weight: 600;
}

/* line 696, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_blue_dark_blue a:not(.ext-icon), .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon) {
  background-color: #f1f7fb;
  border: 1px solid #0051A8;
  color: #0051A8 !important;
  font-weight: 600;
}
/* line 701, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_blue_dark_blue a:not(.ext-icon):hover, .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):hover {
  color: #FFF !important;
  background-color: #102D66;
  border: 1px solid #102D66;
  font-weight: 600;
}

/* line 710, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_blue_red a:not(.ext-icon), .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon) {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF !important;
  font-weight: 600;
}
/* line 715, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_blue_red a:not(.ext-icon):active, .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):active, .nhlbi_button_blue_red a:not(.ext-icon):focus, .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 718, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_blue_red a:not(.ext-icon):hover, .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):hover {
  color: #FFF !important;
  background-color: #BF0D2E;
  border: 1px solid #BF0D2E;
  font-weight: 600;
}

/* line 727, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_purple_red a:not(.ext-icon), .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon) {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #6314A1 !important;
  font-weight: 600;
}
/* line 732, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_purple_red a:not(.ext-icon):active, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):active, .nhlbi_button_purple_red a:not(.ext-icon):focus, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
}
/* line 735, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_button_purple_red a:not(.ext-icon):hover, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:not(.ext-icon):hover {
  color: #FFF !important;
  background-color: #BF0D2E;
  border: 1px solid #BF0D2E;
  font-weight: 600;
}

/**
 * nhlbi_button_link
 * Set of style for link buttons.
 */
/* line 748, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button {
  display: inline-block;
}
/* line 752, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button a:not(.ext-icon) {
  display: inline-block;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  cursor: pointer;
}
/* line 757, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button a:not(.ext-icon):active, .nhlbi_text_link_button a:not(.ext-icon):focus {
  outline: #BF0D2E dotted 3px;
  font-weight: bold;
}
/* line 761, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button a:not(.ext-icon):hover {
  font-weight: bold;
}
/* line 766, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button a:not(.ext):after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}
/* line 774, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button.nhlbi_text_link_button_no_chevron a:after {
  content: '';
  margin: 0;
  display: none;
}
/* line 779, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button a > svg {
  margin-left: 0.875em;
}
/* line 783, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button a.ext:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}
/* line 791, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button .ext-icon {
  background: transparent;
  display: none;
  visibility: hidden;
}

/* line 799, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_red a {
  color: #850920;
}

/* line 806, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_two_tone_red a, .field--name-field-component-members .field--name-field-members.component-theme-red .nhlbi_text_link_button a {
  color: #850920;
}
/* line 810, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_two_tone_red a:after, .field--name-field-component-members .field--name-field-members.component-theme-red .nhlbi_text_link_button a:after, .nhlbi_text_link_button_two_tone_red a.ext-icon, .field--name-field-component-members .field--name-field-members.component-theme-red .nhlbi_text_link_button a.ext-icon, .nhlbi_text_link_button_two_tone_red a .fa-chevron-circle-right, .field--name-field-component-members .field--name-field-members.component-theme-red .nhlbi_text_link_button a .fa-chevron-circle-right {
  color: #BF0D2E;
}

/* line 816, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_blue a {
  color: #0051A8;
}

/* line 822, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_light_blue a, .component-wide-card-theme-light-blue .component-wide-card .component-wide-card-link a, .field--name-field-component-members .field--name-field-members.component-theme-light-blue .nhlbi_text_link_button a {
  color: #102D66;
}

/* line 828, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_dark_blue a {
  color: #102D66;
}

/* line 834, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_purple a {
  color: #6314A1;
}

/* line 840, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_ourhearts_purple a, .field--name-field-component-members .field--name-field-members.component-theme-purple-and-red .nhlbi_text_link_button a {
  color: #713AA0;
  font-weight: 600;
  text-decoration: none;
}
/* line 845, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_ourhearts_purple a:hover, .field--name-field-component-members .field--name-field-members.component-theme-purple-and-red .nhlbi_text_link_button a:hover {
  font-weight: 600;
  text-decoration: underline solid 2px;
}

/* line 854, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_ourhearts_purple_underline a {
  color: #713AA0;
  font-weight: 600;
}
/* line 858, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_ourhearts_purple_underline a:hover {
  color: #713AA0;
  font-weight: bold;
}

/* line 865, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_green a {
  color: #307484;
}

/* line 871, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_dark a, .nhlbi_text_link_button_dark a:after {
  color: #FFF;
}
/* line 874, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_text_link_button_dark a:active, .nhlbi_text_link_button_dark a:focus {
  outline: #FFF dotted 3px !important;
}

/**
 * Styles for links on cards that are wrapped in <a> tag
 */
/* line 884, ../sass/nhlbi_components/_component_buttons.scss */
.component_link_card .nhlbi_card_link {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  display: inline-block;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
}
/* line 889, ../sass/nhlbi_components/_component_buttons.scss */
.component_link_card .nhlbi_card_link:hover {
  font-weight: bold;
}
/* line 892, ../sass/nhlbi_components/_component_buttons.scss */
.component_link_card .nhlbi_card_link > svg {
  margin-left: 0.875em;
}
/* line 900, ../sass/nhlbi_components/_component_buttons.scss */
.component_link_card a:not(.ext) .nhlbi_card_link:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}
/* line 910, ../sass/nhlbi_components/_component_buttons.scss */
.component_link_card a.ext .nhlbi_card_link:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}
/* line 919, ../sass/nhlbi_components/_component_buttons.scss */
.component_link_card a.ext-icon {
  background: transparent;
  display: none;
  visibility: hidden;
}

/* line 926, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_dark, .component-basic-card-theme-dark .component_basic_card_link.nhlbi_card_link_button_dark, .component-basic-card-theme-array .component_basic_card_link.nhlbi_card_link_button_dark, .component-basic-card-theme-light-blue .component_basic_card .component_basic_card_link.nhlbi_card_link_button_dark, .component-basic-card-theme-red .component_basic_card .component_basic_card_link.nhlbi_card_link_button_dark {
  color: #FFF;
  text-decoration-color: #FFF;
}
/* line 929, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_dark:after, .component-basic-card-theme-dark .component_basic_card_link.nhlbi_card_link_button_dark:after, .component-basic-card-theme-array .component_basic_card_link.nhlbi_card_link_button_dark:after, .component-basic-card-theme-light-blue .component_basic_card .component_basic_card_link.nhlbi_card_link_button_dark:after, .component-basic-card-theme-red .component_basic_card .component_basic_card_link.nhlbi_card_link_button_dark:after, .nhlbi_card_link_button_dark.fa-chevron-circle-right, .component-basic-card-theme-dark .fa-chevron-circle-right.component_basic_card_link.nhlbi_card_link_button_dark, .component-basic-card-theme-array .fa-chevron-circle-right.component_basic_card_link.nhlbi_card_link_button_dark, .component-basic-card-theme-light-blue .component_basic_card .fa-chevron-circle-right.component_basic_card_link.nhlbi_card_link_button_dark, .component-basic-card-theme-red .component_basic_card .fa-chevron-circle-right.component_basic_card_link.nhlbi_card_link_button_dark {
  color: #FFF;
  text-decoration-color: #FFF;
}

/* line 935, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_two_tone_red, .component-basic-card-theme-red .component_basic_card .component_basic_card_link {
  color: #850920;
  text-decoration-color: #850920;
}
/* line 938, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_two_tone_red:after, .component-basic-card-theme-red .component_basic_card .component_basic_card_link:after, .nhlbi_card_link_button_two_tone_red.fa-chevron-circle-right, .component-basic-card-theme-red .component_basic_card .fa-chevron-circle-right.component_basic_card_link {
  color: #BF0D2E;
}

/* line 943, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_light_blue, .component-basic-card-theme-light-blue .component_basic_card .component_basic_card_link {
  color: #102D66;
  text-decoration-color: #102D66;
}
/* line 946, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_light_blue:after, .component-basic-card-theme-light-blue .component_basic_card .component_basic_card_link:after, .nhlbi_card_link_button_light_blue.fa-chevron-circle-right, .component-basic-card-theme-light-blue .component_basic_card .fa-chevron-circle-right.component_basic_card_link {
  color: #102D66;
}

/* line 951, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_blue, .component-basic-card-theme-dark .component_basic_card_link, .component-basic-card-theme-array .component_basic_card_link {
  color: #0051A8;
  text-decoration-color: #0051A8;
}
/* line 954, ../sass/nhlbi_components/_component_buttons.scss */
.nhlbi_card_link_button_blue:after, .component-basic-card-theme-dark .component_basic_card_link:after, .component-basic-card-theme-array .component_basic_card_link:after, .nhlbi_card_link_button_blue.fa-chevron-circle-right, .component-basic-card-theme-dark .fa-chevron-circle-right.component_basic_card_link, .component-basic-card-theme-array .fa-chevron-circle-right.component_basic_card_link {
  color: #0051A8;
}

/*
 * End styles for card links
 */
/* line 963, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button {
  display: inline-block;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 0.25em 1em;
}
/* line 973, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button:hover, a.toggle-button:active, a.toggle-button:focus {
  background-color: transparent;
  color: #222;
}
/* line 980, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button.toggle-button-hide span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 1em;
  content: "\f139";
}
/* line 991, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button.toggle-button-show span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f13a";
  margin-left: 1em;
}
/* line 1002, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button.toggle-button-close span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f00d";
  margin-right: 1em;
}

/* line 1011, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-red {
  display: inline-block;
  border: 1px solid #FFF;
  color: #FFF;
}
/* line 1015, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-red:link, a.toggle-button-red:visited {
  color: white;
}
/* line 1018, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-red:after {
  color: white;
}
/* line 1021, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-red:hover, a.toggle-button-red:active, a.toggle-button-red:focus {
  background-color: #FFF;
  color: #BF0D2E;
}

/* line 1027, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-yellow {
  display: inline-block;
  border: 1px solid #222;
  color: #222;
}
/* line 1031, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-yellow:link, a.toggle-button-yellow:visited {
  color: #222;
}
/* line 1034, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-yellow:before {
  color: #222;
}
/* line 1038, ../sass/nhlbi_components/_component_buttons.scss */
a.toggle-button-yellow:hover, a.toggle-button-yellow:active, a.toggle-button-yellow:focus {
  background-color: #222;
  color: #F6C163;
}

/**
 * @file
 * .component_sections is intended to be used as set of styles for sections and subsections used across the site .
 *
 */
/**
 * component-section
 * Set of styles for sections and subsections.
 */
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 11, ../sass/nhlbi_components/_component_sections.scss */
  .component.component-section h3 {
    font-size: 1.25rem;
  }
}

@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 17, ../sass/nhlbi_components/_component_sections.scss */
  .component.component-section h2 {
    font-size: 1.5rem;
  }
}

/* line 23, ../sass/nhlbi_components/_component_sections.scss */
h2.component-section-section-title, h2.component-section-section-title a {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 1.25rem;
  text-decoration: none;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 23, ../sass/nhlbi_components/_component_sections.scss */
  h2.component-section-section-title, h2.component-section-section-title a {
    font-size: 1.5rem;
  }
}

/* line 34, ../sass/nhlbi_components/_component_sections.scss */
h3.component-section-subsection-title, h3.component-section-subsection-title a {
  line-height: 1.25;
  margin: 0;
  text-decoration: none;
}

/* line 40, ../sass/nhlbi_components/_component_sections.scss */
h2.component-section-section-title a:hover {
  font-weight: normal;
}

/* line 44, ../sass/nhlbi_components/_component_sections.scss */
h3.component-section-subsection-title a:hover {
  font-weight: normal;
}

/* line 48, ../sass/nhlbi_components/_component_sections.scss */
.component-section {
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.5em 0;
}
/* line 54, ../sass/nhlbi_components/_component_sections.scss */
.component-section ul {
  font-size: 1rem;
  margin-left: 1em;
  list-style: none;
}
/* line 61, ../sass/nhlbi_components/_component_sections.scss */
.component-section ul li:before {
  content: "\25cf";
  color: #222;
  font-weight: 400;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* line 72, ../sass/nhlbi_components/_component_sections.scss */
.component-section li {
  font-weight: 400;
}
/* line 76, ../sass/nhlbi_components/_component_sections.scss */
.component-section p {
  height: auto;
  margin-bottom: 1.25em;
}
/* line 82, ../sass/nhlbi_components/_component_sections.scss */
.component-section p:last-child {
  margin-bottom: 0;
}
/* line 86, ../sass/nhlbi_components/_component_sections.scss */
.component-section .embedded-entity:last-child:not(.align-left, .align-right, .align-center) {
  margin-top: 1.25em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 92, ../sass/nhlbi_components/_component_sections.scss */
  .component-section img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
  /* line 100, ../sass/nhlbi_components/_component_sections.scss */
  .component-section .embedded-image-and-photocredit-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 107, ../sass/nhlbi_components/_component_sections.scss */
  .component-section .field--type-text-long figure {
    width: 100%;
    float: none;
  }
  /* line 111, ../sass/nhlbi_components/_component_sections.scss */
  .component-section .field--type-text-long figure img {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 116, ../sass/nhlbi_components/_component_sections.scss */
  .component-section .field--type-text-long figcaption {
    text-align: center;
  }
}

/* line 123, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-section-button {
  padding: 1em 0 1.5em;
}

/* line 127, ../sass/nhlbi_components/_component_sections.scss */
.component-subsection {
  margin: 1em auto;
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 133, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc div[class~="align-left"], .field--name-field-component-section-desc div[class~="align-right"], .field--name-field-component-section-desc div[class~="align-center"], .field--name-field-component-section-content div[class~="align-left"], .field--name-field-component-section-content div[class~="align-right"], .field--name-field-component-section-content div[class~="align-center"] {
    margin: 0 auto;
    margin-top: 1em;
    min-width: 100%;
  }
}
/* line 142, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .image-style-component-section-wysiwyg-image img, .field--name-field-component-section-desc img.image-style-component-section-wysiwyg-image, .field--name-field-component-section-content .image-style-component-section-wysiwyg-image img, .field--name-field-component-section-content img.image-style-component-section-wysiwyg-image {
  height: auto;
}
/* line 146, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc img[class~="align-left"], .field--name-field-component-section-desc figure[class~="align-left"], .field--name-field-component-section-content img[class~="align-left"], .field--name-field-component-section-content figure[class~="align-left"] {
  margin: 0 2em 0 0;
  border-radius: 4px;
  max-width: 350px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 146, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc img[class~="align-left"], .field--name-field-component-section-desc figure[class~="align-left"], .field--name-field-component-section-content img[class~="align-left"], .field--name-field-component-section-content figure[class~="align-left"] {
    margin: 0 auto 1em auto;
    max-width: 100%;
  }
}
/* line 156, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc img[class~="align-right"], .field--name-field-component-section-desc figure[class~="align-right"], .field--name-field-component-section-content img[class~="align-right"], .field--name-field-component-section-content figure[class~="align-right"] {
  margin: 0 0 0 2em;
  border-radius: 4px;
  max-width: 350px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 156, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc img[class~="align-right"], .field--name-field-component-section-desc figure[class~="align-right"], .field--name-field-component-section-content img[class~="align-right"], .field--name-field-component-section-content figure[class~="align-right"] {
    margin: 0 auto 1em auto;
    max-width: 100%;
  }
}
/* line 166, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-text-container-disabled.embed-video-container .field--name-field-video-url iframe, .field--name-field-component-section-content .embed-video-text-container-disabled.embed-video-container .field--name-field-video-url iframe {
  border-radius: 8px 8px 8px 8px;
}
/* line 171, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container .field--name-field-video-url iframe, .field--name-field-component-section-content .embed-video-container .field--name-field-video-url iframe {
  border-radius: 8px 8px 0px 0px;
}
/* line 174, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container .embed-video-text-container, .field--name-field-component-section-content .embed-video-container .embed-video-text-container {
  border: 1px solid #d7d7d7;
  border-radius: 0px 0px 8px 8px;
  padding: 20px 25px 20px 25px;
}
/* line 178, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container .embed-video-text-container .field--name-field-video-description, .field--name-field-component-section-content .embed-video-container .embed-video-text-container .field--name-field-video-description {
  width: 100%;
}
/* line 180, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container .embed-video-text-container .field--name-field-video-description p, .field--name-field-component-section-content .embed-video-container .embed-video-text-container .field--name-field-video-description p {
  font-size: 1em;
}
/* line 184, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container .embed-video-text-container .field-video-title-container, .field--name-field-component-section-content .embed-video-container .embed-video-text-container .field-video-title-container {
  margin-bottom: 0;
}
/* line 186, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container .embed-video-text-container .field-video-title-container .field--name-field-video-title, .field--name-field-component-section-content .embed-video-container .embed-video-text-container .field-video-title-container .field--name-field-video-title {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* line 192, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container .embed-video-text-container div:nth-child(2), .field--name-field-component-section-content .embed-video-container .embed-video-text-container div:nth-child(2) {
  padding-top: 0.5em;
}
/* line 197, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container[class~="align-right"], .field--name-field-component-section-content .embed-video-container[class~="align-right"] {
  margin: 0 0 0 2em;
  margin-bottom: 1em;
  border-radius: 4px;
  max-width: 385px;
  height: auto;
  width: 100%;
}
/* line 204, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container[class~="align-right"] .video-embed-field-responsive-video, .field--name-field-component-section-desc .embed-video-container[class~="align-right"] .field-video-title-container, .field--name-field-component-section-content .embed-video-container[class~="align-right"] .video-embed-field-responsive-video, .field--name-field-component-section-content .embed-video-container[class~="align-right"] .field-video-title-container {
  width: 100%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 197, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc .embed-video-container[class~="align-right"], .field--name-field-component-section-content .embed-video-container[class~="align-right"] {
    margin: 0 auto 1em auto;
    max-width: 100%;
  }
}
/* line 212, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container[class~="align-center"], .field--name-field-component-section-desc .embed-video-container[class~="align-none"], .field--name-field-component-section-content .embed-video-container[class~="align-center"], .field--name-field-component-section-content .embed-video-container[class~="align-none"] {
  margin: 0 auto;
  margin-bottom: 1em;
  border-radius: 4px;
  max-width: 385px;
  width: 100%;
  height: auto;
}
/* line 219, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container[class~="align-center"] .video-embed-field-responsive-video, .field--name-field-component-section-desc .embed-video-container[class~="align-center"] .field-video-title-container, .field--name-field-component-section-desc .embed-video-container[class~="align-none"] .video-embed-field-responsive-video, .field--name-field-component-section-desc .embed-video-container[class~="align-none"] .field-video-title-container, .field--name-field-component-section-content .embed-video-container[class~="align-center"] .video-embed-field-responsive-video, .field--name-field-component-section-content .embed-video-container[class~="align-center"] .field-video-title-container, .field--name-field-component-section-content .embed-video-container[class~="align-none"] .video-embed-field-responsive-video, .field--name-field-component-section-content .embed-video-container[class~="align-none"] .field-video-title-container {
  width: 100%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 212, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc .embed-video-container[class~="align-center"], .field--name-field-component-section-desc .embed-video-container[class~="align-none"], .field--name-field-component-section-content .embed-video-container[class~="align-center"], .field--name-field-component-section-content .embed-video-container[class~="align-none"] {
    margin: 0 auto 1em auto;
    max-width: 100%;
  }
}
/* line 227, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container[class~="align-left"], .field--name-field-component-section-content .embed-video-container[class~="align-left"] {
  margin: 0 2em 0 0;
  margin-bottom: 1em;
  border-radius: 4px;
  max-width: 385px;
  width: 100%;
  height: auto;
}
/* line 234, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc .embed-video-container[class~="align-left"] .video-embed-field-responsive-video, .field--name-field-component-section-desc .embed-video-container[class~="align-left"] .field-video-title-container, .field--name-field-component-section-content .embed-video-container[class~="align-left"] .video-embed-field-responsive-video, .field--name-field-component-section-content .embed-video-container[class~="align-left"] .field-video-title-container {
  width: 100%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 227, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc .embed-video-container[class~="align-left"], .field--name-field-component-section-content .embed-video-container[class~="align-left"] {
    margin: 0 auto 1em auto;
    max-width: 100%;
  }
}
/* line 242, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc figure[class~="align-left"], .field--name-field-component-section-content figure[class~="align-left"] {
  margin-right: 2em;
}
/* line 244, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc figure[class~="align-left"] img, .field--name-field-component-section-content figure[class~="align-left"] img {
  margin: 0 2em 0 0;
  border-radius: 4px;
  max-width: 350px;
  height: auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 244, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc figure[class~="align-left"] img, .field--name-field-component-section-content figure[class~="align-left"] img {
    margin: 0 auto 1em auto;
    max-width: 100%;
  }
}
/* line 255, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc figure[class~="align-right"], .field--name-field-component-section-content figure[class~="align-right"] {
  margin-left: 2em;
}
/* line 257, ../sass/nhlbi_components/_component_sections.scss */
.field--name-field-component-section-desc figure[class~="align-right"] img, .field--name-field-component-section-content figure[class~="align-right"] img {
  margin: 0 0 0 2em;
  border-radius: 4px;
  max-width: 350px;
  height: auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 257, ../sass/nhlbi_components/_component_sections.scss */
  .field--name-field-component-section-desc figure[class~="align-right"] img, .field--name-field-component-section-content figure[class~="align-right"] img {
    margin: 0 auto 1em auto;
    max-width: 100%;
  }
}

/* line 270, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-white {
  background-color: #FFF;
}
/* line 273, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-white + .component-section-theme-white {
  padding: 0 0 3em 0;
}

/* line 278, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-red {
  background-color: #FFF;
}
/* line 281, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-red + .component-section-theme-red {
  padding: 0 0 3em 0;
}

/* line 286, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-light-grey {
  background-color: #f4f4f4;
}
/* line 289, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-light-grey + .component-section-theme-light-grey {
  padding: 0 0 3em 0;
}

/* line 294, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-light-blue {
  background-color: #f1f7fb;
}
/* line 297, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-light-blue + .component-section-theme-light-blue {
  padding: 0 0 3em 0;
}

/* line 302, ../sass/nhlbi_components/_component_sections.scss */
.component-section-theme-light-purple {
  background-color: #F7EEFB;
}

/* line 323, ../sass/nhlbi_components/_component_sections.scss */
.node--type-health-topics .component-section .field--type-text-long img {
  border-radius: 4px;
}
/* line 326, ../sass/nhlbi_components/_component_sections.scss */
.node--type-health-topics .component-section .field--type-text-long figure {
  border: 1px solid #E8E8E8;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
/* line 330, ../sass/nhlbi_components/_component_sections.scss */
.node--type-health-topics .component-section .field--type-text-long figure img {
  margin: 0;
  border-radius: 3px 3px 0 0;
}
/* line 334, ../sass/nhlbi_components/_component_sections.scss */
.node--type-health-topics .component-section .field--type-text-long figure figcaption {
  background: #f4f4f4;
  padding: 17px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #E8E8E8;
  border-top: 0;
  border-radius: 0px 0px 4px 4px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 334, ../sass/nhlbi_components/_component_sections.scss */
  .node--type-health-topics .component-section .field--type-text-long figure figcaption {
    text-align: left;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 351, ../sass/nhlbi_components/_component_sections.scss */
  .node--type-health-topics div[class~="align-left"], .node--type-health-topics div[class~="align-right"], .node--type-health-topics div[class~="align-center"] {
    margin: 0 auto;
    margin-top: 1em;
    min-width: 100%;
  }
}
/* line 358, ../sass/nhlbi_components/_component_sections.scss */
.node--type-health-topics hr {
  max-width: 1440px;
  padding-right: 140px;
  margin: 5px 0;
  border-color: #e8e8e8;
}

/* line 367, ../sass/nhlbi_components/_component_sections.scss */
.block.block-layout-builder.block-broken, .block.block-core.block-broken {
  display: none;
}

/* line 370, ../sass/nhlbi_components/_component_sections.scss */
.layout--twocol-section .layout__region--second .paragraph--type--component-section .responsive-container-constrained {
  padding-left: 32px;
}

/* line 373, ../sass/nhlbi_components/_component_sections.scss */
.layout--twocol-section .layout__region--first .paragraph--type--component-section .responsive-container-constrained {
  padding-right: 32px;
}

/* line 377, ../sass/nhlbi_components/_component_sections.scss */
.title-hr {
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px;
  margin: 0 0 1.5em 0;
}

/**
 * @file
 * component_resource is intended to be used as set of styles for resource lists used across the site .
 *
 */
/* line 7, ../sass/nhlbi_components/_component_resource.scss */
.component_resource {
  padding: 3em 0;
}
/* line 10, ../sass/nhlbi_components/_component_resource.scss */
.component_resource li {
  font-weight: 400;
  overflow-wrap: break-word;
}
/* line 14, ../sass/nhlbi_components/_component_resource.scss */
.component_resource li a, .component_resource li a:link {
  color: #0051a8;
}
/* line 17, ../sass/nhlbi_components/_component_resource.scss */
.component_resource li a:visited {
  color: #0051a8;
}

/* line 23, ../sass/nhlbi_components/_component_resource.scss */
.component_resource_list_ul {
  margin-left: 3em;
  font-weight: 400;
}
/* line 26, ../sass/nhlbi_components/_component_resource.scss */
.component_resource_list_ul li {
  font-weight: 400;
}
/* line 29, ../sass/nhlbi_components/_component_resource.scss */
.component_resource_list_ul li .ext-icon {
  background: transparent;
  background: transparent;
  display: none;
  visibility: hidden;
}
/* line 35, ../sass/nhlbi_components/_component_resource.scss */
.component_resource_list_ul li a.ext:after {
  content: "\f35d";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.875rem;
}

/* line 46, ../sass/nhlbi_components/_component_resource.scss */
.component-title {
  margin-top: 0;
}

/* line 50, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-dark {
  background-color: #f4f4f4;
}

/* line 53, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-light-blue {
  background-color: #f4f4f4;
}
/* line 56, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-light-blue li a, .component-resource-theme-page-light-blue li a:link {
  color: #102D66;
}
/* line 60, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-light-blue li a:visited {
  color: #102D66;
}
/* line 65, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-light-blue .fa-li {
  color: #102D66;
}

/* line 69, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-red {
  background-color: #f4f4f4;
}
/* line 72, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-red li a, .component-resource-theme-page-red li a:link {
  color: #850920;
}
/* line 76, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-red li a:visited {
  color: #850920;
}
/* line 81, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-red .fa-li {
  color: #BF0D2E;
}
/* line 84, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-page-red .component_resource_list_ul a.ext:after {
  color: #BF0D2E;
}

/* line 88, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-white {
  background-color: #FFF;
}

/* line 92, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-light-gray {
  background-color: #f4f4f4;
}

/* line 96, ../sass/nhlbi_components/_component_resource.scss */
.component-resource-theme-light-blue {
  background-color: #f1f7fb;
}

/**
 * @file
 * Common styles for lists .
 */
/**
 * fa-li-blue
 * Makes the icon blue on a list using FA icons for bullets.
 * Naming meant to follow fa-li convention from FA.
 */
/* line 11, ../sass/nhlbi_components/_component_list.scss */
.fa-li-blue {
  color: #0051A8;
}

/* line 15, ../sass/nhlbi_components/_component_list.scss */
.fa-li-red {
  color: #BF0D2E;
}

/* line 19, ../sass/nhlbi_components/_component_list.scss */
.fa-li-purple {
  color: #713AA0;
}

/**
 * @file
 * component_related_news is intended to be used as set of styles for the Related news component across the site.
 *
 */
/* line 7, ../sass/nhlbi_components/_component_news_cards.scss */
.field--name-field-component-related-news .component_title, .field--name-field-component-related-events .component_title, .component-blog .component_title {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  color: #222;
}

/**
 * nhlbi_basic_cards
 * Set of style for basic cards.
 */
/* line 23, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards {
  border-top: 1px #D7D7D7 solid;
  height: auto;
  margin: 0 1.5em 0 0;
  padding: 1.5em 0;
  background: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (-ms-high-contrast: none) and (min-width: 0em) and (max-width: 1099px) {
  /* line 23, ../sass/nhlbi_components/_component_news_cards.scss */
  .nhlbi_news_cards {
    display: block;
  }
}

/* line 40, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards .news_cards_text_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
/* line 47, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards .news_cards_image_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding-left: 25px;
}
/* line 55, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards .nhlbi-card-title a {
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
  text-decoration: none;
  margin: 0 0 1.25em;
}
/* line 68, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards .nhlbi-card-description {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 1.25em;
  color: #222;
}
/* line 80, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards .nhlbi-news-cards-image {
  margin-top: 25px;
}
/* line 84, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards .nhlbi-news-cards-image img {
  border-radius: 4px;
  max-width: 350px;
}
/* line 89, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards .eventdatesLocationType {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #222;
}

@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 101, ../sass/nhlbi_components/_component_news_cards.scss */
  .field--name-field-component-related-news .component_title, .field--name-field-component-related-events .component_title, .component-blog .component_title {
    font-size: 1.5rem;
  }

  /* line 105, ../sass/nhlbi_components/_component_news_cards.scss */
  .nhlbi_news_cards .nhlbi-card-title a {
    font-size: 1.125rem;
  }
}
/**
 * Phone size
 */
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 115, ../sass/nhlbi_components/_component_news_cards.scss */
  .nhlbi_news_cards {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* line 119, ../sass/nhlbi_components/_component_news_cards.scss */
  .nhlbi_news_cards .news_cards_text_column {
    width: 100%;
    order: 2;
  }
  /* line 124, ../sass/nhlbi_components/_component_news_cards.scss */
  .nhlbi_news_cards .news_cards_image_column {
    width: 100%;
    order: 1;
    padding: 0px;
  }
  /* line 130, ../sass/nhlbi_components/_component_news_cards.scss */
  .nhlbi_news_cards .nhlbi-news-cards-image img {
    max-width: 100%;
  }
}
/* line 138, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards_theme_red .eventCalendarIcon {
  background-image: url(../images/ico-cal2-red.png);
}
/* line 141, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards_theme_red .map-icon-top-page {
  background-image: url(../images/ico-map_pin-red.png);
}

/* line 148, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards_theme_purple-and-red .eventCalendarIcon {
  background-image: url(../images/ico-cal2-dark.png);
}
/* line 151, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_news_cards_theme_purple-and-red .map-icon-top-page {
  background-image: url(../images/ico-map_pin-dark.png);
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 158, ../sass/nhlbi_components/_component_news_cards.scss */
  .component-blog .field--name-field-related-blog .nhlbi_news_cards .news_cards_image_column {
    display: none;
  }
}
/* line 163, ../sass/nhlbi_components/_component_news_cards.scss */
.component-blog .field--name-field-related-blog .nhlbi_news_cards .nhlbi_text_link_button {
  margin-left: 0;
}
/* line 165, ../sass/nhlbi_components/_component_news_cards.scss */
.component-blog .field--name-field-related-blog .nhlbi_news_cards .nhlbi_text_link_button a {
  text-decoration: none;
}
/* line 168, ../sass/nhlbi_components/_component_news_cards.scss */
.component-blog .field--name-field-related-blog .nhlbi_news_cards .nhlbi_text_link_button a:hover {
  text-decoration: underline;
  font-weight: 600;
}

/* line 177, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_latest_research {
  border-bottom: 1px solid #D7D7D7;
  padding: 0.5em 0;
}
/* line 180, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_latest_research time {
  line-height: 1.5rem;
  color: #14284B;
}
/* line 184, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_latest_research .nhlbi-card-title {
  margin: 0.5em 0;
  font-size: 1.23rem;
  line-height: 1.5rem;
  font-weight: 400;
}
/* line 189, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_latest_research .nhlbi-card-title a {
  color: #222;
  text-decoration: none;
}
/* line 193, ../sass/nhlbi_components/_component_news_cards.scss */
.nhlbi_latest_research .nhlbi-card-title a:hover {
  text-shadow: none;
  text-decoration: underline;
  font-weight: 400;
}

/* line 201, ../sass/nhlbi_components/_component_news_cards.scss */
.block-field-blocknodegeneral-hub-pagefield-component-related-events .related-events-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/**
 * Set of styles for Upcoming Events on the General Landing page used for the homepage.
 */
/* line 210, ../sass/nhlbi_components/_component_news_cards.scss */
.releated-events--type--upcoming .component_title {
  padding-bottom: 24px;
  margin-top: 1em;
}
/* line 215, ../sass/nhlbi_components/_component_news_cards.scss */
.releated-events--type--upcoming .field__items .field__item {
  display: none;
}
/* line 218, ../sass/nhlbi_components/_component_news_cards.scss */
.releated-events--type--upcoming .field__items .field__item:nth-child(1), .releated-events--type--upcoming .field__items .field__item:nth-child(2), .releated-events--type--upcoming .field__items .field__item:nth-child(3), .releated-events--type--upcoming .field__items .field__item:nth-child(4) {
  display: block;
}

/* line 223, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
}
/* line 227, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container .component-related-events-upcoming-date-box {
  flex: 0 1 7%;
  font-size: 1rem;
  font-weight: 700;
  color: #14284B;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 234, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container .component-related-events-upcoming-date-box .component-related-events-upcoming-date-box-border {
  border: 1px solid #D7D7D7;
  padding: 8px 19.5px;
  min-width: 39px;
  border-radius: 4px;
}
/* line 239, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container .component-related-events-upcoming-date-box .component-related-events-upcoming-date-box-border .component-related-events-upcoming-date-box-month {
  text-align: center;
}
/* line 242, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container .component-related-events-upcoming-date-box .component-related-events-upcoming-date-box-border .component-related-events-upcoming-date-box-day {
  text-align: center;
}
/* line 247, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container .component-related-events-upcoming-text-box {
  flex: 0 1 90%;
  padding-left: 24px;
}
/* line 250, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container .component-related-events-upcoming-text-box .component-related-events-upcoming-text-title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding-bottom: 8px;
}
/* line 256, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container .component-related-events-upcoming-text-box .component-related-events-upcoming-text-date {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #505776;
}
/* line 263, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container a {
  text-decoration: inherit;
  color: #222222;
}
/* line 267, ../sass/nhlbi_components/_component_news_cards.scss */
.component-related-events-upcoming-container a:hover .field--name-title {
  text-decoration: underline;
}

/* line 271, ../sass/nhlbi_components/_component_news_cards.scss */
.node--type-general-hub-page .layout__region--first .releated-events--type--upcoming {
  padding-right: 0px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 271, ../sass/nhlbi_components/_component_news_cards.scss */
  .node--type-general-hub-page .layout__region--first .releated-events--type--upcoming {
    padding-right: 20px;
  }
}

/* line 278, ../sass/nhlbi_components/_component_news_cards.scss */
.field--name-field-related-events-title {
  margin-bottom: 25px !important;
}

/* line 281, ../sass/nhlbi_components/_component_news_cards.scss */
.field--name-field-events-descriptive-callout {
  margin-top: 50px !important;
}

/* line 285, ../sass/nhlbi_components/_component_news_cards.scss */
.paragraph--type--related-events {
  margin-bottom: 30px !important;
}

/**
 * @file
 * component-banner is intended to be used as set of styles for the banner component used across the site.
 *
 */
/**
 * component-banner
 * Basic set of styles for component-banner.
 */
/* line 12, ../sass/nhlbi_components/_component_banner.scss */
.component-banner h1 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 12, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner h1 {
    padding-right: 2em;
  }
}
/* line 23, ../sass/nhlbi_components/_component_banner.scss */
.component-banner .field--name-field-banner-description {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
}
/* line 30, ../sass/nhlbi_components/_component_banner.scss */
.component-banner .component-banner-link {
  margin-top: 1.25em;
}
/* line 33, ../sass/nhlbi_components/_component_banner.scss */
.component-banner .banner-last-updated-wrapper {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25em;
}
/* line 41, ../sass/nhlbi_components/_component_banner.scss */
.component-banner .banner-last-updated-wrapper {
  display: flex;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 45, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner h1 {
    font-size: 1.75rem;
  }
}

/**
 * Styles specific for different banner layouts.
 */
/* Component Small Image Banner */
/* line 57, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image {
  display: flex;
  /* Breakpoints are different in responsive styles than in _init.scss for tablet, and also there is a gap in widths for phone sizes in responsive breakpoints --using responsive breakpoint for tablet here. */
  /* A height change is OK as long as object-fit: cover is used to preserve the aspect ratio. This doesn't exist in IE, however, so no height change. Remove this when IE is no longer supported. */
}
/* line 59, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image .banner-image-container {
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
/* line 65, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image .banner-image-container .photocredit {
  bottom: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 65, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image .banner-image-container .photocredit {
    color: #FFF;
    position: absolute;
    background: #4a4a4a;
    background: rgba(74, 74, 74, 0.4);
    margin: 0;
  }
}
/* line 76, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image .banner-text-container {
  order: 0;
  flex-grow: 1;
  flex-shrink: 2;
}
@media all and (max-width: 1199px) {
  /* line 57, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image {
    flex-wrap: wrap;
  }
  /* line 86, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image .banner-image-container {
    width: 100%;
    order: 0;
    margin: auto;
  }
  /* line 91, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image .banner-text-container {
    order: 1;
    padding: 1.5em;
  }
}
@media all and (min-width: 1200px) {
  /* line 57, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image {
    align-items: center;
  }
  /* line 98, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image .banner-text-container {
    flex-basis: 70%;
    padding: 3em 2em 3em 3em;
  }
}
@media all and (min-width: 1200px) and (max-width: 1823px) {
  /* line 104, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 1824px) {
  /* line 110, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image .banner-image-container {
    width: 30%;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 118, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image img {
    height: auto;
  }
}

/* Component Background Image Banner */
/* line 128, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-image-background {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "grid-cell";
  align-items: center;
  /* Property prefix added to grid properties for IE compatibility */
  /* Delete this media query when IE is no longer supported */
}
/* line 135, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-image-background .banner-image-container {
  z-index: 1;
  display: flex;
  grid-area: grid-cell;
  height: 100%;
}
/* line 141, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-image-background .media--image {
  height: 100%;
}
/* line 144, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-image-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
/* line 153, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-image-background .banner-text-container {
  grid-area: grid-cell;
  height: min-content;
  z-index: 2;
  padding: 1.5em;
  margin: 1.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 128, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-image-background {
    display: -ms-grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    align-items: center;
  }
  /* line 171, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-image-background .banner-image-container {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  /* line 175, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-image-background .banner-text-container {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media all and (min-width: 768px) {
  /* line 128, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-image-background {
    margin: auto;
    max-width: fit-content;
  }
  /* line 184, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-image-background .banner-text-container {
    width: 70%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 128, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-image-background {
    padding: auto 1.5em;
  }
}

/**
 * Styles for different banner themes
 */
/* The Small Image Banner can be set to the white-background-no-image theme. This theme diverges from the default and has different padding. */
/* line 200, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-banner-theme-white-background-no-image {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  /* line 200, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-banner-theme-white-background-no-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1399px) {
  /* line 200, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-banner-theme-white-background-no-image {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media all and (min-width: 1400px) {
  /* line 200, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-banner-theme-white-background-no-image {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media all and (min-width: 1200px) {
  /* line 216, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-banner-theme-white-background-no-image .banner-text-container {
    padding: 3em 2em 3em 0;
  }
}
@media all and (max-width: 1199px) {
  /* line 216, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-banner-theme-white-background-no-image .banner-text-container {
    padding: 1.5em 1.5em 1.5em 0;
  }
}

/* Mint-blue theme AKA COPD theme */
/* line 227, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-light-blue .component-banner-small-image {
  color: #FFF;
}
/* line 229, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-light-blue .component-banner-small-image h1 {
  color: #FFF;
}
@media all and (min-width: 1200px) {
  /* line 227, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-theme-light-blue .component-banner-small-image {
    background: linear-gradient(92.73deg, #102d66 2.28%, rgba(16, 45, 102, 0.7) 70.9%);
  }
}
@media all and (max-width: 1199px) {
  /* line 227, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-theme-light-blue .component-banner-small-image {
    background: linear-gradient(156.9deg, #102d66 0%, rgba(16, 45, 102, 0.7) 100%);
  }
}

/* line 243, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-light-blue .component-banner-image-background {
  color: #222;
}
/* line 245, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-light-blue .component-banner-image-background h1 {
  color: #222;
}
/* line 248, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-light-blue .component-banner-image-background .banner-text-container {
  background: rgba(16, 45, 102, 0.85);
}

/* Black theme AKA COVID theme AKA Dark gray theme */
/* line 257, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-dark .component-banner-small-image {
  background: #1A1A1A;
  color: #FFF;
}
/* line 260, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-dark .component-banner-small-image h1 {
  color: #FFF;
}

/* line 269, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-dark .component-banner-image-background {
  color: #FFF;
}
/* line 271, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-dark .component-banner-image-background h1 {
  color: #FFF;
}
/* line 274, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-dark .component-banner-image-background .banner-text-container {
  background: rgba(26, 26, 26, 0.85);
}

/* Blue theme --this theme is not yet finalized or implemented */
/* line 283, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-blue .component-banner-small-image {
  background: #102D66;
  color: #FFF;
}
/* line 286, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-blue .component-banner-small-image h1 {
  color: #FFF;
}

/* line 294, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-blue .component-banner-image-background {
  color: #FFF;
}
/* line 296, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-blue .component-banner-image-background h1 {
  color: #FFF;
}
/* line 299, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-blue .component-banner-image-background .banner-text-container {
  background: rgba(16, 45, 102, 0.85);
}

/* Red theme */
/* line 308, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-red .component-banner-small-image {
  background: #FFF;
  color: #222;
}
/* line 311, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-red .component-banner-small-image h1 {
  color: #222;
}

/* line 319, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-red .component-banner-image-background {
  color: #FFF;
}
/* line 321, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-red .component-banner-image-background h1 {
  color: #FFF;
}
/* line 324, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-red .component-banner-image-background .banner-text-container {
  background: rgba(133, 9, 32, 0.85);
}

/* Purple and Red theme */
/* line 333, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-purple-and-red .component-banner-small-image {
  background: linear-gradient(102deg, #f1eef4, #f3ecfc, #f8e8ff 34%, #ffe4e4 67%);
  color: #222;
}
/* line 336, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-theme-purple-and-red .component-banner-small-image h1 {
  color: #222;
}

/* Non-default themes for Small Image Banner (intended for use with no image) */
/* Simple white theme */
/* line 347, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-white-background-no-image {
  background: #FFF;
  color: #222;
}
/* line 350, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-white-background-no-image h1 {
  color: #222;
}

/* Remove extra padding from this component's block */
/* line 376, ../sass/nhlbi_components/_component_banner.scss */
.block-field-blocknodegeneral-hub-pagefield-component-banner-small-ima, .block-field-blocknodegeneral-secondary-pagefield-component-banner-small-ima {
  padding-bottom: 0;
}

/* line 387, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner {
  background: #14284B;
}
@media (min-width: 1100px) and (max-width: 1199px) {
  /* line 387, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner {
    flex-wrap: nowrap;
  }
}
/* line 392, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container {
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  flex-basis: 50%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 392, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container {
    flex-basis: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 392, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container {
    flex-basis: 100%;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  /* line 392, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container {
    order: 2;
  }
}
/* line 407, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-left-triangle {
  width: 0;
  height: 0;
  border-top: 400px solid #14284B;
  border-right: 280px solid transparent;
  position: absolute;
  left: -1px;
  z-index: 100;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 407, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-left-triangle {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 407, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-left-triangle {
    border-top: 300px solid #14284B;
    border-right: 100px solid transparent;
    opacity: 0.5;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  /* line 407, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-left-triangle {
    border-right: 180px solid transparent;
    left: -1px;
  }
}
/* line 428, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-right-triangle {
  width: 0;
  height: 0;
  border-bottom: 243px solid #14284B;
  border-left: 170px solid transparent;
  z-index: 100;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 428, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-right-triangle {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 428, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-right-triangle {
    border-bottom: 243px solid #14284B;
    border-left: 100px solid transparent;
    opacity: 0.5;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  /* line 428, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .banner-image-right-triangle {
    border-left: 110px solid transparent;
  }
}
/* line 449, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .media {
  width: 100%;
  min-width: 100%;
}
/* line 452, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 452, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .media img {
    height: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 452, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-image-container .media img {
    height: 300px;
  }
}
/* line 465, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container {
  flex-basis: 50%;
  padding: 3em 2em 3em 3em;
  padding-right: 0;
  background: linear-gradient(86.87deg, #005f71 5.18%, #14284b 97.4%);
  align-self: stretch;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 465, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container {
    padding: 0 20px 3em 20px;
    background: linear-gradient(95.86deg, #005f71 0%, #14284b 100%);
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 465, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container {
    padding-top: 0;
    background: linear-gradient(95.86deg, #005f71 0%, #14284b 100%);
  }
}
@media (min-width: 1400px) and (max-width: 2600px) {
  /* line 465, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container {
    padding: 3em 2em 3em 8em;
  }
}
/* line 482, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  line-height: 45px;
}
/* line 489, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .banner-last-updated-wrapper span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  text-transform: capitalize;
  padding-left: 0.5em;
  color: #FFF;
}
/* line 498, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .banner-last-updated-wrapper span.banner-last-updated-desc {
  padding-left: 0;
  padding-bottom: 16px;
}
/* line 501, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .banner-last-updated-wrapper span.banner-last-updated-desc .field--name-field-banner-description {
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  text-transform: capitalize;
  border-right: 1px solid white;
  padding-right: 0.5em;
  padding-left: 0;
}
/* line 512, ../sass/nhlbi_components/_component_banner.scss */
.component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .banner-last-updated-wrapper span.banner-last-updated-desc.banner-last-updated-desc-no-date .field--name-field-banner-description {
  border-right: 0px solid white;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 516, ../sass/nhlbi_components/_component_banner.scss */
  .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container .component-banner-link {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 2em;
  }
}

/* line 528, ../sass/nhlbi_components/_component_banner.scss */
.node--type-homepage .component-banner-small-image.component-banner-banner-theme-featured-banner .banner-text-container h1 {
  color: #FFF;
}

/**
 * @file
 * component_video_cards is intended to be used as set of styles for video cards used across the site.
 *
 */
/*
 * component_basic_card_items - Set of styles for Basic Card component.
 */
/* line 10, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
/* line 15, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 48.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  box-shadow: 2px 4px 10px rgba(153, 153, 153, 0.05);
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  background: #FFF;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 15, ../sass/nhlbi_components/_component_video_card.scss */
  .component_basic_card_items .component_video_card_item {
    flex: 0 0 100%;
    margin-bottom: 5%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 15, ../sass/nhlbi_components/_component_video_card.scss */
  .component_basic_card_items .component_video_card_item {
    flex: 0 0 48.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media all and (min-width: 1824px) {
  /* line 15, ../sass/nhlbi_components/_component_video_card.scss */
  .component_basic_card_items .component_video_card_item {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}
/* line 39, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_title {
  margin: 0 1.5em 0em 1.5em;
  flex-grow: 1;
}
/* line 42, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_title h3 {
  margin-top: 1em;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 42, ../sass/nhlbi_components/_component_video_card.scss */
  .component_basic_card_items .component_video_card_item .component_video_card_title h3 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 42, ../sass/nhlbi_components/_component_video_card.scss */
  .component_basic_card_items .component_video_card_item .component_video_card_title h3 {
    font-size: 1.125rem;
  }
}
/* line 56, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_desc {
  margin-bottom: 1em;
  margin-left: 1.5em;
  flex-grow: 0.8;
  margin-right: 1.5em;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 63, ../sass/nhlbi_components/_component_video_card.scss */
  .component_basic_card_items .component_video_card_item .component_video_card_video .field--name-field-video {
    padding-bottom: 0;
  }
}
/* line 67, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_video .field--name-field-video .video-embed-field-responsive-video {
  width: 100%;
}
/* line 72, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_caption {
  padding: 1em 1.5em;
  margin-top: -1px;
  background: #575b5e;
  color: #FFF;
  font-weight: 600;
  font-size: 0.875rem;
  font-style: italic;
  flex: 1;
}
/* line 81, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_caption a {
  color: #FFF;
  font-style: italic;
  font-weight: 600;
  font-size: 0.875rem;
}
/* line 88, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_row:last-child {
  border-radius: 0px 0px 8px 8px;
}
/* line 90, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item .component_video_card_row:last-child .video-embed-field-responsive-video > iframe {
  border-radius: 0px 0px 8px 8px;
}
/* line 95, ../sass/nhlbi_components/_component_video_card.scss */
.component_basic_card_items .component_video_card_item:nth-child(even) {
  margin-right: 0;
}

/* line 101, ../sass/nhlbi_components/_component_video_card.scss */
.component-video-card-section-title {
  padding-bottom: 1em;
  padding-top: 1.5em;
  margin-top: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 101, ../sass/nhlbi_components/_component_video_card.scss */
  .component-video-card-section-title {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 101, ../sass/nhlbi_components/_component_video_card.scss */
  .component-video-card-section-title {
    font-size: 1.5rem;
  }
}

/* line 113, ../sass/nhlbi_components/_component_video_card.scss */
.component-video-card-theme-dark {
  background: #f4f4f4;
}

/* line 117, ../sass/nhlbi_components/_component_video_card.scss */
.component-video-card-theme-light-blue {
  background: #f4f4f4;
}

/* line 121, ../sass/nhlbi_components/_component_video_card.scss */
.layout--twocol-section .layout__region .component_video_card_container .component_basic_card_items .component_video_card_item {
  width: 100%;
  margin-top: 1.9em;
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 121, ../sass/nhlbi_components/_component_video_card.scss */
  .layout--twocol-section .layout__region .component_video_card_container .component_basic_card_items .component_video_card_item {
    flex: 0 1 100%;
  }
}

/* line 130, ../sass/nhlbi_components/_component_video_card.scss */
.layout--twocol-section .layout__region--second .paragraph--type--component-video-card-container .responsive-container-constrained {
  padding-left: 32px;
}

/* line 133, ../sass/nhlbi_components/_component_video_card.scss */
.layout--twocol-section .layout__region--first .paragraph--type--component-video-card-container .responsive-container-constrained {
  padding-right: 32px;
}

/**
 * @file
 * Common styles for headings within components.
 */
/* line 6, ../sass/nhlbi_components/_component_headings.scss */
.component h3 {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.25;
}

/* line 20, ../sass/nhlbi_components/_component_headings.scss */
.node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-red {
  background: none;
  color: #222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 20px;
  margin-top: -20px;
  margin-bottom: -8px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 20, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-red {
    display: block;
    margin-top: 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 20, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-red {
    display: block;
    margin-top: 0px;
    padding-left: 42px;
  }
}
@media all and (min-width: 1700px) {
  /* line 20, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-red {
    padding-left: 20px;
    padding-right: 140px;
  }
}
@media all and (min-width: 1999px) {
  /* line 20, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics .layout__region--second .field--name-field-health-topic.node-theme-red {
    padding-left: 42px;
    padding-right: 42px;
    max-width: 100%;
  }
}

/* line 60, ../sass/nhlbi_components/_component_headings.scss */
.node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-red {
  padding-left: 140px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 60, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-red {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 60, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-red {
    padding-left: 42px;
  }
}
@media all and (min-width: 1100px) and (max-width: 1399px) {
  /* line 60, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-red {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media all and (min-width: 1440px) {
  /* line 60, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-red {
    padding-left: 140px;
  }
}
@media all and (min-width: 1700px) {
  /* line 60, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-red {
    margin-left: auto;
  }
}
@media all and (min-width: 1999px) {
  /* line 60, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-blue, .node--type-health-topics.hide-sidenav .layout__region--second .field--name-field-health-topic.node-theme-red {
    max-width: 80%;
    padding-left: 140px;
    padding-right: 140px;
  }
}

/* line 89, ../sass/nhlbi_components/_component_headings.scss */
.node--type-health-topics .layout__region--second .field--name-title {
  font-size: 34px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 20px;
  display: block;
  margin-top: 0;
}
/* line 99, ../sass/nhlbi_components/_component_headings.scss */
.node--type-health-topics .layout__region--second .field--name-title span.ht-kicker {
  display: block;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 89, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics .layout__region--second .field--name-title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 89, ../sass/nhlbi_components/_component_headings.scss */
  .node--type-health-topics .layout__region--second .field--name-title {
    font-size: 30px;
    line-height: 37px;
  }
}

/**
 * @file
 * component_table is intended to be used as set of styles for tables used across the site.
 *
 */
/*
 * component-table - Set of styles for Basic Card component.
 */
/* line 10, ../sass/nhlbi_components/_component_table.scss */
.component-table-container {
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
  margin-bottom: 2em;
  padding: 0em 1em 1em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 10, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container {
    flex-direction: revert;
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* line 21, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-header {
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
}
/* line 25, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-header .component-table-header-row {
  display: flex;
  padding: 1.5em 0em;
  width: 100%;
}
/* line 29, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-header .component-table-header-row .component-table-cell {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Merriweather", serif;
  color: #222;
  padding-left: 0.9em;
  flex: 1;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 29, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-header .component-table-header-row .component-table-cell {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 29, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-header .component-table-header-row .component-table-cell {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 25, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-header .component-table-header-row {
    display: none;
  }
}
/* line 50, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-content {
  background: #FFF;
}
/* line 52, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-content .component-table-row {
  display: flex;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 52, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row {
    flex-direction: column;
  }
}
/* line 57, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-content .component-table-row .component-table-cell {
  color: #222;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #f4f4f4;
  flex: 1;
  padding: 1.5em 1em;
}
/* line 66, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-content .component-table-row .component-table-cell a {
  display: block;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 57, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-cell {
    display: flex;
    padding: 0;
  }
}
/* line 73, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-content .component-table-row .component-table-cell .component-table-cell-lable {
  display: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 73, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-cell .component-table-cell-lable {
    flex: 0 0 30%;
    flex-direction: column;
    display: flex;
    float: left;
    border-right: 1px solid #f4f4f4;
    padding: 1em 1em;
  }
}
/* line 85, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-content .component-table-row .component-table-cell .component-table-cell-content {
  flex-direction: column;
  display: flex;
  float: left;
  /*  IE10+ */
  /* IE8  */
  /* IE9,10  */
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 85, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-cell .component-table-cell-content {
    padding: 1em 1em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 85, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-cell .component-table-cell-content {
    display: block;
  }
}
@media \0screen {
  /* line 85, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-cell .component-table-cell-content {
    display: block;
  }
}
@media screen and (min-width: 640px), screen\9 {
  /* line 85, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-cell .component-table-cell-content {
    display: block;
  }
}
/* line 108, ../sass/nhlbi_components/_component_table.scss */
.component-table-container .component-table-content .component-table-row .component-table-title {
  font-weight: 500;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 108, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-title {
    background: #f4f4f4;
    padding-left: 0.5em;
    display: flex;
    flex-wrap: wrap;
    padding: 1em 1em 0 0.8em;
  }
  /* line 116, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-title .component-table-cell-lable, .component-table-container .component-table-content .component-table-row .component-table-title .component-table-cell-title {
    width: 100%;
  }
  /* line 119, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-title .component-table-cell-lable {
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.25;
    font-family: "Merriweather", serif;
    color: #222;
    flex: 100%;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }
  /* line 133, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row .component-table-title .component-table-cell-title {
    width: 100%;
    padding: 1em 0em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 141, ../sass/nhlbi_components/_component_table.scss */
  .component-table-container .component-table-content .component-table-row:first-child .component-table-title .component-table-cell-lable {
    display: flex;
    padding-right: 0;
  }
}

/* line 151, ../sass/nhlbi_components/_component_table.scss */
.component-table-section-title {
  padding-bottom: 1em;
  padding-top: 1.5em;
  margin-top: 0em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 151, ../sass/nhlbi_components/_component_table.scss */
  .component-table-section-title {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 151, ../sass/nhlbi_components/_component_table.scss */
  .component-table-section-title {
    font-size: 1.5rem;
  }
}

/* line 2, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-cards_container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 2, ../sass/nhlbi_components/_component_icon_card.scss */
  .component_icon-cards_container {
    padding-right: 1.5%;
  }
}

/* line 12, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon_card_item {
  display: flex;
  flex: 0 0 31%;
}
@media all and (max-width: 414px) {
  /* line 12, ../sass/nhlbi_components/_component_icon_card.scss */
  .component_icon_card_item {
    flex: 0 0 100%;
  }
  /* line 18, ../sass/nhlbi_components/_component_icon_card.scss */
  .component_icon_card_item .component_icon-card {
    margin-right: 0;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  /* line 12, ../sass/nhlbi_components/_component_icon_card.scss */
  .component_icon_card_item {
    flex: 0 0 47%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 12, ../sass/nhlbi_components/_component_icon_card.scss */
  .component_icon_card_item {
    flex: 0 0 48%;
  }
}

/* line 30, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card {
  border: 1px solid #E8E8E8;
  box-shadow: 2px 4px 10px rgba(153, 153, 153, 0.05);
  border-radius: 8px;
  margin: 0em 1.5em 1.5em 0em;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-top: 1em;
  width: 100%;
}
/* line 41, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card .nhlbi_text_link_button {
  margin-left: 0;
}

/* line 46, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card:nth-child(3n) {
  margin-right: 0;
}

/* line 51, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-center-aligned .icon-card_top-column {
  flex-direction: column;
}

/* line 58, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-left-aligned .icon-card_top-column {
  display: flex;
  flex-direction: row;
}
/* line 63, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-left-aligned .icon-card_icon-column {
  order: 1;
}
/* line 67, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-left-aligned .icon-card_text-column {
  order: 2;
  margin-left: 1em;
}
/* line 72, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-left-aligned .component_icon-card_title {
  margin-left: 0;
  text-align: left;
  margin-top: 0;
}
/* line 77, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-left-aligned .component_icon-card_title a {
  text-align: left;
}
/* line 80, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-left-aligned .component_icon-card_description {
  margin-left: 0;
  text-align: left;
}
/* line 84, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-left-aligned .component_icon-card-link {
  text-align: right;
}
@media all and (max-width: 767px) {
  /* line 89, ../sass/nhlbi_components/_component_icon_card.scss */
  .icon-card-position-left-aligned .icon-card_top-column {
    flex-direction: column;
  }
  /* line 92, ../sass/nhlbi_components/_component_icon_card.scss */
  .icon-card-position-left-aligned .icon-card_text-column {
    margin-left: 1.5em;
  }
}

/* line 99, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-right-aligned .icon-card_top-column {
  display: flex;
  flex-direction: row;
}
/* line 103, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-right-aligned .icon-card_icon-column {
  order: 2;
}
/* line 107, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-right-aligned .icon-card_text-column {
  order: 1;
}
/* line 111, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-right-aligned .component_icon-card_title {
  margin-right: 0;
  text-align: left;
  margin-top: 0;
}
/* line 116, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-right-aligned .component_icon-card_title a {
  text-align: left;
}
/* line 119, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-right-aligned .component_icon-card_description {
  margin-right: 0;
  text-align: left;
}
/* line 123, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-position-right-aligned .component_icon-card-link {
  text-align: left;
}
@media all and (max-width: 767px) {
  /* line 128, ../sass/nhlbi_components/_component_icon_card.scss */
  .icon-card-position-right-aligned .icon-card_top-column {
    flex-direction: column;
  }
  /* line 131, ../sass/nhlbi_components/_component_icon_card.scss */
  .icon-card-position-right-aligned .icon-card_icon-column {
    order: 1;
  }
  /* line 135, ../sass/nhlbi_components/_component_icon_card.scss */
  .icon-card-position-right-aligned .icon-card_text-column {
    order: 2;
  }
  /* line 138, ../sass/nhlbi_components/_component_icon_card.scss */
  .icon-card-position-right-aligned .component_icon-card_title {
    margin-right: 1.5em;
  }
  /* line 141, ../sass/nhlbi_components/_component_icon_card.scss */
  .icon-card-position-right-aligned .component_icon-card_description {
    margin-right: 1.5em;
  }
}

/* line 147, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card_image {
  justify-content: center;
  margin: 0px 1.5em 1.5em 1.5em;
}

/* line 151, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card_image img {
  max-width: 80px;
  max-height: 80px;
  margin: auto;
}

/* line 157, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card_title {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 1em 1.5em;
  text-align: center;
  color: #222;
}

/* line 168, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card_title a {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  color: #222;
}

/* line 178, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card_title a:hover {
  font-weight: bold;
}

/* line 182, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card_description {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0px 1.5em 1.5em 1.5em;
}

/* line 192, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card-link {
  text-align: center;
  width: 100%;
}

/* line 197, ../sass/nhlbi_components/_component_icon_card.scss */
.component_icon-card-link a {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0px 1.5em 1.5em 1.5em;
}

@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 207, ../sass/nhlbi_components/_component_icon_card.scss */
  .component_icon-card_title, .component_icon-card_title a {
    font-size: 1.25rem;
  }

  /* line 211, ../sass/nhlbi_components/_component_icon_card.scss */
  .component_icon-card_description {
    font-size: 1rem;
  }
}
/* line 216, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-light-blue {
  background: #f1f7fb;
  color: #222;
}

/* line 222, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-white {
  background: #FFF;
  color: #222;
}

/* line 227, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-light-grey {
  background: #f4f4f4;
  color: #222;
}

/* line 232, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-red {
  background: #BF0D2E;
  color: #FFF;
}
/* line 235, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-red .component_icon-card_description, .icon-card-theme-red .component_icon-card_description a {
  color: #FFF;
}
/* line 238, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-red .component_icon-card-link a {
  color: #FFF;
}
/* line 241, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-red .component_icon-card_title {
  color: #FFF;
}
/* line 244, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-red .component_icon-card_title a {
  color: #FFF;
}
/* line 246, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-red .component_icon-card_title a:active, .icon-card-theme-red .component_icon-card_title a:focus {
  outline: #FFF dotted 3px;
}

/* line 252, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red {
  background: #850920;
  color: #FFF;
}
/* line 255, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red .component_icon-card_description, .icon-card-theme-dark-red .component_icon-card_description a {
  color: #FFF;
}
/* line 258, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red .component_icon-card-link a {
  color: #FFF;
}
/* line 261, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red .component_icon-card-link a:not(.ext-icon):focus {
  outline: #FFF dotted 3px;
  font-weight: bold;
}
/* line 265, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red .component_icon-card-link a:after {
  color: #FFF;
}
/* line 268, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red .component_icon-card_title {
  color: #FFF;
}
/* line 271, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red .component_icon-card_title a {
  color: #FFF;
}
/* line 273, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-dark-red .component_icon-card_title a:active, .icon-card-theme-dark-red .component_icon-card_title a:focus {
  outline: #FFF dotted 3px;
}

/* line 280, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-blue {
  background: #102D66;
  color: #FFF;
}
/* line 284, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-blue .component_icon-card-link a {
  color: #FFF;
}
/* line 287, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-blue .component_icon-card_description, .icon-card-theme-blue .component_icon-card_description a {
  color: #FFF;
}
/* line 290, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-blue .component_icon-card_title a {
  color: #FFF;
}
/* line 292, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-blue .component_icon-card_title a:active, .icon-card-theme-blue .component_icon-card_title a:focus {
  outline: #FFF dotted 3px;
}
/* line 296, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-blue .component_icon-card_title {
  color: #FFF;
}

/* line 302, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-purple {
  background: #713AA0;
  color: #FFF;
}
/* line 306, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-purple .component_icon-card-link a, .icon-card-theme-purple .component_icon-card-link a:after {
  color: #FFF;
}
/* line 310, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-purple .component_icon-card_description, .icon-card-theme-purple .component_icon-card_description a {
  color: #FFF;
}
/* line 314, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-purple .component_icon-card_title a {
  color: #FFF;
}
/* line 317, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-purple .component_icon-card_title a:active, .icon-card-theme-purple .component_icon-card_title a:focus {
  outline: #FFF dotted 3px;
}
/* line 322, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-purple .component_icon-card_title {
  color: #FFF;
}

/* line 330, ../sass/nhlbi_components/_component_icon_card.scss */
.icon-card-theme-white.page-theme-purple-and-red .component_icon-card-link a,
.icon-card-theme-light-blue.page-theme-purple-and-red .component_icon-card-link a,
.icon-card-theme-light-grey.page-theme-purple-and-red .component_icon-card-link a {
  color: #713AA0;
}

/* line 335, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container {
  width: auto;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 335, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container {
    padding-right: 42px;
  }
}
/* line 341, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .icon-card-theme-dark-red .component_icon-card-link a, .node--type-homepage .component_icon-cards_container .icon-card-theme-purple .component_icon-card-link a, .node--type-homepage .component_icon-cards_container .icon-card-theme-blue .component_icon-card-link a, .node--type-homepage .component_icon-cards_container .icon-card-theme-red .component_icon-card-link a {
  color: #FFF !important;
}
/* line 343, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .icon-card-theme-dark-red .component_icon-card-link a:after, .node--type-homepage .component_icon-cards_container .icon-card-theme-purple .component_icon-card-link a:after, .node--type-homepage .component_icon-cards_container .icon-card-theme-blue .component_icon-card-link a:after, .node--type-homepage .component_icon-cards_container .icon-card-theme-red .component_icon-card-link a:after {
  color: #FFF !important;
}
/* line 348, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .component_icon-card-link a {
  color: #005F71 !important;
}
/* line 350, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .component_icon-card-link a:after {
  color: #005F71 !important;
}
/* line 354, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .component_icon_card_item {
  flex: 0 0 33.3%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 354, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item {
    flex: 0 0 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 354, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item {
    flex: 0 0 50%;
  }
}
/* line 362, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card .icon-card_top-column .component_icon-card_title {
  font-size: 1.25rem;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 362, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card .icon-card_top-column .component_icon-card_title {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 362, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card .icon-card_top-column .component_icon-card_title {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 371, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned {
    margin-right: 0em;
  }
}
@media all and (min-width: 0px) and (max-width: 413px) {
  /* line 371, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned {
    margin-right: 0;
  }
}
/* line 381, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned .icon-card_top-column .component_icon-card_title {
  margin-left: 1em;
  font-size: 1.25rem;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 381, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned .icon-card_top-column .component_icon-card_title {
    font-size: 1.125rem;
    margin-left: 1.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 381, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned .icon-card_top-column .component_icon-card_title {
    font-size: 1.125rem;
  }
}
/* line 392, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned .icon-card_top-column .icon-card_text-column {
  width: 70%;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 392, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned .icon-card_top-column .icon-card_text-column {
    width: 70%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 392, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned .icon-card_top-column .icon-card_text-column {
    width: 100%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 404, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card.icon-card-position-right-aligned .icon-card_top-column .icon-card_icon-column .component_icon-card_image img {
    position: inherit;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 410, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item .component_icon-card {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 417, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item:nth-of-type(2) .component_icon-card {
    margin-right: 0;
  }
}
/* line 424, ../sass/nhlbi_components/_component_icon_card.scss */
.node--type-homepage .component_icon-cards_container .component_icon_card_item:last-of-type .component_icon-card {
  margin-right: 0;
}
@media all and (min-width: 0px) and (max-width: 413px) {
  /* line 424, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item:last-of-type .component_icon-card {
    margin-right: 0em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 424, ../sass/nhlbi_components/_component_icon_card.scss */
  .node--type-homepage .component_icon-cards_container .component_icon_card_item:last-of-type .component_icon-card {
    margin-right: 1.5em;
  }
}

/**
 * @file
 * component_wide_cards is intended to be used as set of styles for wide cards used across the site.
 *
 */
/*
 * component-wide-card - Set of styles for Basic Card component.
 */
/* line 10, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #d7d7d7;
  height: auto;
  padding: 1.5em 0;
  background: #FFF;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 10, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card {
    padding-top: 0;
  }
}
/* line 21, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-content-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
}
/* line 27, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-content-container .component-wide-card-title h3 {
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
  text-decoration: none;
  margin: 0 0 0.5em 0;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 27, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card .component-wide-card-content-container .component-wide-card-title h3 {
    font-size: 1.25rem;
  }
}
/* line 44, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-content-container .component-wide-card-desc {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 0 1.25em;
  color: #222;
}
/* line 55, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-content-container .component-wide-card-link {
  margin-left: 1.5em;
}
/* line 57, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-content-container .component-wide-card-link a {
  font-weight: 600;
}
/* line 60, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-content-container .component-wide-card-link a:hover {
  font-weight: 900;
}
/* line 63, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-content-container .component-wide-card-link .fa-left-icon {
  position: relative;
  left: 0;
  margin-right: 0.875em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 21, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card .component-wide-card-content-container {
    flex: 100%;
    order: 2;
    padding-right: 0;
    margin-top: 1em;
  }
}
/* line 76, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding-right: 2em;
  padding-left: 0em;
}
/* line 84, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card .component-wide-card-image-container .component-wide-card-image img {
  border-radius: 4px;
  max-width: 350px;
  float: left;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 76, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card .component-wide-card-image-container {
    flex: 0 0 100%;
    padding-left: 0em;
    padding-top: 1em;
    order: 1;
  }
  /* line 96, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card .component-wide-card-image-container .component-wide-card-image img {
    max-width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 76, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card .component-wide-card-image-container {
    flex: 0 0 35%;
  }
}

/* line 108, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-type-wide-right-image .component-wide-card-content-container {
  flex: 3;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 108, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card-type-wide-right-image .component-wide-card-content-container {
    flex: 100%;
    order: 2;
    padding-left: 0;
    margin-top: 1em;
  }
}
/* line 117, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-type-wide-right-image .component-wide-card-image-container {
  flex: 1;
  padding-left: 2em;
  padding-right: 0;
}
/* line 122, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-type-wide-right-image .component-wide-card-image-container .component-wide-card-image img {
  float: left;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 117, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card-type-wide-right-image .component-wide-card-image-container {
    flex: 100%;
    order: 1;
    padding-top: 1em;
    padding-left: 0em;
    padding-right: 0em;
  }
  /* line 133, ../sass/nhlbi_components/_component_wide_card.scss */
  .component-wide-card-type-wide-right-image .component-wide-card-image-container .component-wide-card-image img {
    max-width: 100%;
  }
}

/* line 144, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-theme-light-blue .component-wide-card .component-wide-card-link .fa-li-blue {
  color: #102D66;
}

/* line 155, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-load-more .field--name-field-component-wide-card-paragr li {
  display: none;
  list-style: none;
}

/* line 161, ../sass/nhlbi_components/_component_wide_card.scss */
.field--name-field-component-wide-card-paragr li {
  list-style: none;
}

/* line 166, ../sass/nhlbi_components/_component_wide_card.scss */
.component-load-more-button {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

/* line 175, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-items ul {
  padding: 0;
  margin: 0;
}

/* line 185, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-theme-purple-and-red .component-wide-card .component-wide-card-content-container .nhlbi_text_link_button a {
  color: #713AA0;
}
/* line 187, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-theme-purple-and-red .component-wide-card .component-wide-card-content-container .nhlbi_text_link_button a .fas:before, .component-wide-card-theme-purple-and-red .component-wide-card .component-wide-card-content-container .nhlbi_text_link_button a .fas:after {
  color: #713AA0;
}
/* line 195, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-theme-purple-and-red .component-load-more-button a {
  background: #D23B58;
  border: 1px solid #D23B58;
}
/* line 199, ../sass/nhlbi_components/_component_wide_card.scss */
.component-wide-card-theme-purple-and-red .component-load-more-button a:hover {
  background: #B02741;
  border: 1px solid #B02741;
}

/**
 * @file
 * component-section-menu is intended to be used as set of styles for section menu component.
 */
/* line 6, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 6, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu {
    background-color: transparent;
    z-index: 2;
    position: relative;
  }
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 15, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .responsive-container-constrained {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 22, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .nav-heading {
  display: none;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #1A1A1A;
  color: #FFF;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 22, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .nav-heading {
    display: -ms-flex;
    display: flex;
    padding: 1em 20px;
  }
  /* line 33, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .nav-heading .nav-header-inner {
    display: -ms-flex;
    display: flex;
    width: 100%;
  }
}
/* line 40, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .nav-heading .nav-button-wrapper {
  width: 150px;
}
/* line 44, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .nav-heading .nav-button {
  float: right;
  font-size: 0.875rem;
  padding: 0.25em 1em;
  border-radius: 4px;
  border: 1px solid #102D66;
  color: #102D66;
  text-decoration: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 44, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .nav-heading .nav-button {
    padding: 0.25em 0.6em;
  }
}
/* line 56, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .nav-heading .nav-button i.fa {
  display: none;
}
/* line 60, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .nav-heading .nav-button:hover, .component-section-menu .nav-heading .nav-button:active, .component-section-menu .nav-heading .nav-button:focus {
  background-color: #102D66;
  color: white;
}
/* line 67, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .subnav-menu-wrapper {
  background-color: #1A1A1A;
  text-align: center;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 67, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .subnav-menu-wrapper {
    background: none;
    display: none;
  }
}
/* line 76, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu ul.subnav-menu {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 76, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu ul.subnav-menu {
    margin-left: 2.25rem;
    text-indent: 2.25rem;
  }
}
/* line 86, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .ext-icon {
  background: transparent;
  background: transparent;
  display: none !important;
  visibility: hidden;
}
/* line 93, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu li {
  list-style: none;
  display: inline-block;
}
/* line 97, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu li.nav-active {
  background-image: url("../images/triangle_white.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 97, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu li.nav-active {
    background-image: none;
  }
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 93, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu li {
    margin: 0;
    font-size: 0.875rem;
  }
}
/* line 110, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu li a, .component-section-menu li a:link {
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin: 0.5em 0.5em;
  padding: 0.5em 0.5em;
}
@media all and (min-width: 1100px) {
  /* line 119, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu li a:hover, .component-section-menu li a:focus, .component-section-menu li a:active, .component-section-menu li a:link:hover, .component-section-menu li a:link:focus, .component-section-menu li a:link:active {
    text-decoration: underline;
  }
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 110, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu li a, .component-section-menu li a:link {
    display: block;
    width: 100%;
    font-weight: normal;
  }
}
/* line 132, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .field--name-field-menu-external-links {
  display: flex;
}
/* line 134, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .field--name-field-menu-external-links .field__item {
  display: flex;
  align-items: center;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 132, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .field--name-field-menu-external-links {
    display: block;
  }
  /* line 141, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .field--name-field-menu-external-links .field__item {
    background-color: #FFF;
    color: #222;
    border-bottom: 1px solid #D7D7D7;
    width: 100%;
    display: flex;
  }
  /* line 149, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .field--name-field-menu-external-links .field__item a {
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 1100px) {
  /* line 157, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-dark {
    background-color: #1A1A1A;
  }
}
/* line 161, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-dark .nav-heading {
  background-color: #1A1A1A;
  color: #FFF;
}
/* line 165, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-dark .nav-heading .nav-button {
  border: 1px solid #FFF;
  color: #FFF;
}
/* line 169, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-dark .nav-heading .nav-button:hover, .component-section-menu .component-section-menu-page-theme-dark .nav-heading .nav-button:active, .component-section-menu .component-section-menu-page-theme-dark .nav-heading .nav-button:focus {
  background-color: #FFF;
  color: #1A1A1A;
}
/* line 176, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-dark .subnav-menu-wrapper {
  background-color: #1A1A1A;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 176, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-dark .subnav-menu-wrapper {
    background: none;
    display: none;
  }
}
/* line 185, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-dark li a, .component-section-menu .component-section-menu-page-theme-dark li a:link, .component-section-menu .component-section-menu-page-theme-dark li a:visited {
  color: white;
}
@media all and (min-width: 1100px) {
  /* line 191, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-red {
    background-color: #850920;
  }
}
/* line 195, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-red .nav-heading {
  color: #FFF;
  background-color: #850920;
}
/* line 199, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-red .nav-heading .nav-button {
  border: 1px solid #FFF;
  color: #FFF;
}
/* line 203, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-red .nav-heading .nav-button:hover, .component-section-menu .component-section-menu-page-theme-red .nav-heading .nav-button:active, .component-section-menu .component-section-menu-page-theme-red .nav-heading .nav-button:focus {
  background-color: #FFF;
  color: #850920;
}
/* line 207, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-red .nav-heading .nav-button:active, .component-section-menu .component-section-menu-page-theme-red .nav-heading .nav-button:focus {
  outline: #FFF dotted 3px !important;
}
/* line 214, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-red .subnav-menu-wrapper {
  background-color: #850920;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 214, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-red .subnav-menu-wrapper {
    background: none;
    display: none;
  }
}
/* line 223, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-red li a, .component-section-menu .component-section-menu-page-theme-red li a:link, .component-section-menu .component-section-menu-page-theme-red li a:visited {
  color: #FFF;
}
@media all and (min-width: 1100px) {
  /* line 227, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-red li a:active, .component-section-menu .component-section-menu-page-theme-red li a:focus {
    outline: #FFF dotted 3px !important;
  }
}
@media all and (min-width: 1100px) {
  /* line 234, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-light-blue {
    background-color: #E2FFFA;
  }
}
/* line 238, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-light-blue .nav-heading {
  color: #102D66;
  background-color: #E2FFFA;
}
/* line 242, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-light-blue .nav-heading .nav-button {
  border: 1px solid #102D66;
  color: #102D66;
}
/* line 246, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-light-blue .nav-heading .nav-button:hover, .component-section-menu .component-section-menu-page-theme-light-blue .nav-heading .nav-button:active, .component-section-menu .component-section-menu-page-theme-light-blue .nav-heading .nav-button:focus {
  background-color: #102D66;
  color: white;
}
/* line 253, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-light-blue .subnav-menu-wrapper {
  background-color: #E2FFFA;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 253, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-light-blue .subnav-menu-wrapper {
    background: none;
    display: none;
  }
}
/* line 262, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-light-blue li a, .component-section-menu .component-section-menu-page-theme-light-blue li a:link, .component-section-menu .component-section-menu-page-theme-light-blue li a:visited {
  color: #102D66;
}
@media all and (min-width: 1100px) {
  /* line 268, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-purple-and-red {
    background-color: #442360;
  }
}
/* line 272, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-purple-and-red .nav-heading {
  background-color: #442360;
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFF;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 272, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-purple-and-red .nav-heading {
    font-size: 1rem;
  }
}
/* line 281, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-purple-and-red .nav-heading .nav-button {
  border: 1px solid #FFF;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFF;
}
/* line 287, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-purple-and-red .nav-heading .nav-button:hover, .component-section-menu .component-section-menu-page-theme-purple-and-red .nav-heading .nav-button:active, .component-section-menu .component-section-menu-page-theme-purple-and-red .nav-heading .nav-button:focus {
  background-color: #FFF;
  color: #713AA0;
}
/* line 294, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-purple-and-red .subnav-menu-wrapper {
  background-color: #442360;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 294, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-purple-and-red .subnav-menu-wrapper {
    background: none;
    display: none;
  }
}
/* line 303, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu .component-section-menu-page-theme-purple-and-red li a, .component-section-menu .component-section-menu-page-theme-purple-and-red li a:link, .component-section-menu .component-section-menu-page-theme-purple-and-red li a:visited {
  color: white;
}
@media all and (min-width: 1100px) {
  /* line 308, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu .component-section-menu-page-theme-purple-and-red li a:active, .component-section-menu .component-section-menu-page-theme-purple-and-red li a:focus {
    outline: #FFF dotted 3px !important;
  }
}
/* line 315, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu.subnav-open {
  display: block;
}
/* line 319, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu.subnav-open .nav-button i.fa {
  display: inline-block;
  font-weight: bold;
  margin-right: 1em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 319, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu.subnav-open .nav-button i.fa {
    margin-right: 0.5em;
  }
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 329, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu.subnav-open .subnav-menu-wrapper {
    display: block;
    text-align: left;
    width: 100%;
  }
  /* line 336, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu.subnav-open li {
    background-color: #FFF;
    color: #222;
    border-bottom: 1px solid #D7D7D7;
    width: 100%;
    display: block;
  }
  /* line 343, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu.subnav-open li a, .component-section-menu.subnav-open li a:link, .component-section-menu.subnav-open li a:visited {
    margin: 0;
    color: #222;
  }
  /* line 347, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu.subnav-open li a:hover, .component-section-menu.subnav-open li a:link:hover, .component-section-menu.subnav-open li a:visited:hover {
    background-color: #f4f4f4;
  }
  /* line 351, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu.subnav-open li a:focus {
    outline: #bf0d2e dotted 3px;
    width: auto;
    margin-right: 4px;
  }
  /* line 357, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu.subnav-open li:last-child {
    border-radius: 0 0 8px 8px;
  }
}

/* line 365, ../sass/nhlbi_components/_component_section_menu.scss */
.block-extra-field-blocknodegeneralworkbench-moderation-control {
  margin-bottom: 0;
}

/* line 369, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu-breadcrumb-wrapper {
  background-color: #f4f4f4;
  display: none;
  padding: 0.5em 0;
}
/* line 374, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu-breadcrumb-wrapper a {
  color: #222;
}
/* line 378, ../sass/nhlbi_components/_component_section_menu.scss */
.component-section-menu-breadcrumb-wrapper i.fas {
  padding: 0 10px;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 369, ../sass/nhlbi_components/_component_section_menu.scss */
  .component-section-menu-breadcrumb-wrapper {
    display: block;
  }
}

/**
 * @file
 * Common styles for newsletter subscription block.
 */
/* line 6, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup {
  color: #222;
  margin: 1.5em 0;
  /**
   * Newsletter form button fixes in IE small screen
   */
}
/* line 10, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup .component-title {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  line-height: 1.25;
  font-size: 1.5rem;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 10, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
  .component-newsletter-signup .component-title {
    font-size: 1.25rem;
  }
}
/* line 19, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup .component-newsletter-signup-inner {
  background-color: #f4f4f4;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 1.5em;
  clear: both;
}
/* line 27, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup .newsletter-signup-form {
  display: flex;
  display: -ms-flex;
}
/* line 33, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup div.form-item-email {
  flex-grow: 100;
}
/* line 37, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup input {
  border: 1px solid #828282;
  line-height: 1.5;
}
/* line 42, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup #edit-email {
  width: 100%;
  border-radius: 4px 0 0 4px;
  border-right: none;
  display: flex;
  display: -ms-flex;
}
/* line 50, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup #edit-actions {
  width: 20%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 50, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
  .component-newsletter-signup #edit-actions {
    width: 100px;
  }
}
/* line 57, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup #edit-submit {
  width: 100%;
  border-radius: 0 4px 4px 0;
  border-left: none;
  color: white;
  background-color: #0051A8;
  font-weight: bold;
}
/* line 65, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup #edit-submit.theme-red {
  background-color: #850920;
}
/* line 70, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup .form-actions, .component-newsletter-signup .form-item {
  margin: 0;
}
/* line 74, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup .newsletter-form-text-wrapper {
  margin-bottom: 1em;
}
/* line 78, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.component-newsletter-signup label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media all and (-ms-high-contrast: none) and (min-width: 0em) and (max-width: 1099px) {
  /* line 87, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
  .component-newsletter-signup .newsletter-signup-form {
    display: block;
  }
  /* line 90, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
  .component-newsletter-signup div.form-item-email {
    width: 60%;
    display: inline-block;
  }
  /* line 94, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
  .component-newsletter-signup #edit-actions {
    width: 39%;
    display: inline-block;
    position: relative;
    top: -15px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 0em) and (max-width: 767px) {
  /* line 6, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
  .component-newsletter-signup {
    width: 36%;
  }
}

/**
 * Newsletter form button for Purple and Red page theme option.
 */
/* line 111, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.node--theme-color-purple-and-red .component-newsletter-signup #edit-submit {
  background-color: #D23B58;
}
/* line 113, ../sass/nhlbi_components/_component_newsletter_subscription.scss */
.node--theme-color-purple-and-red .component-newsletter-signup #edit-submit:hover {
  background-color: #B02741;
}

/* line 3, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table.small-only {
  margin-left: -1.3em;
  margin-right: -1.3em;
}
/* line 8, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table.small-only tbody tr th {
  background: #f4f4f4;
  padding: 2em 1em 1em 0.7em;
  font-size: 1.125rem;
}
/* line 15, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table.small-only tbody tr:nth-child(1) th {
  padding: 1em 1em 0em 0.7em;
}
/* line 20, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table.small-only tbody tr:nth-child(2) th {
  padding: 1em 1em 1em 0.7em;
}
/* line 24, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table.small-only tbody th, .text-formatted table.small-only tbody td {
  padding: 1em 1em;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 31, ../sass/nhlbi_components/_component_misc.scss */
  .text-formatted table th {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 37, ../sass/nhlbi_components/_component_misc.scss */
  .text-formatted table.large-only {
    display: none;
  }
}
@media all and (min-width: 768px) {
  /* line 43, ../sass/nhlbi_components/_component_misc.scss */
  .text-formatted table.small-only {
    display: none;
  }
}
/* line 49, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table, .text-formatted th, .text-formatted td {
  border: 2px solid #f4f4f4;
}
/* line 52, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted th, .text-formatted td.mimic-th {
  text-align: left;
}
/* line 55, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted th, .text-formatted td {
  padding: 1.5em 1em;
  color: #222;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 2px solid #f4f4f4;
  vertical-align: top;
}
/* line 66, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted tr th {
  background-color: #f4f4f4;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Merriweather", serif;
  color: #222;
  padding-left: 0.7em;
  padding-top: 1.5em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 66, ../sass/nhlbi_components/_component_misc.scss */
  .text-formatted tr th {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 66, ../sass/nhlbi_components/_component_misc.scss */
  .text-formatted tr th {
    font-size: 1.125rem;
  }
}
/* line 84, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table {
  border-spacing: 0px;
  border: 1rem solid #f4f4f4;
}
/* line 89, ../sass/nhlbi_components/_component_misc.scss */
.text-formatted table thead tr th {
  padding-top: 1em;
}

/* line 97, ../sass/nhlbi_components/_component_misc.scss */
.component-guidelines-teaser-container, .component-guidelines-teaser-container .flexItemImageHalf, .component-guidelines-teaser-container .flexItemText {
  display: flex;
}

/* line 102, ../sass/nhlbi_components/_component_misc.scss */
.block-paragraph-blocks {
  margin-bottom: 0px;
}

/* line 107, ../sass/nhlbi_components/_component_misc.scss */
.node--type-health-topics .field--name-field-last-updated {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #575B5E;
}

/* line 116, ../sass/nhlbi_components/_component_misc.scss */
ul.entity-moderation-form {
  justify-content: space-evenly;
  align-items: flex-end;
}

/* line 121, ../sass/nhlbi_components/_component_misc.scss */
.field--name-field-hide-social-media-icons {
  display: none;
}

/* line 126, ../sass/nhlbi_components/_component_misc.scss */
.language-switcher-language-url ul {
  padding: 0;
}
/* line 129, ../sass/nhlbi_components/_component_misc.scss */
.language-switcher-language-url li {
  list-style-type: none;
}
/* line 132, ../sass/nhlbi_components/_component_misc.scss */
.language-switcher-language-url li > a.is-active {
  display: none;
}
/* line 135, ../sass/nhlbi_components/_component_misc.scss */
.language-switcher-language-url a {
  text-decoration: none;
  font-size: .82rem;
  line-height: 150%;
}

/**
 * @file
 * Common styles for member listings.
 */
/* line 5, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members {
  background-color: #f4f4f4;
  padding: 1em 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 9, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members h2.field--name-field-member-section-title {
    font-size: 1.5rem;
  }
}
/* line 16, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-member-section-description ul, .field--name-field-component-members .field--name-field-member-section-description ol {
  font-weight: 400;
}
/* line 21, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members {
  text-align: center;
  margin-top: 1em;
  /*
   * Workaround for show/hide link caching issue:
   * add a class to the top level component instead of changing referenced person template.
   */
}
/* line 24, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .field__items {
  display: flex;
  flex-wrap: wrap;
}
/* line 29, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .field__items > .field__item:nth-child(3n+2) {
  margin-left: 1%;
  margin-right: 1%;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 35, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items > .field__item {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 40, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items > .field__item:nth-child(3n+2) {
    margin: 0;
  }
  /* line 44, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items > .field__item:nth-child(even) {
    margin-left: 1%;
  }
  /* line 48, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items > .field__item:nth-child(odd) {
    margin-right: 1%;
  }
}
/* line 53, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .field__items > .field__item {
  width: 32%;
  margin-bottom: 1em;
}
/* line 57, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .field__items > .field__item .field--name-field-image {
  display: inline-block;
  padding-bottom: 25px;
}
/* line 61, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .field__items > .field__item .field--name-field-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 53, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items > .field__item {
    width: 49%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 53, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items > .field__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@supports (display: grid) {
  /* line 53, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items > .field__item {
    width: 100%;
    margin: 0;
  }
}
@supports (display: grid) {
  /* line 24, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-auto-rows: max-content;
  }
  /* line 87, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .field--name-field-members .field__items .field__item {
    display: grid;
  }
  @media all and (min-width: 768px) and (max-width: 1099px) {
    /* line 24, ../sass/nhlbi_components/_component_members.scss */
    .field--name-field-component-members .field--name-field-members .field__items {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (min-width: 0em) and (max-width: 767px) {
    /* line 24, ../sass/nhlbi_components/_component_members.scss */
    .field--name-field-component-members .field--name-field-members .field__items {
      grid-template-columns: 1fr;
    }
  }
}
/* line 106, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .field__items > .field__item:nth-child(n+7) {
  display: none;
}
/* line 111, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .load_more_members {
  margin-top: 1em;
}
/* line 116, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members .field--name-field-person-local-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
}
/* line 140, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-members.component-theme-purple-and-red .nhlbi_text_link_button a {
  font-weight: 400;
  text-decoration: underline;
}
/* line 147, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .paragraph--type--person-reference {
  padding: 1em;
  padding-top: 2em;
  background-color: white;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  margin-top: 80px;
  width: 100%;
  box-sizing: border-box;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 147, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .paragraph--type--person-reference {
    margin-top: 0px;
  }
}
/* line 161, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .paragraph--type--person-reference h4 {
  margin: 0;
  line-height: 1.25;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: bold;
}
@media all and (min-width: 1100px) {
  /* line 161, ../sass/nhlbi_components/_component_members.scss */
  .field--name-field-component-members .paragraph--type--person-reference h4 {
    font-size: 1.25rem;
  }
}
/* line 174, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-financial-disclosures .field__item {
  text-align: left;
}
/* line 178, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field--name-field-financial-disclosures ul, .field--name-field-component-members .field--name-field-financial-disclosures ol {
  font-weight: 400;
}
/* line 183, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .toggle-button-wrapper {
  text-align: center;
  margin-bottom: 1em;
}
/* line 187, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .toggle-button-wrapper .button-toggle-visibility {
  display: none;
}
/* line 191, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .toggle-button-wrapper .button-visible {
  display: inline-block;
}
/* line 196, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .field-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
/* line 205, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .member-with-person-image.paragraph--type--person-reference {
  margin-top: 80px;
}
/* line 208, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .member-with-person-image .field--name-field-person-local-title {
  position: relative;
  top: 61px;
}
/* line 215, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .member-with-person-image .field--name-field-person-local-title ~ .field--name-field-person-ref-person .field--name-field-person-image {
  bottom: 133px;
}
/* line 219, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .member-with-person-image .node--view-mode-member-component {
  position: relative;
  top: -30px;
}
/* line 223, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .member-with-person-image .field--name-field-person-image {
  position: relative;
  bottom: 112px;
  margin-bottom: -85px;
  padding-bottom: 25px;
}
/* line 229, ../sass/nhlbi_components/_component_members.scss */
.field--name-field-component-members .member-with-person-image .field--name-field-person-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

/**
 * @file
 * component_lab_banner is intended to be used as set of styles for lab banner on Science pages and across the site.
 *
 */
/* line 6, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner {
  padding-right: 34px;
  max-width: 100%;
  height: 100%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 6, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner {
    padding-right: 20px;
  }
}
/* line 14, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container {
  padding-bottom: 2.5em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 14, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container {
    padding-bottom: 1.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 14, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container {
    padding-bottom: 1.5em;
  }
}
/* line 23, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-title h1 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 0;
  padding-top: 1.5em;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 23, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container .component-lab-banner-title h1 {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 23, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container .component-lab-banner-title h1 {
    font-size: 1.5rem;
  }
}
/* line 39, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-description {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.25rem;
}
/* line 44, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-description p {
  margin-bottom: 34px;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 39, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container .component-lab-banner-description {
    font-size: 1rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 39, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container .component-lab-banner-description {
    font-size: 1rem;
  }
}
/* line 54, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr ul, .component-lab-banner .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr ol {
  font-weight: 400;
}
/* line 60, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-links span.component-lab-banner-kicker {
  color: #222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
/* line 69, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-links ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
/* line 74, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-links ul li {
  display: block;
  float: left;
  color: #0051a8;
}
/* line 78, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-links ul li a {
  border: 1px solid #0051a8;
  border-radius: 4px;
  padding: 8px 17px;
  margin: 12px 8px 0 0;
  display: block;
  color: #0051a8;
  text-decoration: none;
  font-weight: 600;
}
/* line 88, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-links ul li a:hover {
  font-weight: 600;
}
/* line 94, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-more-info {
  padding-top: 1em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 94, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container .component-lab-banner-more-info {
    z-index: 2;
    position: relative;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 94, ../sass/nhlbi_components/_component_lab_banner.scss */
  .component-lab-banner .component-lab-banner-container .component-lab-banner-more-info {
    z-index: 2;
    position: relative;
  }
}
/* line 104, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-title {
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  padding-bottom: 8px;
}
/* line 114, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link {
  color: #FFF;
}
/* line 116, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link a {
  text-decoration: underline;
  color: #FFF;
}
/* line 120, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link a:active, .component-lab-banner .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link a:focus {
  outline: #FFF dotted 3px;
}
/* line 124, ../sass/nhlbi_components/_component_lab_banner.scss */
.component-lab-banner .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link .fas {
  color: #FFF;
  margin-right: 0.6em;
  font-size: 1.4rem;
  top: 2px;
  position: relative;
}

/* line 135, ../sass/nhlbi_components/_component_lab_banner.scss */
.block-field-blocknodesciencefield-component-lab-banner {
  height: 100%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 135, ../sass/nhlbi_components/_component_lab_banner.scss */
  .block-field-blocknodesciencefield-component-lab-banner {
    position: relative;
    z-index: 2;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 135, ../sass/nhlbi_components/_component_lab_banner.scss */
  .block-field-blocknodesciencefield-component-lab-banner {
    position: relative;
    z-index: 2;
  }
}

/* line 150, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section {
  background: linear-gradient(100.43deg, #102d66 2.01%, #0051a8 100%);
}
/* line 155, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-title h1 {
  color: #FFF;
}
/* line 160, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr {
  color: #FFF;
}
/* line 162, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr p {
  color: #FFF;
}
/* line 168, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links .component-lab-banner-kicker {
  color: #FFF;
}

/* line 181, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section {
  background: linear-gradient(96.93deg, #850920 0%, #5b204b 54.69%, #472a5f 100%);
}
/* line 186, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-title h1 {
  color: #FFF;
}
/* line 191, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr {
  color: #FFF;
}
/* line 193, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr p {
  color: #FFF;
}
/* line 199, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links .component-lab-banner-kicker {
  color: #FFF;
}

/* line 212, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--teal .layout--twocol-component-lab-banner-section {
  background: #0F80A7;
}
/* line 217, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-title h1 {
  color: #FFF;
}
/* line 222, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr {
  color: #FFF;
}
/* line 224, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-description .field--name-field-component-lab-banner-descr p {
  color: #FFF;
}
/* line 230, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links .component-lab-banner-kicker {
  color: #FFF;
}

/* line 244, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--blue .layout--twocol-component-lab-banner-section {
  background: #f1f7fb;
}
/* line 252, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:active, .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-links ul li a:focus {
  outline: #BF0D2E dotted 3px;
}
/* line 258, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-title {
  color: #222;
}
/* line 261, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link {
  color: #0051A8;
}
/* line 263, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link .fas {
  color: #0051A8;
}
/* line 266, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link a {
  color: #0051A8;
}
/* line 268, ../sass/nhlbi_components/_component_lab_banner.scss */
.node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link a:active, .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container .component-lab-banner-more-info .component-lab-banner-more-info-link a:focus {
  outline: #BF0D2E dotted 3px;
}

/* line 2, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 30px;
}
@media all and (min-width: 1100px) {
  /* line 2, ../sass/nhlbi_components/_component_contact_the_lab.scss */
  .component-contact-lab {
    padding-top: 90px;
  }
}
/* line 10, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab h3 {
  font-size: 1rem;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 10, ../sass/nhlbi_components/_component_contact_the_lab.scss */
  .component-contact-lab h3 {
    font-size: 0.875rem;
  }
}

/* line 18, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-content {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 18, ../sass/nhlbi_components/_component_contact_the_lab.scss */
  .component-contact-lab-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* line 29, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-address {
  display: flex;
  min-width: 235px;
}
/* line 33, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-address .ext-icon {
  display: none;
}
/* line 37, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-address .fa-map-marker-alt {
  line-height: 1.75em;
  margin-right: 10px;
  width: 20px;
}
/* line 43, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-address .field--name-field-lab-location .country:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f35d";
  margin-left: 1rem;
}

/* line 52, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-phone-fax {
  display: flex;
  min-width: 235px;
}
/* line 56, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-phone-fax .fa-phone-alt {
  line-height: 1.75em;
  margin-right: 10px;
  width: 20px;
}
/* line 62, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-phone-fax .phone-fax-column {
  display: flex;
  flex-direction: column;
}
/* line 67, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-phone-fax span {
  font-weight: 700;
  margin-right: 10px;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 52, ../sass/nhlbi_components/_component_contact_the_lab.scss */
  .component-contact-lab-phone-fax {
    margin-left: 20px;
  }
}

/* line 76, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-phone {
  display: flex;
  margin-bottom: 5px;
}

/* line 81, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-fax {
  display: flex;
}

/* line 85, ../sass/nhlbi_components/_component_contact_the_lab.scss */
.component-contact-lab-link {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 85, ../sass/nhlbi_components/_component_contact_the_lab.scss */
  .component-contact-lab-link {
    flex-basis: 100%;
  }
}

/* line 95, ../sass/nhlbi_components/_component_contact_the_lab.scss */
#edit-field-component-contact-lab-0-top {
  flex-direction: column;
}
/* line 98, ../sass/nhlbi_components/_component_contact_the_lab.scss */
#edit-field-component-contact-lab-0-top .paragraph-type-title {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1rem;
  color: #222;
}
/* line 106, ../sass/nhlbi_components/_component_contact_the_lab.scss */
#edit-field-component-contact-lab-0-top .dropbutton-wrapper {
  float: right;
}

/* line 1, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 5, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-col {
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}

/* line 11, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-col-1 {
  height: auto;
}
@media all and (min-width: 1440px) {
  /* line 11, ../sass/nhlbi_components/_component_jobs.scss */
  .component-jobs-col-1 {
    float: left;
    width: 40%;
  }
}

@media all and (min-width: 1440px) {
  /* line 19, ../sass/nhlbi_components/_component_jobs.scss */
  .component-jobs-col-2 {
    float: left;
    width: 60%;
  }
}

/* line 26, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-title {
  margin-top: 0;
}

/* line 30, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-job {
  border-top: 1px solid #d7d7d7;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: visible;
}

/* line 37, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-job-kicker {
  color: #222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* line 47, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-job-name {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
}

/* line 58, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-component-desc {
  padding-top: 1rem;
}
/* line 59, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-component-desc.component-jobs-component_footer {
  border-top: 1px solid #d7d7d7;
}

/* line 65, ../sass/nhlbi_components/_component_jobs.scss */
.field--name-field-job-component-image {
  margin-bottom: 1rem;
  display: none;
}
@media all and (min-width: 1440px) {
  /* line 65, ../sass/nhlbi_components/_component_jobs.scss */
  .field--name-field-job-component-image {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1440px) {
  /* line 65, ../sass/nhlbi_components/_component_jobs.scss */
  .field--name-field-job-component-image {
    display: block;
  }
}
/* line 77, ../sass/nhlbi_components/_component_jobs.scss */
.field--name-field-job-component-image img {
  border-radius: 4px;
  width: 100%;
  height: 56.25vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media all and (min-width: 1440px) {
  /* line 77, ../sass/nhlbi_components/_component_jobs.scss */
  .field--name-field-job-component-image img {
    height: auto;
  }
}

/* line 90, ../sass/nhlbi_components/_component_jobs.scss */
.component-jobs-link {
  margin-top: 1rem;
  font-weight: 600;
}

/**
 * @file
 * Common styles for component lab member box .
 */
/**
 * component-lab-member-box-container
 * Set of styles for the Lab Member Box used on the Lab Banner Component.
 *
 */
/* line 11, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container {
  background: #f1f7fb;
  padding-right: 140px;
  padding-top: 1em;
  padding-bottom: 4em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 11, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0em;
    padding-bottom: 2.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 11, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container {
    padding-right: 42px;
    padding-left: 42px;
    padding-top: 0.1em;
    padding-bottom: 3em;
  }
}
@media (max-width: 1399px) and (min-width: 1100px) {
  /* line 11, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container {
    padding-right: 42px;
  }
}
/* line 31, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card {
  background-color: white;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  margin-top: 80px;
  padding-top: 2em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 31, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card {
    margin-top: 0px;
    z-index: 1;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 31, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card {
    margin-top: 0px;
    z-index: 1;
  }
}
/* line 45, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box-image {
  display: block;
  text-align: center;
}
/* line 48, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  top: -110px;
  position: relative;
}
/* line 57, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box-image .fas {
  font-size: 164px;
  position: relative;
  top: -110px;
  text-align: center;
  color: #999;
  border-radius: 50%;
  background: white;
  width: 150px;
  height: 150px;
  line-height: 0.9;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 45, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box-image {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 45, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box-image {
    display: none;
  }
}
/* line 76, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box {
  margin-top: -100px;
  position: relative;
  padding: 1em;
  text-align: center;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 76, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box {
    padding: 0;
    margin-top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 76, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box {
    padding: 0;
    margin-top: 0;
  }
}
/* line 89, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top {
  padding: 0em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 89, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 89, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top {
    display: block;
  }
}
/* line 97, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-name-row {
  display: inline-block;
  line-height: 1;
}
/* line 100, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-name-row span {
  margin-right: 5px;
  font-weight: bold;
  display: block;
  float: left;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
}
/* line 109, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-name-row .component-lab-member-box-last-name {
  margin-right: 0px;
}
/* line 114, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-role .component-lab-member-box-title {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
/* line 118, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-role .component-lab-member-box-title .field--name-field-affiliation-department {
  float: left;
  display: block;
  position: relative;
}
/* line 123, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-role .component-lab-member-box-title .field--name-field-employment-title {
  float: left;
  display: block;
  padding-left: 5px;
  line-height: 1.5;
}
/* line 130, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-role .field--name-field-affiliation-name {
  line-height: 1.5;
}
/* line 134, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links {
  display: inline-block;
  padding: 0.4em 0em 0.8em 0;
}
/* line 137, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email, .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio {
  display: block;
  width: auto;
  float: left;
  margin-right: 1.5em;
}
/* line 142, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email .fas, .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio .fas {
  color: #0051A8;
  margin-right: 0.6em;
  font-size: 1.4rem;
  top: 5px;
  position: relative;
}
/* line 149, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email a, .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio a {
  text-decoration: underline;
}
/* line 152, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email a:visited, .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio a:visited {
  color: #0051A8;
}
/* line 155, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email a.ext:after, .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio a.ext:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}
/* line 163, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email .ext-icon, .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio .ext-icon {
  background: transparent;
  display: none;
  visibility: hidden;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 171, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom {
    margin-top: 70px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 175, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons {
    margin-top: 75px;
    display: inline-block;
  }
}
/* line 180, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button {
  display: block;
  padding: 0.5em 0 0.8em 0;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 180, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button {
    width: auto;
    float: left;
    padding: 0;
  }
}
/* line 189, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link {
  margin-bottom: 0.3em;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 189, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link {
    width: auto;
    display: block;
    position: relative;
    padding-top: 10px;
    float: left;
  }
}
/* line 198, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link a {
  text-decoration: underline;
}
/* line 201, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link a:visited {
  color: #0051A8;
}
/* line 204, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link a.ext:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}
/* line 212, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link .ext-icon {
  background: transparent;
  display: none;
  visibility: hidden;
}

/* line 224, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-member-box-container.component-lab-member-box-container {
  background: #14284B;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 224, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-member-box-container.component-lab-member-box-container {
    padding-left: 20px;
    padding-top: 1.5em;
  }
}
@media (min-width: 639px) and (max-width: 767px) {
  /* line 224, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-member-box-container.component-lab-member-box-container {
    padding-left: 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 224, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-member-box-container.component-lab-member-box-container {
    padding-left: 0px;
    padding-top: 1.5em;
  }
}
/* line 238, ../sass/nhlbi_components/_component_lab_member_box.scss */
.component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom {
  padding-top: 1.25em;
}
@media (min-width: 639px) and (max-width: 767px) {
  /* line 241, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-member-box-container.component-lab-member-box-container .component-lab-member-box-card {
    margin-top: 2.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 241, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-member-box-container.component-lab-member-box-container .component-lab-member-box-card {
    margin-top: 2.5em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 248, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-member-box-container.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button {
    margin: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 248, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .component-member-box-container.component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button {
    margin: auto;
  }
}

/* line 258, ../sass/nhlbi_components/_component_lab_member_box.scss */
.field--name-field-component-lab-banner {
  height: 100%;
}

/* line 262, ../sass/nhlbi_components/_component_lab_member_box.scss */
.field-component-member-box {
  background: #14284B;
  color: #FFF;
}
/* line 266, ../sass/nhlbi_components/_component_lab_member_box.scss */
.field-component-member-box .component-lab-banner-title h2 {
  color: #FFF;
  margin-top: 0;
  padding-top: 3rem;
  margin-bottom: 24px;
  font-weight: 700;
}
/* line 275, ../sass/nhlbi_components/_component_lab_member_box.scss */
.field-component-member-box .component-lab-banner-description p, .field-component-member-box .component-lab-banner-description li {
  font-size: 17px;
}
/* line 277, ../sass/nhlbi_components/_component_lab_member_box.scss */
.field-component-member-box .component-lab-banner-description p a, .field-component-member-box .component-lab-banner-description li a {
  color: #FFF;
}
/* line 280, ../sass/nhlbi_components/_component_lab_member_box.scss */
.field-component-member-box .component-lab-banner-description p a:visited, .field-component-member-box .component-lab-banner-description li a:visited {
  color: #FFF;
}
/* line 285, ../sass/nhlbi_components/_component_lab_member_box.scss */
.field-component-member-box .component-lab-banner-links {
  display: none;
}

/* line 290, ../sass/nhlbi_components/_component_lab_member_box.scss */
.block-field-blocknodegeneral-hub-pagefield-component-lab-banner {
  height: 100%;
}

/* line 293, ../sass/nhlbi_components/_component_lab_member_box.scss */
.block-field-blocknodegeneral-hub-pagefield-component-lab-member-box {
  display: grid;
  height: 100%;
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 300, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--first, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--first {
    flex: 0 1 100%;
  }
  /* line 303, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--first .component-lab-banner-container {
    margin-bottom: 0.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 300, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--first, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--first {
    flex: 0 1 100%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 311, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second {
    flex: 0 1 100%;
    top: -2px;
    position: relative;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 311, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second {
    flex: 0 1 100%;
    top: -2px;
    position: relative;
  }
}
@media (min-width: 639px) and (max-width: 767px) {
  /* line 322, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-member-box-container, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-member-box-container {
    padding-left: 20px;
    padding-top: 0em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 322, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-member-box-container, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-member-box-container {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 322, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-member-box-container, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-member-box-container {
    padding-left: 42px;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 334, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    background: none;
    border: none;
    color: white;
    width: auto;
    float: left;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0px;
    margin-top: 0em;
    padding-top: 0;
    width: 100%;
    padding-bottom: 1em;
    border-top: 1px solid #d7d7d7;
    border-radius: 0;
    padding-top: 1.5em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 334, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    background: none;
    border: none;
    color: white;
    width: auto;
    float: left;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-top: 0em;
    padding-top: 0;
    width: 100%;
    padding-bottom: 1.5em;
    border-top: 1px solid #d7d7d7;
    border-radius: 0;
    padding-top: 1.5em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 371, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image {
    display: flex;
    position: absolute;
  }
  /* line 375, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image .fas, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image .fas {
    top: 0;
    zoom: 0.65;
  }
  /* line 379, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image img, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image img {
    top: 0;
    width: auto;
    height: auto;
    zoom: 0.5;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 371, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image {
    display: block;
  }
  /* line 388, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image .fas, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image .fas {
    top: 0;
    zoom: 0.7;
  }
  /* line 392, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image img, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box-image img {
    top: 0;
    width: auto;
    height: auto;
    zoom: 0.7;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 400, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 400, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box {
    width: 100%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 407, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content {
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 407, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content {
    display: flex;
    flex-direction: row;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 416, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top {
    text-align: left;
    padding-left: 7.5em;
    flex: 0 1 55%;
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 423, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-email, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-email {
    display: none;
  }
  /* line 426, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-bio, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-bio {
    display: none;
  }
  /* line 429, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role {
    position: relative;
    top: 0em;
    text-transform: uppercase;
  }
  /* line 435, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .component-lab-member-box-title .field--name-field-employment-title, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .component-lab-member-box-title .field--name-field-employment-title {
    padding-left: 0em;
  }
  /* line 439, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .field--name-field-affiliation-name, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .field--name-field-affiliation-name {
    display: none;
  }
  /* line 443, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-name-row, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-name-row {
    top: 0;
    position: relative;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 416, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top {
    text-align: left;
    padding-left: 1.7em;
    flex: 0 1 90%;
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 454, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-email, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-email {
    display: none;
  }
  /* line 457, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-bio, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-bio {
    display: none;
  }
  /* line 460, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role {
    position: relative;
    top: 0.2em;
    text-transform: uppercase;
  }
  /* line 465, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .component-lab-member-box-title .field--name-field-employment-title, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .component-lab-member-box-title .field--name-field-employment-title {
    padding-left: 0em;
  }
  /* line 469, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .field--name-field-affiliation-name, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role .field--name-field-affiliation-name {
    display: none;
  }
  /* line 473, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-name-row, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-name-row {
    top: 0em;
    position: relative;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 479, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom {
    padding-top: 0.5em;
    flex: 0 1 45%;
    text-align: center;
    margin-top: 20px;
  }
  /* line 485, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons {
    margin-top: 0;
  }
  /* line 487, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link {
    display: none;
  }
  /* line 491, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #C0143C;
    padding: 0.5em 4.75em;
  }
  /* line 497, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    background-color: #E5EFF1;
    border: 1px solid #FFF;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 479, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom {
    padding-top: 2em;
    flex: 0 1 100%;
    text-align: right;
    margin-top: 0;
  }
  /* line 509, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons {
    margin-top: 0;
  }
  /* line 511, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link {
    display: none;
  }
  /* line 515, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_secondary_red_light a:not(.ext-icon) a, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_secondary_red_light a:not(.ext-icon) a {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #C0143C;
    padding: 0.5em 3.5em;
  }
  /* line 521, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_secondary_red_light a:not(.ext-icon) a:hover, .node--type-science .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_secondary_red_light a:not(.ext-icon) a:hover {
    background-color: #E5EFF1;
    border: 1px solid #FFF;
  }
}

/* line 544, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email .fas, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email i, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email a, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email a:visited, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio .fas, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio i, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio a, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio a:visited {
  color: #6314A1;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 554, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    color: #6314A1 !important;
    background-color: #FFF !important;
  }
  /* line 558, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    color: #FFF !important;
    background-color: #BF0D2E !important;
    border: 1px solid #BF0D2E !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 565, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    color: #6314A1 !important;
    background-color: #FFF !important;
  }
  /* line 569, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    color: #FFF !important;
    background-color: #BF0D2E !important;
    border: 1px solid #BF0D2E !important;
  }
}
/* line 577, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link a, .node--science-theme--purple-and-red .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link a:visited {
  color: #6314A1;
}

/* line 593, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email .fas, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email i, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email a, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-email a:visited, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio .fas, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio i, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio a, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-top .component-lab-member-box-links .component-lab-member-box-bio a:visited {
  color: #307484;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 603, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_purple_dark_purple a {
    background-color: #6314A1 !important;
    border: 1px solid #6314A1 !important;
    color: #FFF !important;
  }
  /* line 608, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_purple_dark_purple a:hover {
    background-color: #4D2D66 !important;
    border: 1px solid #4D2D66 !important;
    color: #FFF !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 615, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_purple_dark_purple a {
    background-color: #6314A1 !important;
    border: 1px solid #6314A1 !important;
    color: #FFF !important;
  }
  /* line 620, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button.nhlbi_button_purple_dark_purple a:hover {
    background-color: #4D2D66 !important;
    border: 1px solid #4D2D66 !important;
    color: #FFF !important;
  }
}
/* line 628, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link a, .node--science-theme--teal .layout__region--second .component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button-link a:visited {
  color: #307484;
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 642, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role {
    color: #222;
  }
  /* line 645, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-name-row span {
    color: #0051A8;
  }
  /* line 648, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    border-top: 1px solid #d7d7d7;
  }
  /* line 651, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    background-color: #0051A8;
    border: 1px solid #0051A8;
    color: #FFF !important;
  }
  /* line 655, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    background-color: #102D66;
    border: 1px solid #102D66;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 664, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-top .component-lab-member-box-role {
    color: #222;
  }
  /* line 667, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    border-top: 1px solid #d7d7d7;
  }
  /* line 670, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .component-lab-member-box-container .component-lab-member-box-card .component-lab-member-box .component-lab-member-box-top .component-lab-member-box-name-row span {
    color: #0051A8;
  }
  /* line 673, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    background-color: #0051A8;
    border: 1px solid #0051A8;
    color: #FFF !important;
  }
  /* line 677, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card .component-lab-member-box .node__content .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    background-color: #102D66;
    border: 1px solid #102D66;
  }
}

/* line 687, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--type-homepage .block-field-blocknodehomepagefield-component-lab-member-box {
  height: 100%;
}
/* line 692, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--type-homepage .field--name-field-component-lab-banner .component-lab-banner-title h2 {
  font-weight: 400;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 699, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    border-top: 1px solid #FFF;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 699, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    border-top: 1px solid #FFF;
  }
}
/* line 708, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--type-homepage .component-member-box-container.component-lab-member-box-container {
  height: 100%;
}
@media (min-width: 639px) and (max-width: 767px) {
  /* line 708, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container {
    padding-top: 2.5em;
  }
  /* line 712, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-card {
    margin-top: 0em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 716, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-top {
    padding-top: 1em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 721, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom {
    margin-top: 40px;
  }
}
@media all and (min-width: 1100px) {
  /* line 728, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    background-color: #005F71;
    border: 1px solid #005F71;
    color: #FFF !important;
    padding: 0.5em 2em;
  }
  /* line 734, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    background-color: #003944;
    border: 1px solid #003944;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 726, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button {
    padding-top: 1em;
  }
  /* line 741, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #D0434E !important;
  }
  /* line 746, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    background-color: #E5EFF1;
    border: 1px solid #FFF;
    color: #D0434E !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 753, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #D0434E !important;
  }
  /* line 758, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--type-homepage .component-member-box-container.component-lab-member-box-container .component-lab-member-box-bottom .component-lab-member-box-buttons .component-lab-member-box-button a:hover {
    background-color: #E5EFF1;
    border: 1px solid #FFF;
    color: #D0434E !important;
  }
}
/* line 766, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--type-homepage .block-field-blocknodehomepagefield-component-lab-banner {
  height: 100%;
}

/* line 774, ../sass/nhlbi_components/_component_lab_member_box.scss */
.node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container {
  background: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 778, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #C0143C !important;
  }
  /* line 783, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover {
    background-color: #E5EFF1;
    border: 1px solid #FFF;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 791, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #C0143C !important;
  }
  /* line 796, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover, .node--science-theme--purple-and-red .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover, .node--science-theme--teal .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover {
    background-color: #E5EFF1;
    border: 1px solid #FFF;
  }
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 808, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    border-top: 1px solid #FFF;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 808, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-card {
    border-top: 1px solid #FFF;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 820, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #850920 !important;
  }
  /* line 825, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover {
    background-color: #BF0D2E !important;
    border: 1px solid #BF0D2E !important;
    color: #FFF !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 834, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #850920 !important;
  }
  /* line 839, ../sass/nhlbi_components/_component_lab_member_box.scss */
  .node--science-theme--red-and-blue .layout--twocol-component-lab-banner-section .layout__region--second .component-lab-member-box-container .component-lab-member-box-button a:hover {
    background-color: #BF0D2E;
    border: 1px solid #FFF;
    color: #FFF !important;
  }
}

/**
 * @file
 * Common styles for different layouts on Layout Builder pages.
 */
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 7, ../sass/nhlbi_components/_component_layout.scss */
  .node--type-science .layout--twocol-section .layout__region--first, .node--type-science .layout--twocol-section .layout__region--second {
    flex: 0 1 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 7, ../sass/nhlbi_components/_component_layout.scss */
  .node--type-science .layout--twocol-section .layout__region--first, .node--type-science .layout--twocol-section .layout__region--second {
    flex: 0 1 100%;
  }
}

/* line 21, ../sass/nhlbi_components/_component_layout.scss */
.layout--twocol-section.layout--twocol-section--25-75 .layout__region--first .responsive-container-constrained {
  padding-right: 20px;
  padding-left: 42px;
}
/* line 27, ../sass/nhlbi_components/_component_layout.scss */
.layout--twocol-section.layout--twocol-section--25-75 .layout__region--second .responsive-container-constrained {
  padding-left: 20px;
}
@media all and (min-width: 1999px) {
  /* line 27, ../sass/nhlbi_components/_component_layout.scss */
  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--second .responsive-container-constrained {
    padding-left: 42px;
    padding-right: 42px;
    max-width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 27, ../sass/nhlbi_components/_component_layout.scss */
  .layout--twocol-section.layout--twocol-section--25-75 .layout__region--second .responsive-container-constrained {
    padding-left: 42px;
  }
}

/* line 43, ../sass/nhlbi_components/_component_layout.scss */
.node--type-health-topics.hide-sidenav .layout__region--second .responsive-container-constrained {
  padding-left: 140px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 43, ../sass/nhlbi_components/_component_layout.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .responsive-container-constrained {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 43, ../sass/nhlbi_components/_component_layout.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .responsive-container-constrained {
    padding-left: 42px;
  }
}
@media all and (min-width: 1100px) and (max-width: 1399px) {
  /* line 43, ../sass/nhlbi_components/_component_layout.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .responsive-container-constrained {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media all and (min-width: 1440px) {
  /* line 43, ../sass/nhlbi_components/_component_layout.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .responsive-container-constrained {
    padding-left: 140px;
  }
}
@media all and (min-width: 1999px) {
  /* line 43, ../sass/nhlbi_components/_component_layout.scss */
  .node--type-health-topics.hide-sidenav .layout__region--second .responsive-container-constrained {
    max-width: 80%;
    padding-left: 140px;
    padding-right: 140px;
  }
}

/* line 68, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-light-purple {
  background: #F7EEFB;
}
/* line 70, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-light-purple .component-section, .layout-section-background-light-purple .field--name-field-component-video-cards {
  background: #F7EEFB;
}

/* line 75, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-light-grey {
  background: #f4f4f4;
}
/* line 77, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-light-grey .component-section, .layout-section-background-light-grey .field--name-field-component-video-cards {
  background: #f4f4f4;
}

/* line 82, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-light-blue {
  background: #f1f7fb;
}
/* line 84, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-light-blue .component-section, .layout-section-background-light-blue .field--name-field-component-video-cards {
  background: #f1f7fb;
}

/* line 89, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-dark-blue {
  background: #14284B;
}
/* line 91, ../sass/nhlbi_components/_component_layout.scss */
.layout-section-background-dark-blue .component-section, .layout-section-background-dark-blue .field--name-field-component-video-cards {
  background: #14284B;
}

/**
 * @file
 * Styles for Component Lab Member
 */
/* line 5, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 55px;
  text-align: center;
}
/* line 11, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items {
  /* CSS for Grid layout for Lab members start here*/
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  /* CSS for Grid layout for Lab members end here*/
}
/* line 14, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items > .field__item:nth-child(n+7) {
  display: none;
}
/* line 24, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items > .field__item {
  width: 26%;
  margin-bottom: 1em;
}
@supports (display: grid) {
  /* line 24, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item {
    width: auto !important;
    margin: 0 !important;
  }
}
/* line 34, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items > .field__item:nth-child(3n+2) {
  margin-left: 1%;
  margin-right: 1%;
}
@media all and (min-width: 1100px) {
  /* line 39, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item:nth-child(n+4) {
    margin-top: 8%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 44, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item {
    width: 39%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  /* line 51, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item:nth-child(even) {
    margin-left: 1%;
  }
  /* line 55, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item:nth-child(odd) {
    margin-right: 1%;
  }
  /* line 58, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item:nth-child(n+3) {
    margin-top: 10%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 64, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 69, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item:nth-child(n+2) {
    margin-top: 15%;
  }
}
@supports (display: grid) {
  /* line 11, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5em;
    grid-row-gap: 6em;
    grid-auto-rows: max-content;
  }
  /* line 78, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item {
    display: grid;
  }
  @media all and (min-width: 768px) and (max-width: 1099px) {
    /* line 11, ../sass/nhlbi_components/_component_lab_members.scss */
    .field--name-field-component-lab-members .field__items {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (min-width: 0em) and (max-width: 767px) {
    /* line 11, ../sass/nhlbi_components/_component_lab_members.scss */
    .field--name-field-component-lab-members .field__items {
      grid-template-columns: 1fr;
    }
  }
}
/* line 98, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items > .field__item {
  background-color: white;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  border-top: 15px solid #0051A8;
  padding: 1.5em;
  box-shadow: 2px 4px 10px rgba(153, 153, 153, 0.05);
}
/* line 106, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items > .field__item .node--view-mode-lab-member-component {
  overflow: visible;
}
/* line 110, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items > .field__item h4 {
  text-align: center;
  font-family: "Merriweather", serif;
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.25rem;
  text-transform: none;
  margin: 0 !important;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 110, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field__items > .field__item h4 {
    font-size: 1.125rem;
  }
}
/* line 123, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items .profile-image {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  margin-top: -110px;
}
/* line 128, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items .profile-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* line 135, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field__items .profile-image .fas {
  font-size: 155px;
  color: #999;
  border-radius: 50%;
  background: white;
  width: 150px;
  height: 150px;
  line-height: 0.98;
}
/* line 147, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .field--name-field-employment-title {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 147, ../sass/nhlbi_components/_component_lab_members.scss */
  .field--name-field-component-lab-members .field--name-field-employment-title {
    font-size: 0.875rem;
  }
}
/* line 156, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info {
  margin-top: 25px;
  border-top: 1px solid lightgray;
  padding-top: 25px;
}
/* line 161, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info a {
  word-break: break-word;
  display: inline-block;
  font-weight: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}
/* line 170, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info a:hover {
  font-weight: bold;
}
/* line 174, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info .ext-icon {
  display: none;
}
/* line 177, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info .fas {
  text-decoration: none;
  display: inline-block;
  font-size: 1.25em;
  float: left;
  width: 19px;
  margin-right: 1rem;
  color: #222;
}
/* line 186, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info .contact-info-email, .field--name-field-component-lab-members .contact-info .contact-info-profile {
  display: flex;
}
/* line 190, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info .contact-info-profile {
  padding-top: 6px;
}
/* line 192, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .contact-info .contact-info-profile a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f35d";
  margin-left: 1rem;
  color: #222;
}
/* line 202, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members .load_more_members {
  margin-top: 25px;
}
/* line 209, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members.page-theme-teal .field__items > .field__item {
  border-top: 15px solid #307484;
}
/* line 213, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members.page-theme-teal .contact-info a {
  color: #0051A8;
}
/* line 216, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members.page-theme-teal a:visited {
  color: #6F57B5;
}
/* line 222, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members.page-theme-red-and-blue .field__items > .field__item, .field--name-field-component-lab-members.page-theme-purple-and-red .field__items > .field__item {
  border-top: 15px solid #102D66;
}
/* line 226, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members.page-theme-red-and-blue .contact-info a, .field--name-field-component-lab-members.page-theme-purple-and-red .contact-info a {
  color: #102D66;
}
/* line 229, ../sass/nhlbi_components/_component_lab_members.scss */
.field--name-field-component-lab-members.page-theme-red-and-blue a:visited, .field--name-field-component-lab-members.page-theme-purple-and-red a:visited {
  color: #6F57B5;
}

/**
 * @file
 * Common styles for alumni.
 */
/* line 5, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni {
  background-color: #f4f4f4;
}
/* line 8, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .paragraph--type--component-alumni {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 13, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni h2.field--name-field-component-alumni-title {
    font-size: 1.5rem;
  }
}
/* line 19, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .field--name-field-component-alumni-person {
  margin-top: 1em;
  text-align: center;
}
/* line 22, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .field--name-field-component-alumni-person .field__items {
  display: flex;
  flex-wrap: wrap;
}
/* line 27, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item:nth-child(3n+2) {
  margin-left: 1%;
  margin-right: 1%;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 33, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 38, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item:nth-child(3n+2) {
    margin: 0;
  }
  /* line 42, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item:nth-child(even) {
    margin-left: 1%;
  }
  /* line 46, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item:nth-child(odd) {
    margin-right: 1%;
  }
}
/* line 51, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item {
  width: 32%;
  margin-bottom: 1em;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 51, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item {
    width: 49%;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 51, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@supports (display: grid) {
  /* line 51, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item {
    width: 100%;
    margin: 0;
  }
}
@supports (display: grid) {
  /* line 22, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-auto-rows: max-content;
  }
  /* line 74, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items .field__item {
    display: grid;
  }
  @media all and (min-width: 768px) and (max-width: 1099px) {
    /* line 22, ../sass/nhlbi_components/_component_alumni.scss */
    .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media all and (min-width: 0em) and (max-width: 767px) {
    /* line 22, ../sass/nhlbi_components/_component_alumni.scss */
    .field--name-field-component-alumni .field--name-field-component-alumni-person .field__items {
      grid-template-columns: 1fr;
    }
  }
}
/* line 93, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .field--name-field-component-alumni-person .field__items > .field__item:nth-child(n+7) {
  display: none;
}
/* line 98, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .field--name-field-component-alumni-person .load_more_alumni {
  margin-top: 1em;
}
/* line 103, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .node--view-mode-person-alumnus-card {
  text-align: left;
  padding: 1.5em;
  background-color: white;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: 2px 4px 10px rgba(153, 153, 153, 0.05);
  width: 100%;
  box-sizing: border-box;
}
/* line 113, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .node--view-mode-person-alumnus-card h3 {
  margin: 0;
  line-height: 1.25;
  text-transform: none;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
@media all and (min-width: 1100px) {
  /* line 113, ../sass/nhlbi_components/_component_alumni.scss */
  .field--name-field-component-alumni .node--view-mode-person-alumnus-card h3 {
    font-size: 1.25rem;
  }
}
/* line 124, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .node--view-mode-person-alumnus-card .nhlbi-years-and-role {
  padding-top: 0.5em;
  line-height: 150%;
  font-size: 1.125rem;
}
/* line 129, ../sass/nhlbi_components/_component_alumni.scss */
.field--name-field-component-alumni .node--view-mode-person-alumnus-card .current-role-and-institution {
  padding-top: 1.8em;
  line-height: 150%;
  font-size: 1rem;
}

/**
 * @file
 * .component_senior_investigator is intended to be used as set of styles for the senior investigator section used across the site .
 *
 */
/* line 7, ../sass/nhlbi_components/_component_senior_investigator.scss */
.component-senior-investigator {
  padding-right: 34px;
  max-width: 100%;
}

/* line 14, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-image {
  display: flex;
  margin-left: -48px;
  margin-top: 28px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 14, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-image {
    margin-left: auto;
    margin-right: auto;
    margin-top: -48px;
    width: auto;
  }
}
/* line 27, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-image img {
  border-radius: 50%;
  max-width: 250px;
  height: 250px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 27, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-image img {
    max-width: 150px;
    height: 150px;
  }
}
/* line 38, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-image .fa-user-circle {
  max-width: 250px;
  height: 250px;
  color: #999999;
  font-size: 15rem;
  background-color: white;
  border-radius: 50%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 38, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-image .fa-user-circle {
    max-width: 150px;
    height: 150px;
    font-size: 9rem;
  }
}
/* line 53, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .block-senior-investigator-bg {
  display: flex;
  margin-right: auto;
  margin-left: 25px;
  padding-bottom: 30px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 53, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .block-senior-investigator-bg {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 68px;
  }
}
/* line 72, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-info {
  display: flex;
  margin-top: 28px;
  margin-left: 28px;
  margin-right: 28px;
  width: auto;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 72, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-info {
    width: 100%;
    margin-left: 80px;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 72, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-info {
    margin-top: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 93, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-name {
  font-weight: bold;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 93, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-name {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 93, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-name {
    text-align: center;
  }
}
/* line 106, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-title {
  font-weight: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 106, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-title {
    font-size: 1rem;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 106, ../sass/nhlbi_components/_component_senior_investigator.scss */
  .meet-the-team .senior-title {
    text-align: center;
  }
}
/* line 120, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-bio {
  font-weight: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
/* line 126, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-link {
  line-height: 1.25;
  font-weight: 600;
}
/* line 132, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-bg-light-blue {
  background-color: #f1f7fb;
}
/* line 135, ../sass/nhlbi_components/_component_senior_investigator.scss */
.meet-the-team .senior-bg-light-gray {
  background-color: #f4f4f4;
}

/**
 * @file
 * Common styles for publications component.
 */
/* line 5, ../sass/nhlbi_components/_component_publications.scss */
.field--name-field-science-related-pubs {
  background-color: #f4f4f4;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
/* line 10, ../sass/nhlbi_components/_component_publications.scss */
.field--name-field-science-related-pubs h2 {
  font-weight: normal;
  margin-top: 0;
}
/* line 15, ../sass/nhlbi_components/_component_publications.scss */
.field--name-field-science-related-pubs .loadmore-wrapper {
  text-align: center;
}
/* line 21, ../sass/nhlbi_components/_component_publications.scss */
.field--name-field-science-related-pubs .node--type-publication.node--view-mode-short-teaser a.read-publications:hover {
  font-weight: normal;
  background-color: #307484;
  color: white !important;
}

/**
 * @file
 * Styles for Component Clinical trials
 */
/* line 6, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials {
  margin-bottom: 25px;
}
/* line 9, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials .clinical-trial-container {
  padding-top: 25px;
  border-top: 1px solid #E8E8E8;
  padding-bottom: 25px;
  display: flex;
  width: 100%;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 9, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .component-clinical-trials .clinical-trial-container {
    display: block;
  }
}
/* line 20, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials .clinical-trial-container .flex-item:first-child {
  flex: 2;
  margin-right: 20px;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 20, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .component-clinical-trials .clinical-trial-container .flex-item:first-child {
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 20, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .component-clinical-trials .clinical-trial-container .flex-item:first-child {
    display: flex;
  }
}
/* line 34, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials .clinical-trial-container .flex-item:first-child h3 {
  margin: 0;
  line-height: 1.25;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.5rem;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 34, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .component-clinical-trials .clinical-trial-container .flex-item:first-child h3 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 34, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .component-clinical-trials .clinical-trial-container .flex-item:first-child h3 {
    flex: 1;
    margin-right: 20px;
  }
}
/* line 51, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials .clinical-trial-container .flex-item:last-child {
  flex: 3;
}
/* line 55, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials .clinical-trial-container .field--name-field-clinical-trials-descriptio {
  line-height: 1.5;
}
/* line 57, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials .clinical-trial-container .field--name-field-clinical-trials-descriptio ul, .component-clinical-trials .clinical-trial-container .field--name-field-clinical-trials-descriptio ol {
  font-weight: 400;
}
/* line 62, ../sass/nhlbi_components/_component_clinical_trials.scss */
.component-clinical-trials .clinical-trial-container .component-clinical-trials-button {
  margin-top: 15px;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 62, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .component-clinical-trials .clinical-trial-container .component-clinical-trials-button {
    float: right;
    margin-top: 0;
  }
}

/* line 75, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container {
  padding-left: 20px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 75, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--view-mode-clinical-trials-landing .clinical-trial-landing-container {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 75, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--view-mode-clinical-trials-landing .clinical-trial-landing-container {
    padding-left: 21px;
  }
}
/* line 84, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-title h3 {
  color: #007A89;
  margin-top: 0.5em;
}
/* line 87, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-title h3 a {
  color: #007A89;
  font-size: 23px;
  font-weight: 700;
  line-height: 19px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-decoration: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 87, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-title h3 a {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
/* line 99, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-title h3 a:hover {
  text-decoration: underline;
}
/* line 102, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-title h3 .ext-icon {
  background: transparent;
  background: transparent;
  display: none;
  visibility: hidden;
}
/* line 108, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-title h3 a.ext:after {
  content: "\f35d";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.875rem;
  color: #007A89;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 118, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-title h3:nth-child(1) {
    margin-top: 0;
  }
}
/* line 124, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top {
  display: inline-block;
  width: 100%;
  position: relative;
}
/* line 128, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-recruitment {
  padding-bottom: 0.5em;
  width: auto;
  float: left;
  padding-right: 3em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 128, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-recruitment {
    width: 100%;
  }
}
/* line 136, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-recruitment .field--name-field-ct-recruitment-status {
  color: #BF0D2E;
  font-size: 1em;
  font-weight: 700;
  line-height: 25.5px;
  text-transform: uppercase;
}
/* line 144, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-recruitment-gray .field--name-field-ct-recruitment-status {
  color: #575B5E;
}
/* line 147, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location {
  width: auto;
  display: block;
  float: left;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 147, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location {
    padding-bottom: 0.5em;
  }
}
/* line 154, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .clinical-trial-landing-content-location-multiple {
  padding-right: 1em;
}
/* line 156, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .clinical-trial-landing-content-location-multiple .ext-icon {
  background: transparent;
  background: transparent;
  display: none;
  visibility: hidden;
}
/* line 162, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .clinical-trial-landing-content-location-multiple a.ext:after {
  content: "\f35d";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.875rem;
}
/* line 171, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .clinical-trial-landing-content-location-multiple:before {
  content: "\f3c5";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  color: #007A89;
}
/* line 180, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .field--name-field-ct-location {
  display: inline-block;
  width: auto;
  position: relative;
  float: left;
}
/* line 185, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .field--name-field-ct-location .field__item {
  width: auto;
  position: relative;
  float: left;
  padding-right: 0.5em;
}
/* line 191, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .field--name-field-ct-location .field__item:before {
  content: "|";
  text-decoration: none;
  display: inline-block;
  font-weight: 900;
  margin-right: 8px;
  color: #102D66;
}
/* line 199, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-content-location .field--name-field-ct-location .field__item:nth-child(1):before {
  content: "\f3c5";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  color: #007A89;
}
/* line 211, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-top .clinical-trial-landing-desc {
  width: 100%;
  float: left;
  color: #222;
}
/* line 217, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom {
  display: inline-block;
  padding-bottom: 2em;
  width: 100%;
}
/* line 222, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-sex {
  margin-top: 1em;
  display: inline-block;
  position: relative;
  width: auto;
  float: left;
  margin-right: 1em;
  padding: 5px;
  background: #f4f4f4;
  border-radius: 4px;
}
/* line 232, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-sex .field--name-field-ct-sex {
  float: left;
}
/* line 236, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-related {
  display: inline-block;
  position: relative;
  width: auto;
  float: left;
  margin-right: 0;
}
/* line 242, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-related span {
  display: block;
  float: left;
  font-weight: bold;
  color: #575B5E;
}
/* line 248, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-related .field--name-field-related-health-topics {
  display: block;
  float: left;
}
/* line 251, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-related .field--name-field-related-health-topics .field__item {
  float: left;
  margin-top: 1em;
  float: left;
  margin-bottom: 0;
  padding: 5px;
  background: #f4f4f4;
  margin-right: 1em;
  border-radius: 4px;
}
/* line 263, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-age {
  margin-top: 1em;
  display: inline-block;
  position: relative;
  width: auto;
  float: left;
  margin-right: 1em;
  padding: 5px;
  background: #f4f4f4;
  border-radius: 4px;
}
/* line 273, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-age .field--name-field-ct-age-group {
  float: left;
  display: inline-block;
}
/* line 276, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-age .field--name-field-ct-age-group .field__item {
  float: left;
}
/* line 280, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-age .field--name-field-ct-age-group .field__item:nth-child(1):before {
  content: none;
}
/* line 285, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-age .field--name-field-ct-age-group .field__item:before {
  content: ",";
  padding-right: 3px;
}
/* line 291, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--view-mode-clinical-trials-landing .clinical-trial-landing-container .clinical-trial-landing-content-bottom .clinical-trial-landing-acc {
  margin-top: 1em;
  display: inline-block;
  position: relative;
  width: auto;
  float: left;
  margin-right: 1em;
  padding: 5px;
  background: #f4f4f4;
  border-radius: 4px;
}

/* line 306, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters {
  padding-right: 20px;
  margin-bottom: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 306, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters {
    background: #f4f4f4;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 306, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters {
    padding-right: 21px;
  }
}
/* line 317, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters:nth-child(1) {
  display: block;
}
/* line 319, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters:nth-child(1) .clinical-trials-landing-filters-container {
  margin-top: 2.3em;
  border-top: 1px solid #E8E8E8;
  border-radius: 8px 8px 0 0;
  padding-bottom: 0.5em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 319, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters:nth-child(1) .clinical-trials-landing-filters-container {
    display: block;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-top: 12em;
    border-radius: 0;
  }
}
/* line 334, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters:nth-child(2) .clinical-trials-landing-filters-container {
  border-top: 1px solid white;
  padding-bottom: 0.5em;
  border-bottom: 1px solid white;
  border-radius: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 334, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters:nth-child(2) .clinical-trials-landing-filters-container {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
  }
}
/* line 347, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters:nth-child(3) .clinical-trials-landing-filters-container .facets-widget-checkbox ul {
  border-bottom: 0;
}
/* line 352, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters:nth-last-child(1) {
  margin-bottom: 3em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 352, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters:nth-last-child(1) {
    margin-bottom: 1.5em;
  }
}
/* line 357, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters:nth-last-child(1) .clinical-trials-landing-filters-container {
  border-bottom: 1px solid #E8E8E8;
  border-radius: 0px 0px 8px 8px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 357, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters:nth-last-child(1) .clinical-trials-landing-filters-container {
    border-bottom: 1px solid #999999;
    border-radius: 0px;
  }
}
/* line 364, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters:nth-last-child(1) .clinical-trials-landing-filters-container .facets-widget-checkbox ul {
  border-bottom: 0;
}
/* line 370, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet-blockdisease-or-condition h3 {
  padding-right: 2.9em;
  margin-top: 0;
  padding-top: 32px;
}
/* line 376, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-container {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  position: relative;
}
/* line 382, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-container .contextual-region {
  position: initial;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 376, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .clinical-trials-landing-filters-container {
    display: none;
    border: 0;
  }
}
/* line 389, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-container .facet-empty {
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
/* line 394, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters h3 {
  font-size: 21.25px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  line-height: 31.88px;
  padding-left: 24px;
  margin-top: 32px;
  margin-bottom: 24px;
  margin-right: 52px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 394, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters h3 {
    margin-top: 0em;
    padding-right: 2.2em;
    padding-top: 32px;
    font-size: 1.235rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 394, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters h3 {
    padding-right: 2.9em;
  }
}
/* line 415, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .js-facet-block-id-facet-block--location .facets-widget-checkbox:after, .clinical-trials-landing-filters .js-facet-block-id-facet-block--disease-or-condition .facets-widget-checkbox:after, .clinical-trials-landing-filters .js-facet-block-id-facet-block--location-spanish .facets-widget-checkbox:after, .clinical-trials-landing-filters .js-facet-block-id-facet-block--disease-or-condition-spanish .facets-widget-checkbox:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 2em;
}
/* line 426, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .js-facet-block-id-facet-block--location ul, .clinical-trials-landing-filters .js-facet-block-id-facet-block--disease-or-condition ul, .clinical-trials-landing-filters .js-facet-block-id-facet-block--location-spanish ul, .clinical-trials-landing-filters .js-facet-block-id-facet-block--disease-or-condition-spanish ul {
  height: 150px;
  overflow: hidden;
  overflow-y: scroll;
  width: auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 426, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .js-facet-block-id-facet-block--location ul, .clinical-trials-landing-filters .js-facet-block-id-facet-block--disease-or-condition ul, .clinical-trials-landing-filters .js-facet-block-id-facet-block--location-spanish ul, .clinical-trials-landing-filters .js-facet-block-id-facet-block--disease-or-condition-spanish ul {
    height: 120px;
  }
}
/* line 439, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul {
  list-style: none;
  margin: 0px 24px;
  padding: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #E8E8E8;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 439, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul {
    border: 0;
    padding-left: 1em;
  }
}
/* line 450, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul li {
  padding-bottom: 16px;
}
/* line 452, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul li input {
  float: left;
  margin-right: 8px;
  font-size: 31px;
  padding: 0;
  margin-left: 0;
  width: 24px;
  height: 24px;
}
/* line 462, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul li label {
  font-size: 17px;
  font-weight: 400;
  line-height: 23.15px;
  display: flex;
  color: #222;
}
/* line 470, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul li.facets-reset {
  position: absolute;
  right: 1.5em;
  top: 2.3em;
  text-decoration: underline;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 470, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul li.facets-reset {
    top: 1.1em;
  }
}
/* line 478, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul li.facets-reset input {
  display: none;
}
/* line 481, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul li.facets-reset label {
  float: left;
  text-decoration: underline;
  color: #0051A8;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
/* line 490, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul .facets-reset label:hover {
  cursor: pointer;
  font-weight: bold;
}
/* line 496, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .block-facet__wrapper .facets-widget-checkbox ul.facet-active li .facets-checkbox:checked + label .facet-item__value {
  color: #007A89;
}

/* line 505, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing .view-header {
  padding-left: 20px;
  padding-right: 140px;
  line-height: 23px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 505, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing .view-header {
    position: absolute;
    top: 8.5em;
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 505, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing .view-header {
    padding-left: 21px;
  }
}
/* line 522, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing .view-footer .back-to-top-container {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 1em;
}
/* line 528, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing .view-footer .back-to-top-container .back-to-top-button {
  color: #BF0D2E;
  text-decoration: none;
  position: absolute;
  right: 140px;
  font-weight: 600;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 528, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing .view-footer .back-to-top-container .back-to-top-button {
    right: 20px;
  }
}
/* line 538, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing .view-footer .back-to-top-container .back-to-top-button:after {
  content: "\f139";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 8px;
  color: #BF0D2E;
}
/* line 549, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing .view-empty {
  padding-left: 20px;
}
/* line 551, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing .view-empty h4 {
  font-size: 1.235rem;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 1em;
  text-transform: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 549, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing .view-empty {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 549, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing .view-empty {
    padding-left: 21px;
  }
}
/* line 565, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager {
  display: inline-block;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 565, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager {
    width: 100%;
    padding: 1em 0em;
  }
}
/* line 571, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items {
  padding: 0;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  width: auto;
  margin-left: 34px;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 571, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items {
    margin: 0 auto;
    position: relative;
    display: inline-block;
  }
}
/* line 582, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item {
  padding: 10px 20px;
}
/* line 584, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item a {
  color: #222;
  text-decoration: none;
}
/* line 587, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item a i {
  float: right;
}
/* line 590, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item a i:before {
  font-family: 'Font Awesome 5 Free';
  width: 100%;
  display: block;
  height: auto;
  float: left;
  font-style: normal;
  padding-left: 0.3em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 582, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item {
    padding: 5px 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 582, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item {
    padding: 7px 15px;
  }
}
/* line 607, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item.is-active {
  background: #102D66;
}
/* line 609, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item.is-active a {
  color: white;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 615, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--first a span:nth-child(1), .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--previous a span:nth-child(1) {
    display: none;
  }
}
/* line 620, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--first a i, .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--previous a i {
  float: left;
}
/* line 623, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--first a i:before, .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--previous a i:before {
  padding-left: 0em;
  margin-right: 1em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 613, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--first, .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--previous {
    padding-right: 0;
  }
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 634, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--previous a span:nth-child(2) {
    visibility: hidden;
    width: 0;
    display: block;
  }
}
@media all and (min-width: 1100px) and (max-width: 3000px) {
  /* line 632, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--previous {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (min-width: 1100px) and (max-width: 3000px) {
  /* line 644, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--first {
    padding: 10px 10px 10px 20px;
  }
}
/* line 648, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--first a:before {
  padding-left: 0em;
  margin-right: 0.5em;
  content: "\f100";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  color: #222;
}
/* line 661, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--last a:after {
  padding-left: 0.5em;
  margin-right: 0em;
  content: "\f101";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  color: #222;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 673, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--last a span:nth-child(1) {
    display: none;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 660, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--last {
    padding-left: 0;
  }
}
@media all and (min-width: 1100px) and (max-width: 3000px) {
  /* line 660, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--last {
    padding: 10px 20px 10px 10px;
  }
}
/* line 684, ../sass/nhlbi_components/_component_clinical_trials.scss */
.view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--ellipsis {
  display: none;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 689, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--next a span:nth-child(1) {
    display: inline-block;
    visibility: hidden;
    width: 0;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 687, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--next {
    padding-left: 0;
  }
}
@media all and (min-width: 1100px) and (max-width: 3000px) {
  /* line 687, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .view-clinical-trials-landing nav.pager ul.pager__items li.pager__item--next {
    padding: 10px 10px 10px 10px;
  }
}

/* line 705, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block {
  padding-left: 20px;
  margin-top: 2em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 705, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-search-block {
    margin-top: 0em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 705, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-search-block {
    padding-left: 21px;
  }
}
/* line 715, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container h3 {
  display: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 718, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-search-block .clinical-trials-landing-search-block-container #view-filter-accordion {
    margin: 0;
    padding: 0;
  }
}
/* line 724, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline {
  position: relative;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 724, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline {
    position: absolute;
    top: 1em;
    display: block;
  }
}
/* line 731, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-item-query {
  width: 100%;
  padding-top: 5px;
}
/* line 734, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-item-query input {
  width: 90%;
  border-radius: 8px 0 0 8px;
  border: 1px solid #102D66;
  padding-left: 0;
  margin-left: 3px;
  height: 48px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  color: #575B5E;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 734, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-item-query input {
    width: 100%;
  }
}
/* line 754, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-item-query input:placeholder-shown {
  font-style: italic;
}
/* line 757, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-item-query input:-ms-input-placeholder {
  font-style: italic;
}
/* line 762, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-actions {
  position: relative;
  margin-bottom: 0;
}
/* line 765, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-actions input.form-submit:nth-child(1) {
  position: absolute;
  width: 10%;
  right: 0;
  top: -2.36em;
  border-radius: 0 8px 8px 0;
  border: 1px solid transparent;
  background: #102D66;
  color: white;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  height: 48px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 765, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-actions input.form-submit:nth-child(1) {
    width: 60px;
    right: -2.6em;
    top: -2.36em;
  }
}
/* line 784, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-actions .form-submit:nth-last-child(1) {
  display: inline-block;
  margin-left: 3px;
  margin-top: 0.5em;
  padding: 8px 20px 8px 16px;
  color: #102D66;
  border: 1px solid #102D66;
  border-radius: 4px;
  margin-bottom: 3px;
  background: url(../images/icons/xmark-solid.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 13px;
  background-position: right 9px top 10px;
  font-weight: 600;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  line-height: 1.5;
}
/* line 803, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-actions .form-submit:nth-last-child(1):hover {
  background: #102D66;
  border: 1px solid #102D66;
  color: #FFF;
  background-image: url(../images/icons/xmark-solid-white.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 13px;
  background-position: right 9px top 10px;
}
/* line 814, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-search-block .clinical-trials-landing-search-block-container .form--inline .form-actions:after {
  position: absolute;
  content: "\f00d";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 4.2em;
  top: 0.9em;
  color: #102D66;
  display: none;
}

/* line 829, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters-view-more {
  display: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 829, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-view-more {
    padding-left: 1.5em;
    padding-bottom: 1em;
    margin-top: 1em;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
  }
  /* line 838, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-view-more a {
    color: #007A89;
    text-decoration: none;
  }
}

/* line 844, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters-view-less {
  display: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 844, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-view-less {
    padding-left: 1.5em;
    padding-bottom: 1em;
    margin-top: 1em;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
  }
  /* line 853, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-view-less a {
    color: #007A89;
    text-decoration: none;
  }
  /* line 856, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-view-less a span {
    margin-right: 0.3em;
  }
}

/* line 863, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-disease h3 {
  margin-top: 0;
  padding-top: 0.5em;
}
/* line 867, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-disease .block-facet__wrapper .facets-widget-checkbox ul li.facets-reset {
  top: 1.1em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 867, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .clinical-trials-landing-filters-disease .block-facet__wrapper .facets-widget-checkbox ul li.facets-reset {
    top: 5em;
  }
}
/* line 873, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label {
  display: none;
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 1em;
  padding-top: 1em;
  position: relative;
  border-bottom: 1px solid #999999;
}
/* line 881, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label span {
  font-size: 25.5px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 31.88px;
  margin-top: 0.5em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 881, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label span {
    font-size: 1.52rem;
  }
}
/* line 891, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label a {
  float: right;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-decoration: none;
  background: teal;
  padding: 8px 12px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 891, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label a {
    display: none;
  }
}
/* line 905, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label a:hover {
  cursor: pointer;
  font-weight: 900;
}
/* line 910, ../sass/nhlbi_components/_component_clinical_trials.scss */
.clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label a:after {
  padding-left: 0em;
  margin-left: 0.5em;
  content: "\f00d";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #FFF;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 873, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters .clinical-trials-landing-filters-disease .clinical-trials-filters-label {
    display: block;
  }
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 927, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-container.clinical-trials-landing-filters-container-active {
    display: block;
  }
  /* line 930, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-container.clinical-trials-landing-filters-container-active .block-facet__wrapper .facets-widget-checkbox ul {
    max-height: 150px;
    height: auto;
    margin-right: 2em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 938, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters-container.clinical-trials-landing-filters-container-active .clinical-trials-filters-label a {
    display: block;
  }
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 945, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .clinical-trials-landing-filters:nth-child(1) .clinical-trials-landing-filters-disease.clinical-trials-landing-filters-container-active {
    border-bottom: 0;
    border-radius: 0;
  }
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 959, ../sass/nhlbi_components/_component_clinical_trials.scss */
  article.node--type-basic-page .layout--twocol-section--33-67 {
    position: relative;
  }
}

/* line 966, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--type-basic-page .layout--twocol-section .layout__region--first .clinical-trials-landing-search-block {
  padding-right: 20px;
  margin-bottom: 1em;
  padding-left: 140px;
  display: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 966, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .layout--twocol-section .layout__region--first .clinical-trials-landing-search-block {
    display: block;
    padding-left: 20px;
  }
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 980, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .layout--twocol-section .layout__region--second .contextual-region {
    position: initial;
  }
}

@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 992, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .layout--twocol-section.layout--twocol-section--33-67 {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 996, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .layout--twocol-section.layout--twocol-section--33-67 .layout__region--first, .node--type-basic-page .layout--twocol-section.layout--twocol-section--33-67 .layout__region--second {
    flex: 0 1 100%;
  }
}

/* line 1005, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--type-basic-page .block-field-blocknodebasic-pagefield-component-quick-links .component-quick-links-block {
  background: #f4f4f4;
}
/* line 1007, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--type-basic-page .block-field-blocknodebasic-pagefield-component-quick-links .component-quick-links-block .responsive-container {
  max-width: 100%;
}

/* line 1012, ../sass/nhlbi_components/_component_clinical_trials.scss */
.node--type-basic-page .block-field-blocknodebasic-pagetitle {
  padding: 0px 140px;
  font-size: 1.75rem;
  margin-top: 40px;
  line-height: 1.25;
  font-family: "Merriweather", serif;
  max-width: 1440px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 1012, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .block-field-blocknodebasic-pagetitle {
    padding: 0px 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 1012, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .block-field-blocknodebasic-pagetitle {
    padding: 0px 42px;
  }
}
@media all and (min-width: 1100px) and (max-width: 1399px) {
  /* line 1012, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .block-field-blocknodebasic-pagetitle {
    padding: 0px 42px;
    max-width: 100%;
  }
}
@media all and (min-width: 1400px) and (max-width: 2500px) {
  /* line 1012, ../sass/nhlbi_components/_component_clinical_trials.scss */
  .node--type-basic-page .block-field-blocknodebasic-pagetitle {
    max-width: 100%;
  }
}

/**
 * @file
 * component_lab_image_slider
 * Set of styles used in the component Lab Images
 *
 */
/* line 7, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider {
  padding: 3em 0;
}
/* line 10, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider h2.component-lab-images-title {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 1.25rem;
  text-decoration: none;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 10, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider h2.component-lab-images-title {
    font-size: 1.5rem;
  }
}
/* line 21, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider .component-lab-image-title {
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "Open Sans";
  margin: 0;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 21, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider .component-lab-image-title {
    font-size: 1.25em;
  }
}
/* line 31, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider .slider-for, .component-lab-images-slider .slider-nav {
  visibility: hidden;
}
/* line 35, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider .slick-initialized {
  visibility: visible;
}
/* line 40, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for {
  padding: 0;
  margin: 0;
}
/* line 43, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slick-list {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  box-shadow: 2px 4px 10px rgba(34, 34, 34, 0.05);
  background-color: #FFF;
}
/* line 49, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide {
  display: flex !important;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 49, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #slider.slider-for .slide {
    display: block !important;
  }
}
/* line 56, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide .field--name-field-component-lab-image-descri {
  height: auto;
  font-size: 1em;
  line-height: 1.5;
}
/* line 60, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide .field--name-field-component-lab-image-descri ul, .component-lab-images-slider #slider.slider-for .slide .field--name-field-component-lab-image-descri ol {
  font-weight: 400;
}
/* line 63, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide .field--name-field-component-lab-image-descri ul {
  list-style: disc;
}
/* line 66, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide .field--name-field-component-lab-image-descri p {
  margin: 0 !important;
}
/* line 71, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide > div:first-child {
  cursor: pointer;
}
/* line 73, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide > div:first-child .overlay-info {
  font-size: 0.625rem;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 450px;
  box-sizing: border-box;
  margin-top: -20px;
  padding-left: 1em;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #fff;
  background: #4a4a4a;
  background: rgba(74, 74, 74, 0.4);
}
/* line 87, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide > div:first-child img {
  height: 300px;
  width: 450px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media all and (min-width: 1100px) {
  /* line 94, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #slider.slider-for .slide > div:first-child .overlay-info {
    bottom: 0;
  }
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 99, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #slider.slider-for .slide > div:first-child img {
    height: auto;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  /* line 106, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #slider.slider-for .slide > div:first-child .overlay-info {
    font-size: 0.5rem;
    width: 100%;
    margin-top: 0;
  }
}
/* line 113, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #slider.slider-for .slide > div:last-child {
  flex: 2;
  margin: 25px 25px;
  max-height: 250px;
  height: auto;
  overflow-y: auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 113, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #slider.slider-for .slide > div:last-child {
    max-height: 300px;
  }
}
/* line 126, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav {
  padding: 0;
  margin-top: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 133, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slide {
  opacity: 0.5;
  cursor: pointer;
  min-width: 80px;
}
/* line 137, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slide img {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
}
/* line 141, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slide:hover {
  opacity: 1;
}
/* line 145, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-slide {
  margin-right: 12.5px;
  margin-left: 12.5px;
}
/* line 150, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-slide > div:focus, .component-lab-images-slider #carousel.slider-nav .slick-slide:focus {
  outline: none;
}
/* line 154, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-current .slide {
  opacity: 1;
}
/* line 160, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  color: #0051A8;
  font-size: 35px;
  opacity: 1;
}
/* line 168, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f137";
  color: #0051A8;
  font-size: 35px;
  opacity: 1;
}
/* line 177, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-next, .component-lab-images-slider #carousel.slider-nav .slick-prev {
  width: 40px;
  height: 40px;
}
/* line 181, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-next {
  right: -34px;
}
/* line 184, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .slick-prev {
  left: -31px;
}
/* line 188, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav button.slick-next:focus, .component-lab-images-slider #carousel.slider-nav button.slick-next:active, .component-lab-images-slider #carousel.slider-nav button.slick-prev:focus, .component-lab-images-slider #carousel.slider-nav button.slick-prev:active {
  outline: #BF0D2E dotted 3px;
}
/* line 192, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .custom-next, .component-lab-images-slider #carousel.slider-nav .custom-prev {
  font-size: 35px;
  opacity: 1;
  color: #0051A8;
  vertical-align: top;
  margin-top: 4%;
  cursor: pointer;
}
/* line 200, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider #carousel.slider-nav .custom-next:active, .component-lab-images-slider #carousel.slider-nav .custom-next:focus, .component-lab-images-slider #carousel.slider-nav .custom-prev:active, .component-lab-images-slider #carousel.slider-nav .custom-prev:focus {
  outline: #BF0D2E dotted 3px;
}
@media all and (min-width: 0em) and (max-width: 1099px) {
  /* line 192, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #carousel.slider-nav .custom-next, .component-lab-images-slider #carousel.slider-nav .custom-prev {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 211, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #carousel.slider-nav {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    width: 94.25%;
    margin-top: 25px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1099px) {
  /* line 211, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #carousel.slider-nav {
    width: 90.25%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 221, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #carousel.slider-nav .slick-list {
    margin-right: 10px;
    margin-left: 28px;
  }
  /* line 226, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .component-lab-images-slider #carousel.slider-nav button.slick-next:focus, .component-lab-images-slider #carousel.slider-nav button.slick-next:active, .component-lab-images-slider #carousel.slider-nav button.slick-prev:focus, .component-lab-images-slider #carousel.slider-nav button.slick-prev:active {
    outline: #BF0D2E dotted 3px;
    height: 40px;
    width: 40px;
  }
}
/* line 233, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider .custom-slider {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  width: 100% !important;
}
/* line 239, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider .custom-slider .slick-list {
  display: inline-block;
  width: 90%;
  justify-content: center;
}
/* line 244, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider .custom-slider .slick-list .slick-track {
  display: inline-block;
  margin: 0 auto;
  width: 90%;
}
/* line 252, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-slider .slick-slider {
  padding: 0 1.8em 0 1.8em;
}

/* Image Slider Styling End here */
/* line 261, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-theme-light-grey {
  background-color: #f4f4f4;
}

/* line 266, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-theme-light-blue {
  background-color: #f1f7fb;
}

/* line 271, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.component-lab-images-theme-white {
  background-color: #FFF;
}

/* line 279, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.page-theme-teal .component-lab-images-slider #carousel.slider-nav .slick-next:before, .page-theme-teal .component-lab-images-slider #carousel.slider-nav .slick-prev:before, .page-theme-teal .component-lab-images-slider #carousel.slider-nav .custom-next, .page-theme-teal .component-lab-images-slider #carousel.slider-nav .custom-prev {
  color: #307484;
}

/* line 290, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.page-theme-red-and-blue .component-lab-images-slider #carousel.slider-nav .slick-next:before, .page-theme-red-and-blue .component-lab-images-slider #carousel.slider-nav .slick-prev:before, .page-theme-red-and-blue .component-lab-images-slider #carousel.slider-nav .custom-next, .page-theme-red-and-blue .component-lab-images-slider #carousel.slider-nav .custom-prev {
  color: #850920;
}

/* line 301, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.page-theme-purple-and-red .component-lab-images-slider #carousel.slider-nav .slick-next:before, .page-theme-purple-and-red .component-lab-images-slider #carousel.slider-nav .slick-prev:before, .page-theme-purple-and-red .component-lab-images-slider #carousel.slider-nav .custom-next, .page-theme-purple-and-red .component-lab-images-slider #carousel.slider-nav .custom-prev {
  color: #6314A1;
}

/* line 309, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.lab-images-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 600;
  cursor: pointer;
  overflow: auto;
}
/* line 323, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.lab-images-overlay .fas {
  position: absolute;
  top: 10px;
  color: whitesmoke;
  right: 20px;
  font-size: 35px;
}
/* line 330, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.lab-images-overlay .original-image {
  display: grid;
  justify-content: center;
  align-content: center;
  height: auto;
  grid-template-columns: fit-content(60%);
}
/* line 336, ../sass/nhlbi_components/_component_lab_image_slider.scss */
.lab-images-overlay .original-image img {
  display: inline-block;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 330, ../sass/nhlbi_components/_component_lab_image_slider.scss */
  .lab-images-overlay .original-image {
    grid-template-columns: fit-content(70%);
  }
}

/**
 * @file
 * component_background_lab_information is a set of styles for the Background Lab Information block on the Science content type (which displays Senior Investigator Research Interests)
 *
 */
/* line 7, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests {
  background-color: #FFF;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.5em 0;
}
/* line 14, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 1.25rem;
}
/* line 21, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
  text-decoration: none;
}
/* line 28, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests .field--name-field-research-interests .field__label {
  display: none;
}
/* line 32, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests .field--type-text-long figure img {
  margin: .3em auto .3em auto;
}
/* line 36, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests img {
  max-width: 100%;
  margin: .3em auto .3em auto;
  display: block;
}
/* line 41, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests img.b-lazy {
  min-height: 1px;
}
/* line 46, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests .embedded-image-and-photocredit-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
/* line 53, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests figure {
  margin-bottom: 1em;
  width: 100%;
  float: none;
}
/* line 58, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests figcaption {
  text-align: center;
  padding: 0 1em 1em;
}
/* line 63, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests ul {
  font-size: 1rem;
  margin-left: 1em;
  list-style: none;
}
/* line 70, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests ul li:before {
  content: "\25cf";
  color: #222;
  font-weight: 400;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* line 81, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests li {
  font-size: 1rem;
  font-weight: 400;
}
/* line 86, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests p {
  height: auto;
  margin-bottom: 1.25em;
}
/* line 92, ../sass/nhlbi_components/_component_research_interests.scss */
.component-pi-research-interests p:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 96, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests p {
    display: table;
    width: 100%;
  }
  /* line 100, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests img.align-left {
    float: none;
  }
  /* line 103, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests img.align-right {
    float: none;
  }
}
@media all and (min-width: 1100px) {
  /* line 108, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests h2 {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 768px) {
  /* line 113, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests figure {
    padding: .3em;
    boarder-radius: 4px;
    max-width: 360px;
    width: min-content;
    height: auto;
  }
  /* line 120, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests figure.align-left {
    float: left;
    margin: 0 2em 0 0;
  }
  /* line 124, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests figure.align-right {
    float: right;
    margin: 0 0 0 2em;
  }
  /* line 128, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests figure.align-center {
    margin: 0 auto 0 auto;
  }
  /* line 131, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests .field--type-text-long figure img {
    margin: 0;
  }
  /* line 134, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests img {
    margin: 0;
    min-width: 320px;
  }
  /* line 140, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests figcaption {
    text-align: left;
  }
  /* line 143, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests img.align-left {
    float: left;
    margin: 0 2em 0 0;
  }
  /* line 147, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests img.align-right {
    float: right;
    margin: 0 0 0 2em;
  }
  /* line 151, ../sass/nhlbi_components/_component_research_interests.scss */
  .component-pi-research-interests img.align-center {
    max-width: 100%;
    margin: 1em auto;
  }
}

/**
 * @file
 * .component_social_share_buttons is intended to be used as set of styles for social media sharing buttons used on Health Topics and other pages.
 *
 */
/* line 9, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics #social-container {
  min-width: 340px;
  padding-right: 23px;
}
/* line 13, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header {
  padding-bottom: 0.5em;
  padding-left: 20px;
}
/* line 16, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header ul li a {
  padding: 10px 8px 10px 0;
}
/* line 19, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header ul li a:hover {
  font-weight: normal;
}
/* line 23, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header ul li a:focus div:after {
  outline: #bf0d2e dotted 3px !important;
}
/* line 26, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header ul li a:focus div.social-print {
  outline: #bf0d2e dotted 3px !important;
}
/* line 29, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header ul li a:focus div.social-print:after {
  outline: 0px !important;
}
/* line 35, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header .social-facebook:after {
  content: "\f082";
  font-size: 1.8rem;
  color: #1C5198;
}
/* line 40, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header .social-linkedin:after {
  content: "\f08c";
  font-size: 1.8rem;
  color: #0C5FA7;
}
/* line 45, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header .social-twitter:after {
  content: "\f081";
  font-size: 1.8rem;
  color: #56CCF2;
}
/* line 50, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header .social-mail:after {
  content: "\f199";
  color: #9B51E0;
  font-size: 1.8rem;
}
/* line 55, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header .social-print {
  background: #53158D;
  padding: 4.5px 0.5px;
  margin-top: 1px;
  border-radius: 4px;
  height: auto;
  width: 28px;
  display: block;
}
/* line 64, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-health-topics .social_media_header .social-print:after {
  content: "\f02f";
  font-size: 1.1rem;
  color: white;
}

/* line 73, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block {
  float: right;
}
/* line 75, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block a.ext-icon {
  display: none;
}
/* line 78, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block a span {
  background-color: #0051a8;
}
/* line 81, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block a span:hover {
  background: #102D66 !important;
}
/* line 84, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block .a2a_dd.addtoany_share {
  width: 24px;
  height: auto;
  top: 1.5px;
  position: relative;
  padding: 0;
  margin-right: 4px;
}
/* line 91, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block .a2a_dd.addtoany_share img {
  filter: invert(21%) sepia(85%) saturate(1957%) hue-rotate(196deg) brightness(93%) contrast(106%);
}
/* line 95, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block .addtoany_list a:hover img {
  opacity: 1;
}
/* line 98, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block .addtoany_list a:hover span {
  opacity: 1;
}
/* line 102, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block .a2a_dd.addtoany_share img:hover {
  filter: invert(13%) sepia(56%) saturate(2712%) hue-rotate(209deg) brightness(90%) contrast(96%);
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 106, ../sass/nhlbi_components/_component_social_share_buttons.scss */
  .block-addtoany-block .a2a_button_email {
    padding-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 106, ../sass/nhlbi_components/_component_social_share_buttons.scss */
  .block-addtoany-block .a2a_button_email {
    padding-right: 0;
  }
}
/* line 114, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block .a2a_button_email span:hover {
  background: #102D66 !important;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 118, ../sass/nhlbi_components/_component_social_share_buttons.scss */
  .block-addtoany-block .a2a_button_print {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 118, ../sass/nhlbi_components/_component_social_share_buttons.scss */
  .block-addtoany-block .a2a_button_print {
    display: none;
  }
}
/* line 126, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.block-addtoany-block .a2a_button_print span:hover {
  background: #102D66 !important;
}

/* line 130, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.a2a_menu a.a2a_i:hover,
.a2a_menu a.a2a_more:hover {
  color: #102D66 !important;
}

/* line 136, ../sass/nhlbi_components/_component_social_share_buttons.scss */
.node--type-general-hub-page .block-addtoany-block, .node--type-general-secondary-page .block-addtoany-block {
  margin-top: 1.8em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 136, ../sass/nhlbi_components/_component_social_share_buttons.scss */
  .node--type-general-hub-page .block-addtoany-block, .node--type-general-secondary-page .block-addtoany-block {
    margin-top: 1.7em;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 136, ../sass/nhlbi_components/_component_social_share_buttons.scss */
  .node--type-general-hub-page .block-addtoany-block, .node--type-general-secondary-page .block-addtoany-block {
    margin-top: 1.7em;
  }
}

/**
 * @file
 * component_page_alert is intended to be used as set of styles for page alerts across the site(e.g. Health Topics content type).
 *
 */
/*
 * component-page-alert-row - Set of styles for component_page_alert component.
 */
/* line 10, ../sass/nhlbi_components/_component_page_alert.scss */
.component-page-alert-row {
  background: #fff4f3;
  display: flex;
  margin-top: 55px;
  padding: 16px;
  border-radius: 4px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 10, ../sass/nhlbi_components/_component_page_alert.scss */
  .component-page-alert-row {
    margin-top: 25px;
  }
}
/* line 20, ../sass/nhlbi_components/_component_page_alert.scss */
.component-page-alert-row span {
  display: block;
  float: left;
  margin-right: 16px;
  color: #BF0D2E;
}
/* line 27, ../sass/nhlbi_components/_component_page_alert.scss */
.component-page-alert-row p {
  margin: 0;
  font-size: .824rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 3px;
}

/* line 41, ../sass/nhlbi_components/_component_page_alert.scss */
.node--type-health-topics .component-page-alert-row span {
  color: #222;
}
/* line 45, ../sass/nhlbi_components/_component_page_alert.scss */
.node--type-health-topics .component-page-alert-row i {
  color: #BF0D2E;
}

/**
 * @file
 * component_callout is intended to be used as set of styles for callout content type as embed content on Health Topics.
 *
 */
/**
 * node--view-mode-callout-statistic
 * Set of styles for Callout Statistic Content type.
 */
/* line 11, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic {
  display: inline-block;
}
/* line 14, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  background: #0051a8;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 14, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 14, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
/* line 30, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-left {
  padding: 32px;
}
/* line 32, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-left .component-callout-container-left-heading {
  display: inline-block;
  position: relative;
}
/* line 35, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic {
  color: #F6C163;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  float: left;
  padding-right: 8px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 35, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic {
    font-size: 1.75rem;
  }
}
/* line 49, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic-subject {
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  float: left;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 49, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic-subject {
    font-size: 1.75rem;
  }
}
/* line 64, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-left .field--name-field-callout-description {
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 73, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-left .field--name-field-callout-description p {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 64, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container-left .field--name-field-callout-description {
    font-size: 1rem;
  }
  /* line 83, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container-left .field--name-field-callout-description p {
    font-size: 1rem;
  }
}
/* line 90, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-right .field--name-field-callout-statistic-image {
  background: #0051a8;
}
/* line 92, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container-right .field--name-field-callout-statistic-image img {
  border-radius: 0px;
}
/* line 98, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
/* line 103, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic, .node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic-subject {
  font-size: 2.11rem;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 103, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic, .node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic-subject {
    font-size: 1.75rem;
  }
}
/* line 110, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .field--name-field-callout-description {
  font-size: 1.23rem;
}
/* line 112, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .field--name-field-callout-description p {
  font-size: 1.23rem;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 110, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .field--name-field-callout-description {
    font-size: 1rem;
  }
  /* line 117, ../sass/nhlbi_components/_component_callout.scss */
  .node--view-mode-callout-statistic .component-callout-container.component-callout-container-one-col .component-callout-container-left .field--name-field-callout-description p {
    font-size: 1rem;
  }
}

/* line 128, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic.node--statistic--theme-red .component-callout-container {
  background: #DFF7FB;
}
/* line 132, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic.node--statistic--theme-red .component-callout-container .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic {
  color: #bf0d2e;
}
/* line 135, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic.node--statistic--theme-red .component-callout-container .component-callout-container-left .component-callout-container-left-heading .field--name-field-statistic-subject {
  color: #007A89;
}
/* line 139, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic.node--statistic--theme-red .component-callout-container .component-callout-container-left .field--name-field-callout-description {
  color: #007A89;
  font-weight: 700;
}
/* line 142, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic.node--statistic--theme-red .component-callout-container .component-callout-container-left .field--name-field-callout-description p {
  font-weight: 700;
}
/* line 148, ../sass/nhlbi_components/_component_callout.scss */
.node--view-mode-callout-statistic.node--statistic--theme-red .component-callout-container .component-callout-container-right .field--name-field-callout-statistic-image {
  background: #DFF7FB;
}

/**
 *
 * Set of styles for the Callout Descriptive Content type
 */
/* line 165, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive {
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin: auto auto 1.25em auto;
}
/* line 171, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-title-link a {
  text-decoration: none;
}
/* line 173, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-title-link a.ext:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}
/* line 181, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-title-link a.ext-icon {
  background: transparent;
  display: none;
  visibility: hidden;
}
/* line 187, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive:hover .callout-title-link a {
  text-decoration-line: underline;
}
/* line 191, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 5px rgba(34, 34, 34, 0.05);
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 191, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-descriptive .callout-descriptive {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 400px;
    border-radius: 8px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 191, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-descriptive .callout-descriptive {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 400px;
    border-radius: 8px;
  }
}
/* line 214, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-image {
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
}
/* line 219, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-image .field--name-field-callout-descriptive-image {
  height: 100%;
  width: auto;
  object-fit: cover;
}
/* line 224, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-image .field--name-field-callout-descriptive-image img {
  height: 100%;
  width: auto;
  margin-left: -0.5px;
  border-radius: 0px;
}
/* line 231, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text {
  justify-items: center;
  padding: 1.4em;
}
/* line 234, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text .field--name-field-kicker {
  text-transform: uppercase;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: .875rem;
  line-height: 150%;
  padding-bottom: .7em;
}
/* line 243, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text .callout-title {
  font-family: Open Sans !important;
  font-style: normal;
  color: #222;
  font-weight: bold !important;
  font-size: 1.24rem !important;
  line-height: 125% !important;
  padding-bottom: .7em;
}
/* line 252, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text .field--name-field-callout-description {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  padding-bottom: .7em;
}
/* line 260, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text .field--name-field-callout-link {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  padding-top: .48em;
}
/* line 267, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text .field--name-field-callout-link a {
  text-decoration: none;
}
/* line 270, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text .field--name-field-callout-link a:hover {
  font-weight: 600;
}
/* line 273, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive .callout-descriptive-text .field--name-field-callout-link a:not(.ext):after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  margin-left: 0.875em;
  text-decoration: none;
  display: inline-block;
}

/* line 286, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-white .callout-descriptive,
.component-callout-container-descriptive-light-blue .callout-descriptive:hover,
.component-callout-container-descriptive-light-gray .callout-descriptive:hover {
  background: #FFF;
}

/* line 291, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-light-blue .callout-descriptive {
  background: #f1f7fb;
}

/* line 294, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-light-gray .callout-descriptive {
  background: #f4f4f4;
}

/* line 299, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-red.component-callout-container-descriptive-white .callout-descriptive:hover {
  background: #f4f4f4;
}

/* line 302, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-blue.component-callout-container-descriptive-white .callout-descriptive:hover {
  background: #f1f7fb;
}

/* line 308, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-red .callout-descriptive {
  border-left: 0.5em solid #BF0D2E;
}
/* line 310, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-red .callout-descriptive .callout-title.callout-title-link a {
  color: #850920;
}

/* line 316, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-blue .callout-descriptive {
  border-left: 0.5em solid #0051a8;
}
/* line 318, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-descriptive-blue .callout-descriptive .callout-title.callout-title-link a {
  color: #0051A8;
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 325, ../sass/nhlbi_components/_component_callout.scss */
  .callout-descriptive-with-image .callout-descriptive {
    border-left: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 330, ../sass/nhlbi_components/_component_callout.scss */
  .callout-descriptive-with-image .callout-descriptive {
    border-left: none;
  }
}
/**
 *
 * Set of styles for Callout List Content type.
 */
/* line 338, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list {
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 5px rgba(34, 34, 34, 0.05);
  border-radius: 8px;
  padding: 1.4em;
  width: fit-content;
  max-width: 920px;
  min-width: 288px;
  margin: auto auto 1.25em auto;
}
/* line 348, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list .field--name-field-kicker {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: .875rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #222;
  padding-bottom: 1.4em;
}
/* line 359, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list .callout-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 364, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list .callout-list li:before {
  content: none;
}
/* line 367, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list .callout-list a {
  font-family: 'Open Sans';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
/* line 374, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list .callout-list a:hover {
  font-weight: normal;
}
/* line 379, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list .field--name-field-kicker {
  font-family: "Open Sans";
  font-size: .882rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
  color: #222222;
  text-transform: uppercase;
}

@media all and (min-width: 1100px) {
  /* line 392, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-list .callout-list ul {
    column-count: 2;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 400, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-list .callout-list ul {
    column-count: 2;
  }
}
/* line 406, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list-white,
.component-callout-container-list-light-blue:hover,
.component-callout-container-list-light-gray:hover {
  background: #FFF;
}

/* line 411, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list-light-blue,
.component-callout-container-list-white:hover {
  background: #f1f7fb;
}

/* line 416, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-list-light-gray {
  background: #f4f4f4;
}

/**

Styles for icon callout

 */
/* line 427, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
  grid-template-columns: 35% 65%;
  max-width: 920px;
  min-width: 288px;
  margin: auto auto 1.25em auto;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 5px rgba(34, 34, 34, 0.05);
  border-radius: 8px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 427, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-icon {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 400px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 427, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-icon {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

/* line 455, ../sass/nhlbi_components/_component_callout.scss */
.callout-icon-no-title {
  -ms-grid-columns: 18% 82%;
  grid-template-columns: 18% 82%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 455, ../sass/nhlbi_components/_component_callout.scss */
  .callout-icon-no-title {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 400px;
  }
  /* line 463, ../sass/nhlbi_components/_component_callout.scss */
  .callout-icon-no-title .field--name-field-callout-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 455, ../sass/nhlbi_components/_component_callout.scss */
  .callout-icon-no-title {
    -ms-grid-columns: 18% 82%;
    grid-template-columns: 18% 82%;
  }
}

/* line 475, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-icon-container-left {
  display: flex;
  padding: 1.5em;
  border-right: 8px solid #0051A8;
  background-color: #f1f7fb;
  box-sizing: border-box;
  border-radius: 8px 0px 0px 8px;
  align-items: center;
}
/* line 484, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-icon-container-left .component-callout-icon-container-left-heading, .component-callout-icon-container-left .component-callout-icon-container-left-heading .field--name-title {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.117rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
  clear: both;
  color: #222;
  padding-left: 0;
  margin: auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 475, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-icon-container-left {
    border-radius: 8px 8px 0px 0px;
  }
}

/* line 501, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-icon-container-right {
  padding: 1.5em;
  color: #222222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  clear: both;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  border-radius: 0px 8px 8px 0px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 501, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-icon-container-right {
    border-radius: 0px 0px 8px 8px;
  }
}

/* line 520, ../sass/nhlbi_components/_component_callout.scss */
.field--name-field-callout-icon {
  padding-right: 1.5em;
}
/* line 522, ../sass/nhlbi_components/_component_callout.scss */
.field--name-field-callout-icon img {
  max-width: 100px;
}

/*
blue theme specific
*/
/* line 531, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-icon-theme-blue .component-callout-icon-container-left {
  border-right: 8px solid #0051A8;
  border-bottom-color: #0051A8;
  background-color: #f1f7fb;
}
/* line 535, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-icon-theme-blue .component-callout-icon-container-left .component-callout-icon-container-left-heading, .component-callout-container-icon-theme-blue .component-callout-icon-container-left .component-callout-icon-container-left-heading .field--name-title {
  color: #102D66;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 531, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-icon-theme-blue .component-callout-icon-container-left {
    border-right: none !important;
    border-bottom: 8px solid #0051A8;
    width: 100%;
  }
}
/* line 546, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-icon-theme-blue .component-callout-icon-container-left .component-callout-icon-container-left-heading {
  color: #102D66;
}

/*
red theme specific
*/
/* line 556, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-icon-theme-red .component-callout-icon-container-left {
  border-right: 8px solid #BF0D2E;
  border-bottom-color: #BF0D2E;
  background-color: #FFF4F3;
}
/* line 560, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-icon-theme-red .component-callout-icon-container-left .component-callout-icon-container-left-heading, .component-callout-container-icon-theme-red .component-callout-icon-container-left .component-callout-icon-container-left-heading .field--name-title {
  color: #222;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 556, ../sass/nhlbi_components/_component_callout.scss */
  .component-callout-container-icon-theme-red .component-callout-icon-container-left {
    border-right: none !important;
    border-bottom: 8px solid #BF0D2E;
    width: 100%;
  }
}
/* line 571, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-icon-theme-red .component-callout-icon-container-left-heading {
  color: #222;
}

/**

Styles for alert callout

 */
/* line 585, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-alert {
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 5px rgba(34, 34, 34, 0.05);
  border-radius: 8px;
  padding: 1.4em;
  width: fit-content;
  max-width: 920px;
  min-width: 288px;
  margin: auto auto 1.25em auto;
  background-color: #FFF4F3;
}
/* line 597, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-alert .callout-alert {
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
/* line 604, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-alert .callout-alert h2 {
  color: #BF0D2E;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
  display: block;
  padding: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 614, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-alert .callout-alert h2 .toggle-button {
  margin-left: 50px;
}
/* line 617, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-alert .callout-alert h2 span {
  display: inline-block;
}
/* line 620, ../sass/nhlbi_components/_component_callout.scss */
.component-callout-container-alert .callout-alert h2 span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f071";
  margin-right: 20px;
}

/* line 633, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-full {
  width: 100%;
}
/* line 636, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-half {
  width: 50%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 636, ../sass/nhlbi_components/_component_callout.scss */
  .entity-embed-callout.callout-embed-width-half {
    width: 100%;
  }
}
/* line 641, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-half .component-callout-container {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
/* line 646, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-half .component-callout-icon-container-left {
  border-right: none;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-radius: 8px 8px 0px 0px;
}
/* line 654, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-half .callout-descriptive {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  border-radius: 8px;
  border-left: 1px solid #D7D7D7;
}
/* line 661, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-third {
  width: 33.3%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 661, ../sass/nhlbi_components/_component_callout.scss */
  .entity-embed-callout.callout-embed-width-third {
    width: 100%;
  }
}
/* line 666, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-third .component-callout-container {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
/* line 670, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-third .component-callout-icon-container-left {
  border-right: none;
  border-bottom: 8px solid;
  border-radius: 8px 8px 0px 0px;
  border-bottom-color: inherit;
}
/* line 677, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-width-third .callout-descriptive {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  border-radius: 8px;
  border-left: 1px solid #D7D7D7;
}
/* line 684, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-align-left {
  float: left;
  margin-right: 1em;
}
/* line 688, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-align-center {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
/* line 693, ../sass/nhlbi_components/_component_callout.scss */
.entity-embed-callout.callout-embed-align-right {
  float: right;
  margin-left: 1em;
}

/* line 700, ../sass/nhlbi_components/_component_callout.scss */
.layout--twocol-section .callout-embed-width-full {
  width: 100%;
}
/* line 702, ../sass/nhlbi_components/_component_callout.scss */
.layout--twocol-section .callout-embed-width-full .component-callout-container {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
/* line 707, ../sass/nhlbi_components/_component_callout.scss */
.layout--twocol-section .callout-embed-width-full .component-callout-icon-container-left {
  border-right: none;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-radius: 8px 8px 0px 0px;
}
/* line 715, ../sass/nhlbi_components/_component_callout.scss */
.layout--twocol-section .callout-embed-width-full .callout-descriptive {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  border-radius: 8px;
  border-left: 1px solid #D7D7D7;
}

/* line 726, ../sass/nhlbi_components/_component_callout.scss */
.node--type-homepage .component-callout-container .nhlbi_text_link_button a {
  color: #005F71;
}

/**
 * @file
 * Common styles for page links component.
 */
/* line 5, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links {
  background: #f1f7fb;
  border-radius: 4px;
  display: block;
  padding: 16px;
  margin-top: 50px;
}
/* line 12, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links .component-page-links-kicker {
  width: 100%;
  padding-left: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #575b5e;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 12, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links .component-page-links-kicker {
    display: flex;
    position: relative;
  }
}
/* line 27, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links ul {
  column-count: 2;
  column-gap: 15%;
  width: 90%;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 8px;
}
@media all and (min-width: 1824px) {
  /* line 27, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links ul {
    column-gap: 10%;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 27, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links ul {
    column-gap: 0%;
    width: 100%;
  }
}
/* line 42, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links ul li {
  display: inline-block;
  float: left;
  width: 100%;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #0051A8;
}
/* line 50, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links ul li a {
  color: #0051A8;
  text-decoration: none;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
/* line 57, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links ul li a:hover {
  text-decoration: underline;
}
/* line 61, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links ul li:before {
  content: "\f111";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 7.5px;
  top: -3px;
  position: relative;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 27, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links ul {
    width: 94%;
    column-count: 1;
    column-gap: 0;
    margin-bottom: 8px;
  }
  /* line 78, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links ul li {
    width: 100%;
    display: none;
  }
  /* line 82, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links ul li:nth-child(1), .component-page-links ul li:nth-child(2), .component-page-links ul li:nth-child(3), .component-page-links ul li:nth-child(4), .component-page-links ul li:nth-child(5) {
    display: inline-block;
  }
  /* line 85, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links ul li.button-visible {
    display: inline-block;
  }
}
/* line 90, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links .component-page-links-more-button {
  display: none;
}
/* line 93, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links .component-page-links-more-button:after {
  content: "\f107";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 24px;
  position: relative;
  float: right;
  color: #0051A8;
}
/* line 105, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links .component-page-links-more-button.button-visible {
  display: none;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 105, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links .component-page-links-more-button.button-visible {
    display: block;
    border-top: 1px solid #d7d7d7;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 112, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links .component-page-links-more-button.button-visible a {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 123, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links .component-page-links-less-button {
    display: block;
    border-top: 1px solid #d7d7d7;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 129, ../sass/nhlbi_components/_component_page_links.scss */
  .component-page-links .component-page-links-less-button a {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
}
/* line 140, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links .component-page-links-less-button:after {
  content: "\f106";
  text-decoration: none;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 24px;
  position: relative;
  float: right;
  color: #0051A8;
}
/* line 152, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links .component-page-links-less-button.hidden {
  display: none;
}

/* line 158, ../sass/nhlbi_components/_component_page_links.scss */
.component-page-links.component-page-links-theme-red {
  background: #f4f4f4;
}

@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 161, ../sass/nhlbi_components/_component_page_links.scss */
  .block-field-blocknodehealth-topicsfield-component-page-links {
    padding-bottom: 0rem;
  }
}

/**
 * @file
 * Common styles for quick links component.
 */
/* line 6, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-block {
  background: #F7F9FF;
}

/* line 10, ../sass/nhlbi_components/_component_quick_links.scss */
.node--type-homepage .component-quick-links-block {
  background-color: #f4f4f4;
}

/* line 14, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container {
  padding: 2em 0 1em 0;
  display: flex;
  flex-direction: row;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 14, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container {
    flex-direction: column;
    padding: 0.5em 0 1em 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 14, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container {
    flex-direction: column;
    padding: 0.5em 0 1em 0;
  }
}
@media all and (min-width: 1100px) and (max-width: 1399px) {
  /* line 14, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container {
    flex-direction: column;
  }
}
/* line 29, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-title {
  display: inline-block;
  width: auto;
  color: #222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1.11rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 1em;
  margin-right: 2em;
  flex: 0 1 auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 29, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-title {
    flex: 0 1 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 571px) and (max-width: 1099px) {
  /* line 29, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-title {
    flex: 0 1 100%;
    margin-bottom: 1em;
  }
}
@media all and (min-width: 1100px) and (max-width: 1399px) {
  /* line 29, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-title {
    flex: 0 1 100%;
    margin-bottom: 1em;
  }
}
/* line 54, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons {
  display: inline-block;
  width: auto;
  flex: 0 1 auto;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 54, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons {
    flex: 0 1 100%;
  }
}
@media all and (min-width: 414px) and (max-width: 1099px) {
  /* line 54, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons {
    flex: 0 1 100%;
    float: left;
  }
}
/* line 65, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe {
  position: relative;
}
/* line 67, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item {
  display: inline-block;
  margin-right: 8px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 67, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item {
    width: 100%;
  }
}
@media all and (min-width: 414px) and (max-width: 570px) {
  /* line 67, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item {
    width: 100%;
  }
}
@media all and (min-width: 571px) and (max-width: 1099px) {
  /* line 67, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item {
    width: 47%;
  }
}
@media all and (min-width: 571px) and (max-width: 767px) {
  /* line 67, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item {
    margin-right: 16px;
  }
}
/* line 83, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links a {
  text-decoration: none;
}
/* line 86, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links a:hover {
  font-weight: normal;
}
/* line 88, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links a:hover .component-quick-link-container {
  border: 1px solid #D0434E;
}
/* line 92, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links a:focus {
  display: block;
}
@media all and (min-width: 414px) and (max-width: 570px) {
  /* line 82, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links {
    text-align: center;
  }
}
@media all and (min-width: 571px) and (max-width: 690px) {
  /* line 99, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links .component-quick-link-container {
    display: grid;
    grid-template-columns: 16% 84%;
  }
  /* line 102, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links .component-quick-link-container .component-quick-link-icon {
    grid-column: 1;
    max-width: 32px;
  }
  /* line 106, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links .component-quick-link-container .component-quick-link-text {
    grid-column: 2;
  }
}
/* line 112, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .component-quick-link-container {
  border: 1px solid #E8E8E8;
  background: white;
  box-shadow: 2px 4px 10px rgba(34, 34, 34, 0.05);
  border-radius: 38px;
  padding: 12px 24px 12px 24px;
  margin-bottom: 20px;
}
/* line 119, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .component-quick-link-container .component-quick-link-icon {
  display: inline-block;
  vertical-align: middle;
}
/* line 122, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .component-quick-link-container .component-quick-link-icon .field--name-field-component-quick-link-icon {
  margin-right: 0;
  vertical-align: middle;
  border-radius: 50%;
  width: 100%;
}
/* line 127, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .component-quick-link-container .component-quick-link-icon .field--name-field-component-quick-link-icon img {
  border-radius: 50%;
  position: relative;
  width: 100%;
  height: auto;
}
/* line 135, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .component-quick-link-container .component-quick-link-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5em;
  position: relative;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  color: #222;
  margin-right: 0;
}
@media all and (min-width: 0px) and (max-width: 570px) {
  /* line 135, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .component-quick-link-container .component-quick-link-text {
    padding-left: 16px;
  }
}
@media all and (min-width: 571px) and (max-width: 1099px) {
  /* line 135, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .component-quick-link-container .component-quick-link-text {
    font-size: 0.9rem;
  }
}
/* line 157, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item:nth-last-child(1) {
  margin-right: 0;
}
@media all and (min-width: 571px) and (max-width: 1099px) {
  /* line 160, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item:nth-child(2) {
    margin-right: 0;
  }
}
@media all and (min-width: 571px) and (max-width: 1099px) {
  /* line 165, ../sass/nhlbi_components/_component_quick_links.scss */
  .component-quick-links-container .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item:nth-child(4) {
    margin-right: 0;
  }
}

/* line 174, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-theme-purple-and-red.component-quick-links-block {
  background: #713AA0;
}
/* line 176, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-theme-purple-and-red.component-quick-links-block .component-quick-links-title {
  color: #FFF;
}
/* line 184, ../sass/nhlbi_components/_component_quick_links.scss */
.component-quick-links-theme-purple-and-red.component-quick-links-block .component-quick-links-buttons .field--name-field-component-quick-links-refe .field__item .paragraph--type--component-quick-links a:hover .component-quick-link-container {
  background: #F6EEFC;
  border: 1px solid #E8E8E8;
}

/**
 * @file
 * component_charts_block is intended to be used as set of styles for specific charts blocks used across the site. Unlike charts fields these are specific styles for each chart, intended for reusing the same chart year after year.
 *
 */
/*
 * Leading Causes of Deaths Chart
 */
/* line 10, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block {
  margin: auto;
  padding-bottom: 1 em;
  max-width: 800px;
}
/* line 14, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block h2 {
  text-align: center;
  font-size: 1rem;
  margin: 1.5em 0 0.25em;
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-style: normal;
  font-color: #222;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 10, ../sass/nhlbi_components/_component_charts_block.scss */
  .block-charts-block {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1100px) {
  /* line 10, ../sass/nhlbi_components/_component_charts_block.scss */
  .block-charts-block {
    font-size: 1.25rem;
  }
}
/* line 31, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block .highcharts-data-table table, .block-charts-block .highcharts-data-table th, .block-charts-block .highcharts-data-table td {
  margin: 2em auto;
  padding: 1.5em;
  border: 1px solid black;
}
/* line 37, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block .highcharts-data-table thead tr {
  padding: 1em 1.5em;
}
/* line 40, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block .highcharts-data-table thead th {
  padding: 1em 1.5em;
}
/* line 44, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block .highcharts-data-table tbody {
  text-align: left;
}
/* line 46, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block .highcharts-data-table tbody th {
  padding: 1em 1.5em;
}
/* line 49, ../sass/nhlbi_components/_component_charts_block.scss */
.block-charts-block .highcharts-data-table tbody td {
  padding: 1em 1.5em;
}

/**
 * @file
 * Common styles for related content component.
 */
/* line 6, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items {
  background: #E5EFF1;
  padding-top: 3em;
  padding-bottom: 3em;
}
/* line 10, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-section-title .component_title {
  margin-top: 0em;
  margin-bottom: 1em;
}
/* line 14, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container {
  display: flex;
  flex-direction: row;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 14, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 14, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container {
    flex-direction: row;
    align-items: flex-start;
  }
}
/* line 24, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar {
  display: flex;
  flex-direction: row;
  flex: 0 1 80%;
  border: 1px solid #E8E8E8;
  box-shadow: 2px 4px 10px rgba(34, 34, 34, 0.05);
  border-radius: 8px;
  background: white;
  margin-right: 2em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 24, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar {
    flex: 0 1 100%;
    flex-direction: column;
    margin-bottom: 1.5em;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 24, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar {
    flex: 0 1 75%;
    flex-direction: column;
    margin-right: 1em;
  }
}
/* line 44, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-image-container {
  flex: 0 1 44.3%;
  display: flex;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 44, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-image-container {
    flex: 0 1 100%;
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 44, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-image-container {
    flex: 0 1 100%;
    display: block;
  }
}
/* line 56, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-image-container .related-content-image img {
  display: flex;
  border-radius: 8px 0px 0px 8px;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 460px) {
  /* line 56, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-image-container .related-content-image img {
    max-height: 220px;
  }
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 56, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-image-container .related-content-image img {
    max-height: 310px;
    min-width: 100%;
    border-radius: 8px 8px 0px 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 56, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-image-container .related-content-image img {
    max-height: 270px;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
  }
}
/* line 77, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container {
  flex: 0 1 65%;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 77, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container {
    flex: 0 1 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 77, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container {
    flex: 0 1 60%;
  }
}
/* line 85, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder {
  padding: 24px;
}
/* line 87, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-header {
  color: #14284B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.5rem;
  padding-top: 54px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 87, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-header {
    padding-top: 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 87, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-header {
    padding-top: 15px;
  }
}
/* line 101, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text {
  padding-top: 13px;
}
/* line 103, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text .related-content-text-title {
  padding-bottom: 13px;
  display: block;
  text-decoration: none;
  font-size: 1.23rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: "Merriweather", serif;
  color: #222;
}
/* line 114, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-button {
  padding-top: 40px;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 114, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-button {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 114, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-button {
    display: block;
  }
}
/* line 123, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-button-mobile {
  display: none;
  padding-top: 40px;
  text-align: center;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 123, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-button-mobile {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 123, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-left-sidebar .related-content-text-container .related-content-text-holder .related-content-text-button-mobile {
    display: none;
  }
}
/* line 137, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar {
  flex: 0 1 20%;
  background: #FFF;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  border: 1px solid #E8E8E8;
  box-shadow: 2px 4px 10px rgba(34, 34, 34, 0.05);
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 137, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-right-sidebar {
    flex: 0 1 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 137, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-right-sidebar {
    flex: 0 1 33%;
  }
}
/* line 151, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 156, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item article .related-content-featured-title {
  padding-right: 1em;
  display: block;
  padding-top: 3px;
  padding-left: 4px;
}
/* line 161, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item article .related-content-featured-title a, .related-content-items .related-content-container .related-content-right-sidebar .related-content-item article .related-content-featured-title a:visited {
  text-decoration: none;
  color: #005F71;
  font-size: 17px;
  font-weight: 600;
}
/* line 167, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item article .related-content-featured-title a:hover {
  text-decoration: underline;
  font-weight: 600;
}
/* line 171, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item article .related-content-featured-title hr {
  margin-top: 16px;
}
/* line 175, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item article .node__content {
  display: none;
  visibility: hidden;
}
/* line 180, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item .fa-icon {
  position: absolute;
  right: -7px;
  top: 0;
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 180, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-right-sidebar .related-content-item .fa-icon {
    right: -4px;
  }
}
/* line 187, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item .fa-icon i {
  color: #005F71;
}
/* line 192, ../sass/nhlbi_components/_component_related_content.scss */
.related-content-items .related-content-container .related-content-right-sidebar .related-content-item-button {
  width: 100%;
  text-align: center;
  position: relative;
  height: auto;
  padding-top: 1em;
}
@media all and (min-width: 0em) and (max-width: 767px) {
  /* line 192, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-right-sidebar .related-content-item-button {
    padding-top: 1em;
  }
}
@media all and (min-width: 768px) and (max-width: 1099px) {
  /* line 192, ../sass/nhlbi_components/_component_related_content.scss */
  .related-content-items .related-content-container .related-content-right-sidebar .related-content-item-button {
    padding-top: 1em;
  }
}

/* line 2, ../sass/nhlbi_components/_component_related_research.scss */
.paragraph--type--related-research.paragraph--view-mode--homepage h2 {
  margin-top: 0;
}
/* line 6, ../sass/nhlbi_components/_component_related_research.scss */
.paragraph--type--related-research.paragraph--view-mode--homepage .component-callout-container > div {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  /* line 11, ../sass/nhlbi_components/_component_related_research.scss */
  .paragraph--type--related-research.paragraph--view-mode--homepage .layout__region--first {
    padding-right: 10px;
    box-sizing: border-box;
  }
  /* line 15, ../sass/nhlbi_components/_component_related_research.scss */
  .paragraph--type--related-research.paragraph--view-mode--homepage .layout__region--second {
    padding-left: 10px;
    box-sizing: border-box;
  }
}
/* line 21, ../sass/nhlbi_components/_component_related_research.scss */
.paragraph--type--related-research.paragraph--view-mode--homepage .field--name-field-cta-link {
  margin-top: 1em;
  margin-bottom: 1em;
}

/**
 * Styles shared by health topics a-z and health topic node pages.
 */
/* line 4, ../sass/nhlbi_components/_shared_health_topics.scss */
.field--name-field-ht-additional-names {
  font-style: italic;
  padding: 0.25rem 0;
}
/* line 7, ../sass/nhlbi_components/_shared_health_topics.scss */
.field--name-field-ht-additional-names .field__label {
  font-weight: normal;
}
