@charset "UTF-8";
/*
@todo Overall note. I saw a ton of manual font-size declarations. Are all of them really necessary?

There's 74 modifications of font size across the site. I would recommend condensing or removing as many as possible to reduce cascading problems with disproportionate font sizing after modifications

@todo duplicate font color set
color: #FFF is applied manually 18 times across the theme. Can this override be simplified

@todo padding
83 instances of padding being set. How much of that can be condensed? That's a lot of places to modify or read the code looking for box model problems later.

@todo BEM
I noticed BEM being applied inconsistently. It's much easier to read when it's there. Please add it.

/@todo widths
More could be done to leverage bootstrap classes for element widths by injecting css classes. Using the regex search width\: \d I saw over 100+ manually set widths.

//@todo box-sizing
I noticed a number of properties with box-sizing: border-box; set. Isn't that property set by default in Bootstrap 4?

//@todo browser prefixing
Please remove them wherever your see them

//@todo base font size
Why is everything based around 15px instead of 16?gulp
 */
/* variables for responsive breakpoints */
/* COLORS */
/* FONTS */
/* DECORATIONS */
/* LAYOUT AND SPACING */
/* ANIMATIONS */
.green-button, .button-wrapper a {
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.46875rem 0.9375rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.usa-card__footer .usa-button, .green-button, .button-wrapper.button-wrapper-green a {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #333833;
  background-color: #a6c74d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
}
.usa-card__footer .usa-button:hover, .green-button:hover, .button-wrapper.button-wrapper-green a:hover {
  background: #b9d374;
  border-color: #b7d270;
  text-decoration: none;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  outline: 2px solid #a6c74d;
  outline-offset: -2px;
}

.header-mainnav {
  background: #333833;
  background: rgba(62, 122, 150, 0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(-240px, 0);
      -ms-transform: translate(-240px, 0);
          transform: translate(-240px, 0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  width: 240px;
  z-index: 1000;
  /* prevents menu from overlapping close button on smaller phones */
}
@media screen and (min-width: 481px) {
  .header-mainnav {
    -webkit-transform: translate(-290px, 0);
        -ms-transform: translate(-290px, 0);
            transform: translate(-290px, 0);
    width: 290px;
  }
}
@media screen and (max-width: 360px) {
  .header-mainnav {
    width: 215px;
  }
}
@media screen and (max-width: 340px) {
  .header-mainnav {
    width: 205px;
  }
}
.header-mainnav h2 {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 34px;
  height: 40px;
  line-height: 34px;
  overflow: hidden;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 8px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
}
.header-mainnav h2:before {
  color: #FFF;
  content: "\f057";
  font-family: "FontAwesome";
  height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header-mainnav h2 {
    display: none;
  }
}
.header-mainnav.open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (min-width: 1025px) {
  .header-mainnav {
    background: transparent;
    float: right;
    margin-bottom: 0;
    padding-right: 0;
    position: static;
    width: 66.666667%;
    text-align: right;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-mainnav .close-button {
    display: none;
  }
}
.header-mainnav .open-button {
  display: none;
}
.header-mainnav a.nav-item {
  color: #FFF;
  display: block;
  padding: 1em 0;
  text-decoration: none;
  text-transform: capitalize !important;
  width: 100%;
}
.header-mainnav a.nav-item:nth-of-type(9), .header-mainnav a.nav-item:nth-of-type(8), .header-mainnav a.nav-item:nth-of-type(7) {
  font-size: 0.875em;
  padding: 0.5em 0;
  text-transform: none;
}
.header-mainnav a.nav-item:nth-of-type(7) {
  border-top: 1px solid #FFF;
  margin-top: 0.5em;
  padding-top: 1.25em;
}
@media screen and (min-width: 1025px) {
  .header-mainnav a.nav-item {
    border-left: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #3F7497;
    display: inline-block;
    font-weight: 500;
    line-height: 1.4;
    margin-left: -1px;
    padding: 0.5em 0.5em;
    text-align: center;
    width: 17%;
  }
  .header-mainnav a.nav-item:last-child, .header-mainnav a.nav-item:nth-of-type(6) {
    width: 12.55555%;
    border-right: 1px solid #b2b2b2;
  }
  .header-mainnav a.nav-item:nth-of-type(9), .header-mainnav a.nav-item:nth-of-type(8), .header-mainnav a.nav-item:nth-of-type(7) {
    display: none;
  }
  .header-mainnav a.nav-item.nav-link:nth-of-type(5) {
    width: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .header-mainnav a.nav-item {
    width: 15%;
  }
  .header-mainnav a.nav-item:last-child {
    width: 13%;
  }
}
.header-mainnav a.nav-item.active-trail {
  font-weight: normal;
}
.header-mainnav a.nav-item.active {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .header-mainnav a.nav-item.active {
    color: #374c57;
    position: relative;
    background: #f5f5f5;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
  }
  .header-mainnav a.nav-item.active + a.nav-item {
    border-left: none;
  }
  .header-mainnav a.nav-item.active::after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #3e7a96;
    bottom: -25px;
    left: 50%;
    margin-left: -12px;
  }
  .header-mainnav a.nav-item.active:nth-of-type(6)::after {
    margin-left: -9px;
  }
}

@media screen and (min-width: 1025px) {
  .header-mainnav.spanish a.nav-item {
    border-left: 1px solid #b2b2b2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #3F7497;
    display: inline-block;
    font-weight: 500;
    line-height: 1.4;
    margin-left: -1px;
    padding: 0.5em 0.5em;
    text-align: center;
    width: 40%;
  }
  .header-mainnav.spanish a.nav-item:last-child, .header-mainnav.spanish a.nav-item:nth-of-type(6) {
    width: 40%;
    border-right: 1px solid #b2b2b2;
  }
  .header-mainnav.spanish a.nav-item:nth-of-type(9), .header-mainnav.spanish a.nav-item:nth-of-type(8), .header-mainnav.spanish a.nav-item:nth-of-type(7) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-mainnav.spanish a.nav-item {
    width: 40%;
  }
  .header-mainnav.spanish a.nav-item:last-child {
    width: 40%;
  }
}

/* SUB MENU */
.sub-menu {
  border-right: 1px solid #CCC;
  display: inline-block;
  margin-right: 0.7rem;
  padding-right: 0.9735rem;
  position: relative;
}
.sub-menu .open-button {
  background: none;
  border: none;
  color: rgb(62, 122, 150);
  display: inline-block;
  font: 600 1rem/1 "Open Sans";
  margin: 0;
  padding: 0;
  text-transform: capitalize !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sub-menu .open-button:before {
  color: #9bbe3c;
  content: "\f0c9 ";
  font-family: "FontAwesome";
}
.sub-menu .menu-wrapper {
  background: #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -webkit-transition: max-height 0.8s;
  width: 0;
  z-index: 10;
}
.sub-menu .nav-item {
  display: block;
  padding: 0.5rem;
}
.sub-menu .nav-item.active {
  font-weight: bold;
}
.sub-menu .close-button {
  background: none;
  border: none;
  border-right: 1px solid #BBB;
  color: rgb(62, 122, 150);
  font: 600 1rem/1 "Open Sans";
  left: 0.9375rem;
  padding: 0 0.95rem 0 0;
  position: absolute;
  text-transform: capitalize;
  top: 1.655rem;
}
.sub-menu .close-button:before {
  color: #9bbe3c;
  content: "\f00d ";
  font: normal 1.1rem "FontAwesome";
}

.sub-menu.open .menu-wrapper {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  left: 0;
  padding: 0.9375rem 0.9375rem 0.9375rem 6.5rem;
  top: -2em;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
  width: 280px;
  z-index: 10;
}
@media screen and (min-width: 320px) {
  .sub-menu.open .menu-wrapper {
    width: 320px;
  }
}
@media screen and (min-width: 480px) {
  .sub-menu.open .menu-wrapper {
    width: 480px;
  }
}

/* reduces left padding in mobile sized nav menu */
@media screen and (max-width: 320px) {
  nav#block-mainnavigation .menu-wrapper {
    padding-bottom: 5em !important;
  }
  nav#block-mainnavigation .menu-wrapper a.nav-item.nav-link {
    position: relative;
    top: 3em;
    left: -5em;
  }
  nav#block-mainnavigation .menu-wrapper .close-button {
    border-right: none !important;
  }
}
.block-system-breadcrumb-block {
  display: inline-block;
}

.block-search-trigger {
  background: rgb(62, 122, 150);
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  float: right;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin-right: 2em;
  margin-top: 0.525em;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  z-index: 1000;
  /* Exception for iPhone 4 */
}
@media screen and (min-width: 1025px) {
  .block-search-trigger {
    display: none;
  }
}
@media screen and (max-width: 321px) {
  .block-search-trigger {
    margin-top: 20px;
  }
}
.block-search-trigger:hover {
  background: #5096b7;
}

.block-menu-trigger {
  background: rgb(62, 122, 150);
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}
@media screen and (min-width: 601px) {
  .block-menu-trigger {
    top: 1.875rem;
    right: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .block-menu-trigger {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: calc(0.9375rem - 4px);
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block-menu-trigger {
    display: none;
  }
}
.block-menu-trigger:hover {
  background: #5096b7;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.overlay {
  display: none;
  overflow: hidden;
}

.overlay-on .overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: block;
  height: 250%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  width: 100%;
  z-index: 920;
}
@media screen and (min-width: 1025px) {
  .overlay-on .overlay {
    display: none;
  }
}

.header-mainnav button.close-button {
  border: none;
  display: none;
}

/* Drupal tabs */
.block-local-tasks-block ul {
  border-bottom: 1px solid #CCC;
  display: block;
  list-style: none;
  margin-bottom: 1em;
  margin-left: 0;
  padding-left: 0;
}
.block-local-tasks-block li {
  border: 1px solid #CCC;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  margin: 0 0.25em 0 0;
}
.block-local-tasks-block li a {
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  text-decoration: none;
}
.block-local-tasks-block li a:hover {
  background: #EEE;
}

.file {
  height: auto;
}

p {
  margin-bottom: 1.875rem;
  margin-top: 0;
}

@media (min-width: 544px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* BOOTSTRAP 4 CARDS */
.card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* changes from column; column seems to have implementation issueson ios, NK */
  position: relative;
}

.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-bottom: 0;
  margin-top: -0.375rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  border-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .card-deck .card .button-wrapper a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    min-width: 100%;
    width: 100%;
    white-space: normal;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
/*
SASS format I'm referring to
.parent-selector{

    &.adjoining-class{

    }

    &-extended-class{

    }

    .child {

    &:psuedo

    }

  }
-- NK: this is code i brought over from some extant from BS alpha 4.6 to better handle card deck; Sort it out better at some point.
 */
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
/* CARD OVERRIDES */
.card {
  border-color: #c9c9c9;
  border-radius: 4px;
}
.card--with-ribbon {
  position: relative;
}
.card--with-ribbon:before {
  background: url(/themes/niams/images/green-ribbon.png) no-repeat 0 0;
  background-size: cover;
  content: " ";
  display: block;
  height: 24px;
  left: -6px;
  position: absolute;
  top: 1.4rem;
  width: 28px;
}
.card--padding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1rem;
}
.card--circle-image {
  float: right;
  max-width: 90px;
  width: 100%;
}
.card--circle-image img {
  height: auto;
  width: 100%;
}

.card-title {
  font-size: 0.975em;
  line-height: 1.4;
  padding-left: 0.5rem;
  position: relative;
}
.card-title:before {
  background: url(/themes/niams/images/green-ribbon.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: " ";
  display: block;
  height: 24px;
  left: -1.8rem;
  position: absolute;
  top: 0;
  width: 22px;
}

h4 {
  font-weight: bold;
}

.btn-secondary {
  color: rgb(62, 122, 150);
  font-weight: bold;
  text-transform: uppercase;
}
.btn-secondary:active {
  border-color: rgb(62, 122, 150);
  color: rgb(62, 122, 150);
}

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  border-color: rgb(62, 122, 150);
  color: rgb(62, 122, 150);
}

/* Principal Investigator card style for labs pages */
@media screen and (min-width: 550px) {
  .pi-card {
    float: right;
    width: 40%;
    margin-left: 1.875rem;
  }
}

/* chosen override */
.field-group-tab .chosen-container-multi .chosen-choices {
  min-width: 220px !important;
}

.node-form .chosen-container {
  min-width: 220px !important;
}

.vertical-tabs__pane .chosen-container {
  min-width: 220px !important;
}

/* Content Moderation Styles */
.block-system-main-block ul.entity-moderation-form {
  margin: 0;
  padding: 0;
  background: #efefef;
  padding: 1rem;
  font-size: 0.9rem;
}
.block-system-main-block ul.entity-moderation-form li {
  margin: 0 2rem 0 0;
  text-indent: 0;
}
.block-system-main-block ul.entity-moderation-form li:before {
  content: none;
}
.block-system-main-block ul.entity-moderation-form li select, .block-system-main-block ul.entity-moderation-form li input {
  height: 30px;
}

body {
  color: #414841;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
}

a {
  color: rgb(62, 122, 150);
}
.grey-link a {
  color: #666;
  text-decoration: underline;
}
.grey-link a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
.block-system-main-block a {
  text-decoration: underline;
}
.block-system-main-block a:hover {
  text-decoration: none;
}

/* Bootstrap overrides */
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6, h7 {
  margin-bottom: 1rem;
}

h1 {
  color: #333833;
  font-size: 2rem;
  line-height: 1.4;
}

h1, h2 {
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
}

h2 {
  font-size: 1.4em;
}
h2.subtitle {
  color: #666;
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 0;
}
.block-title-underline h2 {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 1.9375rem;
  padding: 0 0 0.9375rem;
}
h2.small-heading {
  color: #666;
  font: bold 1em/1.3 "Open Sans", Helevtica, Arial, sans-serif;
  margin: 0 0 1.5rem 0.5rem;
}
.block-title--distinguished h2 {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
}
.block-title--extra-padding h2 {
  margin-right: 1.875rem;
  margin-left: 1.875rem;
  padding-left: 0;
  padding-right: 0;
}

.block-system-main-block h2 {
  border-bottom: 1px solid #d1d1d1;
  margin: 1rem 0 1rem;
  padding: 1rem 0;
}
.block-system-main-block h2.heading-center {
  text-align: center;
}
.block-system-main-block h2.extra-margin-bottom {
  margin-bottom: 1.875rem;
}
.block-system-main-block h2.small-heading {
  border-bottom: none;
  color: #666;
  font: bold 1.2em/1.1 "Open Sans", Helevtica, Arial, sans-serif;
  margin: 0 0 0.5rem;
  padding: 0;
}
.block-system-main-block h2.small-heading + h3 {
  font-size: 1.1em;
  margin: 0 0 0.5rem;
  padding: 0;
}

h3, h4, h5, h6, h7 {
  color: #666;
  font-weight: bold;
}
h3.heading-indent, h4.heading-indent, h5.heading-indent, h6.heading-indent, h7.heading-indent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
}
h3.heading-center, h4.heading-center, h5.heading-center, h6.heading-center, h7.heading-center {
  text-align: center;
}

.strategic-plan h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 6px solid #d1d1d1;
  padding-top: 2rem;
}
.strategic-plan h3 {
  font-size: 2rem;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.4;
}
.strategic-plan h4 {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  line-height: 1.4;
}
.strategic-plan h5 {
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
}
.strategic-plan h6 {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  padding-left: 1.1rem;
}
.strategic-plan h7 {
  color: #666;
  margin-bottom: 1rem;
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  padding-left: 1.1rem;
}

h3 {
  font-size: 1.3em;
}
h3.small-heading {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
.special-headings h3 {
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}

h4, .h4 {
  font-size: 1.1em;
}

h5 {
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

h6 {
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
}

h7 {
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-size: 1rem;
  display: block;
}

blockquote {
  border-left: 6px solid #9bbe3c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 1.5rem 1.5rem;
  padding: 10px 10px 10px 25px;
  width: 41.666667%;
}
blockquote.left {
  border-left: none;
  border-right: 6px solid #9bbe3c;
  float: left;
  margin: 0 2rem 1.5rem 0;
  padding: 10px 20px 10px 10px;
}
blockquote.center {
  border-right: 6px solid #9bbe3c;
  float: none;
  margin: 0 auto 1.5rem;
  max-width: 600px;
  padding: 10px 25px 10px 25px;
  text-align: center;
  width: 100%;
}
blockquote.center.longer-text {
  max-width: 100%;
  text-align: left;
}
blockquote.center.border-box {
  border: 1px solid #c9c9c9;
}
blockquote.center h4 {
  font-style: normal;
  font-size: 1.1em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.longer-text {
  font-size: 1.1rem;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-weight: normal;
}
blockquote.longer-text h2 {
  border-bottom: none;
  color: #666;
  font: bold 1.2em/1.1 "Open Sans", Helevtica, Arial, sans-serif;
  margin: 0 0 1rem;
  padding: 0;
}

aside p:last-child, aside ul:last-child {
  margin-bottom: 0;
}
aside.border-box {
  border: 1px solid #c9c9c9;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  font-size: 1.1rem;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 1.5rem 1.5rem;
  padding: 1.5rem;
  width: 41.666667%;
  background: #f2f2f2;
}
aside.border-box h2 {
  border-bottom: none;
  color: #666;
  font: bold 1.2em/1.1 "Open Sans", Helevtica, Arial, sans-serif;
  margin: 0 0 1rem;
  padding: 0;
}
aside.border-box.left {
  float: left;
  margin: 0 2rem 1.5rem 0;
}
aside.border-box.center {
  float: none;
  margin: 0 auto 1.5rem;
  max-width: 600px;
  text-align: left;
  width: 100%;
}
aside.border-box.center.longer-text {
  max-width: 100%;
  text-align: left;
}

.block-system-main-block ul {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0 0 0 2.9rem;
}
.block-system-main-block ul.table-of-contents-links {
  font-size: 1rem;
}
@media screen and (min-width: 961px) {
  .block-system-main-block ul.table-of-contents-links {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 4rem;
  }
}
.block-system-main-block ul.table-of-contents-links ul {
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.block-system-main-block ul.table-of-contents-links li {
  margin-bottom: 0.5rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.block-system-main-block ul li {
  margin: 0 0 1rem 0;
  padding: 0;
  text-indent: -14px;
  list-style-image: none !important;
}
.block-system-main-block ul li:before {
  color: #9bbe3c;
  content: "\f111";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.75rem;
  margin-right: 13px;
  margin-top: -3px;
  vertical-align: middle;
}
.block-system-main-block ul ul {
  padding: 1rem 0 0 2rem;
}
.block-system-main-block ul ul li:before {
  color: #9bbe3c;
  content: "\f10c";
}
.block-system-main-block ul ul ul li:before {
  content: "\f0c8";
}
.block-system-main-block ul ol {
  padding: 1rem 0 0 1.3rem;
}
.block-system-main-block ul ol li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.4rem;
}

.block-system-main-block .three-columns ul, .block-system-main-block .two-columns ul {
  padding: 0 0 0 32px;
}
.block-system-main-block .three-columns ul li, .block-system-main-block .two-columns ul li {
  margin-bottom: 0.875rem;
}

.block-system-main-block ol {
  margin: 0 0 2rem 0;
  padding: 0 0 0 2.4rem;
}
.block-system-main-block ol li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.4rem;
}
.block-system-main-block ol ol {
  padding: 1rem 0 0 2rem;
}
.block-system-main-block ol ul {
  padding: 1rem 0 0 2rem;
}
.block-system-main-block ol ul li {
  margin: 0 0 1rem 0;
  padding: 0;
  position: relative;
  text-indent: -14px;
}
.block-system-main-block ol ul li:before {
  color: #9bbe3c;
  content: "\f10c";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.75rem;
  margin-right: 13px;
  margin-top: -3px;
  vertical-align: middle;
}

sub, sup {
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
}

.block-system-main-block table {
  border: 1px solid #d1d1d1;
  margin: 0 auto 2rem;
  width: 100%;
}
.block-system-main-block table.normal-width {
  width: auto;
}
.block-system-main-block table th, .block-system-main-block table td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  padding: 0.75rem 0.5rem;
  text-align: center;
}
.block-system-main-block table th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.block-system-main-block table th.left-align, .block-system-main-block table th.align-left {
  text-align: left;
}
.block-system-main-block table td {
  vertical-align: top;
}
.block-system-main-block table.budget-table {
  font-size: 1rem;
}
.block-system-main-block table.budget-table th {
  background-color: #FFF;
  font-weight: bold;
  text-align: left;
}
.block-system-main-block table.budget-table td {
  background-color: #FFF;
  text-align: right;
}
.block-system-main-block table.budget-table td:first-child {
  text-align: left;
}
.block-system-main-block table.budget-table thead th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: center;
}

table caption {
  caption-side: top;
  color: #414841;
  padding: 0.9375rem 0;
  text-align: left;
}
table.text-left {
  text-align: left;
}
table.text-left td, table.text-left th, table.text-left tr {
  text-align: left;
}

.video {
  margin: 0 auto 2rem;
  max-width: 768px;
}
.video--caption {
  background-color: #EEE;
  border-radius: 0 0 5px 5px;
  font-size: 0.875em;
  padding: 0.9375rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 768px;
  margin: 0 auto 2rem;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.photo.right, .photo.left {
  max-width: 40%;
}
.photo img {
  height: auto;
  width: 100%;
}
.photo .photo-caption {
  background: #EEE;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875em;
  padding: 0.5em 1rem 0.75em;
}
.photo .photo-caption-caption {
  margin: 0 0 0.25em;
}
.photo .photo-caption-credit {
  font-size: 0.875em;
}
.photo .photo-caption-download {
  font-size: 0.875em;
  text-align: right;
  text-transform: uppercase;
}
.photo .photo-caption-download .file-size {
  display: none;
}

.paragraph--type--video-embed {
  margin-bottom: 2rem;
}

.article-source-link {
  text-align: right;
}

.staff-list--entry {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  padding-bottom: 1.875rem;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.staff-list--entry .item-icon {
  margin-bottom: 0;
}

.arrow-link:after {
  content: " \f101";
  font-family: "FontAwesome";
}

.sample-text {
  background: #EEE;
  border: 1px dashed #c9c9c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9em;
  margin: 0 auto 1.875rem;
  padding: 0.9375rem 1.875rem;
  width: 100%;
}
.sample-text p:last-child {
  margin: 0;
}

.border-box {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
}

.divider {
  background: #c9c9c9;
  height: 1px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  width: 100%;
}

a[href$=".pdf"]:before {
  color: #CC0909;
  content: "\f1c1 ";
  display: inline-block;
  font-family: "FontAwesome";
  text-decoration: none;
}

a.pdf {
  text-decoration: none;
}
a.pdf:before {
  color: #CC0909;
  content: "\f1c1 ";
  display: inline;
  font-family: "FontAwesome";
  text-decoration: none;
}
a.pdf span {
  text-decoration: underline;
}
a.pdf:hover span {
  text-decoration: none;
}

.footnote {
  font-size: 0.875rem;
  border-top: 1px solid #d1d1d1;
  color: #666;
  padding: 1rem;
}

a.tooltips {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}

a[title].tooltips:hover:after {
  background: #f4f4f4;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  color: #333;
  content: attr(title);
  left: 50%;
  margin-left: -100px;
  padding: 0.5em;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 20;
}

a.grey-button {
  background: #f4f4f4;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-weight: bold;
  padding: 0.9375rem;
  text-decoration: none;
}
a.grey-button img {
  display: inline-block;
  margin: 0 0.9375rem 0 0.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  a.grey-button img {
    margin: 0 0.9375rem;
  }
}
a.grey-button span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
@media screen and (min-width: 961px) {
  a.grey-button span {
    width: 65%;
  }
}
.thumbnail-card a.grey-button {
  margin-top: -1.2rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .thumbnail-card a.grey-button {
    margin-top: -2.3rem;
  }
}

/* PAGER STYLES -mostly overrides inherited LI styles */
.block-system-main-block .pager ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-system-main-block .pager ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.block-system-main-block .pager ul li:before {
  content: none;
}
.block-system-main-block .pager ul li.is-active a {
  background: #EEE;
  border-color: #c1c1c1;
}
.block-system-main-block .pager a {
  border-color: #c9c9c9;
  border-radius: 5px;
  text-decoration: none;
}

.views-element-container + .button-wrapper {
  margin-top: 0.9375rem;
}

.views-page-gutter {
  padding: 0 0.9375rem 0.9375rem;
}

.views-page-gutter-double {
  padding: 0 1.875rem 1.875rem;
}

.coalition-organization .col-md-6 {
  padding-left: 0 !important;
}

/* list styles for Knowledge Base */
ol.alphanumeric li ol {
  list-style-type: lower-alpha;
}

.a2a-wrapper {
  text-align: right;
}

.a2a-download a,
.a2a_kit a {
  border: 1px solid #D6D6D6;
  padding: 6px 8px;
  border-radius: 5px;
  background: #F7F6F6;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0 1rem;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.a2a-download a .fa,
.a2a_kit a .fa {
  font-size: 0.9rem;
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .a2a-download a .fa,
.a2a_kit a .fa {
    margin-right: 2px;
  }
}
.a2a-download a .ext,
.a2a_kit a .ext {
  display: none;
}
.a2a-download a .responsive-button-text,
.a2a_kit a .responsive-button-text {
  position: absolute;
  right: 100%;
}
@media screen and (min-width: 601px) {
  .a2a-download a .responsive-button-text,
.a2a_kit a .responsive-button-text {
    position: static;
    right: 0;
  }
}

.article--add-to-any {
  text-align: right;
}

.back-to-top--wrapper {
  margin-top: 1rem;
}

.date--inline {
  display: inline;
}
.date--inline > div {
  display: inline;
}

.back-to-top--inline {
  font-size: 0.875rem;
  padding-left: 1rem;
  vertical-align: top;
  line-height: 30px;
}
.back-to-top--inline a {
  text-decoration: none;
  display: inline-block;
}
.back-to-top--inline a:hover .underline {
  text-decoration: underline;
}
.back-to-top--inline a .fa {
  text-decoration: none;
  font-size: 0.9rem;
  margin-right: 2px;
}

.back-to-top--link {
  margin-left: 1rem;
}

.a2a-download a {
  margin-left: 10px;
}
.a2a-download a:before {
  content: "\f0ab ";
  font-family: "FontAwesome";
  font-size: 0.9rem;
  margin-right: 2px;
}

.indent {
  margin-left: 1.2rem;
  text-indent: -1.2rem;
}

.indent-2 {
  margin-left: 2rem;
  text-indent: -2.2rem;
}

.imagestrip .media-image {
  display: block;
}

@media screen and (max-width: 768px) {
  .imagestrip {
    display: block;
    margin: auto;
  }
  .imagestrip img {
    display: none;
  }
  .imagestrip .mobile {
    max-width: 30rem;
    margin: 0 auto;
  }
  .imagestrip .mobile img {
    display: block;
  }
}
/* styles for personnel profiles */
.profile-image {
  margin: 0 0 2em;
  max-width: 280px;
  width: 100%;
}
.profile-image img {
  height: auto;
  width: 100%;
}
.profile-image--no-margin {
  margin: 0;
}

.profile-top {
  padding-bottom: 0;
  padding-top: 2em;
}

.profile-bottom-1 {
  padding-bottom: 0;
}

.negative-indent > p {
  margin-left: 1em;
  text-indent: -1em;
}

#block-niams-content .content-sidebar h2 {
  border-bottom: none;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1rem 0 1rem;
  padding: 0;
}

.footer-box {
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}
.footer-box.footer-box-half {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .footer-box.footer-box-half {
    width: 48%;
  }
}
.footer-box.footer-box-half.right {
  float: right;
}
.footer-box.footer-box-half.left {
  float: left;
}
.footer-box.footer-box-full {
  width: 100%;
}
.footer-box.footer-box-third {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .footer-box.footer-box-third {
    width: 33%;
  }
}

.icon-item, .item-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.25em;
  padding-left: 32px;
  position: relative;
}
.icon-item:before, .item-icon:before {
  color: #9bbe3c;
  content: "\f069";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 26px;
}
.icon-item.email-icon, .item-icon.email-icon {
  word-break: break-word;
}
.icon-item.email-icon:before, .item-icon.email-icon:before {
  content: "\f003";
}
.icon-item.fax-icon:before, .item-icon.fax-icon:before {
  content: "\f1ac";
}
.icon-item.phone-icon:before, .item-icon.phone-icon:before {
  content: "\f095";
}
.icon-item.address-icon:before, .item-icon.address-icon:before {
  content: "\f0f7";
}
.icon-item.photo-icon:before, .item-icon.photo-icon:before {
  content: "\f03e";
}
.icon-item.pdf-icon:before, .item-icon.pdf-icon:before {
  content: "\f1c1";
}

.green-icon {
  color: #9bbe3c;
}

/* FEATURED SCIENTIST */
.featured-scientist--flexbox {
  display: block;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 481px) {
  .featured-scientist--flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .featured-scientist--flexbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.featured-scientist--icon {
  margin: 0 0 0.9375rem 0;
  width: 90px;
}
@media screen and (min-width: 481px) {
  .featured-scientist--icon {
    -webkit-box-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0.9375rem 0.9375rem 0;
    width: auto;
  }
}
.featured-scientist--icon .card--circle-image {
  float: none;
  max-width: none;
  width: 100%;
}
.featured-scientist--meta {
  -webkit-box-flex: 0;
          flex: 0 0 280px;
  margin: 0 0.9375rem 0 0;
  -webkit-box-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
}
.featured-scientist--bio {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 601px) {
  .featured-scientist--bio {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .content-sidebar-no-main .profile-image {
    width: 33.333333%;
    float: left;
    padding: 0 0.9375rem;
    max-width: 33.333333%;
  }
  .content-sidebar-no-main .profile-image img {
    max-width: 280px !important;
  }
}

@media screen and (min-width: 768px) {
  .content-sidebar-no-main .profile--contact {
    width: 66.666667%;
    float: left;
    padding: 0 0.9375rem;
  }
}

/* Styles for Health Topics Content Type */
.page-node-type-health-topic.lang-en h1 {
  padding-bottom: 1.8rem;
}
.page-node-type-health-topic .reading-level {
  displaY: flex;
  position: absolute;
  top: -39px;
  right: 20px;
  font-size: 0.85em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .page-node-type-health-topic .reading-level {
    top: -42px;
  }
}
.page-node-type-health-topic .reading-level .active {
  color: #666;
  pointer-events: none;
  text-decoration: none;
}
.page-node-type-health-topic .advanced-reading-link,
.page-node-type-health-topic .easy-reading-link {
  border-right: 1px solid #c9c9c9;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.65rem;
  padding-right: 0.65rem;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.8rem 0.5rem;
  -webkit-box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 481px) {
  .page-node-type-health-topic .advanced-reading-link,
.page-node-type-health-topic .easy-reading-link {
    padding: 0.8rem 2rem;
  }
}
.page-node-type-health-topic .advanced-reading-link.active,
.page-node-type-health-topic .easy-reading-link.active {
  background-color: white;
}
.page-node-type-health-topic .easy-reading-link::before,
.page-node-type-health-topic .basics-link::before {
  color: #9bbe3c;
  content: "\f111";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.5rem;
}
.page-node-type-health-topic .advanced-reading-link::before,
.page-node-type-health-topic .adv-link::before {
  color: #9bbe3c;
  content: "\f036";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.5rem;
}
.page-node-type-health-topic .pub-link-top {
  display: none;
}
@media screen and (min-width: 961px) {
  .page-node-type-health-topic .pub-link-top {
    display: block;
  }
}
.page-node-type-health-topic .pub-link-bottom {
  display: block;
}
@media screen and (min-width: 961px) {
  .page-node-type-health-topic .pub-link-bottom {
    display: none;
  }
}
.page-node-type-health-topic .mobile-title {
  display: none;
  color: #666;
  font: bold 1.3em/1.3 "Open Sans", Helevtica, Arial, sans-serif;
  margin: 1.5rem 0;
}
@media screen and (min-width: 961px) {
  .page-node-type-health-topic .mobile-title {
    display: none;
  }
}
.page-node-type-health-topic .download-pubs {
  float: right;
}
.page-node-type-health-topic .download-pubs .btn {
  font-size: 0.85em;
}
.page-node-type-health-topic .download-pubs .btn::before {
  color: #9bbe3c;
  content: "\f0ab";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.25rem;
  display: inline-block;
}
.page-node-type-health-topic .download-pubs .btn:active {
  border-color: rgb(62, 122, 150);
  color: rgb(62, 122, 150);
}
.page-node-type-health-topic .download-pubs button {
  color: rgb(62, 122, 150);
  text-transform: uppercase;
}
.page-node-type-health-topic .lap-cust-block {
  margin-top: 2rem;
}
.page-node-type-health-topic .health-topic-org-field-site {
  font-size: 1.1rem;
}
.page-node-type-health-topic .link-card--link a:after {
  content: "";
}

.sidebar {
  background: #EFEFEF;
  background: #f4f4f4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .sidebar {
    width: 40%;
    float: right;
    margin: 0 0 1.5rem 1.5rem;
  }
}
.sidebar ul {
  padding: 0 0 0 2rem;
}
.sidebar ul:last-child {
  margin-bottom: 0;
}
.sidebar ul:first-child {
  margin-top: 0.9375rem;
}

.health-topic-org-field-value {
  margin-bottom: 2rem;
}
.health-topic-org-field-value h3 {
  font-family: inherit;
  border-bottom: none;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.atoztabs {
  margin-bottom: 1.875rem;
}

.atoztabs-item a {
  background: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0.5rem;
  text-align: center;
  text-decoration: none;
  width: 2.2rem;
}
.atoztabs-item a:hover, .atoztabs-item a:focus, .atoztabs-item a:active {
  background: rgb(62, 122, 150);
  border-color: rgb(62, 122, 150);
  color: #f4f4f4;
  text-decoration: none;
}

.diseases-alpha h3.view-subtitle {
  background: rgb(62, 122, 150);
  border-radius: 50%;
  color: #FFF;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-top: 2rem;
  position: relative;
  text-align: center;
  width: 40px;
}

.diseases-alpha .text-card {
  margin: 0 0 0 1.875rem;
  padding: 0.9375rem 0 0.9375rem 0;
}

.in-english {
  display: none;
}

.lang-es .in-english {
  display: inline;
}

#tab-points-remember {
  border-left: none;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #tab-points-remember {
    margin-top: 0;
    border-left: 15px solid white;
  }
}

.block-views-blocknews-related-to-this-health-topic-block-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 1rem 0rem;
}
.block-views-blocknews-related-to-this-health-topic-block-1 > h2 {
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  border-bottom: none;
  margin: 0;
  font-size: 0.975em;
  line-height: 1.4;
  padding: 0 0 0 0.5rem;
  position: relative;
  font-weight: 600;
  color: #666;
}
.block-views-blocknews-related-to-this-health-topic-block-1 > h2:before {
  background: url(/themes/niams/images/green-ribbon.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: " ";
  display: block;
  height: 24px;
  left: -1.8rem;
  position: absolute;
  top: 0;
  width: 22px;
}
.block-views-blocknews-related-to-this-health-topic-block-1 .thumbnail-card-content {
  margin-top: 1em;
}

.view-all__btn-wrap {
  text-align: center;
  margin-bottom: 2rem;
}

/* Styles for Basic Page Content Type */
.page-node-type-page .download-pubs {
  float: right;
}
.page-node-type-page .download-pubs .btn {
  font-size: 0.85em;
}
.page-node-type-page .download-pubs .btn:before {
  color: #9bbe3c;
  content: "\f0ab";
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.25rem;
}
.page-node-type-page .download-pubs .btn:active {
  border-color: rgb(62, 122, 150);
  color: rgb(62, 122, 150);
}
.page-node-type-page .download-pubs button {
  color: rgb(62, 122, 150);
  text-transform: uppercase;
}
.page-node-type-page .download-pubs .dropdown-menu {
  min-width: auto;
  padding: 0.5rem;
}

.page-node-11356 .article--add-to-any {
  display: none;
}

#views-exposed-form-phone-book-phone-directory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#views-exposed-form-phone-book-phone-directory .form-item {
  padding: 10px;
}
#views-exposed-form-phone-book-phone-directory .form-item input[type=text] {
  background: none #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #55595c;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
#views-exposed-form-phone-book-phone-directory .form-item select {
  background: none #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: #55595c;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

/* Reusable Styles for Images */
.banner-image {
  border-radius: 4px;
  height: auto;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.banner-image img {
  height: auto;
  width: 100%;
}

figure {
  border-radius: 5px;
  display: table;
  max-width: 100%;
  overflow: hidden;
}
figure figcaption, figure img {
  text-indent: 0 !important;
}
figure figcaption {
  background: #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  caption-side: bottom;
  display: table-caption;
  font-size: 0.875em;
  padding: 0.5em 1rem 0.75em;
  margin-top: -1px;
}
figure p {
  margin-bottom: 0;
}
figure img {
  display: block;
  height: auto;
  max-width: 100%;
}

figure.align-center {
  display: table;
  margin: 0 auto 1.5rem auto;
}
figure.align-right, figure.align-left {
  float: none;
  margin: 0 auto 1.875rem;
}
@media screen and (min-width: 481px) {
  figure.align-right, figure.align-left {
    width: auto;
    max-width: 40%;
  }
  figure.align-right img, figure.align-left img {
    width: auto;
  }
}
@media screen and (min-width: 481px) {
  figure.align-left {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (min-width: 481px) {
  figure.align-right {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
  }
}

img.align-right {
  float: none;
  height: auto;
  margin: 0 auto 1.5rem auto;
  width: 100%;
}
@media screen and (min-width: 481px) {
  img.align-right {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
    width: 38%;
  }
}
@media screen and (min-width: 601px) {
  img.align-right {
    width: auto;
  }
}
img.align-left {
  float: none;
  height: auto;
  margin: 0 auto 1.5rem auto;
  width: 100%;
}
@media screen and (min-width: 481px) {
  img.align-left {
    float: left;
    margin: 0 1.5rem 0 1.5rem;
    width: 38%;
  }
}
@media screen and (min-width: 601px) {
  img.align-left {
    width: auto;
  }
}
img.align-center {
  height: auto;
  margin: 0 auto 1.5rem auto;
  width: 100%;
}
@media screen and (min-width: 481px) {
  img.align-center {
    width: auto;
    max-width: 100%;
  }
}

.media-image {
  display: table;
}
.media-image img {
  width: 100% !important;
  height: auto;
}
.media-image .image-credit {
  display: table-caption;
  caption-side: bottom;
  background: #EEE;
  font-size: 0.75em;
  padding: 0.5em 1rem;
}
.media-image.align-center {
  margin: 0 auto 1.5rem auto;
}
.media-image.align-right {
  margin: 0 0 1.5rem 1.5rem;
}
@media screen and (max-width: 481px) {
  .media-image.align-right {
    float: none;
    margin: 0 auto 1.875rem;
  }
}
.media-image.align-left {
  margin: 0 1.5rem 1.5rem 0;
}
@media screen and (max-width: 481px) {
  .media-image.align-left {
    float: none;
    margin: 0 auto 1.875rem;
  }
}

/* Content Tabs as used on Health Topics */
/* Overflow nav for tabs */
#block-niams-content .hidden {
  display: none;
}
#block-niams-content .nav-item.more {
  position: relative;
}
#block-niams-content .nav-item.more > a {
  min-width: 100px;
  padding: 0;
  width: 100px;
}
#block-niams-content .nav-item.more > a.open-active {
  background: #FFF;
  color: #55595c;
}
#block-niams-content .nav-item.more > a:after {
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid rgb(62, 122, 150);
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  vertical-align: middle;
  width: 0;
}
#block-niams-content .nav-item.more ul {
  display: none;
}
#block-niams-content .nav-item.more.open-active ul {
  background: #FFF;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  display: block;
  margin-left: 0;
  margin-top: -1px;
  padding: 1em 0;
  position: absolute;
  right: 0;
  width: 220px;
  z-index: 10;
}
#block-niams-content ul.nav-tabs {
  border-bottom: none;
  margin: -60px 0 0 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#block-niams-content ul.nav-tabs li.nav-item {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  margin-right: 0.2rem;
  text-indent: 0;
}
#block-niams-content ul.nav-tabs li.nav-item:before {
  content: "";
  display: none;
  font-size: 0;
  margin: 0;
}
#block-niams-content ul.nav-tabs li.nav-item:first-child {
  margin-left: 0.6rem;
}
#block-niams-content ul.nav-tabs .nav-link {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px 5px 0 0;
  display: table-cell;
  font-size: 0.8em;
  font-weight: bold;
  height: 60px;
  line-height: 1.3;
  max-width: 146px;
  min-width: 120px;
  padding: 0 0.25em 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
}
#block-niams-content ul.nav-tabs .nav-link.active {
  background: rgb(255, 255, 255);
}
#block-niams-content ul.nav-tabs .more .nav-item {
  border: none;
  display: block;
  float: none;
  height: auto;
  margin: 0;
}
#block-niams-content ul.nav-tabs .more .nav-item:first-child {
  margin-left: 0;
}
#block-niams-content ul.nav-tabs .more .nav-item .nav-link {
  background: rgb(255, 255, 255);
  border: none;
  border-radius: 0;
  display: block;
  float: none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 1em 0.5em;
  width: 100%;
}
#block-niams-content ul.nav-tabs .more .nav-item .nav-link.active {
  color: #55595c;
}

/* hides tab pane titles on HEALTH TOPICS ONLY, so we can place SEO friendly tab pane titles through text fields in content type [NK, 2018] */
.page-node-type-health-topic #block-niams-content h2.tab-title, .page-node-type-health-topic #block-niams-content .tab-title {
  display: none;
}

/* overrides Bootstrap, so that if JS is disabled, the tab panes appear normally */
.tab-content > .tab-pane {
  display: block;
}

.js .tab-content > .tab-pane {
  display: none;
}

.js .tab-content > .tab-pane.active {
  display: block;
}

.fade {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.js fade {
  opacity: 0;
}

.js .fade.show {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.js .fade.active {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

ul.navigation-tabs {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0 1rem 0;
  padding: 0 0 1.5rem 0;
}
@media screen and (min-width: 961px) {
  ul.navigation-tabs {
    margin: -60px 0 0 -5px;
    border-bottom: none;
    padding: 0;
  }
}
ul.navigation-tabs li.navigation-item {
  display: block;
  float: none;
  margin-bottom: 0;
  margin-right: 0.2rem;
  text-indent: 0;
}
@media screen and (min-width: 961px) {
  ul.navigation-tabs li.navigation-item {
    display: inline-block;
  }
}
ul.navigation-tabs li.navigation-item:before {
  content: "";
  display: none;
  font-size: 0;
  margin: 0;
}
ul.navigation-tabs li.navigation-item:first-child {
  margin-left: 0;
}
@media screen and (min-width: 961px) {
  ul.navigation-tabs li.navigation-item:first-child {
    margin-left: 0.6rem;
  }
}
ul.navigation-tabs .navigation-link {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px 5px 0 0;
  display: table-cell;
  font-size: 0.9em;
  font-weight: bold;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.3;
  text-align: left;
  text-decoration: underline;
  text-transform: capitalize;
  vertical-align: middle;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 1.5em 0 0;
}
@media screen and (min-width: 961px) {
  ul.navigation-tabs .navigation-link {
    font-size: 0.8em;
    text-align: center;
    padding: 0 1em 0;
    min-width: 250px;
    height: 60px;
    text-decoration: none;
  }
}
@media screen and (min-width: 1200px) {
  ul.navigation-tabs .navigation-link {
    min-width: 350px;
    padding: 0 0.25em 0;
  }
}
ul.navigation-tabs .navigation-link.active {
  background: rgb(255, 255, 255);
  pointer-events: none;
  cursor: default;
  color: #666;
  text-decoration: none;
}

.lang-vi ul.navigation-tabs .navigation-link,
.lang-es ul.navigation-tabs .navigation-link {
  text-transform: none;
}

/* STYLES FOR FEATURED CONTENT BLOCKS*/
.landing-page--featured-prefix {
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 0;
}
.landing-page--featured-prefix + .container .featured-cards--wrapper {
  padding-top: 0.9375rem !important;
}

.block-featured-cards {
  background: #F6F6F6;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  font-size: 1.1em;
  padding: 1.875rem 0.9375rem;
}

.featured-card {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 1.875rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .featured-card {
    margin-bottom: 0;
  }
}
.featured-card img {
  height: auto;
  width: 100%;
}
.featured-card--text {
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  font-weight: bold;
  min-height: 77.59px;
  padding: 0.8rem 1.9375rem 0.8rem 0.9375rem;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}
.featured-card--text:after {
  border-bottom: 8px solid transparent;
  border-left: 11px solid rgb(62, 122, 150);
  border-top: 8px solid transparent;
  color: rgb(62, 122, 150);
  content: "";
  height: 0;
  margin-top: -8px;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 0;
}
@media screen and (min-width: 550px) and (max-width: 1025px) {
  .featured-card--text {
    position: inherit;
  }
  .featured-card--text:after {
    bottom: 10%;
  }
}
.featured-card:hover .featured-card--text:after {
  right: 0.5rem;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.featured-cards--wrapper {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding: 1.875rem 0 0;
}
@media screen and (min-width: 768px) {
  .featured-cards--wrapper {
    padding: 0.9375rem 0 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.path-frontpage .featured-cards--wrapper {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 1.875rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .path-frontpage .featured-cards--wrapper {
    padding: 1.875rem 0.9375rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* FEATURED HERO */
.block-featured-hero .container {
  padding: 0;
}

.featured {
  position: relative;
}
.featured-hero--caption {
  font-size: 0.875rem;
  color: #FFF;
  position: absolute;
  z-index: 10;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 1rem 2em 1rem 2em;
  display: none;
}
@media screen and (min-width: 768px) {
  .featured-hero--caption {
    display: block;
  }
}
.featured-hero {
  border-radius: 5px;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  position: relative;
}
.path-frontpage .featured-hero, .page-node-type-irp-individual-branch-lab-page .featured-hero {
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
  margin-top: 0;
}
.featured-hero--wrapper {
  background: #f6f6f6;
  padding: 0.9375rem 1.875rem 0;
}
.featured-hero--no-text img {
  height: auto;
  width: 100%;
}
.featured-hero--image {
  position: relative;
}
.featured-hero--image img {
  height: auto;
  width: 100%;
}
.featured-hero--image:before {
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .featured-hero--image:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(255, 255, 255, 0) 60%);
  }
}
.featured-hero--image-notext:before {
  background: none;
  position: relative;
  height: 0;
  width: 0;
}
.featured-hero--text {
  background-color: #333833;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  padding: 0.9375rem 1.875rem;
  width: 100%;
}
.featured-hero--text p {
  font-size: 1rem;
}
.featured-hero--text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .featured-hero--text {
    background-color: transparent;
    color: #FFF;
    left: 1.9375rem;
    max-width: 440px;
    padding: 0;
    position: absolute;
    top: 2em;
    width: 100%;
  }
  .featured-hero--text p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-hero--text p {
    font-size: 1.25rem;
  }
}
.featured-hero--title {
  border-bottom: 1px solid #FFF;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem 0 !important;
  padding: 0 0 1rem 0 !important;
}
@media screen and (min-width: 1025px) {
  .featured-hero--title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-hero--title {
    font-size: 1.6rem;
    border-bottom: 1px solid #FFF;
  }
}
.featured-hero--prefix {
  display: none;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.path-frontpage .featured-hero--prefix {
  display: block;
}

.button-wrapper a {
  text-decoration: none;
}
.button-wrapper.button-wrapper-grants {
  width: 100%;
  max-width: 25rem;
  margin: 0 auto 0.9375rem auto;
}
.button-wrapper.button-wrapper-grants a {
  width: 100%;
  display: block;
}

/* icon cards */
.icon-card {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0;
}
@media screen and (min-width: 961px) {
  .icon-card {
    padding: 1.875rem 0;
  }
}
.icon-card-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  float: none;
  margin: 0 0.9375rem 0 0;
}
.icon-card-icon-noflex {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 0;
  width: 80px;
}
.icon-card-icon-noflex.right {
  float: right;
  margin-left: 0.9375rem;
}
.icon-card-icon img {
  height: auto;
  width: 100%;
}
.icon-card-title {
  font-size: 1em;
  margin: 0 0 0.25rem;
}

/* thumbanil cards */
.thumbnail-card {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0;
}
.thumbnail-card:last-child {
  border-bottom: none;
}
.two-columns .thumbnail-card:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 961px) {
  .thumbnail-card {
    padding: 1.875rem 0;
  }
}
.thumbnail-card + footer {
  margin-top: 0.9375rem;
}
.thumbnail-card-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin: 0 0.9375rem 0 0;
  overflow: hidden;
}
.thumbnail-card-thumbnail.left {
  margin: 0 0.9375rem 0 0;
}
.thumbnail-card-thumbnail.thumbnail-card--long {
  width: 100%;
}
.thumbnail-card-thumbnail img {
  border-radius: 5px;
  height: auto;
  width: 100%;
}
.thumbnail-card-title {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
.thumbnail-card-title.thumbnail-card--long {
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0.5rem 0 0.5rem;
}
.thumbnail-card--summary {
  margin-bottom: 0.5rem;
}
.thumbnail-card--summary p:last-child {
  margin: 0;
}

.grid-two-col .thumbnail-card {
  border-bottom: none !important;
}

/* grey card thing */
.grey-card {
  background-color: #f4f4f4;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
}
.grey-card p {
  margin: 0;
}
.grey-card .thumbnail-card-thumbnail {
  float: right;
  margin: 0 0 0 0.9375rem;
  width: 120px;
}
@media screen and (min-width: 550px) {
  .grey-card .thumbnail-card-thumbnail {
    float: left;
    margin: 0 0.9375rem 0 0;
  }
}

/* text cards */
.text-card {
  border-bottom: 1px solid #e5e5e5;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 0.9375rem 0;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.text-card-title {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
@media screen and (min-width: 961px) {
  .text-card {
    padding: 1.875rem 0;
  }
}
.text-card-date {
  color: #767676;
  display: block;
  font-size: 0.875em;
}

/* text cards */
.imagebg-card {
  background-color: #c9c9c9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0.9375rem;
  position: relative;
}
.imagebg-card-text {
  position: relative;
}
.imagebg-card-title {
  font-size: 1em;
  margin: 0 0 0.25rem;
}

/* HEALTH TOPICS LANDING PAGE */
.alpha-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.59rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .alpha-links {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.alpha-links a {
  background: #f4f4f4;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0.59rem 0.75rem;
  padding: 0.1rem 0;
  text-align: center;
  text-decoration: none;
  width: 4.1rem;
}
.alpha-links a:hover, .alpha-links a:focus, .alpha-links a:active {
  background: rgb(62, 122, 150);
  border-color: rgb(62, 122, 150);
  color: #f4f4f4;
  text-decoration: none;
}
.alpha-links a.inactive {
  background: #f6f6f6;
  color: #AAA;
  pointer-events: none;
}

.diseases-conditions--overflow {
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .diseases-conditions--overflow {
    overflow-y: scroll;
  }
}
.diseases-conditions--overflow .icon-card:last-child {
  margin-bottom: 0;
}

.labs-landing-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.labs-landing-grid header {
  text-align: center;
  width: 100%;
}
.labs-landing-grid .lab-list-container {
  background-color: #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.labs-landing-grid .lab-list-container .labs-research-area-nav {
  width: 90%;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (min-width: 601px) {
  .labs-landing-grid .lab-list-container .labs-research-area-nav {
    -webkit-columns: 100px 2;
       -moz-columns: 100px 2;
            columns: 100px 2;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .labs-landing-grid .lab-list-container .labs-research-area-nav {
    -webkit-columns: 100px 5;
       -moz-columns: 100px 5;
            columns: 100px 5;
  }
}
.labs-landing-grid .lab-list-container .labs-research-area-nav a {
  text-align: center;
  padding: 0.5rem;
  display: block;
  font-size: 0.8rem;
  color: #414841;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  .labs-landing-grid .lab-list-container .labs-research-area-nav a {
    text-align: left;
  }
}
.labs-landing-grid .card {
  width: 100%;
  padding: 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .labs-landing-grid .card {
    width: 32%;
  }
}

/* HEALTH TOPICS */
.page-node-384 .card-deck .card:last-child {
  background: url(/themes/niams/images/bg-book.png) no-repeat top right #FFF;
}

.card--publications {
  background: url(/themes/niams/images/bg-book.png) no-repeat top right #FFF !important;
}

/* HEALTH TOPICS AND GRANTS and FUNDING */
.overflow-scroll {
  position: relative;
}
@media screen and (min-width: 768px) {
  .overflow-scroll:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 229, 229)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(229, 229, 229) 0%, rgba(255, 255, 255, 0) 100%);
    content: " ";
    display: block;
    height: 60px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .overflow-scroll:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(229, 229, 229)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(229, 229, 229) 100%);
    bottom: 0;
    content: " ";
    display: block;
    height: 60px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

.popup-gallery .gallery-slide {
  float: left;
  margin: 0 0 0.9375rem 0.9375rem;
}
.popup-gallery .gallery-slide:first-child {
  margin-left: 0;
}
.popup-gallery .gallery-slide img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex .card {
  margin-bottom: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex .card {
    width: 48.5%;
  }
}

.no-flex .card {
  margin-bottom: 1.875rem;
}

.link-card--link {
  margin-bottom: 0.9375rem;
}
.link-card--link:last-child {
  margin-bottom: 0;
}
.link-card--link a:after {
  content: " \f101";
  font-family: "FontAwesome";
}

.block-system-breadcrumb-block ol {
  font-weight: normal;
  list-style: none;
  font-size: 0.875rem;
  padding: 0;
  text-transform: normal;
  margin: 0 0 0.9375rem 0;
}
.block-system-breadcrumb-block ol li {
  display: inline-block;
}
.block-system-breadcrumb-block ol li:after {
  content: " / ";
  /* display: none;
  &:last-child {
    display: block; } */
}
.block-system-breadcrumb-block ol li:last-child:after {
  content: " ";
}

.card-text p:last-child {
  margin-bottom: 0;
}

.card-text--button {
  margin-top: 1.875rem;
}

/* IMAGE OVERLAY CARD */
.image-overlay--card {
  position: relative;
}
.image-overlay--card-image {
  border-radius: 4px;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.image-overlay--card-text {
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 4px 4px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.image-overlay--card-text .card-title {
  margin-bottom: 0;
}

/* Modal Image Gallery */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-header {
  position: relative;
}
.modal-header .modal-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding-right: 60px;
}
.modal-header .close {
  background: #9bbe3c;
  border-radius: 4px;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  opacity: 0.6;
  position: absolute;
  right: 15px;
  text-align: center;
  text-shadow: none;
  top: 17px;
  width: 30px;
  z-index: 2;
}
.modal-header .close:hover, .modal-header .close:focus {
  opacity: 1;
}

.modal-image {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: auto;
}
.modal-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.modal-image--caption {
  font-size: 0.875em;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 1025px) {
  .modal-image--caption {
    margin: 0.9375rem;
  }
}
.modal-image--caption p {
  margin-bottom: 1rem;
}
.modal-image--caption p:last-child {
  margin-bottom: 0;
}

.modal--download-link {
  font-size: 0.875em;
  font-weight: bold;
  margin: 0.9375rem 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .modal--download-link {
    margin: 0.9375rem;
  }
}

.modal-gallery--item-title {
  background: #FFF;
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875em;
  min-height: 5rem;
  left: 0;
  padding: 0.9375rem 3.5rem 0.9375rem 0.9375rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.modal-gallery--item img {
  height: auto;
  width: 100%;
}

.modal-gallery--item {
  margin: 0 0 1.875rem;
  position: relative;
}

.modal-gallery--item-icon {
  color: #3e7a96;
  height: 30px;
  position: absolute;
  right: 0.9375rem;
  text-align: center;
  top: 0.9375rem;
  width: 30px;
}

.modal-gallery--item-icon:after {
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 30px;
}

.modal-gallery--item-icon-image:after {
  content: "\f03e";
}

.modal-gallery--item-icon-video:after {
  content: "\f04b";
}

.modal-gallery--item-icon-audio:after {
  content: "\f028";
}

.card .featured-card {
  border: none;
  margin-bottom: 0;
  width: 100%;
}

/* NEW HOMEPAGE*/
.page-node-2479 .divider {
  margin: 0 -1.875rem;
  position: relative;
  width: auto;
}
.page-node-2479 .block-system-main-block h2 {
  border: none;
  margin: 1rem 0 0;
}
.page-node-2479 .text-card:first-child {
  border-top: 1px solid #e5e5e5;
}
.page-node-2479 .text-card + footer {
  margin-top: 0.9375rem;
}

.page-node-2479 .thumbnail-card:first-child {
  padding-top: 0;
}
.page-node-2479 .thumbnail-card:last-child {
  border-bottom: none;
}
.page-node-2479 .featured-hero--wrapper {
  margin-top: 0;
  padding: 0;
}
.page-node-2479 .featured-hero--wrapper .featured-hero {
  border-radius: 5px 5px 0 0;
  margin-top: 0;
}
.page-node-2479 .block-system-main-block .featured-hero--title {
  border-bottom: 1px solid #fff;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem 0 !important;
  padding: 0 0 1rem 0 !important;
}
@media screen and (min-width: 1025px) {
  .page-node-2479 .block-system-main-block .featured-hero--title {
    font-size: 1.6rem;
  }
}

.block-system-main-block ul.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.block-system-main-block ul.slick-slider li {
  list-style: none;
  margin: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-indent: 0;
}
.block-system-main-block ul.slick-slider li:before {
  content: none;
  display: none;
}

.block-system-main-block ul.slick-dots {
  margin: 0 !important;
  padding: 0 !important;
}

.card-deck .card > .featurettes {
  display: block;
  width: 100%;
}

.intramural-blog-feed article {
  margin-bottom: 0.9375rem;
}
.intramural-blog-feed article + a {
  display: none;
}
.intramural-blog-feed h2 {
  display: none;
}
.intramural-blog-feed h3 {
  font-size: 1em;
}
.intramural-blog-feed h3 + div {
  display: none;
}

.gallery--slide {
  position: relative;
}
.gallery--slide .image-slideshow--caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 1rem;
  left: 0;
  padding: 0.5em;
  position: absolute;
  width: 100%;
}
.gallery--slide img {
  height: auto;
  width: 100%;
}

.gallery--wrapper {
  max-width: 760px;
  margin: 0 auto 2.8125rem;
}
.gallery--wrapper .slick-next {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  height: 0;
  right: 0.5rem;
  width: 0;
}
.gallery--wrapper .slick-next:hover {
  border-left: 20px solid #DDD;
}
.gallery--wrapper .slick-prev {
  border-bottom: 20px solid transparent;
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  height: 0;
  left: 0.5rem;
  width: 0;
}
.gallery--wrapper .slick-prev:hover {
  border-right: 20px solid #DDD;
}
.gallery--wrapper .slick-next, .gallery--wrapper .slick-prev {
  position: absolute;
  z-index: 99;
}
.gallery--wrapper .slick-next:focus, .gallery--wrapper .slick-prev:focus {
  outline: 1px dotted #777;
}

.image-slideshow--image a:before {
  color: #FFF;
  content: "\f00e";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  left: 0.5rem;
  line-height: 1;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  top: 0.5rem;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: 10000;
}

.image-slideshow--image a:hover:before {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

/* hides PI box and PI name from header on clinical trials page */
body.page-node-1250 h2.subtitle {
  display: none;
}
body.page-node-1250 div#tab-overview > div.card.pi-card {
  display: none;
}

body.page-node-1290 div#tab-overview > div.card.pi-card {
  display: none;
}

body.page-node-1536 div#tab-overview > div.card.pi-card {
  display: none;
}

.pubmed-item {
  margin-bottom: 2rem;
}
.text-card .pubmed-item {
  margin-bottom: 0;
}
.pubmed-item--authors {
  display: block;
}
.pubmed-item--meta {
  font-size: 1rem;
}
.pubmed-item--pub-date {
  font-weight: bold;
  display: inline-block;
}
.pubmed-item--journal {
  font-style: italic;
  display: inline-block;
}
.pubmed-item--volume-issue {
  display: inline-block;
}
.pubmed-item--e-pagination {
  display: inline-block;
}
.pubmed-item--id {
  display: block;
  font-size: 0.9rem;
}

h3.pubmed-item--title {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.former-lab-members h3 {
  font-size: 1.1em;
}

.staff-list--entry:first-child {
  padding: 1rem;
  background: #f4f4f4;
  margin-bottom: 0.9375rem;
}

.lab-recruitment-block:after {
  content: "";
  display: table;
  clear: both;
}
.lab-recruitment-block--inner {
  background: #f4f4f4;
  float: right;
  max-width: 100%;
  padding: 1rem;
  width: 100%;
}
.lab-recruitment-block--inner p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .publications-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .publications-flex-container .flex-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 0 0.9375rem 0;
  }
  .publications-flex-container .flex-column:first-child {
    padding-left: 0;
  }
  .publications-flex-container .flex-column:last-child {
    padding-right: 0;
  }
}

.publications-key h3 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}
.publications-key p {
  font-size: 1rem;
}
.publications-key--publication {
  margin-bottom: 2rem;
}
.publications-key--publication::after {
  content: "";
  display: table;
  clear: both;
}
.publications-key--publication .media-image {
  margin-top: 0.25rem;
  margin-bottom: 0;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

#tab-publications > .tab-title {
  display: none;
  visibility: 0;
}

.irpTaxLink {
  display: inline;
}

.irpLabGroups {
  margin: 1rem 0;
}

#block-languageswitcher {
  float: right;
}
@media screen and (max-width: 481px) {
  #block-languageswitcher {
    float: left;
  }
}
#block-languageswitcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-languageswitcher ul:before {
  color: #9bbe3c;
  content: "\f075";
  display: inline-block;
  font-family: "FontAwesome";
  position: relative;
  top: -2px;
  vertical-align: top;
}
@media screen and (max-width: 481px) {
  #block-languageswitcher ul:before {
    display: none;
  }
}
#block-languageswitcher li {
  border-right: 1px solid #c9c9c9;
  display: inline-block;
  padding: 0 0.75rem;
  text-transform: uppercase;
}
#block-languageswitcher li:last-child {
  border: none;
}
@media screen and (max-width: 481px) {
  #block-languageswitcher li {
    font-size: 0.8rem;
  }
}
#block-languageswitcher a.is-active {
  color: #333;
  text-decoration: underline;
}

/* Styles for Forms */
.simple-form--row {
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
}
.simple-form--text-field {
  border-color: #FFF;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding-right: 42px;
  vertical-align: top;
  width: 100%;
}
.simple-form--submit {
  background-color: #9bbe3c;
  border: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.375rem 1rem 0.375rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.simple-form--submit--dark {
  background-color: #333833;
}

.searchform {
  position: relative;
}
.searchform .btn-primary.searchform-button {
  background: url(/themes/niams/images/icon-search-dark.png) #9bbe3c no-repeat;
  background-position: center center;
  background-size: 22px 22px;
  border-bottom-left-radius: 0;
  border-color: #FFF;
  border-top-left-radius: 0;
  display: inline-block;
  font-family: "FontAwesome";
  overflow: hidden;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  text-align: left;
  text-indent: -200px;
  top: 0;
  width: 46px;
}
.searchform .btn-primary.searchform-button:hover {
  background-color: #a6c74d;
  border-color: #eaf2d4;
}
.searchform input[type=search] {
  border-color: #FFF;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding-right: 42px;
  vertical-align: top;
  width: 100%;
}
.searchform input[type=search]::-webkit-input-placeholder {
  color: #414841;
  font-weight: bold;
}
.searchform input[type=search]::-moz-placeholder {
  color: #414841;
  font-weight: bold;
  opacity: 1;
}
.searchform input[type=search]:-moz-placeholder {
  color: #414841;
  font-weight: bold;
  opacity: 1;
}
.searchform input[type=search]:-ms-input-placeholder {
  color: #414841;
  font-weight: bold;
}
.searchform--full-width {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.searchform--full-width .btn, .searchform--full-width .form-control {
  font-size: 1.3rem;
}

.imagebg-card-grantsearch {
  background: url(/themes/niams/images/bg-grants-search-block.jpg) no-repeat;
  background-size: cover;
}

.hide--views-filter .views-exposed-form {
  display: none;
}

.css-filter {
  position: relative;
  margin: 2rem 0;
}
.css-filter--label {
  display: inline-block;
  height: 1.5em;
  vertical-align: top;
  line-height: 1.5em;
}
.css-filter--option-list {
  background: #fff;
  position: absolute;
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  border: 1px solid #CACACA;
  width: 6em;
  text-align: center;
  line-height: 1.5em;
  z-index: 1;
  margin-left: 10px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}
.css-filter--option-list:hover {
  height: auto;
}
.css-filter--option {
  display: block;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 0.875em;
}
.css-filter--option a {
  display: block;
  line-height: 1.5em;
}

.card-gray {
  background: #414841;
}
.card-gray h3 {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}

/* STYLES FOR CSS COLUMNS AND THEIR CONTENTS */
.two-columns {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-columns: 240px 2;
     -moz-columns: 240px 2;
          columns: 240px 2;
}
.two-columns > div, .two-columns > li {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.two-columns--resource-list-item {
  padding: 0.9375rem 0;
}
.two-columns--resource-list-item p:last-child {
  margin: 0;
}
.two-columns--column-block {
  -webkit-column-break-after: column;
     -moz-column-break-after: column;
          break-after: column;
}
.two-columns .text-card, .two-columns .thumbnail-card {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  /* fixes bug in Firefox, not ideal. nk. */
  margin: 0;
  padding: 0.9375rem 0;
}
@media screen and (min-width: 961px) {
  .two-columns .text-card, .two-columns .thumbnail-card {
    padding: 1.875rem 0;
  }
}

@media screen and (min-width: 961px) {
  .three-columns {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    -webkit-columns: 260px 3;
       -moz-columns: 260px 3;
            columns: 260px 3;
  }
  .three-columns--column-block {
    -webkit-column-break-after: column;
       -moz-column-break-after: column;
            break-after: column;
  }
}

/* STYLES FOR CONTENT ACCORDIONS */
.iq-accordion--heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(62, 122, 150);
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0;
  padding: 0.9375rem 2.5rem 0.9375rem 0;
  position: relative;
}
.iq-accordion--heading:after {
  color: #9bbe3c;
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0.9375rem;
}
.iq-accordion--heading.header-opened:after {
  content: "\f068";
}
.iq-accordion--row {
  border-bottom: 1px solid #c9c9c9;
}
.iq-accordion--content {
  padding-bottom: 1.875rem;
}
.iq-accordion--content p:last-child, .iq-accordion--content ul:last-child {
  margin-bottom: 0;
}

/* STYLES FOR MEDIA */
.image-credit .field--label-inline .field__label {
  display: inline;
  font-weight: 600;
}
.image-credit .field--label-inline .field__item {
  display: inline;
}

.path-media .file--image a {
  background: #9bbe3c;
  padding: 0.9375rem 1.875rem;
  border-radius: 5px;
  color: #333;
  display: block;
  font-weight: bold;
}
.path-media .file--image a:hover {
  background: #b0cd60;
  text-decoration: none;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.path-media .field {
  margin: 0 0 1.875rem 0;
}
.path-media .field--name-field-abstract p:last-child {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .path-media .field--label-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
.path-media .field--label-inline .field__label {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .path-media .field--label-inline .field__label {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: right;
  }
}

.image-library--wrapper {
  padding: 0.9375rem;
}
@media screen and (min-width: 1025px) {
  .image-library--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.image-library--meta {
  background: #F4F4F4;
  padding: 0.9375rem;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.image-library--meta p:last-child {
  margin-bottom: 0;
}

.image-library--image {
  margin-bottom: 1.875rem;
  text-align: center;
}
.image-library--image video {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .image-library--image {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .image-library--image {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}

/** video full width display */
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2em;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/**** start css for view NML image Search VIEW ****/
/* General contextual filter settings */
#nml-exposed-filters {
  margin: 0em 2em 4em 2em;
  background-color: #f4f4f4;
  padding: 1em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#nml-exposed-filters input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
#nml-exposed-filters select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
#nml-exposed-filters .rower {
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0;
}
#nml-exposed-filters .rower.margin-top-2 {
  margin-top: 1.9375rem;
}
#nml-exposed-filters .rower label {
  font-weight: 400;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #nml-exposed-filters .rower {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#nml-exposed-filters .form-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
@media screen and (max-width: 768px) {
  #nml-exposed-filters .form-item {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
@media screen and (max-width: 601px) {
  #nml-exposed-filters .form-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
#nml-exposed-filters .form-item #edit-combine {
  width: 100%;
  padding: 0 10px;
}
#nml-exposed-filters .span-8 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
@media screen and (max-width: 768px) {
  #nml-exposed-filters .span-8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
#nml-exposed-filters .button {
  margin-top: 0px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #nml-exposed-filters .button {
    margin-top: 1em;
    width: 100%;
  }
}

/* First filter settings and toggle other filters */
.paddit {
  padding: 5px 10px;
  font-weight: bold;
}

#show-extra-filters {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 1rem 0 0;
  color: #3F7497;
  border: none;
  background-color: transparent;
  outline: none;
}
#show-extra-filters:hover {
  border: none;
  color: #014c8c;
}
#show-extra-filters:focus {
  border: 1px dotted #333;
}
#show-extra-filters:before {
  font-family: "FontAwesome";
  content: "\f067";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#show-extra-filters.expanded:before {
  font-family: "FontAwesome";
  content: "\f00d";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nml-search-results-view--images {
  padding: 0 2em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.nml-search-results-view--images .views-row img {
  width: 100%;
  height: auto;
}

/*** Extra Filters ***/
.nml-search-results-view .button {
  background: #a6c74d;
  border-color: #a4c549;
  color: #333833;
  font-weight: 600;
  border-radius: 0px;
  border: 1px solid #ffffff;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.nml-search-results-view .button:hover {
  opacity: 0.8;
}
.nml-search-results-view #hidden-filters {
  display: none;
  padding: 0;
  margin-top: 1rem;
  background-color: #EEE;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #DBDAD3;
}
.nml-search-results-view .row-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nml-search-results-view .row-hidden label {
  display: block;
  font-weight: 400;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
.nml-search-results-view .row-hidden select {
  width: 100%;
  padding: 0px 10px;
  background-color: #ffffff;
}
.nml-search-results-view .row-hidden .filter {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
@media screen and (max-width: 768px) {
  .nml-search-results-view .row-hidden .filter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.nml-search-results-view .nml-search span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  color: #424841;
}
.nml-search-results-view .nml-thumb {
  min-width: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  overflow: hidden;
  vertical-align: middle;
}
.nml-search-results-view .nml-thumb img {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
}
.nml-search-results-view .nml-thumb img:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media screen and (min-width: 1200px) {
  .nml-search-results-view .nml-thumb {
    max-height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .nml-search-results-view .nml-thumb {
    max-height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .nml-search-results-view .nml-thumb {
    max-height: 100%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
.nml-search-results-view .nml-thumb .center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nml-search-results-view .form-item-buttons {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media screen and (max-width: 550px) {
  .nml-search-results-view .form-item-buttons {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 481px) {
  .nml-search-results-view .form-item-buttons {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.nml-search-results-view .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nml-search-results-view .nml-tag {
  padding: 0.5rem 1rem;
  border-radius: 2px;
  color: #666;
  background-color: #eeeeee;
  border-color: #eeeeee;
  font-size: 90%;
}
.nml-search-results-view .nml-tag:before {
  font-family: "FontAwesome";
  content: "\f111";
  color: #666;
  font-size: 0.5rem;
  vertical-align: middle;
  margin-right: 5px;
}
.nml-search-results-view .no-results {
  margin: 2em;
  padding: 10px;
}

/** Search Resultes **/
.nml-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  margin: 2em;
  padding: 10px;
}
h4 .nml-search-results p {
  margin-bottom: 0.5rem;
}
.nml-search-results h4 a {
  color: #3F7497;
  font-size: 23px;
}
.nml-search-results h4 a:hover {
  color: #014c8c;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .nml-search-results {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.press-release--header {
  font-size: 1rem;
  margin-bottom: 1.875rem;
}

.press-release--header > div {
  float: left;
  width: 50%;
}
.press-release--header > a {
  display: block;
  float: right;
  text-align: right;
  width: 50%;
}
.press-release--date {
  clear: right;
  float: left;
  width: 50%;
}
.press-release--contact {
  float: right;
  text-align: right;
  width: 50%;
}
.press-release--contact--label {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.press-release--contacts {
  float: right;
}
.press-release--nih {
  text-transform: uppercase;
}

.Roundtable .margin-bottom-1 .font-size-small {
  display: none !important;
}

body.page-node-2479 div.card.margin-bottom-2 div.card-block {
  width: 100%;
}

.card.card--subscribe p {
  font-size: 90%;
}
.card.card--subscribe .card-block {
  background-color: #f4f4f4;
}
.card.card--subscribe .button-wrapper-green input[type=submit] {
  background: #a6c74d;
  border-color: #a4c549;
  color: #333833;
  font-weight: 600;
  outline: none;
  border: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.375rem 1rem;
  text-align: center;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.card.card--subscribe .button-wrapper-green input[type=submit]:hover {
  background: #b0cd60;
  border-color: #aecc5c;
  text-decoration: none;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.card.card--subscribe input[type=email] {
  border-radius: 0.25rem;
  border: 2px solid #c9c9c9;
  height: 40px;
  line-height: 40px;
  padding: 0 0.5rem;
}
.card.card--subscribe .mc-field-group {
  float: left;
}

.context-community-outreach-initiative-social-media-resources .coi-resources--menu-subscribe {
  display: none;
}
.context-community-outreach-initiative-social-media-resources .button-wrapper {
  float: left;
}

.coi-resources--menu-subscribe .button-wrapper {
  float: left;
  margin-left: 1.2rem;
}

@media screen and (min-width: 768px) {
  .card--director .col-md-6:nth-child(1) {
    padding-right: 2rem !important;
  }
}

.funding-tool .results .odd, .funding-tool .ft-facets {
  background-color: #fbfbfb;
}

.visible-xs {
  display: none !important;
}

.funding-tool {
  padding: 1rem 0.5rem;
}
.funding-tool .ft-facets {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 1rem;
}
.funding-tool .ft-facets .display-as-tray .mobile-header {
  display: none;
  cursor: pointer;
}
.funding-tool .ft-facets .display-as-tray .mobile-footer {
  display: none;
}
.funding-tool .ft-facets .display-as-tray .mobile-footer button {
  cursor: pointer;
}
.funding-tool .ft-facets .sb-collapse {
  font-size: 0.875rem;
  color: #3e7a96;
  cursor: pointer;
}
.funding-tool .ft-facets .sb-collapse i {
  color: #9bbe3c;
}
.funding-tool .ft-facets h3 {
  font-size: 1.25rem;
  padding-top: 1rem;
}
.funding-tool .ft-facets legend {
  font-size: 1.125rem;
  font-weight: bold;
}
.funding-tool .ft-facets label {
  color: #3e7a96;
  font-size: 1rem;
}
.funding-tool .ft-facets label .checkbtn {
  cursor: pointer;
}
.funding-tool .ft-facets label .checkbtn i {
  color: #9bbe3c;
  margin-left: -17px;
}
.funding-tool .ft-facets label .checkbtn i.red {
  color: #f66;
}
.funding-tool .results .headers {
  margin-top: 1rem;
}
.funding-tool .results .headers div {
  background-color: #fff;
  border-bottom: 2px solid #dbdad3;
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
}
.funding-tool .results .headers div span {
  display: inline-block;
  cursor: pointer;
  background: url(/themes/niams/images/sort_sprite.png) no-repeat 0 -71px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.funding-tool .results .headers div span.asc {
  background-position: 0 -35px;
}
.funding-tool .results .headers div span.desc {
  background-position: 0 0;
}
.funding-tool .results .result-info {
  padding: 10px 5px 0;
  font-size: 0.8em;
}
.funding-tool .results .grant {
  border-bottom: 1px solid #dbdad3;
  padding-bottom: 10px;
  padding-top: 10px;
}
.funding-tool .results .grant .col-md-8 {
  padding-left: 0;
}
.funding-tool .results .grant div {
  font-size: 1rem;
  text-align: left;
}
.funding-tool .results .grant .toggle-col {
  color: #9bbe3c;
  float: left;
  font-size: 1rem;
  text-align: center;
  width: 12%;
  cursor: pointer;
}
.funding-tool .results .grant .toggle-col-off {
  cursor: auto;
}
.funding-tool .results .grant .grant-title {
  float: left;
  font-size: 1rem;
  width: 88%;
  padding-left: 0.5em;
}
.funding-tool .results .grant .purpose {
  border-top: none;
  margin-top: 5px;
  padding: 10px 0 0 4.5%;
  font-size: 1rem;
}
.funding-tool .no-results {
  padding: 3em;
}
.funding-tool .no-results h3 {
  text-align: center;
  font-size: 2em;
}
.funding-tool .loading-view {
  padding: 4em;
  text-align: center;
}
.funding-tool .loading-view h3 {
  color: #3e7a96;
}
.funding-tool .animate-results.ng-enter {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  opacity: 0;
}
.funding-tool .animate-results.ng-enter.ng-enter-active {
  opacity: 1;
}
.funding-tool .animate-results.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  opacity: 1;
  position: absolute;
  right: 0;
}
.funding-tool .animate-results.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar .bar {
  position: relative;
}

@media screen and (max-width: 601px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .funding-tool .results input[name=text_search] {
    margin-left: 0px;
  }
  .funding-tool .results .btn {
    margin-left: -20px;
  }
  .funding-tool .ft-facets .display-as-tray {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 7px 7px 50px;
    display: none;
  }
  .funding-tool .ft-facets .display-as-tray-hide {
    display: none;
  }
  .funding-tool .ft-facets .display-as-tray form {
    overflow-y: auto;
    height: 87%;
    width: 100%;
    padding: 10px 0;
  }
  .funding-tool .ft-facets .display-as-tray .mobile-header {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
    text-align: center;
    position: relative;
  }
  .funding-tool .ft-facets .display-as-tray .mobile-header .close-btn {
    position: absolute;
    top: -3px;
    right: 2px;
  }
  .funding-tool .ft-facets .display-as-tray .mobile-footer {
    display: block;
    padding-top: 7px;
    margin-top: 10px;
    border-top: 1px solid #c7c7c7;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .funding-tool .ft-facets {
    margin-bottom: 0;
  }
  .funding-tool .results {
    padding-left: 2rem;
  }
  .funding-tool .results .headers {
    margin-top: 2rem;
  }
  .funding-tool .results .grant .toggle-col {
    width: 7%;
  }
  .funding-tool .results .grant .grant-title {
    font-size: 1.25rem;
    width: 93%;
    padding-left: 0;
  }
  .funding-tool .results .grant .purpose {
    font-size: 1rem;
  }
}
.js .expand-toggle--content {
  display: none;
}

.alert-banner .row, .utility-utilitybar .row {
  margin: 0;
}
@media screen and (min-width: 991px) {
  .alert-banner .row, .utility-utilitybar .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.alert-banner {
  background-color: #be2c2c;
  color: #FFF !important;
  padding: 1rem 0;
}
.alert-banner h2 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 1.2rem;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .alert-banner h2 {
    margin-bottom: 1rem;
  }
}
.alert-banner .block--bean-emergency-message a {
  color: #FFF;
}
.alert-banner .block--bean-emergency-message ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .alert-banner .block--bean-emergency-message ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.alert-banner .block--bean-emergency-message ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  margin-right: 3%;
}
.alert-banner .block--bean-emergency-message ul li:last-child {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .alert-banner .block--bean-emergency-message ul li {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .alert-banner .block--bean-emergency-message ul li {
    display: block;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.util-wrapper {
  float: right;
}

.utility {
  background: #333833;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 0.75em;
  line-height: 1.5;
  padding: 0.75em 0;
}
.utility:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .utility {
    font-size: 0.875em;
  }
}
.utility a {
  color: #FFF;
  text-decoration: none;
}
.utility a:hover {
  text-decoration: underline;
}
.utility .contextual-links a {
  color: #004fba !important;
}
.utility .utility-utilitybar .contact-us, .utility .utility-utilitybar .email-updates, .utility .utility-utilitybar .social-links {
  margin-left: 2em;
}
.utility .social-links {
  display: none;
}
@media screen and (min-width: 342px) {
  .utility .social-links {
    display: inline;
  }
}
.utility .contact-us {
  display: none;
}
@media screen and (min-width: 601px) {
  .utility .contact-us {
    display: inline;
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .utility .contact-us {
    padding-left: 1.3em;
  }
  .utility .contact-us:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.3em;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
  }
}
.utility .email-updates {
  display: none;
}
@media screen and (min-width: 601px) {
  .utility .email-updates {
    display: inline;
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .utility .email-updates {
    padding-left: 1.8em;
  }
  .utility .email-updates:before {
    content: "\f003";
    font-family: "FontAwesome";
    font-size: 1.1em;
    left: 0;
    margin-top: -11px;
    position: absolute;
    top: 50%;
  }
}
.utility .fa {
  font-size: 1.3em;
  margin-left: 0.5em;
}

.header {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  padding: 2em 0;
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f4f4f4;
  padding: 0.9375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 601px) {
  .header {
    padding: 1.875rem 1.875rem;
  }
}

.header-logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  width: 240px;
}
@media screen and (min-width: 481px) {
  .header-logo {
    width: auto;
    padding-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .header-logo {
    padding-left: 0;
  }
}
.header-logo img {
  height: auto;
  max-width: 100%;
}

.header__portals {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__portals {
    display: block;
    padding: 0;
    text-align: right;
  }
}
.header__portals .nav-item {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .header__portals .nav-item {
    font-size: 1rem;
    display: inline-block;
    margin-right: 0.9375rem;
  }
}
.header__portals .nav-item:last-child {
  margin-right: 0;
}

.header__search {
  text-align: right;
}

.utility {
  padding-top: 0;
  padding-bottom: 0;
}

#block-utilitybar {
  padding-top: 0.75rem;
}

.usa-banner {
  background-color: #f0f0f0;
  color: #414841;
}
.usa-banner .usa-accordion {
  font-size: 1.06rem;
  line-height: 1.5rem;
}
.usa-banner__inner {
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  margin-right: auto;
  max-width: 64rem;
}
.usa-banner .grid-col-auto {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}
.usa-banner__header-action {
  display: none;
}
.usa-banner__header {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  min-height: 0;
  font-size: 0.8rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .usa-banner__header {
    padding-bottom: 0.5rem;
  }
}
.usa-banner__header-flag {
  margin-right: 0.5rem;
  padding-top: 0;
  width: 1rem;
}
.usa-banner .tablet\:grid-col-auto {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
}
.usa-banner__header-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.usa-banner__button {
  color: #005ea2;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  display: inline;
  margin-left: 0.5rem;
  position: relative;
  border: 0;
  border-radius: 0;
  text-align: left;
  vertical-align: baseline;
  font-size: 0.8rem;
  height: auto;
  line-height: 1.1;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .usa-banner__button {
    width: 100%;
    margin-left: 0;
  }
}
.usa-banner__button:focus {
  outline: none;
}
.usa-banner .usa-banner__button-text {
  position: relative;
}
.usa-banner .usa-banner__button[aria-expanded=false] .usa-banner__button-text::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url("/sites/default/files/media/images/expand_more.png") no-repeat;
  background-position: center center;
  top: 2px;
  right: -17px;
  position: absolute;
  display: inline-block;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .usa-banner .usa-banner__button[aria-expanded=false] .usa-banner__button-text::after {
    top: 2px;
  }
}
.usa-banner .usa-banner__button[aria-expanded=true] .usa-banner__button-text::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url("/sites/default/files/media/images/expand_less.png") no-repeat;
  background-position: center center;
  top: 2px;
  right: -17px;
  position: absolute;
  display: inline-block;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .usa-banner .usa-banner__button[aria-expanded=true] .usa-banner__button-text::after {
    top: 2px;
  }
}
.usa-banner__button-text {
  text-decoration: underline;
}
.usa-banner__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  background-color: transparent;
  font-size: 1rem;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-top: 1.5rem;
}
.usa-banner__icon {
  width: 2.5rem;
}
.usa-banner .grid-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.usa-banner .tablet\:grid-col-6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  width: 100% !important;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .usa-banner .tablet\:grid-col-6 {
    width: 50% !important;
    padding-top: 0;
  }
}
.usa-banner__guidance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 64ex;
}
.usa-banner .usa-media-block__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.usa-banner .usa-media-block__body p {
  margin-bottom: 0;
}
.usa-banner [hidden] {
  display: none;
}
.usa-banner .usa-media-block__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
}
.usa-banner__lock-image {
  height: 1.5ex;
  width: 1.21875ex;
}

.footer-1 {
  background: #333833;
  color: #FFF;
  padding: 2em 0;
}
.footer-1 h2 {
  color: #9bbe3c;
}
.footer-1 a {
  color: #FFF;
  text-decoration: underline;
}
.footer-1 .open-button, .footer-1 .close-button {
  display: none;
}

.footer-2 {
  background: #DBDAD3;
  color: #333;
  font-size: 0.875em;
  line-height: 2.5;
  padding: 2em 0 4em 0;
  text-align: center;
}
.footer-2 p {
  margin: 0;
}
.footer-2 a {
  color: #004fba;
}

.footer-menu-main {
  margin: 1em 0 2em;
}
@media screen and (min-width: 961px) {
  .footer-menu-main {
    margin: 1em 0 3em;
  }
}
.footer-menu-main a.nav-item {
  display: block;
  float: left;
  margin-bottom: 1em;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 481px) {
  .footer-menu-main a.nav-item {
    width: 33.333%;
  }
}
@media screen and (min-width: 961px) {
  .footer-menu-main a.nav-item {
    margin-bottom: 0;
    width: 16.666%;
  }
}
.footer-menu-main a.nav-item:nth-of-type(9), .footer-menu-main a.nav-item:nth-of-type(8), .footer-menu-main a.nav-item:nth-of-type(7) {
  display: none;
}

#block-footerpolicylinks {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.usa-footer__primary-section {
  background-color: #333833;
  padding: 0 2rem;
}
.usa-footer__primary-section > .grid-container {
  max-width: 87.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.usa-footer__secondary-link {
  line-height: 1.1rem;
}
@media screen and (max-width: 768px) {
  .usa-footer__secondary-link {
    padding-top: 1rem;
  }
}
.usa-footer__secondary-link a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .usa-footer .usa-footer__secondary-link + .usa-footer__secondary-link {
    padding-top: 1rem;
  }
}
.usa-footer__nav {
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
  padding: 3rem 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .usa-footer__nav {
    padding-top: 2rem;
  }
}
.usa-footer__contact-links {
  padding-bottom: 3rem;
}
.usa-footer__contact-links__heading {
  color: #fff;
  font-weight: 700;
}
.usa-footer__contact-links .grid-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.usa-footer__social-links {
  padding-top: 0.5rem;
}
.usa-footer__social-links .grid-col-auto {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  margin-right: 1rem;
}
.usa-footer__social-links .grid-col-auto a {
  color: #fff;
}
.usa-footer__logo img {
  max-width: 20rem;
}
.usa-footer__secondary-section {
  padding: 2rem 2rem;
  background-color: rgb(62, 122, 150);
}
.usa-footer__secondary-section > .grid-container {
  max-width: 87.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.usa-footer__secondary-logo {
  margin-bottom: 2rem;
}
.usa-footer__secondary-logo img {
  width: 100%;
  max-width: 20rem;
}

.usa-footer--big .usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled,
.usa-footer--big .usa-footer__secondary-content--collapsible .usa-list--unstyled {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled,
.usa-footer--big .usa-footer__secondary-content--collapsible .usa-list--unstyled {
    padding-bottom: 2rem;
    padding-top: 0.75rem;
  }
}
.usa-footer--big .usa-sign-up {
  padding-top: 3rem;
}
.usa-footer--big .usa-sign-up__heading {
  color: #fff;
  font-weight: 700;
}
.usa-footer--big .usa-sign-up p {
  color: #fff;
}
.usa-footer--big .usa-sign-up__button a {
  text-decoration: none;
  border-radius: 4px;
  border: none;
  background-color: #a6c74d;
  margin-bottom: 2.5rem;
  display: inline-block;
  padding: 0.375rem 1rem;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #333833 !important;
  font-weight: 600;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.usa-footer--big .usa-sign-up__button a:hover {
  background-color: #b0cd60;
  text-decoration: none;
}

.masquerade-block-form {
  text-align: center;
  margin-bottom: 2rem;
}
.masquerade-block-form h2 {
  color: #fff;
}

.block-page-title-block h1 {
  margin-bottom: 0;
}

#content {
  background: #f4f4f4;
  padding: 1.875rem 0 2.8125rem 0;
}
@media screen and (min-width: 1025px) {
  #content {
    font-size: 1.2em;
  }
}
#content .container .content-inner {
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  padding-bottom: 1em;
  padding-top: 1em;
}
.path-frontpage #content .container .content-inner {
  border-radius: 5px;
}
.page-node-type-site-landing-page #content .container .content-inner {
  padding-top: 0;
}

.content-before {
  background: #f4f4f4;
  padding: 1.875rem 0 0;
}
.content-before .container {
  margin: 0 0.9375rem;
}
@media screen and (min-width: 992px) {
  .content-before .container {
    margin: 0 auto;
  }
}

.modified-date {
  clear: both;
  font-size: 0.875rem;
  margin: 0;
  padding-top: 0.9375rem;
  text-align: right;
}

.back-top {
  clear: both;
  font-size: 0.875rem;
  margin: 0;
  padding-top: 0;
  text-align: right;
}

.back-to-top {
  float: right;
  font-size: 0.875em;
  padding: 0 0.9375rem;
}

.block-system-main-block > .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .block-system-main-block > .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.node--unpublished {
  background-color: #fff4f4;
  background-image: url("/themes/niams/images/unpublished-transparent.png");
}

.partnerships-card {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.partnerships-card img {
  height: auto;
  width: 100%;
}
.partnerships-card--title {
  background: rgba(255, 255, 255, 0.8);
  bottom: 50%;
  color: rgb(62, 122, 150);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
  font-weight: bold;
  height: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .partnerships-card--title {
    font-size: 1em;
  }
}
@media (max-width: 580px) {
  .partnerships-card--title {
    font-size: 1.3em;
  }
}
.partnerships-card--title:before {
  background: url(/themes/niams/images/green-ribbon.png) no-repeat 0 0;
  background-size: cover;
  content: " ";
  display: block;
  height: 24px;
  left: -6px;
  position: absolute;
  width: 28px;
}
.partnerships-card--text {
  background: rgb(255, 255, 255);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
  height: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 1.9375rem 0.8rem 0.9375rem;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .partnerships-card--text {
    font-size: 1em;
  }
}
@media (max-width: 580px) {
  .partnerships-card--text {
    font-size: 1.3em;
  }
}

.slick-prev {
  border-bottom: 20px solid transparent;
  border-right: 20px solid rgb(62, 122, 150);
  border-top: 20px solid transparent;
  height: 0;
  left: 12px;
  width: 0;
}
.slick-prev:before {
  color: transparent;
}

.slick-next {
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgb(62, 122, 150);
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
}
.slick-next:before {
  color: transparent;
}

.partnership-slider .slick-next, .partnership-slider .slick-prev {
  z-index: 101;
}
.partnership-slider .slick-next {
  right: 0;
}
.partnership-slider .slick-prev {
  left: 0;
}
.partnership-slider ul.slick-slider:before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 100;
}
.partnership-slider ul.slick-slider:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 100;
}

.resource-list ul {
  padding-left: 0;
}
.resource-list ul li {
  list-style: none;
}

.coalition-views-group-head {
  margin: 2rem 0 2rem 0em;
}

.coalition-organization.views-row {
  padding: 0 1em;
}

.p2b2-coalition-view {
  padding-top: 0.5rem;
}
.p2b2-coalition-view #coalition-filters {
  background-color: #f4f4f4;
  padding: 1em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1em;
  margin-top: 1rem;
  -webkit-box-shadow: 5px 3px 15px #EEE;
          box-shadow: 5px 3px 15px #EEE;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p2b2-coalition-view #coalition-filters label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #000000;
}
.p2b2-coalition-view #coalition-filters .chosen-container .chosen-single {
  height: 40px !important;
  background-image: none;
  background-color: #fff;
  padding-top: 8px;
  font-size: 1rem;
  background-image: none;
}
.p2b2-coalition-view #coalition-filters .chosen-container .chosen-single div b {
  background-position: 0px 10px;
}
.p2b2-coalition-view #coalition-filters .chosen-container .chosen-container-single .chosen-single {
  height: 40px !important;
  background-image: none;
  background-color: #fff;
  padding-top: 8px;
  font-size: 1rem;
}
.p2b2-coalition-view #coalition-filters .chosen-container .chosen-container-single .chosen-single div b {
  background-position: 0px 10px;
}
.p2b2-coalition-view #coalition-filters .chosen-container-multi {
  width: 100% !important;
}
.p2b2-coalition-view #coalition-filters .chosen-container-multi .chosen-choices {
  border: 1px solid #d1d1d1;
  height: 40px;
  border-radius: 5px;
  font-size: 1rem !important;
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .p2b2-coalition-view #coalition-filters .chosen-container-multi .chosen-choices {
    height: auto;
    overflow: hidden;
  }
}
.p2b2-coalition-view #coalition-filters input {
  border: 1px solid #d1d1d1;
  height: 40px;
  margin-left: 0;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem !important;
  padding-left: 10px;
  color: #000000;
}
.p2b2-coalition-view #coalition-filters select {
  height: 40px;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding-left: 10px;
}
.p2b2-coalition-view .form-submit {
  background: #a6c74d;
  border-color: #a4c549;
  color: #333733;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-top: 1.65em;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  height: 40px;
}
.p2b2-coalition-view .no-results {
  margin-top: 1.5rem;
  margin-left: 1rem;
}

/* STYLES FOR E-TOOLKIT PAGE (MAINLY SLIDERS) */
/* TABS */
body.page-node-4741 {
  /* button position */
  /* button position */
}
body.page-node-4741 #tabs h2 {
  display: none;
}
body.page-node-4741 #tabs ul.nav-tabs {
  margin: 0;
  padding-bottom: 2em;
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item {
  margin: 0 0.5rem;
}
@media screen and (min-width: 900px) {
  body.page-node-4741 #tabs ul.nav-tabs li.nav-item {
    margin: 1rem 2rem;
  }
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(1):after {
  left: 3.4em;
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(2):after {
  left: 3.4em;
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(3):after {
  left: 3.4em;
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(4):after {
  left: 3em;
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(5):after {
  left: 4.8em;
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(6) {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1127px) {
  body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(6) {
    padding-bottom: 0.15rem;
  }
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:nth-of-type(6):after {
  content: "";
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:last-of-type {
  padding-bottom: 0rem;
}
@media screen and (max-width: 1127px) {
  body.page-node-4741 #tabs ul.nav-tabs li.nav-item:last-of-type {
    padding-bottom: 0rem;
  }
}
body.page-node-4741 #tabs ul.nav-tabs li.nav-item:last-of-type:after {
  content: "";
}
body.page-node-4741 #tabs ul.nav-tabs .nav-link {
  min-width: unset;
  border-bottom: 3px solid #CCC;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 0 !important;
  line-height: 1;
  height: 2rem;
}
@media screen and (min-width: 900px) {
  body.page-node-4741 #tabs ul.nav-tabs .nav-link {
    height: 3rem;
  }
}
body.page-node-4741 #tabs ul.nav-tabs .active {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #9bbe3c;
}
body.page-node-4741 #tabs ul.overflow-nav-list li.nav-item:after {
  content: "";
}
body.page-node-4741 #tabs .block-system-main-block ul.slick-dots li:before {
  content: "";
}
body.page-node-4741 div.button-wrapper.button-wrapper-green.right {
  margin-top: 3rem;
}
body.page-node-4741 .slick-dots li {
  text-indent: 0 !important;
}
body.page-node-4741 #block-niams-content ul.nav-tabs .more .overflow-nav-list .nav-item:first-child {
  margin-left: 0.5rem;
}

/* main slider */
.toolkit-wrapper-bones, .toolkit-wrapper-joints, .toolkit-wrapper-muscles, .toolkit-wrapper-skin, .toolkit-wrapper-comms, .toolkit-wrapper-general {
  max-width: 600px;
  margin: 0 auto;
}
.toolkit-wrapper-bones img, .toolkit-wrapper-joints img, .toolkit-wrapper-muscles img, .toolkit-wrapper-skin img, .toolkit-wrapper-comms img, .toolkit-wrapper-general img {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.toolkit-wrapper-bones .slick-next, .toolkit-wrapper-joints .slick-next, .toolkit-wrapper-muscles .slick-next, .toolkit-wrapper-skin .slick-next, .toolkit-wrapper-comms .slick-next, .toolkit-wrapper-general .slick-next {
  border-left: 20px solid #FFF;
  right: 10px;
  opacity: 0.75;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .toolkit-wrapper-bones .slick-next, .toolkit-wrapper-joints .slick-next, .toolkit-wrapper-muscles .slick-next, .toolkit-wrapper-skin .slick-next, .toolkit-wrapper-comms .slick-next, .toolkit-wrapper-general .slick-next {
    right: -60px;
    border-left: 20px solid #9bbe3c;
    opacity: 1;
  }
}
.toolkit-wrapper-bones .slick-prev, .toolkit-wrapper-joints .slick-prev, .toolkit-wrapper-muscles .slick-prev, .toolkit-wrapper-skin .slick-prev, .toolkit-wrapper-comms .slick-prev, .toolkit-wrapper-general .slick-prev {
  border-right: 20px solid #FFF;
  z-index: 1000;
  left: 10px;
  opacity: 0.75;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .toolkit-wrapper-bones .slick-prev, .toolkit-wrapper-joints .slick-prev, .toolkit-wrapper-muscles .slick-prev, .toolkit-wrapper-skin .slick-prev, .toolkit-wrapper-comms .slick-prev, .toolkit-wrapper-general .slick-prev {
    left: -60px;
    border-right: 20px solid #9bbe3c;
    opacity: 1;
  }
}
.toolkit-wrapper-bones .share-wrapper, .toolkit-wrapper-joints .share-wrapper, .toolkit-wrapper-muscles .share-wrapper, .toolkit-wrapper-skin .share-wrapper, .toolkit-wrapper-comms .share-wrapper, .toolkit-wrapper-general .share-wrapper {
  border-bottom: 1px solid #e5e5e5;
  max-width: 600px;
  margin: 0 auto 0.5em;
  padding: 0.8em 0 0.2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toolkit-wrapper-bones .share-wrapper span, .toolkit-wrapper-joints .share-wrapper span, .toolkit-wrapper-muscles .share-wrapper span, .toolkit-wrapper-skin .share-wrapper span, .toolkit-wrapper-comms .share-wrapper span, .toolkit-wrapper-general .share-wrapper span {
  padding-right: 0.5em;
  padding-top: 0.1em;
}
.toolkit-wrapper-bones .slick-dots, .toolkit-wrapper-joints .slick-dots, .toolkit-wrapper-muscles .slick-dots, .toolkit-wrapper-skin .slick-dots, .toolkit-wrapper-comms .slick-dots, .toolkit-wrapper-general .slick-dots {
  bottom: -50px !important;
}
.toolkit-wrapper-bones .slick-dots li:before, .toolkit-wrapper-joints .slick-dots li:before, .toolkit-wrapper-muscles .slick-dots li:before, .toolkit-wrapper-skin .slick-dots li:before, .toolkit-wrapper-comms .slick-dots li:before, .toolkit-wrapper-general .slick-dots li:before {
  display: none;
}
.toolkit-wrapper-bones .slick-dots li button, .toolkit-wrapper-joints .slick-dots li button, .toolkit-wrapper-muscles .slick-dots li button, .toolkit-wrapper-skin .slick-dots li button, .toolkit-wrapper-comms .slick-dots li button, .toolkit-wrapper-general .slick-dots li button {
  padding: 0;
}
.toolkit-wrapper-bones .slick-dots li button:before, .toolkit-wrapper-joints .slick-dots li button:before, .toolkit-wrapper-muscles .slick-dots li button:before, .toolkit-wrapper-skin .slick-dots li button:before, .toolkit-wrapper-comms .slick-dots li button:before, .toolkit-wrapper-general .slick-dots li button:before {
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  font-family: "FontAwesome";
  text-align: center;
  opacity: 1;
  color: #CCC;
}
.toolkit-wrapper-bones .slick-dots li.slick-active button:before, .toolkit-wrapper-joints .slick-dots li.slick-active button:before, .toolkit-wrapper-muscles .slick-dots li.slick-active button:before, .toolkit-wrapper-skin .slick-dots li.slick-active button:before, .toolkit-wrapper-comms .slick-dots li.slick-active button:before, .toolkit-wrapper-general .slick-dots li.slick-active button:before {
  color: #9bbe3c !important;
}
@media screen and (max-width: 900px) {
  .toolkit-wrapper-bones, .toolkit-wrapper-joints, .toolkit-wrapper-muscles, .toolkit-wrapper-skin, .toolkit-wrapper-comms, .toolkit-wrapper-general {
    margin-bottom: 80px !important;
  }
}

/* synced mini slider */
.toolkit-sync-slider-bones, .toolkit-sync-slider-joints, .toolkit-sync-slider-muscles, .toolkit-sync-slider-skin, .toolkit-sync-slider-comms, .toolkit-sync-slider-general {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 0;
}
.toolkit-sync-slider-bones .slick-list, .toolkit-sync-slider-joints .slick-list, .toolkit-sync-slider-muscles .slick-list, .toolkit-sync-slider-skin .slick-list, .toolkit-sync-slider-comms .slick-list, .toolkit-sync-slider-general .slick-list {
  padding: 0;
}
.toolkit-sync-slider-bones .slick-dotted .slick-slide, .toolkit-sync-slider-joints .slick-dotted .slick-slide, .toolkit-sync-slider-muscles .slick-dotted .slick-slide, .toolkit-sync-slider-skin .slick-dotted .slick-slide, .toolkit-sync-slider-comms .slick-dotted .slick-slide, .toolkit-sync-slider-general .slick-dotted .slick-slide {
  text-align: center;
}
.toolkit-sync-slider-bones .slick-dotted .slick-slide img, .toolkit-sync-slider-joints .slick-dotted .slick-slide img, .toolkit-sync-slider-muscles .slick-dotted .slick-slide img, .toolkit-sync-slider-skin .slick-dotted .slick-slide img, .toolkit-sync-slider-comms .slick-dotted .slick-slide img, .toolkit-sync-slider-general .slick-dotted .slick-slide img {
  display: inline-block;
}
.toolkit-sync-slider-bones .slick-dots, .toolkit-sync-slider-joints .slick-dots, .toolkit-sync-slider-muscles .slick-dots, .toolkit-sync-slider-skin .slick-dots, .toolkit-sync-slider-comms .slick-dots, .toolkit-sync-slider-general .slick-dots {
  bottom: -50px !important;
}
.toolkit-sync-slider-bones .slick-track, .toolkit-sync-slider-joints .slick-track, .toolkit-sync-slider-muscles .slick-track, .toolkit-sync-slider-skin .slick-track, .toolkit-sync-slider-comms .slick-track, .toolkit-sync-slider-general .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.toolkit-sync-slider-bones .slick-current img, .toolkit-sync-slider-joints .slick-current img, .toolkit-sync-slider-muscles .slick-current img, .toolkit-sync-slider-skin .slick-current img, .toolkit-sync-slider-comms .slick-current img, .toolkit-sync-slider-general .slick-current img {
  border: 5px solid #9bbe3c;
}
@media screen and (max-width: 900px) {
  .toolkit-sync-slider-bones, .toolkit-sync-slider-joints, .toolkit-sync-slider-muscles, .toolkit-sync-slider-skin, .toolkit-sync-slider-comms, .toolkit-sync-slider-general {
    display: none;
  }
}

.toolkit-sync-slider-bones, .toolkit-sync-slider-joints, .toolkit-sync-slider-skin, .toolkit-sync-slider-comms {
  padding-left: 2.5rem;
}

.toolkit-sync-slider-muscles, .toolkit-sync-slider-general {
  padding-left: 3rem;
}

.context-parent-community-outreach-initiative .list-resources,
.context-parent-understanding-sex-gender-health .list-resources,
.context-parent-understanding-generational-health .list-resources,
.context-parent-iniciativa-de-alcance-comunitario .list-resources,
.context-parent-informacion-de-salud-segun-sexo-y-genero .list-resources,
.context-parent-informacion-de-salud-segun-la-edad .list-resources {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.context-parent-community-outreach-initiative .list-resources li,
.context-parent-understanding-sex-gender-health .list-resources li,
.context-parent-understanding-generational-health .list-resources li,
.context-parent-iniciativa-de-alcance-comunitario .list-resources li,
.context-parent-informacion-de-salud-segun-sexo-y-genero .list-resources li,
.context-parent-informacion-de-salud-segun-la-edad .list-resources li {
  margin-left: 0;
  padding-bottom: 1.9375rem;
  padding-left: 0;
  text-indent: 0;
}
.context-parent-community-outreach-initiative .list-resources li:before,
.context-parent-understanding-sex-gender-health .list-resources li:before,
.context-parent-understanding-generational-health .list-resources li:before,
.context-parent-iniciativa-de-alcance-comunitario .list-resources li:before,
.context-parent-informacion-de-salud-segun-sexo-y-genero .list-resources li:before,
.context-parent-informacion-de-salud-segun-la-edad .list-resources li:before {
  content: none;
}
.context-parent-community-outreach-initiative .list-resources li a,
.context-parent-understanding-sex-gender-health .list-resources li a,
.context-parent-understanding-generational-health .list-resources li a,
.context-parent-iniciativa-de-alcance-comunitario .list-resources li a,
.context-parent-informacion-de-salud-segun-sexo-y-genero .list-resources li a,
.context-parent-informacion-de-salud-segun-la-edad .list-resources li a {
  font-weight: bold;
}
.context-parent-community-outreach-initiative .button-order,
.context-parent-understanding-sex-gender-health .button-order,
.context-parent-understanding-generational-health .button-order,
.context-parent-iniciativa-de-alcance-comunitario .button-order,
.context-parent-informacion-de-salud-segun-sexo-y-genero .button-order,
.context-parent-informacion-de-salud-segun-la-edad .button-order {
  background: #f4f4f4;
  border: 1px solid #c7c7c7;
  padding: 1rem;
}
.context-parent-community-outreach-initiative .nav-months,
.context-parent-understanding-sex-gender-health .nav-months,
.context-parent-understanding-generational-health .nav-months,
.context-parent-iniciativa-de-alcance-comunitario .nav-months,
.context-parent-informacion-de-salud-segun-sexo-y-genero .nav-months,
.context-parent-informacion-de-salud-segun-la-edad .nav-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 1rem 0;
  position: relative;
}
.context-parent-community-outreach-initiative .nav-months a,
.context-parent-understanding-sex-gender-health .nav-months a,
.context-parent-understanding-generational-health .nav-months a,
.context-parent-iniciativa-de-alcance-comunitario .nav-months a,
.context-parent-informacion-de-salud-segun-sexo-y-genero .nav-months a,
.context-parent-informacion-de-salud-segun-la-edad .nav-months a {
  background: rgb(62, 122, 150);
  border-color: rgb(62, 122, 150);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f4f4f4;
  display: block;
  margin: 0 0.3rem 0.75rem;
  padding: 0.3rem;
  text-align: center;
  text-decoration: none;
}
.context-parent-community-outreach-initiative .nav-months a:hover,
.context-parent-understanding-sex-gender-health .nav-months a:hover,
.context-parent-understanding-generational-health .nav-months a:hover,
.context-parent-iniciativa-de-alcance-comunitario .nav-months a:hover,
.context-parent-informacion-de-salud-segun-sexo-y-genero .nav-months a:hover,
.context-parent-informacion-de-salud-segun-la-edad .nav-months a:hover {
  background: #203f4e;
  border-color: #203f4e;
  color: #f4f4f4;
}
.context-parent-community-outreach-initiative .nav-months .none,
.context-parent-understanding-sex-gender-health .nav-months .none,
.context-parent-understanding-generational-health .nav-months .none,
.context-parent-iniciativa-de-alcance-comunitario .nav-months .none,
.context-parent-informacion-de-salud-segun-sexo-y-genero .nav-months .none,
.context-parent-informacion-de-salud-segun-la-edad .nav-months .none {
  background: #f4f4f4;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0.3rem 0.75rem;
  padding: 0.3rem;
  text-align: center;
}

.context-parent-kids #tabs {
  background: #f4f4f4;
  padding: 1em;
}
.context-parent-kids #tabs ul.nav-tabs {
  border: 0;
  margin: 0 0 0.9375rem 0;
}
.context-parent-kids #tabs ul.nav-tabs li.nav-item:first-child {
  margin-left: 0;
}
.context-parent-kids #tabs ul.nav-tabs li.nav-item .nav-link {
  border: 3px solid;
  border-radius: 0;
  max-width: inherit;
}
.context-parent-kids #tabs ul.nav-tabs li.nav-item.more.open-active ul {
  border: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.context-parent-kids #tabs h2.tab-title {
  display: none;
}
.context-parent-kids .blockquote {
  border: 0;
}
.context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block a, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block a {
  color: #AD090A;
}
.context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block ul li:before, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block ul li:before {
  color: #AD090A;
}
.context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block blockquote, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block blockquote {
  background: #AD090A;
  border: 0;
  color: #fff;
}
.context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block h2, .context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block h3, .context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block h4, .context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block h5, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block h2, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block h3, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block h4, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block h5 {
  color: #AD090A;
}
.context-parent-kids.context-health-topics-kids-healthy-muscles .block-system-main-block .featured-card--text:after, .context-parent-kids.context-parent-healthy-muscles .block-system-main-block .featured-card--text:after {
  border-left: 11px solid #AD090A;
  color: #AD090A;
}
.context-parent-kids.context-health-topics-kids-healthy-muscles #tabs ul.nav-tabs li.nav-item .nav-link, .context-parent-kids.context-parent-healthy-muscles #tabs ul.nav-tabs li.nav-item .nav-link {
  border-color: #AD090A;
  color: #AD090A;
}
.context-parent-kids.context-health-topics-kids-healthy-muscles #tabs ul.nav-tabs li.nav-item .nav-link.active, .context-parent-kids.context-parent-healthy-muscles #tabs ul.nav-tabs li.nav-item .nav-link.active {
  background: #AD090A;
  border-color: #AD090A;
  color: #fff;
}
.context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block a, .context-parent-kids.context-parent-healthy-joints .block-system-main-block a {
  color: #004E9A;
}
.context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block ul li:before, .context-parent-kids.context-parent-healthy-joints .block-system-main-block ul li:before {
  color: #004E9A;
}
.context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block blockquote, .context-parent-kids.context-parent-healthy-joints .block-system-main-block blockquote {
  background: #004E9A;
  border: 0;
  color: #fff;
}
.context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block h2, .context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block h3, .context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block h4, .context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block h5, .context-parent-kids.context-parent-healthy-joints .block-system-main-block h2, .context-parent-kids.context-parent-healthy-joints .block-system-main-block h3, .context-parent-kids.context-parent-healthy-joints .block-system-main-block h4, .context-parent-kids.context-parent-healthy-joints .block-system-main-block h5 {
  color: #004E9A;
}
.context-parent-kids.context-health-topics-kids-healthy-joints .block-system-main-block .featured-card--text:after, .context-parent-kids.context-parent-healthy-joints .block-system-main-block .featured-card--text:after {
  border-left: 11px solid #004E9A;
  color: #004E9A;
}
.context-parent-kids.context-health-topics-kids-healthy-joints #tabs ul.nav-tabs li.nav-item .nav-link, .context-parent-kids.context-parent-healthy-joints #tabs ul.nav-tabs li.nav-item .nav-link {
  border-color: #004E9A;
  color: #004E9A;
}
.context-parent-kids.context-health-topics-kids-healthy-joints #tabs ul.nav-tabs li.nav-item .nav-link.active, .context-parent-kids.context-parent-healthy-joints #tabs ul.nav-tabs li.nav-item .nav-link.active {
  background: #004E9A;
  border-color: #004E9A;
  color: #fff;
}
.context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block a, .context-parent-kids.context-parent-healthy-skin .block-system-main-block a {
  color: #CA4404;
}
.context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block ul li:before, .context-parent-kids.context-parent-healthy-skin .block-system-main-block ul li:before {
  color: #CA4404;
}
.context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block blockquote, .context-parent-kids.context-parent-healthy-skin .block-system-main-block blockquote {
  background: #CA4404;
  border: 0;
  color: #fff;
}
.context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block h2, .context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block h3, .context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block h4, .context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block h5, .context-parent-kids.context-parent-healthy-skin .block-system-main-block h2, .context-parent-kids.context-parent-healthy-skin .block-system-main-block h3, .context-parent-kids.context-parent-healthy-skin .block-system-main-block h4, .context-parent-kids.context-parent-healthy-skin .block-system-main-block h5 {
  color: #CA4404;
}
.context-parent-kids.context-health-topics-kids-healthy-skin .block-system-main-block .featured-card--text:after, .context-parent-kids.context-parent-healthy-skin .block-system-main-block .featured-card--text:after {
  border-left: 11px solid #CA4404;
  color: #CA4404;
}
.context-parent-kids.context-health-topics-kids-healthy-skin #tabs ul.nav-tabs li.nav-item .nav-link, .context-parent-kids.context-parent-healthy-skin #tabs ul.nav-tabs li.nav-item .nav-link {
  border-color: #CA4404;
  color: #CA4404;
}
.context-parent-kids.context-health-topics-kids-healthy-skin #tabs ul.nav-tabs li.nav-item .nav-link.active, .context-parent-kids.context-parent-healthy-skin #tabs ul.nav-tabs li.nav-item .nav-link.active {
  background: #CA4404;
  border-color: #CA4404;
  color: #fff;
}
.context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block a, .context-parent-kids.context-parent-healthy-bones .block-system-main-block a {
  color: #365C0F;
}
.context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block ul li:before, .context-parent-kids.context-parent-healthy-bones .block-system-main-block ul li:before {
  color: #365C0F;
}
.context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block blockquote, .context-parent-kids.context-parent-healthy-bones .block-system-main-block blockquote {
  background: #365C0F;
  border: 0;
  color: #fff;
}
.context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block h2, .context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block h3, .context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block h4, .context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block h5, .context-parent-kids.context-parent-healthy-bones .block-system-main-block h2, .context-parent-kids.context-parent-healthy-bones .block-system-main-block h3, .context-parent-kids.context-parent-healthy-bones .block-system-main-block h4, .context-parent-kids.context-parent-healthy-bones .block-system-main-block h5 {
  color: #365C0F;
}
.context-parent-kids.context-health-topics-kids-healthy-bones .block-system-main-block .featured-card--text:after, .context-parent-kids.context-parent-healthy-bones .block-system-main-block .featured-card--text:after {
  border-left: 11px solid #365C0F;
  color: #365C0F;
}
.context-parent-kids.context-health-topics-kids-healthy-bones #tabs ul.nav-tabs li.nav-item .nav-link, .context-parent-kids.context-parent-healthy-bones #tabs ul.nav-tabs li.nav-item .nav-link {
  border-color: #365C0F;
  color: #365C0F;
}
.context-parent-kids.context-health-topics-kids-healthy-bones #tabs ul.nav-tabs li.nav-item .nav-link.active, .context-parent-kids.context-parent-healthy-bones #tabs ul.nav-tabs li.nav-item .nav-link.active {
  background: #365C0F;
  border-color: #365C0F;
  color: #fff;
}

.context-health-topics-kids .menu-kids .muscles .featured-card--text:after, .context-parent-kids .menu-kids .muscles .featured-card--text:after, .context-parent-healthy-muscles .menu-kids .muscles .featured-card--text:after, .context-parent-healthy-skin .menu-kids .muscles .featured-card--text:after, .context-parent-healthy-joints .menu-kids .muscles .featured-card--text:after, .context-parent-healthy-bones .menu-kids .muscles .featured-card--text:after {
  border-left: 11px solid #AD090A;
  color: #AD090A;
}
.context-health-topics-kids .menu-kids .muscles a, .context-parent-kids .menu-kids .muscles a, .context-parent-healthy-muscles .menu-kids .muscles a, .context-parent-healthy-skin .menu-kids .muscles a, .context-parent-healthy-joints .menu-kids .muscles a, .context-parent-healthy-bones .menu-kids .muscles a {
  color: #AD090A;
}
.context-health-topics-kids .menu-kids .joints .featured-card--text:after, .context-parent-kids .menu-kids .joints .featured-card--text:after, .context-parent-healthy-muscles .menu-kids .joints .featured-card--text:after, .context-parent-healthy-skin .menu-kids .joints .featured-card--text:after, .context-parent-healthy-joints .menu-kids .joints .featured-card--text:after, .context-parent-healthy-bones .menu-kids .joints .featured-card--text:after {
  border-left: 11px solid #004E9A;
  color: #004E9A;
}
.context-health-topics-kids .menu-kids .joints a, .context-parent-kids .menu-kids .joints a, .context-parent-healthy-muscles .menu-kids .joints a, .context-parent-healthy-skin .menu-kids .joints a, .context-parent-healthy-joints .menu-kids .joints a, .context-parent-healthy-bones .menu-kids .joints a {
  color: #004E9A;
}
.context-health-topics-kids .menu-kids .skin .featured-card--text:after, .context-parent-kids .menu-kids .skin .featured-card--text:after, .context-parent-healthy-muscles .menu-kids .skin .featured-card--text:after, .context-parent-healthy-skin .menu-kids .skin .featured-card--text:after, .context-parent-healthy-joints .menu-kids .skin .featured-card--text:after, .context-parent-healthy-bones .menu-kids .skin .featured-card--text:after {
  border-left: 11px solid #CA4404;
  color: #CA4404;
}
.context-health-topics-kids .menu-kids .skin a, .context-parent-kids .menu-kids .skin a, .context-parent-healthy-muscles .menu-kids .skin a, .context-parent-healthy-skin .menu-kids .skin a, .context-parent-healthy-joints .menu-kids .skin a, .context-parent-healthy-bones .menu-kids .skin a {
  color: #CA4404;
}
.context-health-topics-kids .menu-kids .bones .featured-card--text:after, .context-parent-kids .menu-kids .bones .featured-card--text:after, .context-parent-healthy-muscles .menu-kids .bones .featured-card--text:after, .context-parent-healthy-skin .menu-kids .bones .featured-card--text:after, .context-parent-healthy-joints .menu-kids .bones .featured-card--text:after, .context-parent-healthy-bones .menu-kids .bones .featured-card--text:after {
  border-left: 11px solid #365C0F;
  color: #365C0F;
}
.context-health-topics-kids .menu-kids .bones a, .context-parent-kids .menu-kids .bones a, .context-parent-healthy-muscles .menu-kids .bones a, .context-parent-healthy-skin .menu-kids .bones a, .context-parent-healthy-joints .menu-kids .bones a, .context-parent-healthy-bones .menu-kids .bones a {
  color: #365C0F;
}

.context-health-topics-kids .featured-hero--wrapper p {
  margin: 0.9375rem 0 !important;
}

@media screen and (min-width: 768px) {
  #views-exposed-form-solr7-site-search-page-1 form,
#views-exposed-form-solr7-site-search-page-1 .form-actions,
.block-views-exposed-filter-blockacquia-search-page-content form,
.block-views-exposed-filter-blockacquia-search-page-content .form-actions, .flex-container--no-wrap, .flex-container--space, .flex-container--page-width, .flex-container--full-width, .flex-container, #views-exposed-form-phone-book-phone-directory .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.column--flex-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-container {
  margin: 0;
}
.flex-container--full-width {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: none;
}
.flex-container--vertical-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-container--page-width {
  margin: 0 auto;
  max-width: 1280px;
}
.flex-container--space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-container--space .card {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 1.5rem;
}
.flex-container--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.column--flex {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.column--flex-views {
  border-bottom: 1px solid gray;
  padding: 2em 0;
}
.column--flex-views:last-of-type {
  border-bottom: none;
}
.column--flex-large {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 768px) {
  .column--flex-medium {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.column--flex-small {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.column--flex-smallest {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.column--flex-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.column--flex-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.column--flex-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.column--flex-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.column--flex-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.column--flex-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.flex-borders {
  border-bottom: 1px solid #DBDAD3;
  margin: 0.5em 0;
  padding: 0.5em 0;
}

.grid {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .grid-two-col {
    display: grid;
    gap: 0rem 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#views-exposed-form-solr7-site-search-page-1 .form-item-search-api-fulltext,
#views-exposed-form-solr7-site-search-page-1 .form-item-search,
.block-views-exposed-filter-blockacquia-search-page-content .form-item-search-api-fulltext,
.block-views-exposed-filter-blockacquia-search-page-content .form-item-search {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
#views-exposed-form-solr7-site-search-page-1 .form-item-search-api-fulltext input,
#views-exposed-form-solr7-site-search-page-1 .form-item-search input,
.block-views-exposed-filter-blockacquia-search-page-content .form-item-search-api-fulltext input,
.block-views-exposed-filter-blockacquia-search-page-content .form-item-search input {
  font-size: 1.4em;
  padding: 0.25em;
  width: 100%;
}
@media screen and (min-width: 668px) {
  #views-exposed-form-solr7-site-search-page-1 .form-item-search-api-fulltext input,
#views-exposed-form-solr7-site-search-page-1 .form-item-search input,
.block-views-exposed-filter-blockacquia-search-page-content .form-item-search-api-fulltext input,
.block-views-exposed-filter-blockacquia-search-page-content .form-item-search input {
    margin-left: 2.5%;
    width: 97.5%;
  }
}
#views-exposed-form-solr7-site-search-page-1 .form-actions input,
.block-views-exposed-filter-blockacquia-search-page-content .form-actions input {
  background-color: rgb(62, 122, 150) !important;
  border-bottom-left-radius: 0;
  border-color: #fff;
  border-top-left-radius: 0;
  display: inline-block;
  overflow: hidden;
  padding: 0.25em 1.25em;
  color: #fff;
  font-weight: 700;
  border-width: 1px;
  width: 100px;
  margin-right: 25px;
  border: none;
}

.archived {
  background-color: #f4f4f4;
  margin: 1em 1em 1em 0;
}
.archived h3:before {
  content: "Archived: ";
}

.search-result--row {
  border-bottom: 0px solid #e5e5e5;
  margin-right: 1em;
  padding: 1em;
}
.search-result--title {
  margin-bottom: 0.25em;
}
.search-result--url {
  font-size: 0.85em;
  margin-bottom: 0.25em;
}
.search-result--url a {
  text-decoration: none;
  word-break: break-word;
  word-wrap: break-word;
}

.search-facets {
  margin: 0 1em 1em;
}
.search-facets .toggle-trigger-fh {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  #edit-search {
    margin: 0px 10px;
    width: 95%;
  }

  #block-includearchivedcontent {
    margin-bottom: 0px;
  }

  #block-archivecheckboxdisclaimer {
    background-color: #f4f4f4;
  }
}
.search-facets .search-facets {
  min-height: 50px;
  max-height: 51px;
  overflow: hidden;
  display: block;
  width: 95%;
  z-index: 99;
}
.search-facets .search-facets .toggle-trigger-fh {
  visibility: visible;
  margin-bottom: 1em;
  height: 40px;
  width: 170px;
  margin-left: 10px;
}
.search-facets .search-facets.toggle-trigger-fh-expanded {
  max-height: 2000px;
  overflow: visible;
}
.search-facets .search-facets .block-views-exposed-filter-blockacquia-search-page-content .form-item-search .auto_submit {
  margin: 0px 10px;
}

.block-facets {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #f4f4f4;
  border: 1px solid #EEE;
  border-radius: 5px;
  font-size: 0.9em;
  margin: 0 0 1em;
  padding: 0.5em;
  position: relative;
  width: 100%;
}
.block-facets--category-search .js-element--live-filter {
  margin-bottom: 0.5em;
}
.block-facets--category-search .js-facets-checkbox-links {
  overflow: hidden;
}
.block-facets--category-search .toggle-trigger-fh {
  background: none;
  border: none;
  border-top: 1px solid #c9c9c9;
  display: block;
  visibility: visible;
  text-align: left;
}
.block-facets--category-search.toggle-trigger-fh-expanded .js-facets-checkbox-links {
  max-height: 2000px;
  overflow: visible;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}
.block-facets .facet-item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-facets .facet-item input {
  margin-right: 0.5em;
  min-width: 13px;
}
.block-facets h2 {
  font-size: 1.25rem;
  padding-top: 1rem;
}
.block-facets legend {
  font-size: 1.125rem;
  font-weight: bold;
}
.block-facets ul {
  margin: 0;
  padding: 0;
}
.block-facets ul li {
  list-style: none;
}
.block-facets label {
  color: rgb(62, 122, 150);
  font-size: 1rem;
}
.block-facets label .checkbtn {
  cursor: pointer;
}

.facets-search-limit-link,
.facets-soft-limit-link {
  border-top: 1px solid #c9c9c9;
  color: #414841;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 1em;
  padding-top: 0.5em;
  width: 100%;
}
.facets-search-limit-link:after,
.facets-soft-limit-link:after {
  color: #9bbe3c;
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.1em;
  position: absolute;
  right: 0.5em;
}

.search-outer {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .search-outer .form-actions {
    display: none;
  }
}

.header-searchform {
  display: inline-block;
  background: none;
  padding: 0;
  position: relative;
  z-index: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-bottom: 0;
  vertical-align: top;
  width: 100%;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header-searchform {
    width: 296px;
    margin-top: 0;
  }
}
.header-searchform .btn-primary {
  background: url(/themes/niams/images/icon-search.png) rgb(62, 122, 150) no-repeat;
  background-position: center center;
  background-size: 22px 22px;
  border-color: rgb(62, 122, 150);
}
.header-searchform label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  color: #FFF;
}
.header-searchform form {
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
      -ms-flex-direction: unset !important;
          flex-direction: unset !important;
  -ms-flex-wrap: unset !important;
      flex-wrap: unset !important;
  display: block !important;
}
.header-searchform .form-group {
  margin: 0;
  position: relative;
}
.header-searchform .btn-primary, .header-searchform input[type=submit] {
  background: url(/themes/niams/images/icon-search.png) #2f5d72 no-repeat;
  background-position: center center;
  background-size: 22px 22px;
}
.header-searchform .searchBtn, .header-searchform input[type=submit] {
  border: none;
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: inline-block;
  overflow: hidden;
  padding: 0.46em 1.25em !important;
  position: absolute;
  text-align: left;
  text-indent: -200px;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .header-searchform .searchBtn, .header-searchform input[type=submit] {
    padding: 0.5em 1.25em;
  }
}
.header-searchform input[type=text] {
  border: 1px solid #d1d1d1;
  border-radius: 0;
  height: 40px;
  padding-left: 0.5em !important;
  width: 260px;
  margin-left: 0;
  margin-left: 0 !important;
  width: 100% !important;
  border-radius: 5px;
  padding-right: 40px !important;
  font-size: 1rem !important;
}
.header-searchform input[type=submit] {
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 40px;
  margin: 0 !important;
  vertical-align: top;
  width: auto !important;
}
.header-searchform.open {
  -webkit-transform: translate(0, -42px);
      -ms-transform: translate(0, -42px);
          transform: translate(0, -42px);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.main-content .header-searchform {
  float: none;
  width: 100%;
  max-width: 566px;
  padding-left: 1em;
  padding-right: 1em;
}

.niams-image-search .views-row {
  margin: 0.5em;
  min-height: 100px;
  margin-bottom: 1.5em;
  /*div {
   height: 100%;
  }*/
}
.niams-image-search .views-row img {
  max-height: 132px;
}

.js-view-dom-id-2b1c8f6a5dc7f30fcb833c3bddd8ddabfa47bed3bbcb1138caeb96236d4c3900 .views-row {
  min-height: 100px;
}
.js-view-dom-id-2b1c8f6a5dc7f30fcb833c3bddd8ddabfa47bed3bbcb1138caeb96236d4c3900 .views-row div {
  height: 100%;
}

body.context-search-images div.search-facets,
body.context-image-db-search div.search-facets,
body.context-image-search div.search-facets {
  display: none !important;
  visibility: hidden !important;
}
body.context-search-images #views-exposed-form-acquia-image-search-page-image > div.js-form-item,
body.context-search-images #views-exposed-form-niams-image-db-images-image-search-result > div.js-form-item,
body.context-image-db-search #views-exposed-form-acquia-image-search-page-image > div.js-form-item,
body.context-image-db-search #views-exposed-form-niams-image-db-images-image-search-result > div.js-form-item,
body.context-image-search #views-exposed-form-acquia-image-search-page-image > div.js-form-item,
body.context-image-search #views-exposed-form-niams-image-db-images-image-search-result > div.js-form-item {
  width: 100%;
  line-height: 2;
}
body.context-search-images #views-exposed-form-acquia-image-search-page-image > div.js-form-item > label,
body.context-search-images #views-exposed-form-niams-image-db-images-image-search-result > div.js-form-item > label,
body.context-image-db-search #views-exposed-form-acquia-image-search-page-image > div.js-form-item > label,
body.context-image-db-search #views-exposed-form-niams-image-db-images-image-search-result > div.js-form-item > label,
body.context-image-search #views-exposed-form-acquia-image-search-page-image > div.js-form-item > label,
body.context-image-search #views-exposed-form-niams-image-db-images-image-search-result > div.js-form-item > label {
  min-width: 110px;
}
body.context-search-images #edit-search-images,
body.context-image-db-search #edit-search-images,
body.context-image-search #edit-search-images {
  line-height: 1;
}
body.context-search-images #edit-actions,
body.context-image-db-search #edit-actions,
body.context-image-search #edit-actions {
  padding-top: 10px;
}
body.context-search-images div.search-result--row,
body.context-image-db-search div.search-result--row,
body.context-image-search div.search-result--row {
  border-bottom: 0px !important;
}
body.context-search-images #edit-actions input.button,
body.context-image-db-search #edit-actions input.button,
body.context-image-search #edit-actions input.button {
  background-color: rgb(62, 122, 150) !important;
  border-bottom-left-radius: 0;
  border-color: #fff;
  border-top-left-radius: 0;
  display: inline-block;
  overflow: hidden;
  padding: 0.25em 1.25em;
  color: #fff;
  font-weight: 700;
  border-width: 1px;
  width: 100px;
  margin-right: 25px;
  border: none;
}
@media screen and (max-width: 769px) {
  body.context-search-images #edit-actions,
body.context-image-db-search #edit-actions,
body.context-image-search #edit-actions {
    display: block !important;
  }
  body.context-search-images div.js-form-type-select select,
body.context-image-db-search div.js-form-type-select select,
body.context-image-search div.js-form-type-select select {
    width: 180px;
  }
  body.context-search-images #edit-search-images,
body.context-image-db-search #edit-search-images,
body.context-image-search #edit-search-images {
    width: 180px;
  }
}

html:lang(es) {
  /*** HACK WAY TO FIX MORE ISSUE FOR SPANISH LANGUAGES ***/
}
html:lang(es) #tabs .nav .nav-item.more .more-en,
html:lang(es) #tabs .nav .nav-item.more .more-ko,
html:lang(es) #tabs .nav .nav-item.more .more-zh-hans,
html:lang(es) #tabs .nav .nav-item.more .more-vi {
  display: none;
}

html:lang(en) {
  /*** HACK WAY TO FIX MORE ISSUE FOR ENGLISH LANGUAGES ***/
}
html:lang(en) #tabs .nav .nav-item.more .more-es,
html:lang(en) #tabs .nav .nav-item.more .more-ko,
html:lang(en) #tabs .nav .nav-item.more .more-zh-hans,
html:lang(en) #tabs .nav .nav-item.more .more-vi {
  display: none;
}

html:lang(ko) {
  /*** HACK WAY TO FIX MORE ISSUE FOR KOREAN LANGUAGES ***/
}
html:lang(ko) #tabs .nav .nav-item.more .more-en,
html:lang(ko) #tabs .nav .nav-item.more .more-es,
html:lang(ko) #tabs .nav .nav-item.more .more-zh-hans,
html:lang(ko) #tabs .nav .nav-item.more .more-vi {
  display: none;
}

html:lang(zh-hans) {
  /*** HACK WAY TO FIX MORE ISSUE FOR CHINESE LANGUAGES ***/
}
html:lang(zh-hans) #tabs .nav .nav-item.more .more-en,
html:lang(zh-hans) #tabs .nav .nav-item.more .more-es,
html:lang(zh-hans) #tabs .nav .nav-item.more .more-ko,
html:lang(zh-hans) #tabs .nav .nav-item.more .more-vi {
  display: none;
}

html:lang(vi) {
  /*** HACK WAY TO FIX MORE ISSUE FOR VIETNAMESE LANGUAGES ***/
}
html:lang(vi) #tabs .nav .nav-item.more .more-en,
html:lang(vi) #tabs .nav .nav-item.more .more-es,
html:lang(vi) #tabs .nav .nav-item.more .more-ko,
html:lang(vi) #tabs .nav .nav-item.more .more-zh-hans {
  display: none;
}

/* styles for complex tables, created initially for budgets */
.complex-table--width---10 {
  width: 10%;
}
.complex-table--width---15 {
  width: 15%;
}
.complex-table--width---20 {
  width: 20%;
}
.complex-table--width---30 {
  width: 30%;
}
.complex-table--width---33 {
  width: 33.3%;
}
.complex-table--width---40 {
  width: 40%;
}
.complex-table--width---50 {
  width: 50%;
}
.complex-table--width---60 {
  width: 60%;
}
.complex-table--width---70 {
  width: 70%;
}
.complex-table--width---75 {
  width: 75%;
}
.complex-table--width---80 {
  width: 80%;
}
.complex-table--width---90 {
  width: 90%;
}
.complex-table--width---100 {
  width: 100%;
}
.complex-table--border {
  border: 1px solid #d1d1d1 !important;
}
.complex-table---border-bottom {
  border-bottom: 1px solid #d1d1d1 !important;
}
.complex-table---border-right {
  border-right: 1px solid #d1d1d1 !important;
}
.complex-table--no-border {
  border: none !important;
}
.complex-table--no-border---bottom {
  border-bottom: none !important;
}
.complex-table--no-border---top {
  border-top: none !important;
}
.complex-table--no-border---left {
  border-left: none !important;
}
.complex-table--no-border---right {
  border-right: none !important;
}
.complex-table--callout-border {
  border: 1px solid #d1d1d1 !important;
}
.complex-table--indent---1 {
  padding-left: 2% !important;
}
.complex-table--indent---2 {
  padding-left: 4% !important;
}
.complex-table--indent---3 {
  padding-left: 6% !important;
}
.complex-table--indent---4 {
  padding-left: 8% !important;
}
.complex-table--text---right {
  text-align: right !important;
}
.complex-table--text---left {
  text-align: left !important;
}
.complex-table--text---center {
  text-align: center;
}
.complex-table--text---underline {
  text-decoration: underline !important;
}

/* tables used on user profile screen at login */
.user-profile-table table thead tr {
  background: #EEE !important;
}
.user-profile-table table td, .user-profile-table table th {
  padding: 0.5rem;
  border: 1px solid #cecece;
  font-size: 0.875rem;
}
.user-profile-table table tr:nth-child(even) {
  background: #F5F5F2;
}

/* MISC HELPER CLASSES */
.uppercase {
  text-transform: uppercase;
}

.font-italic {
  font-style: italic;
}

.font-size-large {
  font-size: 1.4rem;
}

.font-size-small {
  font-size: 1rem;
}

.font-size-xs {
  font-size: 0.875rem;
}

.font-normal {
  font-size: 1.2rem;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 550px) {
  .mobile-center {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

.full-width {
  width: 100%;
}

svg.ext {
  background: url(/modules/contrib/extlink/extlink_s.png) 2px center no-repeat !important;
  width: 10px;
  height: 10px;
  padding-right: 12px;
  text-decoration: none;
}

.fa + .ext {
  display: none;
}

.horizontal-links a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (min-width: 321px) {
  .horizontal-links a {
    float: left;
    padding: 0 0.25em;
    width: 50%;
  }
  .horizontal-links a:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 481px) {
  .horizontal-links a {
    width: 33.333%;
  }
  .horizontal-links a:nth-child(odd) {
    clear: none;
  }
  .horizontal-links a:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .horizontal-links a {
    border-right: 1px solid #414841;
    display: inline-block;
    float: none;
    line-height: 1.1;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 0 15px 0 0;
    width: auto;
  }
  .horizontal-links a:nth-child(3n+1) {
    clear: none;
  }
}
.horizontal-links a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.card--circle-image img, .profile-image img {
  border-radius: 50%;
}

.reverse-out a {
  color: #FFF;
}
.reverse-out .horizontal-links a {
  border-color: #FFF;
}
.reverse-out .contextual-links a {
  color: #004fba !important;
}

.padding {
  padding: 0.9375rem;
}

.padding-top-1 {
  padding-top: 0.9375rem;
}

.padding-top-2 {
  padding-top: 1.875rem;
}

.padding-top-3 {
  padding-top: 2.8125rem;
}

.padding-bottom-1 {
  padding-bottom: 0.9375rem;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-1 {
  margin-top: 0.9375rem;
}

.margin-top-2 {
  margin-top: 1.875rem;
}

.margin-top-3 {
  margin-top: 2.8125rem;
}

.margin-top-negative {
  margin-top: -1rem;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-1 {
  margin-bottom: 0.9375rem;
}

.margin-bottom-2 {
  margin-bottom: 1.875rem;
}

.margin-bottom-3 {
  margin-bottom: 2.8125rem;
}

.margin-top-h2-offset {
  margin-top: 2.8125rem;
}

.right {
  float: right;
  margin: 0 0 1.875rem 1.875rem;
}
.right--small {
  margin: 0 0 0.9375rem 0.9375rem;
}

.left {
  float: left;
  margin: 0 1.875rem 1.875rem 0;
}
.left--small {
  margin: 0 0.9375rem 0.9375rem 0;
}

.divider {
  border-top: 1px solid #d1d1d1;
  height: 2px;
  margin: 1.875rem 0;
  width: 100%;
}

.image-full img {
  height: auto;
  max-width: auto;
  width: 100%;
}

.clear-both {
  clear: both;
}

.rows-margin-bottom .row {
  margin-bottom: 1.875rem;
}

.list-indent {
  margin-left: 1.5rem;
  text-indent: -1.4rem;
}

.align-bottom {
  vertical-align: bottom;
}

.display-table {
  display: table;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  padding: 1.5rem;
}

.border-bottom-green {
  border-bottom: 8px solid #9bbe3c;
}

.inset {
  background: #f4f4f4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
}
.inset ul {
  padding: 0 0 0 2rem;
}
.inset ul:last-child {
  margin-bottom: 0;
}
.inset ul:first-child {
  margin-top: 0.9375rem;
}

.green-out {
  color: #9bbe3c;
}

.green-out--background {
  background-color: #9bbe3c;
}

.fa + .ext {
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Styles specific to the Knowledge Base */
#block-booknavigation {
  margin-top: 5rem;
}
#block-booknavigation ul {
  list-style: none;
  margin-left: -3rem;
}
#block-booknavigation ul li {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  padding: 0.5rem 0;
}
#block-booknavigation ul li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
#block-booknavigation ul li a {
  margin-left: 0.5rem;
}

.custom-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: block;
  position: relative;
}
.custom-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.custom-card ul .two-columns--resource-list-item--active-trail,
.custom-card ul .is-active:focus {
  display: none;
}
.custom-card ul a {
  text-decoration: underline;
}

.coi--promote-health {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .coi--promote-health {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#block-consultemasrecursosen .visually-hidden {
  position: relative !important;
}

.left-sidebar .sidebar-list {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
}
.left-sidebar .sidebar-list h2 {
  margin-bottom: 0;
  padding: 1rem 0.5rem 0 1rem;
}
.left-sidebar .sidebar-list ul {
  padding: 0.5rem 0 1rem 1.9rem;
  font-size: 1rem;
}
.left-sidebar .sidebar-list li {
  padding: 0.5rem 0.5rem 0 0;
}

ul.chevron-link-list {
  padding: 0;
}
ul.chevron-link-list--columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
ul.chevron-link-list li {
  margin: 0;
  text-indent: 0;
  border-bottom: solid 1px #eee;
  position: relative;
}
ul.chevron-link-list li:before {
  content: none;
}
ul.chevron-link-list li:last-child {
  border-bottom: none;
}
ul.chevron-link-list li a {
  display: block;
  text-decoration: none;
  padding: 8px 0 8px 1.2rem;
}
ul.chevron-link-list li a:hover {
  background-color: #efefef;
  width: 100%;
}
ul.chevron-link-list li a:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #9bbe3c;
  display: inline-block;
  font-size: inherit;
  margin-right: 5px;
  position: absolute;
  left: 0;
}

.card--image-top {
  border: solid 1px #c9c9c9;
}
.card--image-top .media-image {
  margin-bottom: 0;
}
.card--image-top blockquote {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: center;
}

.circle-image--wrapper img {
  border-radius: 50%;
}

.card-block .card--image-top {
  border: none;
  margin: -1.5rem -1.5rem 0;
  border-radius: 3px;
  overflow: hidden;
}

.card-block .card--image-top blockquote {
  padding: 1rem 1.5rem 0;
}

.card-block .media-image {
  display: block;
}

.here-to-help {
  margin-bottom: 100px;
}

.career-charts {
  padding: 16px;
}

.read-more--button {
  border: none !important;
  outline: none !important;
  background: #a6c74d;
  border-color: #a4c549;
  border-radius: 0.25rem;
  padding: 0.375rem 1rem;
  color: #333833;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transitionn: all 0.4s;
  transition: all 0.4s;
}
.read-more--button:hover {
  background: #b0cd60;
  border-color: #aecc5c;
}

.organizational-chart h2 {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-family: "Open Sans", Helevtica, Arial, sans-serif;
  font-weight: 600;
}
.organizational-chart h2 a {
  text-decoration: underline;
}
.organizational-chart li {
  margin: 0 0 1em 0;
  padding-left: 0;
}
.organizational-chart li p {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
}
.organizational-chart li p:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
.organizational-chart li div.office-director:after,
.organizational-chart li div.office-special:after {
  content: none;
}
.organizational-chart li div.office-director:before,
.organizational-chart li div.office-special:before {
  height: 1em !important;
  left: 50% !important;
  width: 3px !important;
  bottom: -1em;
}
.organizational-chart .side-layers {
  width: 100% !important;
}
.organizational-chart .side-layers .layer-2 {
  padding-top: 0 !important;
}
.organizational-chart .side-layers .layer-2:before {
  display: block;
}
.organizational-chart .side-layers .layer-2:after {
  display: none;
}
.organizational-chart .side-layers .layer-2 .layer-1 {
  padding-top: 0 !important;
}
.organizational-chart .side-layers .layer-2 .layer-1:before {
  display: block;
  top: 1em !important;
}
.organizational-chart .side-layers .layer-2 .layer-1:after {
  display: none;
}
.organizational-chart .mobile-li {
  padding-left: 0 !important;
}
.organizational-chart .mobile-li .mobile-ol .nested-group {
  width: 85%;
  margin: 0 auto !important;
}
.organizational-chart .mobile-li::before,
.organizational-chart .mobile-ol::before,
.organizational-chart .mobile-ol::after {
  display: none;
}

.download-btn-container {
  text-align: right;
}
.download-btn-container .download-btn {
  font-size: 0.85em;
  font-weight: bold;
  background-color: #fff;
  color: #3F7497;
  padding: 0.375rem 1rem;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
  position: relative;
  font-size: 0.9rem !important;
}

ol.organizational-chart,
ol.organizational-chart ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
  background-color: #9bbe3c;
  content: "";
  position: absolute;
}

ol.organizational-chart {
  text-align: center;
}
ol.organizational-chart ol {
  padding-top: 1em;
}
ol.organizational-chart ol > li {
  padding: 1em 0 0 1em;
  margin: 0 !important;
}
ol.organizational-chart li {
  margin: 0 0 1em 0;
  padding-left: 0;
}
ol.organizational-chart li p {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
}
ol.organizational-chart li p:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
ol.organizational-chart li > div {
  background-color: #f0f0f0;
  border-radius: 3px;
  min-height: 2em;
  padding: 1rem;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
ol.organizational-chart li:before, ol.organizational-chart li:after {
  background-color: #9bbe3c;
  content: "";
  position: absolute;
}
ol.organizational-chart > li > div {
  margin-right: 1em;
}
ol.organizational-chart > li > div:before {
  bottom: 2em;
  height: 3px;
  right: -1em;
  width: 1em;
  background-color: #9bbe3c;
  content: "";
  position: absolute;
}
ol.organizational-chart > li > div:after {
  background-color: #9bbe3c;
  content: "";
  position: absolute;
}
ol.organizational-chart > li > div:first-of-type:after {
  bottom: 0;
  height: 2em;
  right: -1em;
  width: 3px;
}
ol.organizational-chart > li > div.office-director:after, ol.organizational-chart > li > div.office-special:after {
  content: none;
}
ol.organizational-chart > li > div.office-director:before, ol.organizational-chart > li > div.office-special:before {
  height: 1em !important;
  left: 50% !important;
  width: 3px !important;
  bottom: -1em;
}
ol.organizational-chart > li > div + div {
  margin-top: 1em;
}
ol.organizational-chart > li > div + div:after {
  height: calc(100% + 1em);
  right: -1em;
  top: -1em;
  width: 3px;
}
ol.organizational-chart > li ol > li:not(:last-of-type):before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}
ol.organizational-chart > li ol > li:not(:last-of-type):after {
  height: 100%;
  left: 0;
  top: 0;
  width: 3px;
}
ol.organizational-chart > li ol > li:last-of-type:before {
  height: 3px;
  left: 0;
  top: 2em;
  width: 1em;
}
ol.organizational-chart > li ol > li:last-of-type:after {
  height: 2em;
  left: 0;
  top: 0;
  width: 3px;
}
ol.organizational-chart > li ol:before {
  height: 1em;
  left: 50%;
  top: 0;
  width: 3px;
}
ol.organizational-chart > li ol:after {
  height: 3px;
  left: 3px;
  top: 1em;
  width: 50%;
}
ol.organizational-chart > li > ol:before {
  left: inherit;
  right: 0;
}
ol.organizational-chart > li > ol:after {
  left: 0;
  width: 100%;
}
ol.organizational-chart [aria-expanded=false] .menu__icon--open {
  display: block;
}
ol.organizational-chart [aria-expanded=false] .menu__icon--close {
  display: none;
}
ol.organizational-chart [aria-expanded=true] .menu__icon--open {
  display: none;
}
ol.organizational-chart [aria-expanded=true] .menu__icon--close {
  display: block;
}

@media only screen and (min-width: 75em) {
  .chart-2 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 64em) {
  .side-layers {
    width: 50% !important;
  }
  .side-layers .layer-2:before {
    display: none !important;
  }
  .side-layers .layer-2 .layer-1:before {
    display: none !important;
  }

  .container-chart {
    display: inline-block;
    max-width: 49% !important;
    margin-top: 20px;
  }
  .container-chart .mobile-li::before,
.container-chart .mobile-ol::before,
.container-chart .mobile-ol::after {
    display: block !important;
  }
  .container-chart li.mobile-li {
    padding-left: 0.5rem !important;
  }

  .chart-2 {
    margin-top: 0 !important;
  }

  ol.organizational-chart {
    margin-left: -1em;
    margin-right: -1em;
  }
  ol.organizational-chart > li > div {
    display: inline-block;
    float: none;
    margin: 0 1em 1em 1em;
    vertical-align: bottom;
  }
  ol.organizational-chart > li > div:before {
    height: 1em !important;
    left: 50% !important;
    width: 3px !important;
  }
  ol.organizational-chart > li > div:before, ol.organizational-chart > li > div:after {
    bottom: -1em !important;
    top: inherit !important;
  }
  ol.organizational-chart > li > div:only-of-type:after {
    display: none;
  }
  ol.organizational-chart > li > div:only-of-type {
    margin-bottom: 0;
    width: calc(100% - 2em - 4px);
  }
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2), ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
    width: calc(50% - 2em - 4px);
  }
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3), ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
    width: calc(33.3333333333% - 2em - 4px);
  }
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4), ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
    width: calc(25% - 2em - 4px);
  }
  ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5), ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
    width: calc(20% - 2em - 4px);
  }
  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after, ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
    bottom: -1em;
    height: 3px;
    width: calc(50% + 1em + 3px);
  }
  ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
    left: calc(50% + 3px);
  }
  ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
    left: calc(-1em - 3px);
  }
  ol.organizational-chart > li > div + div:not(:last-of-type):after {
    height: 3px;
    left: -2em;
    width: calc(100% + 4em);
  }
  ol.organizational-chart > li > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  ol.organizational-chart > li > ol:before,
ol.organizational-chart > li > ol > li:before {
    height: 1em !important;
    left: 50% !important;
    top: 0 !important;
    width: 3px !important;
  }
  ol.organizational-chart > li > ol:after {
    display: none;
  }
  ol.organizational-chart > li > ol > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1em;
  }
  ol.organizational-chart > li > ol > li:only-of-type {
    padding-top: 0;
  }
  ol.organizational-chart > li > ol > li:only-of-type:before, ol.organizational-chart > li > ol > li:only-of-type:after {
    display: none;
  }
  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after, ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
    height: 3px;
    top: 0;
    width: 50%;
  }
  ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
    left: 50%;
  }
  ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
    left: 0;
  }
  ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
    height: 3px;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.p-5 {
  margin-top: 20px;
}

.chart-2 {
  margin-top: 5rem;
}

.isf--container {
  bottom: 55px !important;
  width: 305px !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.isf--container.static-survey {
  bottom: auto;
  right: auto;
}
.isf--container.static-survey .isf--disclaimer br {
  display: none;
}
.isf--container .isf--form {
  padding: 15px 15px 0px;
}
.isf--container .isf--form textarea {
  width: 100%;
  resize: none;
}
.isf--container .isf--form button {
  width: 100%;
  margin-top: 5px;
  padding: 10px 5px;
  border: 0 solid transparent;
  background: #a6c74d;
  color: #333833;
  border-radius: 4px;
  font-weight: bold;
}
.isf--container .isf--form button:hover, .isf--container .isf--form button:active {
  background: #6c842a;
  color: #FFF;
}
.isf--container .isf--buttons {
  background: #a6c74d;
  color: #333833;
}
.isf--container .isf--buttons:hover, .isf--container .isf--buttons:active {
  background: #6c842a;
  color: #FFF;
}
.isf--container input[value=No] + .isf--buttons {
  background: #BE2C2C;
  color: #fff;
}
.isf--container input[value=No] + .isf--buttons:hover, .isf--container input[value=No] + .isf--buttons:active {
  background: #6b1919;
  color: #FFF;
}
.isf--container .isf--label {
  padding-bottom: 5px;
  padding-right: 10px;
}
.isf--container .isf--label p {
  margin: 0;
}
.isf--container .isf--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  margin: 0 0 4px 0;
}
.isf--container .isf--form-check-group {
  margin: 0 0 10px 0;
}
.isf--container .isf--checkbox.isf--input input[type=checkbox] {
  margin: 4px 5px 0 0;
  display: block;
}
.isf--container .isf--checkbox.isf--input span {
  font-size: 90%;
}
.isf--container select {
  margin-bottom: 10px;
}

.isf--close {
  width: 27px;
}
.isf--close:hover {
  color: #414841;
}
.isf--form {
  padding: 1.8rem 1.40625rem 1.875rem;
}
.isf--form .isf--radio-group {
  padding: 0;
  background-color: #fff;
}
.isf--ctd {
  font-size: 12px;
  width: 100%;
}
.isf--disclaimer {
  font-size: 12px;
}

.pii-form button {
  margin: 0 0 0 10px;
  width: 100px;
  padding: 7px 5px;
  background: #666;
}
.pii-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pii-form textarea {
  width: 33%;
  margin-bottom: 0;
  font-size: 12px;
}
.pii-form textarea:focus {
  border: 4px solid #a27e91;
}
.pii-form-label {
  text-align: left;
  padding-right: 20px;
}
.pii-form-label p {
  margin-bottom: 0;
}

.far.fa-window-close {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.far.fa-window-close:before {
  content: "\f00d";
}

/* Spacing for the divider paragraph type. Had to create new classes to get proper rem value */
.space-1 {
  margin: 0.75rem 0;
}

.space-2 {
  margin: 1.5rem 0;
}

.space-3 {
  margin: 2.25rem 0;
}

.space-4 {
  margin: 3rem 0;
}

/* Added styles for billboard header font size */
.billboard-title-lg {
  font-size: 2.5rem;
}

.billboard-title-md {
  font-size: 2rem;
}

.billboard-title-sm {
  font-size: 1.5rem;
}

.paragraph--type--featured-billboard .featured-hero--title {
  color: #fff;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
}

.featured-hero--wrapper .featured-hero {
  border-radius: 5px 5px 0px 0px;
}
@media screen and (min-width: 768px) {
  .featured-hero--wrapper .featured-hero {
    min-height: 300px;
    margin: -0.9375rem -1.875rem 0;
  }
  .featured-hero--wrapper .featured-hero .featured-hero--image {
    height: 350px;
  }
  .featured-hero--wrapper .featured-hero .featured-hero--image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.featured-hero--wrapper .featured-hero .featured-hero--title {
  color: #fff;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
}

.path-frontpage .featured-hero {
  margin: 0;
}

/* Styles for blockquote card paragraph type */
.paragraph--type--card-image-blockquote-bootstrap {
  cursor: default;
}

.blockquote-cared--hero {
  margin-bottom: 0.5rem;
}

.blockquote-card-text {
  background: rgb(255, 255, 255);
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8rem 1.9375rem;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}

.blockquote-card--quote {
  text-align: center;
  font-weight: bold;
  color: #000000;
  width: 100%;
  padding: 1rem 1.5rem 1.5rem;
  color: #414841;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
}

.blockquote-card--author {
  text-align: right;
  color: #999;
  padding: 0.5rem 2rem;
  margin-right: 0rem;
  line-height: 1.5rem;
  font-size: 1rem;
}

/* rebuilt Bootstrap 2 column to use flex */
.two-column-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-item {
  margin: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/** 60/40 **/
.col-60-40:nth-child(odd) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.col-60-40:nth-child(even) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

/** 40/60 **/
.col-40-60:nth-child(odd) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.col-40-60:nth-child(even) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

/** 66/33 **/
.col-66-33:nth-child(odd) {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}

.col-66-33:nth-child(even) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

/** 33/66 **/
.col-33-66:nth-child(odd) {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.col-33-66:nth-child(even) {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}

@media screen and (max-width: 768px) {
  .two-column-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* Styles for blockquote card paragraph type */
.paragraph--type--publication-list .pubmed-item {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.875rem 0;
}
.paragraph--type--publication-list .pubmed-item--title {
  font-size: 1em;
  line-height: 1.3;
}

@media screen and (min-width: 601px) {
  .desktop-add-to-any {
    display: block;
  }
}
@media screen and (max-width: 601px) {
  .desktop-add-to-any {
    display: none;
  }
}

.mobile-add-to-any {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  left: 0;
  padding: 0px;
}
@media screen and (min-width: 601px) {
  .mobile-add-to-any {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  .mobile-add-to-any {
    display: block;
  }
}
.mobile-add-to-any .a2a-mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 0;
  margin: 0;
  padding: 0;
}
.mobile-add-to-any .a2a-mobile-buttons .btn-a2a {
  color: #fff;
  text-align: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 10px;
  margin: 0;
  border-radius: 0px;
  border: none;
}
.mobile-add-to-any .a2a-mobile-buttons .btn-a2a i {
  font-size: 24px;
}
.mobile-add-to-any .a2a-mobile-buttons .btn-a2a:hover {
  opacity: 8;
}
.mobile-add-to-any .a2a-mobile-buttons .a2a_button_facebook {
  background-color: #4267B2;
}
.mobile-add-to-any .a2a-mobile-buttons .a2a_button_twitter {
  background-color: #1DA1F2;
}
.mobile-add-to-any .a2a-mobile-buttons .a2a_button_email {
  background-color: #787878;
}

.a2a_floating_style {
  padding: 0px !important;
}

.clinical-trial--rec-status {
  background-color: #5cb85c;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
.clinical-trial--title {
  margin: 0.3rem 0 0.5rem 0;
}
.clinical-trial--identifier {
  color: #818a91;
  font-size: 1rem;
}
.clinical-trial--summary {
  margin-top: 0.5rem;
}
.clinical-trial--all, .clinical-trial--lab {
  margin-bottom: 2rem;
}
.clinical-trial--all .views-row, .clinical-trial--lab .views-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.clinical-trial--all .views-row:last-child, .clinical-trial--lab .views-row:last-child {
  border-bottom: none;
}
.clinical-trial--all .view-subtitle, .clinical-trial--lab .view-subtitle {
  margin-top: 2rem;
}

.sci-adv--type {
  display: inline-block;
  vertical-align: middle;
  background-color: #d1d1d1;
  padding: 0.1rem 0.7rem;
  border-radius: 5px;
  margin-left: 1rem;
  font-size: 0.875rem;
}
.sci-adv--body {
  margin: 1.875rem 0;
}
.sci-adv--top--author1, .sci-adv--top--lab1, .sci-adv--top--org1, .sci-adv--top--author2, .sci-adv--top--lab2, .sci-adv--top--org2, .sci-adv--top--author3, .sci-adv--top--lab3, .sci-adv--top--org3, .sci-adv--top--author4, .sci-adv--top--lab4, .sci-adv--top--org4, .sci-adv--top span {
  display: inline-block;
  vertical-align: middle;
}
.sci-adv--info {
  padding: 1.875rem 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.sci-adv--info .pubmed-item {
  margin-bottom: 0;
}
.sci-adv--info .pubmed-item h3.pubmed-item--title {
  font-size: 1rem;
  font-weight: normal;
}
.sci-adv--info .infolabel {
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sci-adv--info .infolabel h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sci-adv--info .infolabel {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sci-adv--info--research--con {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sci-adv--info--collaborators--con {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sci-adv--info--facilities--con {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sci-adv--info--reference--con {
    display: block;
    width: 100%;
  }
}
.sci-adv--info--research, .sci-adv--info--collaborators, .sci-adv--info--facilities, .sci-adv--info--reference {
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  font-size: 1rem;
}
.sci-adv--info--research:last-child, .sci-adv--info--collaborators:last-child, .sci-adv--info--facilities:last-child, .sci-adv--info--reference:last-child {
  margin-bottom: 0;
}
.sci-adv--statement {
  padding: 1.875rem 0;
  border-bottom: 1px solid #d1d1d1;
  font-style: italic;
}
.sci-adv--statement p:last-child {
  margin: 0;
}
.sci-adv--view-page .views-row h2 {
  border-bottom: none !important;
  margin: 0 0 0.9375rem 0 !important;
  padding: 0 !important;
}
.sci-adv--recent-advances {
  margin: 1.875rem 0;
}
.sci-adv--recent .views-row {
  margin-bottom: 1rem;
}
.sci-adv--recent .views-row a {
  text-decoration: underline;
}

.sci-adv--prevnext {
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sci-adv--prevnext a {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #333833;
  background-color: #a6c74d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
}
.sci-adv--prevnext a:hover, .sci-adv--prevnext a:focus {
  background-color: #333833;
  color: #a6c74d;
}

.prevnext-element.next a::after {
  content: ">";
  content: " \f0da";
  font-family: "FontAwesome";
}

.prevnext-element.previous a::before {
  content: "<";
  content: "\f0d9 ";
  font-family: "FontAwesome";
}

.usa-collection {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.usa-collection__item {
  margin-bottom: 0;
  padding: 1.875rem 0;
  border-bottom: 1px solid #d1d1d1;
}
.usa-collection__date {
  font-size: 0.875rem;
  margin-right: 0.9375rem;
}
.usa-collection__meta {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.usa-collection__prefix {
  margin-bottom: 0.9375rem;
}
.usa-collection__description {
  margin: 0 0 0.9375rem;
  font-size: 1rem;
}
.usa-collection a {
  text-decoration: underline;
}
.usa-collection a:hover {
  text-decoration: none;
}

.usa-prose {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.usa-prose__item {
  margin-bottom: 0;
  padding: 1.875rem 0;
  border-bottom: 1px solid #d1d1d1;
}
.usa-prose__date {
  font-size: 0.875rem;
  margin-right: 0.9375rem;
}
.usa-prose__meta {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
.usa-prose__prefix {
  margin-bottom: 0.9375rem;
}
.usa-prose__description {
  margin: 0 0 1.875rem;
}
.usa-tag {
  background-color: #dedede;
  border-radius: 10px;
  color: #000;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875rem;
}

.featured-cards--wrapper {
  list-style-type: none;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .featured-cards--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .featured-cards--wrapper .col-md-4 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }
}

.usa-card__container {
  color: #1b1b1b;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  border-width: 1px;
  border-color: #c7c7c7;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .usa-card__container {
    margin: 0;
  }
}
.usa-card__header {
  padding: 0 1.875rem 0.9375rem;
}
.usa-card__heading {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 0 0 !important;
  border: none !important;
}
.usa-card__heading a {
  text-decoration: none;
  color: #414841;
}
.usa-card__heading a:hover {
  text-decoration: underline;
  color: #5096b7;
}
.usa-card__heading a svg {
  display: none;
}
.usa-card__media {
  min-height: 1px;
  margin-bottom: 0.9375rem;
  max-height: 300px;
}
.usa-card__img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
  max-height: 300px;
}
.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.usa-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 0 1.875rem 0.9375rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.usa-card__body p:last-child {
  margin: 0;
}
.usa-card__footer {
  padding: 0 1.875rem 1.875rem;
  width: 100%;
}
.usa-card__footer .usa-button {
  width: 100%;
  display: inline-block;
}

/*------------------------------------*\
    #PRIMARY NAVIGATION
\*------------------------------------*/
/**
 * Navigation tag
 */
.primary-nav {
  display: block;
  position: absolute;
  top: 0;
  left: -290px;
  width: 290px;
  max-width: 290px;
  min-height: 100%;
  height: 100vh;
  z-index: 110;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1200px) {
  .primary-nav {
    top: 0;
    background: rgb(62, 122, 150);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    left: 0;
    width: auto;
    height: auto;
    max-width: none;
    border-top: 1px solid rgb(62, 122, 150);
  }
}
.primary-nav > div {
  width: auto;
  position: absolute;
  z-index: 500;
  top: 6px;
  right: 0;
}
.primary-nav .primary-nav--list {
  display: block;
  background: #fff;
  margin: 0;
  padding: 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .primary-nav .primary-nav--list {
    background: rgb(62, 122, 150);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
.primary-nav .primary-nav--list .primary-nav--list-item {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .primary-nav .primary-nav--list .primary-nav--list-item {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-nav .primary-nav--list .primary-nav--list-item:not(:first-child) .primary-nav--link::after {
    content: "\f078";
    font-family: "FontAwesome";
    display: inline-block;
    position: relative;
    left: 10px;
    bottom: 3px;
    font-size: 0.875rem;
  }
  .primary-nav .primary-nav--list .primary-nav--list-item:hover, .primary-nav .primary-nav--list .primary-nav--list-item:focus, .primary-nav .primary-nav--list .primary-nav--list-item.menu-hovering {
    height: 100%;
    background: #fff;
    text-decoration: none;
    color: rgb(62, 122, 150);
  }
  .primary-nav .primary-nav--list .primary-nav--list-item:hover:not(:first-child) .primary-nav--link::after, .primary-nav .primary-nav--list .primary-nav--list-item:focus:not(:first-child) .primary-nav--link::after, .primary-nav .primary-nav--list .primary-nav--list-item.menu-hovering:not(:first-child) .primary-nav--link::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: 0px;
  }
}
.primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link {
  text-align: left;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 80%;
  color: rgb(62, 122, 150);
  font-size: 1rem;
  padding: 0.6rem;
  white-space: nowrap;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link:focus {
  outline: 1px solid #c7c7c7;
}
@media screen and (min-width: 1200px) {
  .primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link {
    color: #fff;
    font-size: 1rem;
    padding: 0.9rem;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link:hover, .primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link:focus, .primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link.menu-hovering {
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: rgb(62, 122, 150);
}
.primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link:hover:not(:first-child):after, .primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link:focus:not(:first-child):after, .primary-nav .primary-nav--list .primary-nav--list-item .primary-nav--link.menu-hovering:not(:first-child):after {
  content: "❬";
  -webkit-transform: rotate(90deg) scale(0.7);
      -ms-transform: rotate(90deg) scale(0.7);
          transform: rotate(90deg) scale(0.7);
  display: inline-block;
  position: relative;
  left: 10px;
}
.primary-nav .primary-nav--list .primary-nav--list-item .expand-btn {
  width: 50px;
  background: #fff;
  border: 0;
  color: rgb(62, 122, 150);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.primary-nav .primary-nav--list .primary-nav--list-item .expand-btn .mobile-plus::after {
  content: "+";
  font-size: 1.2rem;
  font-weight: 800;
}
.primary-nav .primary-nav--list .primary-nav--list-item .expand-btn .mobile-minus::after {
  content: "-";
  font-size: 1.2rem;
  font-weight: 800;
}
.primary-nav .primary-nav--list .primary-nav--list-item .expand-btn:hover {
  background: #fff;
  cursor: pointer;
  outline: none;
}
.primary-nav .primary-nav--list .primary-nav--list-item .expand-btn:focus {
  outline: 1px solid #EEE;
}
@media screen and (min-width: 1200px) {
  .primary-nav .primary-nav--list .primary-nav--list-item .expand-btn {
    display: none;
  }
}
.primary-nav .primary-nav--list .primary-nav--list-item .expand-btn.open {
  background: #fff;
}
.primary-nav .primary-nav--list .primary-nav--list-item .iq-sub-opener {
  display: block;
  padding: 1em;
  background-color: #fff;
  color: #fff;
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .primary-nav .primary-nav--list .primary-nav--list-item .iq-sub-opener {
    display: none;
  }
}
.primary-nav .primary-nav--list .primary-nav--list-item .iq-sub-opener:focus {
  outline: 3px solid #fff;
  outline-offset: 0;
}
.primary-nav .primary-nav--list .primary-nav--list-item .megamenu--columns {
  display: none;
  position: relative;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1200px) {
  .primary-nav .primary-nav--list .primary-nav--list-item .megamenu--columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    position: absolute;
    top: 2.9em;
    left: 10px;
    right: 10px;
  }
}
.primary-nav .primary-nav--list .primary-nav--list-item .megamenu--columns .megamenu--columns--item {
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 1200px) {
  .primary-nav .primary-nav--list .primary-nav--list-item .megamenu--columns .megamenu--columns--item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.primary-nav ul {
  list-style-type: none;
}

.mobile-overlay {
  font-size: 0;
}

body {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body.mobile-menu-open {
  overflow-x: hidden;
  -webkit-transform: translate3d(290px, 0, 0);
          transform: translate3d(290px, 0, 0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.mobile-menu-open .mobile-overlay {
  position: absolute;
  background-color: #c7c7c7;
  background: rgba(165, 165, 165, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 45;
}

.mobile-item-active {
  background-color: rgb(62, 122, 150) !important;
  color: #fff !important;
}

.secondary-nav {
  display: none;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .secondary-nav {
    position: absolute;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.08);
    padding: 1.5rem !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    height: initial;
    min-height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }
}
.secondary-nav .nav-section {
  padding: 0.9375rem 0;
}
@media screen and (min-width: 1200px) {
  .secondary-nav .nav-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-right: 1px solid #c7c7c7;
    height: -moz-max-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .secondary-nav .nav-section:last-child {
    border-right: none;
    padding-left: 0.9375rem;
  }
  .secondary-nav .nav-section:first-child {
    padding-right: 0.9375rem;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .secondary-nav .nav-section:first-child:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.secondary-nav .nav-section .section-header div {
  color: #414841;
  font-weight: 600;
  padding: 0 0 0.46875rem 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .secondary-nav .nav-section .section-header div {
    display: block;
    font-size: 1rem;
    color: #414841;
    font-weight: 600;
    padding: 0 0 0.46875rem 0.9375rem;
  }
}
.secondary-nav .nav-section .section-header div a {
  color: rgb(62, 122, 150);
  font-weight: bold;
  font-family: "Merriweather", Georgia, Times, "Times New Roman", serif;
  text-decoration: none;
}
.secondary-nav .nav-section .section-header div a:hover, .secondary-nav .nav-section .section-header div a:focus {
  border-bottom: 2px solid #333833;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.secondary-nav .nav-section .secondary-nav--list {
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .secondary-nav .nav-section .secondary-nav--list {
    padding-left: 0;
    position: relative;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
.secondary-nav .nav-section .secondary-nav--list .secondary-nav--list-item {
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.secondary-nav .nav-section .secondary-nav--list .secondary-nav--list-item a {
  display: block;
  color: rgb(62, 122, 150);
  padding: 0.46875rem 0.9375rem;
}
.secondary-nav .nav-section .secondary-nav--list .secondary-nav--list-item a:hover, .secondary-nav .nav-section .secondary-nav--list .secondary-nav--list-item a:focus {
  background-color: #EEE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.secondary-nav .nav-section .more-button-container {
  margin: 0.6rem 0;
}
.secondary-nav .nav-section .more-button-container a {
  white-space: nowrap;
  display: inline-block;
  background: rgb(62, 122, 150);
  color: #fff;
  line-height: 1;
  font-weight: bold;
  padding: 0.4rem 0.6rem;
  font-size: 0.889rem;
  border: 1px solid rgb(62, 122, 150);
  border-radius: 4px;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.secondary-nav .nav-section .more-button-container a:hover, .secondary-nav .nav-section .more-button-container a:focus {
  color: rgb(62, 122, 150);
  background: #fff !important;
}
.secondary-nav .nav-section .nav-list-block ul {
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .secondary-nav .nav-section .nav-list-block ul {
    padding-left: 0;
  }
}
.secondary-nav .nav-section .nav-list-block ul li {
  margin-bottom: 0;
}
.secondary-nav .nav-section .nav-list-block ul li a {
  display: block;
  color: rgb(62, 122, 150);
  padding: 0.46875rem 0.9375rem;
}
.secondary-nav .nav-section .nav-list-block ul li a:hover, .secondary-nav .nav-section .nav-list-block ul li a:focus {
  background-color: #EEE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.secondary-nav .featured-card-section {
  display: none;
}
@media screen and (min-width: 1200px) {
  .secondary-nav .featured-card-section {
    display: block;
    padding: 0.6rem 1.2rem;
    max-width: 500px;
  }
}

.btn-primary {
  background-color: rgb(62, 122, 150);
  border-color: rgb(62, 122, 150);
}
.btn-primary:hover {
  background-color: #376b84;
  border-color: #376b84;
}

.content-moderation-entity-moderation-form {
  margin-bottom: 1rem;
}

.block-local-tasks-block a.is-active {
  background: #CCC;
  color: #000;
}

a:focus {
  outline: 2px solid rgb(62, 122, 150);
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

/*# sourceMappingURL=styles.css.map */