@charset "UTF-8";
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
.table__black thead {
  background-color: #000; }

.table__black tbody > tr:nth-child(2n) {
  background-color: #999999; }

.table__smithsonian-yellow thead {
  background-color: #b69605; }

.table__smithsonian-yellow tbody > tr:nth-child(2n) {
  background-color: #fffcee; }

.table__smithsonian-cyan thead {
  background-color: #009DC0; }

.table__smithsonian-cyan tbody > tr:nth-child(2n) {
  background-color: #f3fdff; }

.table__navy-blue thead {
  background-color: #102B4E; }

.table__navy-blue tbody > tr:nth-child(2n) {
  background-color: #a4c3ec; }

.table__blue thead {
  background-color: #064F93; }

.table__blue tbody > tr:nth-child(2n) {
  background-color: #cee6fd; }

.table__sky-blue thead {
  background-color: #016194; }

.table__sky-blue tbody > tr:nth-child(2n) {
  background-color: #c9ecff; }

.table__green thead {
  background-color: #006A3A; }

.table__green tbody > tr:nth-child(2n) {
  background-color: #9dffd3; }

.table__light-green thead {
  background-color: #89971a; }

.table__light-green tbody > tr:nth-child(2n) {
  background-color: #f9fbe8; }

.table__lime-green thead {
  background-color: #7BB81F; }

.table__lime-green tbody > tr:nth-child(2n) {
  background-color: white; }

.table__red-orange thead {
  background-color: #D04927; }

.table__red-orange tbody > tr:nth-child(2n) {
  background-color: white; }

.table__orange-red thead {
  background-color: #b14413; }

.table__orange-red tbody > tr:nth-child(2n) {
  background-color: #fefaf8; }

.table__orange thead {
  background-color: #c37405; }

.table__orange tbody > tr:nth-child(2n) {
  background-color: #fffefc; }

.table__brown thead {
  background-color: #6C4820; }

.table__brown tbody > tr:nth-child(2n) {
  background-color: #f0e0ce; }

.table__magenta thead {
  background-color: #BD0D60; }

.table__magenta tbody > tr:nth-child(2n) {
  background-color: #fffdfe; }

.table__purple thead {
  background-color: #762C66; }

.table__purple tbody > tr:nth-child(2n) {
  background-color: #f4e0ef; }

.table__red thead {
  background-color: #DA2128; }

.table__red tbody > tr:nth-child(2n) {
  background-color: white; }

.table__orange-red tbody > tr:nth-child(2n) {
  background-color: #fef7d5; }

.table__green tbody > tr:nth-child(2n) {
  background-color: #f3f7d2; }

.table__magenta tbody > tr:nth-child(2n) {
  background-color: #fde5f1; }

[class*="table__"] {
  font-family: "FFDINWebPro", "sans-serif";
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 0; }
  [class*="table__"] thead,
  [class*="table__"] tbody,
  [class*="table__"] th,
  [class*="table__"] tr,
  [class*="table__"] td {
    border: none;
    vertical-align: middle; }
  [class*="table__"] thead {
    color: #FFFFFF;
    font-size: 1.11111rem;
    font-weight: 700;
    letter-spacing: 0.02em; }
  [class*="table__"] thead th:first-child,
  [class*="table__"] tbody tr {
    height: 52px; }
  [class*="table__"] thead th:first-child,
  [class*="table__"] tbody td:first-child {
    padding-left: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      [class*="table__"] thead th:first-child,
      [class*="table__"] tbody td:first-child {
        padding-left: 10px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      [class*="table__"] thead th:first-child,
      [class*="table__"] tbody td:first-child {
        padding-left: 40px; } }
  [class*="table__"] tbody td {
    padding-top: 0;
    padding-bottom: 0; }
  [class*="table__"] p {
    font-family: "FFDINWebPro", "sans-serif";
    margin: 10px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    [class*="table__"] .two-col__item-six > p {
      padding-left: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    [class*="table__"] .two-col__item-six > p {
      padding-left: 40px; } }

tr.even,
tr.odd {
  background-color: #FFFFFF; }

tr.odd {
  background-color: rgba(230, 231, 232, 0.3); }

/**
 * Pricing table
 */
.black .pricing-table__item-title {
  background-color: #000; }

.black .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #999999; }

.black .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.smithsonian-yellow .pricing-table__item-title {
  background-color: #b69605; }

.smithsonian-yellow .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #fffcee; }

.smithsonian-yellow .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.smithsonian-cyan .pricing-table__item-title {
  background-color: #009DC0; }

.smithsonian-cyan .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #f3fdff; }

.smithsonian-cyan .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.navy-blue .pricing-table__item-title {
  background-color: #102B4E; }

.navy-blue .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #a4c3ec; }

.navy-blue .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.blue .pricing-table__item-title {
  background-color: #064F93; }

.blue .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #cee6fd; }

.blue .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.sky-blue .pricing-table__item-title {
  background-color: #016194; }

.sky-blue .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #c9ecff; }

.sky-blue .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.green .pricing-table__item-title {
  background-color: #006A3A; }

.green .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #9dffd3; }

.green .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.light-green .pricing-table__item-title {
  background-color: #89971a; }

.light-green .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #f9fbe8; }

.light-green .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.lime-green .pricing-table__item-title {
  background-color: #7BB81F; }

.lime-green .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: white; }

.lime-green .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.red-orange .pricing-table__item-title {
  background-color: #D04927; }

.red-orange .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: white; }

.red-orange .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.orange-red .pricing-table__item-title {
  background-color: #b14413; }

.orange-red .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #fefaf8; }

.orange-red .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.orange .pricing-table__item-title {
  background-color: #c37405; }

.orange .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #fffefc; }

.orange .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.brown .pricing-table__item-title {
  background-color: #6C4820; }

.brown .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #f0e0ce; }

.brown .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.magenta .pricing-table__item-title {
  background-color: #BD0D60; }

.magenta .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #fffdfe; }

.magenta .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.purple .pricing-table__item-title {
  background-color: #762C66; }

.purple .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #f4e0ef; }

.purple .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.red .pricing-table__item-title {
  background-color: #DA2128; }

.red .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: white; }

.red .pricing-table__info > .pricing-table__item-row:nth-child(odd) {
  background-color: #FFFFFF; }

.blue .pricing-table__info > .pricing-table__item-row:nth-child(even) a {
  color: #043562; }

.orange-red .pricing-table__item-title {
  background-color: #b14413; }

.orange-red .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #fef7d5; }

.green .pricing-table__info > .pricing-table__item-row:nth-child(even) {
  background-color: #f3f7d2; }

.responsive-media, .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-media iframe, .video-container iframe,
  .responsive-media object, .video-container object,
  .responsive-media embed, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.no-padding {
  padding: 0 !important;
  margin: 0 !important; }

.full-wrapper {
  padding: 0 0 20px; }
  @media screen and (min-width: 768px) {
    .separator-sm .full-wrapper {
      padding: 0 0 15px; }
    .separator-md .full-wrapper {
      padding: 0 0 30px; }
    .separator-lg .full-wrapper {
      padding: 0 0 40px; } }

div[data-hero-position="a1"] {
  background-position: 12.5% 16.5%; }

div[data-hero-position="a2"] {
  background-position: 12.5% 49.5%; }

div[data-hero-position="a3"] {
  background-position: 12.5% 82.5%; }

div[data-hero-position="b1"] {
  background-position: 37.5% 16.5%; }

div[data-hero-position="b2"] {
  background-position: 37.5% 49.5%; }

div[data-hero-position="b3"] {
  background-position: 37.5% 82.5%; }

div[data-hero-position="c1"] {
  background-position: 62.5% 16.5%; }

div[data-hero-position="c2"] {
  background-position: 62.5% 49.5%; }

div[data-hero-position="c3"] {
  background-position: 62.5% 82.5%; }

div[data-hero-position="d1"] {
  background-position: 87.5% 16.5%; }

div[data-hero-position="d2"] {
  background-position: 87.5% 49.5%; }

div[data-hero-position="d3"] {
  background-position: 87.5% 82.5%; }

div[data-hero-position="center-center"] {
  background-position: 50% 50%; }

div[data-hero-position="corner-top-left"] {
  background-position: 0 0; }

div[data-hero-position="corner-top-right"] {
  background-position: 100% 0; }

div[data-hero-position="corner-bottom-left"] {
  background-position: 0 100%; }

div[data-hero-position="corner-bottom-right"] {
  background-position: 100% 100%; }

.container, .content-area .pane-node-field-stri-summary, .hero .slide__caption, .pane-bundle-stri-special-links, .pane-bundle-stri-two-col-ss, .hero-small-bg__area-info .pane-content, .node-type-event-course .content-header, .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-story .stri-hero__background .pane-node-created,
.node-type-story .stri-hero__background .pane-node-field-stri-story-location {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1; }
  @media (min-width: 768px) {
    .container, .content-area .pane-node-field-stri-summary, .hero .slide__caption, .pane-bundle-stri-special-links, .pane-bundle-stri-two-col-ss, .hero-small-bg__area-info .pane-content, .node-type-event-course .content-header, .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-story .stri-hero__background .pane-node-created,
    .node-type-story .stri-hero__background .pane-node-field-stri-story-location {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .content-area .pane-node-field-stri-summary, .hero .slide__caption, .pane-bundle-stri-special-links, .pane-bundle-stri-two-col-ss, .hero-small-bg__area-info .pane-content, .node-type-event-course .content-header, .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-story .stri-hero__background .pane-node-created,
    .node-type-story .stri-hero__background .pane-node-field-stri-story-location {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .content-area .pane-node-field-stri-summary, .hero .slide__caption, .pane-bundle-stri-special-links, .pane-bundle-stri-two-col-ss, .hero-small-bg__area-info .pane-content, .node-type-event-course .content-header, .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-story .stri-hero__background .pane-node-created,
    .node-type-story .stri-hero__background .pane-node-field-stri-story-location {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1; }

.row, .content-area .pane-node-field-stri-summary .pane-content, .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-panel-pane-2 .view-content {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .footer-menu .menu .level-1, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .hero .slide__caption .slide__description, .col-md-8, .hero-content .pane-node-field-stri-subtitle, .content-area .pane-node-field-stri-summary .pane-content, .col-lg-8, .col-xs-9, .col-sm-9, .node-type-scientist .ui-tabs-panel .pane-node-field-stri-scientist-education,
.node-type-scientist .ui-tabs-panel .pane-node-field-stri-scientist-sp, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .slide-position__left, .slide-position__right, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row, .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row, .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row, .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row, .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12, .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row, .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row, .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .footer-menu .menu .level-1, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .hero .slide__caption .slide__description, .col-sm-9, .node-type-scientist .ui-tabs-panel .pane-node-field-stri-scientist-education,
  .node-type-scientist .ui-tabs-panel .pane-node-field-stri-scientist-sp, .col-sm-10, .slide-position__left, .slide-position__right, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3, .footer-menu .menu .level-1 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8, .hero .slide__caption .slide__description {
    width: 66.66667%; }
  .col-sm-9, .node-type-scientist .ui-tabs-panel .pane-node-field-stri-scientist-education,
  .node-type-scientist .ui-tabs-panel .pane-node-field-stri-scientist-sp {
    width: 75%; }
  .col-sm-10, .slide-position__left, .slide-position__right {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2, .slide-position__right {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .hero-content .pane-node-field-stri-subtitle, .content-area .pane-node-field-stri-summary .pane-content, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8, .hero-content .pane-node-field-stri-subtitle, .content-area .pane-node-field-stri-summary .pane-content {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix, .webform-container-inline.webform-datepicker, .webform-component-time .webform-container-inline, .pane-bundle-stri-colorbox-image .field-name-field-fpp-colorbox-image {
  overflow: hidden;
  *zoom: 1; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before, .slick__arrow .slick-prev:before {
  content: ""; }

.fa-angle-right:before, .slick__arrow .slick-next:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* apply a natural box layout model to all elements, but allow components to change */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125em; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.66667em; }

h1, .h1, .hero_content_seven .pane-node-field-stri-alternative-title p, .stri-story-simple .pane-node-field-stri-subtitle p, h2, .h2, h3, .h3, .scientist-reference .bibliography-year, .scientist-reference .publication-year, h4, .h4, .page-search-results .col-five__area .pane-title, div[class^="pane-facetapi-"] .pane-title, .profile-ext__item-content .field-name-field-stri-links-title, h5, .h5, .pane-bundle-fpp-stri-profile-mini-card .slide__title, .pane-bundle-fpp-stri-profile-mini-card .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .pane-bundle-fpp-stri-profile-mini-card h1, h6, .h6, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-position, [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-subtitle h5, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-subtitle h5,
[class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
[class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
[class*="-news-right-block-sm"] .complete-list__item .view-mode__item-subtitle h5,
[class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
[class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
[class*="-news-left-block-sm"] .complete-list__item .view-mode__item-subtitle h5, [class*="-news-stri-popular-stories"] .view-mode__item-title h5, .view-stri-people label {
  line-height: 1.3;
  padding: 0; }

h1, .h1, .hero_content_seven .pane-node-field-stri-alternative-title p, .stri-story-simple .pane-node-field-stri-subtitle p {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.02; }
  @media screen and (min-width: 768px) {
    h1, .h1, .hero_content_seven .pane-node-field-stri-alternative-title p, .stri-story-simple .pane-node-field-stri-subtitle p {
      font-size: 3.5555rem; } }
  @media screen and (min-width: 992px) {
    h1, .h1, .hero_content_seven .pane-node-field-stri-alternative-title p, .stri-story-simple .pane-node-field-stri-subtitle p {
      font-size: 4.72222rem; } }
  h1 a, .h1 a, .hero_content_seven .pane-node-field-stri-alternative-title p a, .stri-story-simple .pane-node-field-stri-subtitle p a {
    text-decoration: none; }

h2, .h2 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 2.66667rem; } }
  h2 a, .h2 a {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    text-decoration: none; }
    h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus {
      color: #006A3A;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1em;
      font-style: normal;
      font-weight: 700; }

h3, .h3, .scientist-reference .bibliography-year, .scientist-reference .publication-year {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700; }
  h3 a, .h3 a, .scientist-reference .bibliography-year a, .scientist-reference .publication-year a {
    text-decoration: none; }

h4, .h4, .page-search-results .col-five__area .pane-title, div[class^="pane-facetapi-"] .pane-title, .profile-ext__item-content .field-name-field-stri-links-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 700; }
  h4 a, .h4 a, .page-search-results .col-five__area .pane-title a, div[class^="pane-facetapi-"] .pane-title a, .profile-ext__item-content .field-name-field-stri-links-title a {
    text-decoration: none; }

h5, .h5, .pane-bundle-fpp-stri-profile-mini-card .slide__title, .pane-bundle-fpp-stri-profile-mini-card .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .pane-bundle-fpp-stri-profile-mini-card h1 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-style: normal;
  font-weight: 700; }
  h5 a, .h5 a, .pane-bundle-fpp-stri-profile-mini-card .slide__title a, .pane-bundle-fpp-stri-profile-mini-card .node-type-scientist .sidebar-right__image .pane-node-title h1 a, .node-type-scientist .sidebar-right__image .pane-node-title .pane-bundle-fpp-stri-profile-mini-card h1 a {
    text-decoration: none; }

h6, .h6, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-position, [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-subtitle h5, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-subtitle h5,
[class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
[class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
[class*="-news-right-block-sm"] .complete-list__item .view-mode__item-subtitle h5,
[class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
[class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
[class*="-news-left-block-sm"] .complete-list__item .view-mode__item-subtitle h5, [class*="-news-stri-popular-stories"] .view-mode__item-title h5, .view-stri-people label {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700; }
  h6 a, .h6 a, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-position a, [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-subtitle h5 a, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-subtitle h5 a, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-subtitle h5 a,
  [class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-subtitle h5 a,
  [class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5 a, .node-story
  [class*="-news-right-block-sm"] .complete-list__item .view-mode__item-subtitle h5 a,
  [class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-subtitle h5 a,
  [class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5 a, .node-story
  [class*="-news-left-block-sm"] .complete-list__item .view-mode__item-subtitle h5 a, [class*="-news-stri-popular-stories"] .view-mode__item-title h5 a, .view-stri-people label a {
    text-decoration: none; }

p {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 20px; }

a {
  color: #064F93; }
  a:focus {
    outline-color: #b4d6f9; }

.pane-content ul,
.pane-content ol {
  margin-bottom: 20px;
  margin-top: 20px; }

.pane-content ul.nav li {
  margin-bottom: initial; }

blockquote,
.field-name-body blockquote {
  border: 0;
  color: #0292E0;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.3;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    blockquote,
    .field-name-body blockquote {
      float: left;
      width: 45%;
      margin-right: 30px; } }
  blockquote::before,
  .field-name-body blockquote::before {
    content: open-quote; }
  blockquote::after,
  .field-name-body blockquote::after {
    content: close-quote; }
  blockquote::after, blockquote::before,
  .field-name-body blockquote::after,
  .field-name-body blockquote::before {
    color: #0292E0;
    font-size: 2rem; }
  blockquote p,
  .field-name-body blockquote p {
    color: #0292E0;
    font-family: "Noto Serif", "sans-serif";
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    display: inline; }
  blockquote span,
  .field-name-body blockquote span {
    font-weight: bold; }

@media screen and (min-width: 768px) {
  .stri-contact__content blockquote {
    width: 100%; } }

.layout-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.content-area {
  clear: both;
  margin-top: 50px; }

.nav-menu__wrapper {
  overflow: visible; }

.canvas-container {
  background: #064f93;
  overflow-x: hidden; }

@media screen and (min-width: 920px) {
  .hero,
  .hero__area-image {
    background-color: #003669; } }

.hero-content .pane-node-field-stri-subtitle {
  padding-left: 0;
  padding-right: 0; }

.hero .pane-page-breadcrumb {
  margin-top: 55px; }
  .hero .pane-page-breadcrumb .pane-content {
    display: none; }
    @media screen and (min-width: 768px) {
      .hero .pane-page-breadcrumb .pane-content {
        display: block; } }

div.alert {
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 20px;
  font-size: 0.77778rem;
  line-height: 1.3; }
  div.alert h2 {
    margin-top: 0;
    text-transform: inherit;
    color: inherit;
    font-size: 1.875em;
    font-family: Helvetica, Arial, sans-serif; }
    div.alert h2 a {
      color: inherit;
      font-family: inherit; }
  div.alert p {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }
  div.alert.transaction {
    margin-bottom: 30px;
    margin-top: 30px; }

.back-to-top {
  display: none;
  position: fixed;
  top: 95vh;
  right: 5vh;
  z-index: 1000; }
  .back-to-top a {
    background: transparent url("../images/svg/i-arrow--top.svg") no-repeat 0 0;
    background-size: 100%;
    display: block;
    height: 32px;
    width: 32px; }
    .back-to-top a:hover {
      margin-top: -2px; }

.front .back-to-top a {
  color: #FFFFFF; }

.gradient,
.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.gradient__black {
  background-image: url("../images/gradients/stri_gradient-black.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__smithsonian-yellow {
  background-image: url("../images/gradients/stri_gradient-smithsonian-yellow.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__smithsonian-cyan {
  background-image: url("../images/gradients/stri_gradient-smithsonian-cyan.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__navy-blue {
  background-image: url("../images/gradients/stri_gradient-navy-blue.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__blue {
  background-image: url("../images/gradients/stri_gradient-blue.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__sky-blue {
  background-image: url("../images/gradients/stri_gradient-sky-blue.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__green {
  background-image: url("../images/gradients/stri_gradient-green.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__light-green {
  background-image: url("../images/gradients/stri_gradient-light-green.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__lime-green {
  background-image: url("../images/gradients/stri_gradient-lime-green.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__red-orange {
  background-image: url("../images/gradients/stri_gradient-red-orange.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__orange-red {
  background-image: url("../images/gradients/stri_gradient-orange-red.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__orange {
  background-image: url("../images/gradients/stri_gradient-orange.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__brown {
  background-image: url("../images/gradients/stri_gradient-brown.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__magenta {
  background-image: url("../images/gradients/stri_gradient-magenta.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__purple {
  background-image: url("../images/gradients/stri_gradient-purple.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.gradient__red {
  background-image: url("../images/gradients/stri_gradient-red.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left top; }

.slide__media > div[data-opacity="1"] .gradient-overlay,
.gradient_opacity__1 {
  opacity: 0.01; }

.slide__media > div[data-opacity="2"] .gradient-overlay,
.gradient_opacity__2 {
  opacity: 0.02; }

.slide__media > div[data-opacity="3"] .gradient-overlay,
.gradient_opacity__3 {
  opacity: 0.03; }

.slide__media > div[data-opacity="4"] .gradient-overlay,
.gradient_opacity__4 {
  opacity: 0.04; }

.slide__media > div[data-opacity="5"] .gradient-overlay,
.gradient_opacity__5 {
  opacity: 0.05; }

.slide__media > div[data-opacity="6"] .gradient-overlay,
.gradient_opacity__6 {
  opacity: 0.06; }

.slide__media > div[data-opacity="7"] .gradient-overlay,
.gradient_opacity__7 {
  opacity: 0.07; }

.slide__media > div[data-opacity="8"] .gradient-overlay,
.gradient_opacity__8 {
  opacity: 0.08; }

.slide__media > div[data-opacity="9"] .gradient-overlay,
.gradient_opacity__9 {
  opacity: 0.09; }

.slide__media > div[data-opacity="10"] .gradient-overlay,
.gradient_opacity__10 {
  opacity: 0.1; }

.slide__media > div[data-opacity="11"] .gradient-overlay,
.gradient_opacity__11 {
  opacity: 0.11; }

.slide__media > div[data-opacity="12"] .gradient-overlay,
.gradient_opacity__12 {
  opacity: 0.12; }

.slide__media > div[data-opacity="13"] .gradient-overlay,
.gradient_opacity__13 {
  opacity: 0.13; }

.slide__media > div[data-opacity="14"] .gradient-overlay,
.gradient_opacity__14 {
  opacity: 0.14; }

.slide__media > div[data-opacity="15"] .gradient-overlay,
.gradient_opacity__15 {
  opacity: 0.15; }

.slide__media > div[data-opacity="16"] .gradient-overlay,
.gradient_opacity__16 {
  opacity: 0.16; }

.slide__media > div[data-opacity="17"] .gradient-overlay,
.gradient_opacity__17 {
  opacity: 0.17; }

.slide__media > div[data-opacity="18"] .gradient-overlay,
.gradient_opacity__18 {
  opacity: 0.18; }

.slide__media > div[data-opacity="19"] .gradient-overlay,
.gradient_opacity__19 {
  opacity: 0.19; }

.slide__media > div[data-opacity="20"] .gradient-overlay,
.gradient_opacity__20 {
  opacity: 0.2; }

.slide__media > div[data-opacity="21"] .gradient-overlay,
.gradient_opacity__21 {
  opacity: 0.21; }

.slide__media > div[data-opacity="22"] .gradient-overlay,
.gradient_opacity__22 {
  opacity: 0.22; }

.slide__media > div[data-opacity="23"] .gradient-overlay,
.gradient_opacity__23 {
  opacity: 0.23; }

.slide__media > div[data-opacity="24"] .gradient-overlay,
.gradient_opacity__24 {
  opacity: 0.24; }

.slide__media > div[data-opacity="25"] .gradient-overlay,
.gradient_opacity__25 {
  opacity: 0.25; }

.slide__media > div[data-opacity="26"] .gradient-overlay,
.gradient_opacity__26 {
  opacity: 0.26; }

.slide__media > div[data-opacity="27"] .gradient-overlay,
.gradient_opacity__27 {
  opacity: 0.27; }

.slide__media > div[data-opacity="28"] .gradient-overlay,
.gradient_opacity__28 {
  opacity: 0.28; }

.slide__media > div[data-opacity="29"] .gradient-overlay,
.gradient_opacity__29 {
  opacity: 0.29; }

.slide__media > div[data-opacity="30"] .gradient-overlay,
.gradient_opacity__30 {
  opacity: 0.3; }

.slide__media > div[data-opacity="31"] .gradient-overlay,
.gradient_opacity__31 {
  opacity: 0.31; }

.slide__media > div[data-opacity="32"] .gradient-overlay,
.gradient_opacity__32 {
  opacity: 0.32; }

.slide__media > div[data-opacity="33"] .gradient-overlay,
.gradient_opacity__33 {
  opacity: 0.33; }

.slide__media > div[data-opacity="34"] .gradient-overlay,
.gradient_opacity__34 {
  opacity: 0.34; }

.slide__media > div[data-opacity="35"] .gradient-overlay,
.gradient_opacity__35 {
  opacity: 0.35; }

.slide__media > div[data-opacity="36"] .gradient-overlay,
.gradient_opacity__36 {
  opacity: 0.36; }

.slide__media > div[data-opacity="37"] .gradient-overlay,
.gradient_opacity__37 {
  opacity: 0.37; }

.slide__media > div[data-opacity="38"] .gradient-overlay,
.gradient_opacity__38 {
  opacity: 0.38; }

.slide__media > div[data-opacity="39"] .gradient-overlay,
.gradient_opacity__39 {
  opacity: 0.39; }

.slide__media > div[data-opacity="40"] .gradient-overlay,
.gradient_opacity__40 {
  opacity: 0.4; }

.slide__media > div[data-opacity="41"] .gradient-overlay,
.gradient_opacity__41 {
  opacity: 0.41; }

.slide__media > div[data-opacity="42"] .gradient-overlay,
.gradient_opacity__42 {
  opacity: 0.42; }

.slide__media > div[data-opacity="43"] .gradient-overlay,
.gradient_opacity__43 {
  opacity: 0.43; }

.slide__media > div[data-opacity="44"] .gradient-overlay,
.gradient_opacity__44 {
  opacity: 0.44; }

.slide__media > div[data-opacity="45"] .gradient-overlay,
.gradient_opacity__45 {
  opacity: 0.45; }

.slide__media > div[data-opacity="46"] .gradient-overlay,
.gradient_opacity__46 {
  opacity: 0.46; }

.slide__media > div[data-opacity="47"] .gradient-overlay,
.gradient_opacity__47 {
  opacity: 0.47; }

.slide__media > div[data-opacity="48"] .gradient-overlay,
.gradient_opacity__48 {
  opacity: 0.48; }

.slide__media > div[data-opacity="49"] .gradient-overlay,
.gradient_opacity__49 {
  opacity: 0.49; }

.slide__media > div[data-opacity="50"] .gradient-overlay,
.gradient_opacity__50 {
  opacity: 0.5; }

.slide__media > div[data-opacity="51"] .gradient-overlay,
.gradient_opacity__51 {
  opacity: 0.51; }

.slide__media > div[data-opacity="52"] .gradient-overlay,
.gradient_opacity__52 {
  opacity: 0.52; }

.slide__media > div[data-opacity="53"] .gradient-overlay,
.gradient_opacity__53 {
  opacity: 0.53; }

.slide__media > div[data-opacity="54"] .gradient-overlay,
.gradient_opacity__54 {
  opacity: 0.54; }

.slide__media > div[data-opacity="55"] .gradient-overlay,
.gradient_opacity__55 {
  opacity: 0.55; }

.slide__media > div[data-opacity="56"] .gradient-overlay,
.gradient_opacity__56 {
  opacity: 0.56; }

.slide__media > div[data-opacity="57"] .gradient-overlay,
.gradient_opacity__57 {
  opacity: 0.57; }

.slide__media > div[data-opacity="58"] .gradient-overlay,
.gradient_opacity__58 {
  opacity: 0.58; }

.slide__media > div[data-opacity="59"] .gradient-overlay,
.gradient_opacity__59 {
  opacity: 0.59; }

.slide__media > div[data-opacity="60"] .gradient-overlay,
.gradient_opacity__60 {
  opacity: 0.6; }

.slide__media > div[data-opacity="61"] .gradient-overlay,
.gradient_opacity__61 {
  opacity: 0.61; }

.slide__media > div[data-opacity="62"] .gradient-overlay,
.gradient_opacity__62 {
  opacity: 0.62; }

.slide__media > div[data-opacity="63"] .gradient-overlay,
.gradient_opacity__63 {
  opacity: 0.63; }

.slide__media > div[data-opacity="64"] .gradient-overlay,
.gradient_opacity__64 {
  opacity: 0.64; }

.slide__media > div[data-opacity="65"] .gradient-overlay,
.gradient_opacity__65 {
  opacity: 0.65; }

.slide__media > div[data-opacity="66"] .gradient-overlay,
.gradient_opacity__66 {
  opacity: 0.66; }

.slide__media > div[data-opacity="67"] .gradient-overlay,
.gradient_opacity__67 {
  opacity: 0.67; }

.slide__media > div[data-opacity="68"] .gradient-overlay,
.gradient_opacity__68 {
  opacity: 0.68; }

.slide__media > div[data-opacity="69"] .gradient-overlay,
.gradient_opacity__69 {
  opacity: 0.69; }

.slide__media > div[data-opacity="70"] .gradient-overlay,
.gradient_opacity__70 {
  opacity: 0.7; }

.slide__media > div[data-opacity="71"] .gradient-overlay,
.gradient_opacity__71 {
  opacity: 0.71; }

.slide__media > div[data-opacity="72"] .gradient-overlay,
.gradient_opacity__72 {
  opacity: 0.72; }

.slide__media > div[data-opacity="73"] .gradient-overlay,
.gradient_opacity__73 {
  opacity: 0.73; }

.slide__media > div[data-opacity="74"] .gradient-overlay,
.gradient_opacity__74 {
  opacity: 0.74; }

.slide__media > div[data-opacity="75"] .gradient-overlay,
.gradient_opacity__75 {
  opacity: 0.75; }

.slide__media > div[data-opacity="76"] .gradient-overlay,
.gradient_opacity__76 {
  opacity: 0.76; }

.slide__media > div[data-opacity="77"] .gradient-overlay,
.gradient_opacity__77 {
  opacity: 0.77; }

.slide__media > div[data-opacity="78"] .gradient-overlay,
.gradient_opacity__78 {
  opacity: 0.78; }

.slide__media > div[data-opacity="79"] .gradient-overlay,
.gradient_opacity__79 {
  opacity: 0.79; }

.slide__media > div[data-opacity="80"] .gradient-overlay,
.gradient_opacity__80 {
  opacity: 0.8; }

.slide__media > div[data-opacity="81"] .gradient-overlay,
.gradient_opacity__81 {
  opacity: 0.81; }

.slide__media > div[data-opacity="82"] .gradient-overlay,
.gradient_opacity__82 {
  opacity: 0.82; }

.slide__media > div[data-opacity="83"] .gradient-overlay,
.gradient_opacity__83 {
  opacity: 0.83; }

.slide__media > div[data-opacity="84"] .gradient-overlay,
.gradient_opacity__84 {
  opacity: 0.84; }

.slide__media > div[data-opacity="85"] .gradient-overlay,
.gradient_opacity__85 {
  opacity: 0.85; }

.slide__media > div[data-opacity="86"] .gradient-overlay,
.gradient_opacity__86 {
  opacity: 0.86; }

.slide__media > div[data-opacity="87"] .gradient-overlay,
.gradient_opacity__87 {
  opacity: 0.87; }

.slide__media > div[data-opacity="88"] .gradient-overlay,
.gradient_opacity__88 {
  opacity: 0.88; }

.slide__media > div[data-opacity="89"] .gradient-overlay,
.gradient_opacity__89 {
  opacity: 0.89; }

.slide__media > div[data-opacity="90"] .gradient-overlay,
.gradient_opacity__90 {
  opacity: 0.9; }

.slide__media > div[data-opacity="91"] .gradient-overlay,
.gradient_opacity__91 {
  opacity: 0.91; }

.slide__media > div[data-opacity="92"] .gradient-overlay,
.gradient_opacity__92 {
  opacity: 0.92; }

.slide__media > div[data-opacity="93"] .gradient-overlay,
.gradient_opacity__93 {
  opacity: 0.93; }

.slide__media > div[data-opacity="94"] .gradient-overlay,
.gradient_opacity__94 {
  opacity: 0.94; }

.slide__media > div[data-opacity="95"] .gradient-overlay,
.gradient_opacity__95 {
  opacity: 0.95; }

.slide__media > div[data-opacity="96"] .gradient-overlay,
.gradient_opacity__96 {
  opacity: 0.96; }

.slide__media > div[data-opacity="97"] .gradient-overlay,
.gradient_opacity__97 {
  opacity: 0.97; }

.slide__media > div[data-opacity="98"] .gradient-overlay,
.gradient_opacity__98 {
  opacity: 0.98; }

.slide__media > div[data-opacity="99"] .gradient-overlay,
.gradient_opacity__99 {
  opacity: 0.99; }

.slide__media > div[data-opacity="100"] .gradient-overlay,
.gradient_opacity__100 {
  opacity: 1; }

.bibliography-search--form .form--block {
  padding: 2rem 15px; }
  @media (min-width: 920px) {
    .bibliography-search--form .form--block {
      padding: 3rem 15px; } }
  .bibliography-search--form .form--block form > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.bibliography-search--form .form-item {
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */ }
  .bibliography-search--form .form-item input {
    background-color: #E6E7E8;
    border-color: #E6E7E8;
    border-radius: 0;
    height: 50px; }
    .bibliography-search--form .form-item input:focus {
      border-color: #009DC0; }
  .bibliography-search--form .form-item input[type='number'] {
    -moz-appearance: textfield; }
  .bibliography-search--form .form-item input[type=number]::-webkit-inner-spin-button,
  .bibliography-search--form .form-item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }

.bibliography-search--form form select.form-control {
  background-color: #E6E7E8;
  border-color: #E6E7E8;
  margin-bottom: 0;
  min-width: 150px;
  height: 50px;
  width: 100%; }
  @media (min-width: 920px) {
    .bibliography-search--form form select.form-control {
      width: none; } }

.bibliography-search--form .form-submit,
.bibliography-search--form .form-item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  margin: 0 0 15px; }
  @media (min-width: 920px) {
    .bibliography-search--form .form-submit,
    .bibliography-search--form .form-item {
      -ms-flex: 1 auto;
          flex: 1 auto;
      margin: 0 15px 10px 0; } }

.bibliography-search--form .form-submit {
  height: 50px; }
  @media (min-width: 920px) {
    .bibliography-search--form .form-submit {
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
      margin: 0 0 10px; } }

.bibliography-search--form .form-type-select {
  min-width: 180px; }

.bibliography-search--form .ajax-progress {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%; }

.bibliography-search--form mark {
  background: none;
  font-weight: bold;
  padding: 0; }

.bibliography-search--form .views__stri-pagination .pager-last,
.bibliography-search--form .views__stri-pagination .pager-first {
  visibility: visible; }

.bibliography-search--form .pager-previous + .pager-ellipsis {
  display: none; }

.breadcrumb {
  color: #636466;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 700;
  background: transparent;
  line-height: 1.3;
  padding: 0; }
  .breadcrumb a,
  .breadcrumb span {
    font-size: 0.77778rem; }
  .breadcrumb a {
    text-decoration: none; }

.pane-page-breadcrumb a,
.pane-page-breadcrumb span {
  color: #636466; }
  .pane-page-breadcrumb a:hover,
  .pane-page-breadcrumb span:hover {
    color: #636466; }

.hero-area__content-items .pane-page-breadcrumb a,
.hero-area__content-items .pane-page-breadcrumb span,
.hero-medium__area-content_items .pane-page-breadcrumb a,
.hero-medium__area-content_items .pane-page-breadcrumb span,
.hero-withcontainer__area-content_items .pane-page-breadcrumb a,
.hero-withcontainer__area-content_items .pane-page-breadcrumb span,
.hero-nocontainer__area-content_items .pane-page-breadcrumb a,
.hero-nocontainer__area-content_items .pane-page-breadcrumb span,
.hero-background__area-content .pane-page-breadcrumb a,
.hero-background__area-content .pane-page-breadcrumb span,
.sidebar-right__content-hero .pane-page-breadcrumb a,
.sidebar-right__content-hero .pane-page-breadcrumb span {
  color: #FFFFFF; }
  .hero-area__content-items .pane-page-breadcrumb a:hover,
  .hero-area__content-items .pane-page-breadcrumb span:hover,
  .hero-medium__area-content_items .pane-page-breadcrumb a:hover,
  .hero-medium__area-content_items .pane-page-breadcrumb span:hover,
  .hero-withcontainer__area-content_items .pane-page-breadcrumb a:hover,
  .hero-withcontainer__area-content_items .pane-page-breadcrumb span:hover,
  .hero-nocontainer__area-content_items .pane-page-breadcrumb a:hover,
  .hero-nocontainer__area-content_items .pane-page-breadcrumb span:hover,
  .hero-background__area-content .pane-page-breadcrumb a:hover,
  .hero-background__area-content .pane-page-breadcrumb span:hover,
  .sidebar-right__content-hero .pane-page-breadcrumb a:hover,
  .sidebar-right__content-hero .pane-page-breadcrumb span:hover {
    color: #FFFFFF; }

.pane-page-breadcrumb {
  margin: 25px 0; }
  @media (min-width: 920px) {
    .pane-page-breadcrumb {
      margin: 40px 0; } }

.hero-area__content .breadcrumb,
.hero-withcontainer__area-image .breadcrumb {
  display: none; }
  @media (min-width: 920px) {
    .hero-area__content .breadcrumb,
    .hero-withcontainer__area-image .breadcrumb {
      display: block; } }

.hero .pane-page-breadcrumb h2.element-invisible,
.hero__area-content .pane-page-breadcrumb h2.element-invisible {
  color: #FFFFFF; }

.pane-page-breadcrumb h2.element-invisible {
  color: #636466; }

#colorbox {
  background: #000000;
  border-radius: 0; }

#cboxContent {
  background: #000000;
  margin-top: 0 !important;
  padding-bottom: 44px;
  margin-bottom: 0; }

#cboxLoadedContent {
  background: #000000;
  overflow: hidden !important; }

#cboxTitle {
  color: #FFFFFF;
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 500;
  display: block !important;
  padding: 10px 160px 10px 15px;
  background-color: #000000;
  top: unset !important;
  position: absolute;
  bottom: 0;
  height: 32px;
  width: calc( 100% - 175px); }
  @media screen and (min-width: 768px) {
    #cboxTitle {
      font-size: 1em;
      line-height: 1.2em; } }

#cboxCurrent {
  color: #FFFFFF;
  font-family: "Noto Sans", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  bottom: 8px; }

#cboxClose {
  background: transparent url(../images/svg/i-close.svg) 0 0 no-repeat;
  background-size: 100%;
  top: 2px;
  right: 2px; }
  #cboxClose:hover {
    background-position: 0 0; }

#cboxPrevious {
  background: transparent url("../images/svg/i-caret-left.svg") no-repeat 50% 50%;
  bottom: 16px; }
  #cboxPrevious:hover {
    background-position: 50% 50%; }

#cboxNext {
  background: transparent url("../images/svg/i-caret-right.svg") no-repeat 50% 50%;
  bottom: 16px; }
  #cboxNext:hover {
    background-position: 50% 50%; }

.colorbox:after {
  position: absolute;
  content: '';
  background-color: transparent;
  background-image: url("../images/i-expand.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  height: 40px;
  text-indent: -9999px;
  white-space: nowrap;
  width: 40px;
  right: 0;
  top: 0; }

.colorbox:hover, .colorbox:focus {
  background: none;
  outline: none; }

.ui-datepicker {
  background: #FFFFFF;
  box-shadow: 0 0 5px 3px #C7C8CA;
  font-family: "FFDINWebPro", "sans-serif";
  z-index: 100 !important; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    font-size: 0;
    text-indent: -9999px;
    background-size: 40%;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    background-position: 0 0;
    width: 24px;
    height: 24px; }
  .ui-datepicker .ui-datepicker-prev span {
    background-image: url("../images/svg/i-caret-left.svg"); }
  .ui-datepicker .ui-datepicker-next span {
    background-image: url("../images/svg/i-caret-right.svg"); }
  .ui-datepicker .ui-state-highlight {
    background-color: #C7C8CA;
    color: #102B4E; }
  .ui-datepicker .ui-state-active {
    background-color: #0292E0;
    color: #FFFFFF;
    font-weight: 700; }

.panel-style-region-donation-form-wrapper iframe {
  background: #D5D6D7 url("../images/loading.svg") no-repeat 50% 50%;
  overflow-x: hidden;
  width: 100%; }

.facetapi-facetapi-links, .facetapi-facetapi-checkbox-links {
  list-style: none; }

ul.facetapi-facetapi-links, ul.facetapi-facetapi-checkbox-links {
  margin: 0; }
  ul.facetapi-facetapi-links li, ul.facetapi-facetapi-checkbox-links li {
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-left: 0; }

.facetapi-facetapi-checkbox-links .expanded li {
  list-style: none; }

.facetapi-facetapi-checkbox-links input[type="checkbox"] {
  margin-right: 5px; }

.facetapi-facetapi-links a, .facetapi-facetapi-checkbox-links a,
.facetapi-checkbox {
  color: #000000;
  text-decoration: none; }

.field-collection-view ul.field-collection-view-links a,
.action-links-field-collection-add a {
  color: #0292E0; }

.content-area .pane-node-field-stri-summary p {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1.11111rem;
  font-style: normal;
  font-weight: 700; }

.content-area .pane-node-field-stri-summary a {
  text-decoration: underline; }

.video-container {
  border: 5px solid #F1F1F1; }

.file-document {
  font-family: "Noto Serif", "sans-serif"; }

.file a {
  text-decoration: none; }

html.nav-js footer#footer {
  display: none; }

.not-front:not(.page-research):not(.page-404-stri):not(.page-home) #footer {
  margin-top: 80px; }

#footer {
  margin: 0;
  background-color: #064f93;
  min-height: 345px;
  display: block;
  /* Menu General*/ }
  #footer .footer-content {
    margin-top: 30px; }
  #footer .menu a:hover, #footer .menu a:focus {
    background-color: unset; }
  #footer .menu .level-1 a:hover {
    background-color: #064f93; }
  #footer .menu .level-1 a > span.caret {
    display: none; }
  #footer .menu .level-2 a > span.caret {
    display: none; }
  #footer .menu .level-2 a:hover {
    background-color: #064f93; }
  #footer .menu .level-2 a:focus {
    background-color: #064f93; }
  #footer .menu > li > ul.menu {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 768px) {
    #footer {
      /* Menu General*/ }
      #footer .footer-content {
        margin-top: 50px; }
      #footer .menu > .level-1 {
        display: inline-block;
        text-align: left; }
      #footer .menu > li > .menu {
        margin-left: 0;
        margin-top: 15px; } }

/*Copyright*/
.copyright {
  margin-bottom: 15px;
  margin-left: 8%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.8em;
  font-style: normal;
  font-weight: 300; }
  @media (min-width: 425px) {
    .copyright {
      margin-top: 15px;
      text-align: left; } }
  @media (min-width: 768px) {
    .copyright {
      margin-left: 0; } }

@media screen and (min-width: 768px) {
  .footer-menu {
    display: -ms-flexbox;
    display: flex; }
    .footer-menu .menu {
      float: left;
      width: 80%;
      -ms-flex: 3;
          flex: 3; }
    .footer-menu .stri-newsletter {
      float: left;
      width: 20%;
      -ms-flex: 1;
          flex: 1; } }

form {
  /* Globals Radio Buttons */
  /* Disable outline when clicked*/
  /* Basic Checkbox styles */
  /* Checked state styles */
  /* Hover state styles */
  /* Shadow when checked or Active */
  /* Disabled state styles */
  /* Styles for Radio button */
  /****end global radio buttons*****/
  /***Payment Form ****/ }
  form .form-control {
    color: #292929;
    background-color: #FFFFFF;
    font-family: "Noto Sans", "sans-serif";
    font-size: 0.88889rem;
    font-weight: 500; }
    form .form-control:focus {
      border-color: #009DC0; }
  form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/dropdown-arrow.png") 100% 100% no-repeat;
    background: url("../images/dropdown-arrow.svg") 100% 100% no-repeat;
    border-radius: 0;
    border: 2px solid #D5D6D7;
    font-size: 0.88889rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 24px;
    padding: 0 12px;
    width: 310px; }
  form label,
  form .stri_label {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0; }
  form legend.stri_label {
    border-bottom: 0; }
  form .validation-error-label {
    color: #DA2128;
    font-size: 0.77778rem;
    line-height: 1; }
  form .marker,
  form .form-required {
    color: #b4050c; }
  form .btn-primary {
    background-color: #0292E0;
    border-color: #0292E0;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    height: 62px; }
    @media (min-width: 768px) {
      form .btn-primary {
        width: 260px; } }
  form select.form-select {
    margin-bottom: 10px; }
  form .radio-group {
    position: relative;
    display: inline-block; }
    form .radio-group label {
      color: #000000;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1em;
      font-style: normal;
      font-weight: 500; }
  form input[type=checkbox], form input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px; }
  form input[type=checkbox]:checked,
  form input[type=radio]:checked,
  form input[type=checkbox]:focus,
  form input[type=radio]:focus {
    outline: none !important; }
  form input[type=checkbox] + .lbl,
  form input[type=radio] + .lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    padding-right: 10px; }
  form input[type=checkbox] + .lbl.padding-16::before,
  form input[type=radio] + .lbl.padding-16::before {
    margin-right: 16px; }
  form input[type=checkbox] + .lbl.padding-12::before,
  form input[type=radio] + .lbl.padding-12::before {
    margin-right: 12px; }
  form input[type=checkbox] + .lbl.padding-8::before,
  form input[type=radio] + .lbl.padding-8::before {
    margin-right: 8px; }
  form input[type=checkbox] + .lbl.padding-4::before,
  form input[type=radio] + .lbl.padding-4::before {
    margin-right: 4px; }
  form input[type=checkbox] + .lbl.padding-0::before,
  form input[type=radio] + .lbl.padding-0::before {
    margin-right: 0px; }
  form input[type=checkbox] + .lbl::before,
  form input[type=radio] + .lbl::before {
    content: url("../images/radio.svg");
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    line-height: 13px;
    min-width: 13px;
    margin-right: 1px;
    margin-top: 5px; }
  form input[type=checkbox]:checked + .lbl::before,
  form input[type=radio]:checked + .lbl::before {
    content: 'f00c';
    background-color: #F5F8FC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }
  form input[type=checkbox]:hover + .lbl::before,
  form input[type=radio]:hover + .lbl::before,
  form input[type=checkbox] + .lbl:hover::before,
  form input[type=radio] + .lbl:hover::before {
    content: url("../images/radio__active.svg"); }
  form input[type=checkbox]:active + .lbl::before,
  form input[type=radio]:active + .lbl::before,
  form input[type=checkbox]:checked:active + .lbl::before,
  form input[type=radio]:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  form input[type=checkbox]:disabled + .lbl::before,
  form input[type=radio]:disabled + .lbl::before,
  form input[type=checkbox][disabled] + .lbl::before,
  form input[type=radio][disabled] + .lbl::before,
  form input[type=checkbox].disabled + .lbl::before,
  form input[type=radio].disabled + .lbl::before {
    content: url("../images/radio__active.svg");
    opacity: 5; }
  form input[type=radio] + .lbl::before {
    border-radius: 32px; }
  form input[type=radio]:checked + .lbl::before {
    content: url("../images/radio__active.svg"); }
  form .payment-form__box-details {
    border: 1px solid #428bca;
    padding: 10px; }
  form .payment-form__amount {
    content: '/f150';
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%; }

@media (min-width: 768px) {
  .webform-client-form label {
    padding-top: 7px;
    margin-bottom: 0; } }

.webform-component {
  margin-bottom: 20px; }
  .webform-component .form-control {
    background-color: #E6E7E8;
    border-color: #E6E7E8;
    border-radius: 0;
    height: 50px; }
    .webform-component .form-control:focus {
      border-color: #009DC0; }
  .webform-component select.form-control {
    margin-bottom: 0;
    min-width: 150px;
    width: 100%; }
  .webform-component textarea.form-control {
    height: auto; }
  .webform-component .form-type-radio label {
    margin-right: 20px; }
    @media (min-width: 768px) {
      .webform-component .form-type-radio label {
        margin-right: 20px;
        width: auto; } }
  .webform-component .form-type-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("../images/radio.svg") no-repeat 0 0;
    height: 38px;
    margin-left: 0;
    padding-left: 48px;
    position: relative;
    opacity: 1; }
    .webform-component .form-type-radio input[type="radio"]:checked {
      background-image: url("../images/radio__active.svg"); }
  .webform-component input.webform-calendar {
    margin-top: 15px; }
  .webform-component table {
    font-family: "FFDINWebPro", "sans-serif"; }
    .webform-component table input[type="text"] {
      min-width: 150px; }

.webform-component-textarea .grippie {
  display: none; }

.webform-container-inline label {
  margin-right: 0; }
  @media (min-width: 768px) {
    .webform-container-inline label {
      display: inline-block;
      margin-left: 0;
      padding-left: 0;
      text-align: left;
      width: 150px; } }

@media (min-width: 768px) {
  .webform-container-inline .form-control,
  .webform-container-inline select.form-control {
    display: inline-block;
    width: calc(100% - 155px); } }

@media (min-width: 768px) {
  .webform-container-inline.webform-datepicker {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1; } }

.webform-container-inline.webform-datepicker .form-type-select {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .webform-container-inline.webform-datepicker .form-type-select {
      width: 25%; } }
  @media (min-width: 768px) {
    .webform-container-inline.webform-datepicker .form-type-select {
      display: inline-block; } }

@media (min-width: 768px) {
  .webform-container-inline.webform-datepicker select.form-control {
    display: inline-block;
    width: 100%; } }

@media (min-width: 768px) {
  .webform-component-time .webform-container-inline {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    *zoom: 1; } }

.webform-component-time .webform-container-inline .form-type-select {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .webform-component-time .webform-container-inline .form-type-select {
      width: 16.66667%; } }
  @media (min-width: 768px) {
    .webform-component-time .webform-container-inline .form-type-select {
      display: inline-block; } }

@media (min-width: 768px) {
  .webform-component-time .webform-container-inline select.form-control {
    display: inline-block;
    width: 100%; } }

.webform-component-time .webform-container-inline .form-radios:before {
  content: " ";
  display: table; }

.webform-component-time .webform-container-inline .form-radios:after {
  clear: both; }

@media (min-width: 768px) {
  .webform-container-inline textarea.form-control {
    width: 100%; } }

.webform-container-inline.webform-component-textarea > .form-textarea-wrapper {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .webform-container-inline.webform-component-textarea > .form-textarea-wrapper {
      display: inline-block;
      width: calc(100% - 155px); } }

@media (min-width: 768px) {
  .webform-container-inline ~ .form-actions .btn-primary {
    margin-left: 155px; } }

fieldset legend,
fieldset .panel-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-style: normal;
  font-weight: 500; }

fieldset legend.panel-heading > .panel-title {
  font-size: 1em; }

fieldset.panel-default > .panel-heading {
  color: #006A3A; }

.fieldset-row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
  border: 0;
  background: transparent;
  margin-bottom: 0; }
  .fieldset-row .panel-body {
    padding: 0; }

.loading-trobber:after {
  content: "";
  background: url(../images/icon/icon-loading.svg) 100% no-repeat;
  background-size: cover;
  height: 150px;
  width: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000;
  transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  #header .container-fluid {
    max-width: 750px; } }

@media (min-width: 992px) {
  #header .container-fluid {
    max-width: 970px; } }

@media (min-width: 1200px) {
  #header .container-fluid {
    max-width: 1170px; } }

.nav-top {
  background-color: #003669;
  color: #FFFFFF; }
  .nav-top a {
    color: #FFFFFF;
    text-decoration: none; }

.nav-top__wrapper {
  display: block;
  height: 75px;
  padding: 12px 0;
  position: relative;
  width: 85%; }
  @media (min-width: 768px) {
    .nav-top__wrapper {
      width: 100%; } }

.nav-top__brand {
  float: left; }
  .nav-top__brand .brand-logo {
    position: relative;
    float: left;
    width: 240px;
    height: 52px; }
    @media (min-width: 375px) {
      .nav-top__brand .brand-logo {
        width: 300px;
        height: 52px; } }
    @media (min-width: 1200px) {
      .nav-top__brand .brand-logo {
        width: 457px;
        height: 52px; } }
    .nav-top__brand .brand-logo .brand-logo__bg {
      background: url("../images/logo_stri.svg") no-repeat 0 50%;
      width: 100%;
      height: 100%;
      position: absolute;
      background-size: contain !important;
      text-indent: -9999px; }
      @media (min-width: 1200px) {
        .nav-top__brand .brand-logo .brand-logo__bg {
          background-position: 0 0; } }

.nav-top__navbar {
  position: relative;
  float: right;
  padding-left: 60px;
  display: none; }
  @media (min-width: 768px) {
    .nav-top__navbar {
      display: block;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .nav-top__navbar {
      float: right; } }

.nav-top__utitlity-menu {
  display: none; }
  @media (min-width: 425px) {
    .nav-top__utitlity-menu {
      display: block; } }
  .nav-top__utitlity-menu .nav .level-1 a {
    padding: 5px 0; }

.nav-top__lang-switch ul {
  list-style: none;
  padding: 0; }

.nav-top__lang-switch .active {
  display: none; }

.nav-menu {
  background-color: #064f93;
  color: #FFFFFF; }
  .nav-menu a {
    color: #FFFFFF;
    text-decoration: none; }

.nav-top__utitlity-menu,
.nav-top__lang-switch {
  float: left;
  padding: 0 5px; }
  @media (min-width: 992px) {
    .nav-top__utitlity-menu,
    .nav-top__lang-switch {
      margin-top: 10px; } }
  .nav-top__utitlity-menu a,
  .nav-top__utitlity-menu span,
  .nav-top__lang-switch a,
  .nav-top__lang-switch span {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 0; }
    @media (min-width: 1200px) {
      .nav-top__utitlity-menu a,
      .nav-top__utitlity-menu span,
      .nav-top__lang-switch a,
      .nav-top__lang-switch span {
        font-size: 0.7rem; } }
    .nav-top__utitlity-menu a:hover,
    .nav-top__utitlity-menu span:hover,
    .nav-top__lang-switch a:hover,
    .nav-top__lang-switch span:hover {
      text-decoration: none; }

.nav-top__lang-switch {
  padding-left: 10px;
  display: none; }
  @media (min-width: 375px) {
    .nav-top__lang-switch {
      display: block; } }
  @media (min-width: 768px) {
    .nav-top__lang-switch {
      padding-left: 5px; } }
  .nav-top__lang-switch .locale-untranslated {
    color: #297ac6;
    text-decoration: none; }

.nav-top__utitlity-menu .links,
.nav-menu__main .links {
  margin: 0; }

.nav-top__utitlity-menu li {
  float: left;
  text-align: center;
  padding-right: 5px; }
  @media (min-width: 768px) {
    .nav-top__utitlity-menu li {
      padding-right: 10px; } }
  @media (min-width: 1024px) {
    .nav-top__utitlity-menu li {
      padding-right: 20px; } }
  .nav-top__utitlity-menu li:last-child {
    border-right: 1px solid #46719D;
    padding: 0 5px;
    padding-right: 10px; }
    @media (min-width: 1024px) {
      .nav-top__utitlity-menu li:last-child {
        padding-right: 30px; } }

.nav-top__search {
  display: none; }
  @media (min-width: 768px) {
    .nav-top__search {
      display: block; } }
  @media (min-width: 992px) {
    .nav-top__search {
      float: left;
      margin-top: 10px; } }
  .nav-top__search .search-form input.form-text {
    font-size: 0.875rem;
    width: 150px; }
  .nav-top__search legend,
  .nav-top__search label {
    color: #FFFFFF; }
  .nav-top__search .navbar-form {
    margin: 5px 0 10px;
    padding: 0; }
    @media (min-width: 992px) {
      .nav-top__search .navbar-form {
        margin: 0; } }
  .nav-top__search .form-control {
    border-radius: 0;
    height: 25px;
    margin-left: 25px; }
    @media (min-width: 920px) {
      .nav-top__search .form-control {
        margin-left: 15px; } }
    @media (min-width: 1024px) {
      .nav-top__search .form-control {
        margin-left: 25px; } }
  .nav-top__search .form-item {
    position: relative; }
    .nav-top__search .form-item::after {
      color: #FFFFFF;
      content: '\f002';
      font-family: "FontAwesome", "sans-serif";
      font-size: 1.125rem;
      position: absolute;
      right: 5px;
      top: 2px; }
      @media (min-width: 768px) {
        .nav-top__search .form-item::after {
          color: #0292E0;
          font-size: 1.125rem; } }

#skip-link a {
  color: #FFFFFF; }

/* FOOTER MENU */
.footer-menu {
  margin-top: 20px;
  padding-bottom: 15px; }
  .footer-menu .menu-link-facebook > a {
    background-image: url("../images/svg/i-facebook__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .footer-menu .menu-link-facebook > a:hover, .footer-menu .menu-link-facebook > a:focus {
      background-image: url("../images/svg/i-facebook__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .footer-menu .menu-link-twitter > a {
    background-image: url("../images/svg/i-twitter__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .footer-menu .menu-link-twitter > a:hover, .footer-menu .menu-link-twitter > a:focus {
      background-image: url("../images/svg/i-twitter__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .footer-menu .menu-link-instagram > a {
    background-image: url("../images/svg/i-instagram__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .footer-menu .menu-link-instagram > a:hover, .footer-menu .menu-link-instagram > a:focus {
      background-image: url("../images/svg/i-instagram__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .footer-menu .menu-link-youtube > a {
    background-image: url("../images/svg/i-youtube__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .footer-menu .menu-link-youtube > a:hover, .footer-menu .menu-link-youtube > a:focus {
      background-image: url("../images/svg/i-youtube__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .footer-menu .menu li {
    color: #FFFFFF; }
  .footer-menu .menu .level-1.first > a {
    display: none; }
  .footer-menu .menu .level-1.first > ul > li.level-2 {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px; }
    .footer-menu .menu .level-1.first > ul > li.level-2 a {
      content: '';
      color: transparent !important;
      border: 1px transparent;
      width: 35px;
      height: 35px; }
      @media (min-width: 425px) {
        .footer-menu .menu .level-1.first > ul > li.level-2 a {
          width: 26px;
          height: 26px; } }
      @media (min-width: 768px) {
        .footer-menu .menu .level-1.first > ul > li.level-2 a {
          width: 30px;
          height: 30px; } }
      @media (min-width: 992px) {
        .footer-menu .menu .level-1.first > ul > li.level-2 a {
          width: 35px;
          height: 35px; } }
  .footer-menu .menu .level-1 {
    text-align: center;
    margin-bottom: 15px;
    width: 100%; }
    .footer-menu .menu .level-1 a {
      color: #FFFFFF;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1.33333rem;
      font-weight: 700;
      margin-top: 0;
      text-align: center;
      line-height: 1.25em; }
  .footer-menu .menu .level-2 > a {
    color: #FFFFFF;
    font-family: "Noto Serif", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    text-transform: initial; }

@media (min-width: 425px) {
  .footer-menu > .menu .level-1.first > a {
    display: block; }
  .footer-menu > .menu .level-1 {
    margin-left: 8%;
    width: 40%;
    vertical-align: top;
    display: inline-block;
    text-align: left; }
    .footer-menu > .menu .level-1 a {
      text-align: left;
      padding: 5px 0; }
  .footer-menu > .menu .level-2:nth-child(n+1) {
    display: block; } }

@media (min-width: 768px) {
  .footer-menu {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: none; }
    .footer-menu .menu .level-1.first > a {
      visibility: visible; }
    .footer-menu .menu .level-1 {
      margin-left: 0;
      margin-right: 2%;
      width: 30%;
      vertical-align: top; }
      .footer-menu .menu .level-1 a {
        font-size: 1.11111rem;
        padding-left: 0;
        text-align: left; }
    .footer-menu .menu .last {
      margin-right: 0; }
    .footer-menu .menu .level-2 > a {
      font-size: 0.77778rem;
      text-align: left;
      line-height: 1.3em; } }

@media (min-width: 768px) {
  .footer-menu .menu .level-1 {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .footer-menu .menu .level-1.first > a {
    visibility: visible; }
  .footer-menu .menu .level-1 {
    display: inline-block;
    vertical-align: top; }
    .footer-menu .menu .level-1 > a {
      font-size: 1.33333rem; }
    .footer-menu .menu .level-1 a {
      padding-left: 0;
      text-align: left;
      line-height: 1em; }
  .footer-menu .menu .level-2 > a {
    text-align: left;
    line-height: 1.1em;
    padding: 5px 0; } }

/* SiteMap Footer element */
.footer-sitemap {
  text-align: center;
  padding-bottom: 15px; }
  .footer-sitemap div {
    margin: 0; }
  .footer-sitemap .menu {
    margin-top: 20px; }
  .footer-sitemap ul > li:nth-child(1) {
    margin-left: 10px; }
  .footer-sitemap ul > li a {
    color: #FFFFFF;
    font-family: "Noto Serif", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 400;
    padding: 5px 0 5px 10px; }

@media (min-width: 425px) {
  .footer-sitemap {
    text-align: left; }
    .footer-sitemap div {
      margin: 0; }
    .footer-sitemap ul > li:nth-child(1) {
      margin-left: 8%; }
    .footer-sitemap ul > li {
      float: left;
      margin-left: 8%;
      width: 40%; }
      .footer-sitemap ul > li a {
        color: #FFFFFF;
        font-family: "Noto Serif", "sans-serif";
        font-size: 0.77778rem;
        font-style: normal;
        font-weight: 400;
        padding: 5px 10px 5px 15px; } }

@media (min-width: 768px) {
  .footer-sitemap {
    padding-bottom: 0;
    border-bottom: none; }
    .footer-sitemap .menu {
      margin-top: 50px;
      padding: 0 15px; }
    .footer-sitemap ul > li:nth-child(1) {
      margin-left: 0; }
      .footer-sitemap ul > li:nth-child(1) a {
        padding-left: 0; }
    .footer-sitemap ul > li {
      display: inline-block;
      float: left;
      margin-left: 0%;
      width: auto; }
      .footer-sitemap ul > li a {
        color: #FFFFFF;
        font-family: "Noto Serif", "sans-serif";
        font-size: 0.77778rem;
        font-style: normal;
        font-weight: 400;
        padding: 5px 20px 0 0;
        text-align: left; } }

.footer-magazine {
  position: relative;
  float: left;
  left: 0;
  min-height: 150px;
  margin-top: 50px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 300; }

@media (min-width: 768px) {
  .footer-magazine {
    text-align: center;
    margin-top: 20px;
    color: #FFFFFF;
    font-family: "Noto Serif", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.7; } }

@media (min-width: 1200px) {
  .footer-magazine {
    color: #FFFFFF;
    font-family: "Noto Serif", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    left: 70%;
    float: right;
    text-align: left;
    min-height: 185px;
    line-height: 1.7; } }

.sf-main-menu {
  display: none;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .sf-main-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .sf-main-menu li.sf-depth-1 {
    display: inline-block;
    border-left: 1px solid #297ac6; }
    .sf-main-menu li.sf-depth-1:last-child {
      border-right: 1px solid #297ac6; }
  .sf-main-menu a {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.77778rem;
    font-weight: 700;
    margin-top: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    width: 100%;
    padding: 7px 10px; }
    .sf-main-menu a:hover {
      text-decoration: none; }
    @media (min-width: 992px) {
      .sf-main-menu a {
        font-size: 0.8rem;
        padding: 7px 20px; } }
    @media (min-width: 1200px) {
      .sf-main-menu a {
        padding: 7px 25px; } }
    .sf-main-menu a:hover {
      background-color: transparent; }
    .sf-main-menu a:focus {
      text-decoration: none; }
  .sf-main-menu li.sf-depth-1 > a {
    text-align: center; }
  .sf-main-menu.sf-horizontal.sf-shadow ul,
  .sf-main-menu.sf-horizontal ul {
    background: #06549d;
    border-radius: 0;
    box-shadow: inset 0 0 5px rgba(0, 54, 105, 0.75);
    padding: 10px 0 25px !important; }
  .sf-main-menu li.sf-depth-2 {
    padding: 0 25px; }
    .sf-main-menu li.sf-depth-2 > a {
      border-bottom: 1px solid #297ac6;
      padding: 10px 0;
      font-size: 0.8em; }
  .sf-main-menu li:hover > ul,
  .sf-main-menu li.sfHover > ul {
    top: 38px; }
    .sf-main-menu li:hover > ul li:hover,
    .sf-main-menu li.sfHover > ul li:hover {
      background-color: transparent; }

.link__black:hover, .link__black.active {
  border-top: 5px solid #000; }

.active-trail .link__black {
  border-top: 5px solid #000; }

.link__smithsonian-yellow:hover, .link__smithsonian-yellow.active {
  border-top: 5px solid #F9CF0E; }

.active-trail .link__smithsonian-yellow {
  border-top: 5px solid #F9CF0E; }

.link__smithsonian-cyan:hover, .link__smithsonian-cyan.active {
  border-top: 5px solid #009DC0; }

.active-trail .link__smithsonian-cyan {
  border-top: 5px solid #009DC0; }

.link__navy-blue:hover, .link__navy-blue.active {
  border-top: 5px solid #102B4E; }

.active-trail .link__navy-blue {
  border-top: 5px solid #102B4E; }

.link__blue:hover, .link__blue.active {
  border-top: 5px solid #064F93; }

.active-trail .link__blue {
  border-top: 5px solid #064F93; }

.link__sky-blue:hover, .link__sky-blue.active {
  border-top: 5px solid #0292E0; }

.active-trail .link__sky-blue {
  border-top: 5px solid #0292E0; }

.link__green:hover, .link__green.active {
  border-top: 5px solid #006A3A; }

.active-trail .link__green {
  border-top: 5px solid #006A3A; }

.link__light-green:hover, .link__light-green.active {
  border-top: 5px solid #C5D825; }

.active-trail .link__light-green {
  border-top: 5px solid #C5D825; }

.link__lime-green:hover, .link__lime-green.active {
  border-top: 5px solid #7BB81F; }

.active-trail .link__lime-green {
  border-top: 5px solid #7BB81F; }

.link__red-orange:hover, .link__red-orange.active {
  border-top: 5px solid #D04927; }

.active-trail .link__red-orange {
  border-top: 5px solid #D04927; }

.link__orange-red:hover, .link__orange-red.active {
  border-top: 5px solid #E86429; }

.active-trail .link__orange-red {
  border-top: 5px solid #E86429; }

.link__orange:hover, .link__orange.active {
  border-top: 5px solid #F99D1C; }

.active-trail .link__orange {
  border-top: 5px solid #F99D1C; }

.link__brown:hover, .link__brown.active {
  border-top: 5px solid #6C4820; }

.active-trail .link__brown {
  border-top: 5px solid #6C4820; }

.link__magenta:hover, .link__magenta.active {
  border-top: 5px solid #BD0D60; }

.active-trail .link__magenta {
  border-top: 5px solid #BD0D60; }

.link__purple:hover, .link__purple.active {
  border-top: 5px solid #762C66; }

.active-trail .link__purple {
  border-top: 5px solid #762C66; }

.link__red:hover, .link__red.active {
  border-top: 5px solid #DA2128; }

.active-trail .link__red {
  border-top: 5px solid #DA2128; }

.inner-wrap {
  background: #FFFFFF;
  position: relative; }

.responsive-menu {
  background-color: #064F93;
  width: 90%; }
  .responsive-menu .menu {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .responsive-menu .menu > li {
    position: relative; }

@media screen and (max-width: 768px) {
  a.nav-open-btn {
    display: block;
    width: auto;
    border: none;
    margin: 0; } }

/* Responsive Menu */
/* unhide the 2nd level */
/* styling the toggle menu */
/* arrow to indicate that we have subnav*/
.responsive-menu--block {
  /* the rest of the menu lvl 1 */
  /* submenu ! */ }
  .responsive-menu--block .menu > li {
    padding: 0;
    border: none; }
    .responsive-menu--block .menu > li + li {
      border-top: 1px solid #297ac6; }
  .responsive-menu--block ul.menu,
  .responsive-menu--block a.menu-link {
    border-top: 1px solid #297ac6;
    border-bottom: 1px solid #297ac6; }
  .responsive-menu--block .nav .menu {
    bottom: 0; }
  .responsive-menu--block .expanded .menu.nav {
    background: #064f93;
    border-top: 0;
    max-height: 0; }
    .responsive-menu--block .expanded .menu.nav a {
      white-space: nowrap; }
  .responsive-menu--block a {
    position: relative;
    line-height: 1.3em;
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    padding: 0.75em 0 0.75em 1em;
    margin: 0;
    border: none; }
    .responsive-menu--block a .caret {
      display: none; }
  .responsive-menu--block li {
    display: block;
    border: 1px solid #297ac6; }
    .responsive-menu--block li + li a:before {
      content: ""; }
    .responsive-menu--block li:hover .sub-menu {
      max-height: 0;
      transition: none; }
  .responsive-menu--block .expanded {
    position: relative; }
    .responsive-menu--block .expanded > .toggle-link {
      border-left: 1px solid #297ac6; }
      .responsive-menu--block .expanded > .toggle-link:after {
        font-family: "FontAwesome", "sans-serif";
        content: "\f078";
        position: absolute;
        width: 50px;
        top: 50%;
        margin-top: -16px;
        bottom: 50%;
        right: 0;
        font-size: 1.33333rem;
        color: #FFFFFF; }
      .responsive-menu--block .expanded > .toggle-link.active:after {
        content: "\f077";
        margin-top: -16px; }
  .responsive-menu--block .expanded .menu {
    border-bottom: 0;
    margin-left: 0;
    margin-top: 1px;
    display: block;
    overflow: hidden;
    padding-bottom: 0;
    transition: max-height 0.5s ease-out;
    width: 100%; }
    .responsive-menu--block .expanded .menu li a {
      font-size: 1rem;
      margin: 0;
      display: block;
      width: 100%; }
    .responsive-menu--block .expanded .menu li {
      border-bottom: 0;
      padding-left: 1.3em; }
      .responsive-menu--block .expanded .menu li + li {
        border-top: 0; }
      .responsive-menu--block .expanded .menu li:first-of-type {
        border-top: 1px solid #297ac6;
        padding-top: 0.75em; }
      .responsive-menu--block .expanded .menu li:last-of-type {
        padding-bottom: 0.75em; }
        .responsive-menu--block .expanded .menu li:last-of-type a {
          border: none; }
    .responsive-menu--block .expanded .menu a {
      border-bottom: 0;
      padding: 0.35em 0 0.35em 0.8em; }
    .responsive-menu--block .expanded .menu.active {
      max-height: 30em;
      overflow: visible;
      position: relative;
      z-index: 9;
      transition: max-height 0.5s ease-out; }
  .responsive-menu--block .toggle-link {
    height: 47px;
    width: 50px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 200;
    font-size: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    .responsive-menu--block .toggle-link:hover {
      transition: all 0.5s; }

.responsive-menu--block .language-switcher-locale-url,
.responsive-menu--block .links {
  margin-bottom: 0; }
  .responsive-menu--block .language-switcher-locale-url > li,
  .responsive-menu--block .links > li {
    border: none; }
    .responsive-menu--block .language-switcher-locale-url > li + li,
    .responsive-menu--block .links > li + li {
      border-top: 1px solid #297ac6; }
  .responsive-menu--block .language-switcher-locale-url a,
  .responsive-menu--block .links a {
    display: block;
    padding: 10px 15px;
    text-decoration: none; }

.responsive-menu--block .language-switcher-locale-url {
  border-bottom: 1px solid #297ac6;
  margin: 0;
  padding: 0; }
  .responsive-menu--block .language-switcher-locale-url > .first {
    border-top: 1px solid #297ac6; }
  .responsive-menu--block .language-switcher-locale-url .active {
    display: none; }

.nav-mobile__search {
  width: 100%;
  position: relative; }
  .nav-mobile__search .search-form {
    margin-bottom: 0;
    position: relative; }
  .nav-mobile__search .form-control {
    background-color: #102B4E;
    border: none;
    color: #FFFFFF;
    padding: 6px 13px;
    border-radius: 0;
    height: 64px;
    font-weight: 700;
    font-size: 1rem;
    font-family: "FFDINWebPro", "sans-serif"; }
    .nav-mobile__search .form-control::-webkit-input-placeholder {
      color: #FFFFFF; }
    .nav-mobile__search .form-control::-moz-placeholder {
      color: #FFFFFF; }
    .nav-mobile__search .form-control:-ms-input-placeholder {
      color: #FFFFFF; }
    .nav-mobile__search .form-control::placeholder {
      color: #FFFFFF; }
  .nav-mobile__search .btn-search {
    background: #064F93 url("../images/svg/i-search__white.svg") no-repeat center center;
    background-size: 40%;
    border-left: 1px solid #297ac6;
    border-radius: 0;
    color: transparent;
    display: block;
    height: 64px;
    margin-bottom: 0;
    width: 64px;
    position: absolute;
    top: 0;
    right: 0; }

.nav-mobile__social {
  margin-top: 40px;
  margin-bottom: 20px; }
  .nav-mobile__social .menu-link-facebook > a {
    background-image: url("../images/svg/i-facebook__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .nav-mobile__social .menu-link-facebook > a:hover {
      background-image: url("../images/svg/i-facebook__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .nav-mobile__social .menu-link-twitter > a {
    background-image: url("../images/svg/i-twitter__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .nav-mobile__social .menu-link-twitter > a:hover {
      background-image: url("../images/svg/i-twitter__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .nav-mobile__social .menu-link-instagram > a {
    background-image: url("../images/svg/i-instagram__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .nav-mobile__social .menu-link-instagram > a:hover {
      background-image: url("../images/svg/i-instagram__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .nav-mobile__social .menu-link-youtube > a {
    background-image: url("../images/svg/i-youtube__white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .nav-mobile__social .menu-link-youtube > a:hover {
      background-image: url("../images/svg/i-youtube__white.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .nav-mobile__social ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .nav-mobile__social ul.menu {
      border-bottom: 0;
      border-top: 0; }
    .nav-mobile__social ul li {
      display: inline-block;
      margin-right: 5px; }
    .nav-mobile__social ul a {
      color: transparent !important;
      display: inline-block;
      border: 1px transparent;
      width: 35px;
      height: 35px;
      padding: 19px 19px; }

.nav a {
  text-decoration: none; }

.nav-btn--container {
  display: block;
  position: absolute;
  top: 23px;
  right: 17px;
  z-index: 1; }
  @media (min-width: 768px) {
    .nav-btn--container {
      display: none; } }
  .nav-btn--container .nav-btn--text {
    display: none; }
  .nav-btn--container .nav-btn--icon {
    cursor: pointer;
    width: 30px;
    height: 25px;
    background-image: url("../images/i-menu.svg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover; }

.nav-menu__main {
  display: none; }
  @media (min-width: 768px) {
    .nav-menu__main {
      display: block; } }
  .nav-menu__main li ul li a {
    display: none; }
  .nav-menu__main li.active > ul > li a {
    display: block; }
    .nav-menu__main li.active > ul > li a.active.level-2 a {
      display: none; }

.menu > li > a:hover, .menu > li > a:focus {
  background: none; }

.js-nav #main-wrapper {
  display: none;
  overflow: hidden;
  transition: all 0.5s ease; }

@media screen and (min-width: 425px) {
  .stri-newsletter {
    margin-left: 8%;
    width: 80%; } }

@media screen and (min-width: 768px) {
  .stri-newsletter {
    margin-left: 0;
    width: auto; } }

.stri-newsletter .block-title {
  color: #FFFFFF;
  font-size: 1.33333rem;
  margin-top: 0; }

.stri-newsletter form .btn-primary {
  background-color: #BD0D60;
  border-color: #BD0D60;
  height: auto; }
  .stri-newsletter form .btn-primary:hover {
    background-color: #a50b54;
    border-color: #a50b54; }
  .stri-newsletter form .btn-primary:active {
    background-color: #970a4d;
    border-color: #970a4d; }
  @media screen and (min-width: 768px) {
    .stri-newsletter form .btn-primary {
      width: auto; } }

.main-wrapper a {
  color: #064F93;
  font-family: "Noto Serif", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 500; }
  .main-wrapper a:hover, .main-wrapper a:focus {
    color: #064F93;
    font-family: "Noto Serif", "sans-serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 500; }

.ui-widget-content a {
  color: #064F93; }

.pager.pagination {
  font-size: inherit; }

.pager .pager-first,
.pager .pager-last {
  visibility: hidden; }

.pager.pagination {
  display: inline-block;
  width: 100%; }
  .pager.pagination li > a,
  .pager.pagination li > span {
    background-color: transparent;
    border: 1px solid transparent;
    color: #636466;
    font-family: "Noto Serif", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 300; }
    .pager.pagination li > a:hover, .pager.pagination li > a:focus,
    .pager.pagination li > span:hover,
    .pager.pagination li > span:focus {
      background-color: transparent;
      color: #78797A; }
  .pager.pagination .active > a,
  .pager.pagination .active > span {
    color: #292929;
    background-color: transparent;
    border-color: transparent; }

[class^=stri-row__] {
  margin: 6em 0;
  position: relative; }
  [class^=stri-row__]:before, [class^=stri-row__]:after {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%; }
  [class^=stri-row__] img {
    width: 285px;
    height: 285px;
    border-radius: 50% 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      [class^=stri-row__] img {
        height: 220px !important; } }

.content-area:nth-child(odd) [class^=stri-row__]:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1); }

.content-area:nth-child(odd) [class^=stri-row__]:after {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  z-index: 1; }

.content-area:nth-child(even) [class^=stri-row__]:before {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1); }

.content-area:nth-child(even) [class^=stri-row__]:after {
  transform: scaleX(-1) scaleY(-1);
  -webkit-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1); }

.stri-row__black {
  background-color: #000;
  opacity: 1; }
  .stri-row__black:before {
    background-image: url("../images/svg/rectangle-black.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__black:after {
    background-image: url("../images/svg/rectangle-black.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__smithsonian-yellow {
  background-color: #b69605;
  opacity: 1; }
  .stri-row__smithsonian-yellow:before {
    background-image: url("../images/svg/rectangle-smithsonian-yellow.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__smithsonian-yellow:after {
    background-image: url("../images/svg/rectangle-smithsonian-yellow.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__smithsonian-cyan {
  background-color: #009DC0;
  opacity: 1; }
  .stri-row__smithsonian-cyan:before {
    background-image: url("../images/svg/rectangle-smithsonian-cyan.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__smithsonian-cyan:after {
    background-image: url("../images/svg/rectangle-smithsonian-cyan.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__navy-blue {
  background-color: #102B4E;
  opacity: 1; }
  .stri-row__navy-blue:before {
    background-image: url("../images/svg/rectangle-navy-blue.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__navy-blue:after {
    background-image: url("../images/svg/rectangle-navy-blue.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__blue {
  background-color: #064F93;
  opacity: 1; }
  .stri-row__blue:before {
    background-image: url("../images/svg/rectangle-blue.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__blue:after {
    background-image: url("../images/svg/rectangle-blue.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__sky-blue {
  background-color: #016194;
  opacity: 1; }
  .stri-row__sky-blue:before {
    background-image: url("../images/svg/rectangle-sky-blue.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__sky-blue:after {
    background-image: url("../images/svg/rectangle-sky-blue.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__green {
  background-color: #006A3A;
  opacity: 1; }
  .stri-row__green:before {
    background-image: url("../images/svg/rectangle-green.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__green:after {
    background-image: url("../images/svg/rectangle-green.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__light-green {
  background-color: #89971a;
  opacity: 1; }
  .stri-row__light-green:before {
    background-image: url("../images/svg/rectangle-light-green.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__light-green:after {
    background-image: url("../images/svg/rectangle-light-green.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__lime-green {
  background-color: #7BB81F;
  opacity: 1; }
  .stri-row__lime-green:before {
    background-image: url("../images/svg/rectangle-lime-green.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__lime-green:after {
    background-image: url("../images/svg/rectangle-lime-green.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__red-orange {
  background-color: #D04927;
  opacity: 1; }
  .stri-row__red-orange:before {
    background-image: url("../images/svg/rectangle-red-orange.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__red-orange:after {
    background-image: url("../images/svg/rectangle-red-orange.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__orange-red {
  background-color: #b14413;
  opacity: 1; }
  .stri-row__orange-red:before {
    background-image: url("../images/svg/rectangle-orange-red.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__orange-red:after {
    background-image: url("../images/svg/rectangle-orange-red.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__orange {
  background-color: #c37405;
  opacity: 1; }
  .stri-row__orange:before {
    background-image: url("../images/svg/rectangle-orange.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__orange:after {
    background-image: url("../images/svg/rectangle-orange.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__brown {
  background-color: #6C4820;
  opacity: 1; }
  .stri-row__brown:before {
    background-image: url("../images/svg/rectangle-brown.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__brown:after {
    background-image: url("../images/svg/rectangle-brown.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__magenta {
  background-color: #BD0D60;
  opacity: 1; }
  .stri-row__magenta:before {
    background-image: url("../images/svg/rectangle-magenta.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__magenta:after {
    background-image: url("../images/svg/rectangle-magenta.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__purple {
  background-color: #762C66;
  opacity: 1; }
  .stri-row__purple:before {
    background-image: url("../images/svg/rectangle-purple.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__purple:after {
    background-image: url("../images/svg/rectangle-purple.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__red {
  background-color: #DA2128;
  opacity: 1; }
  .stri-row__red:before {
    background-image: url("../images/svg/rectangle-red.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 6em;
    position: absolute;
    width: 100%;
    left: 0;
    top: -6em;
    margin: 0;
    padding: 0; }
  .stri-row__red:after {
    background-image: url("../images/svg/rectangle-red.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 6em;
    bottom: -6em;
    left: 0;
    margin: 0;
    padding: 0; }

.stri-row__turtle {
  background-image: url("../images/education/education-culebra-illust-turtle.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain; }

.pane-node-title a {
  text-decoration: none; }

.content-area .pane-title {
  margin-bottom: 25px; }

.view-stri-site-search {
  padding-top: 20px; }
  .view-stri-site-search .view-header {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: 700; }
  .view-stri-site-search .view-filters {
    position: relative;
    margin-top: -35px; }
  .view-stri-site-search .views-widget-per-page.views-exposed-widget {
    float: right; }
    .view-stri-site-search .views-widget-per-page.views-exposed-widget label {
      display: inline-block;
      color: #000000;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1rem;
      font-style: normal;
      font-weight: 700; }
    .view-stri-site-search .views-widget-per-page.views-exposed-widget select.form-select {
      display: inline-block;
      width: 80px; }
  .view-stri-site-search .views-submit-button.views-exposed-widget {
    display: none; }
  .view-stri-site-search .views-exposed-form .views-exposed-widget {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0; }
    .view-stri-site-search .views-exposed-form .views-exposed-widget .form-submit {
      height: auto;
      margin-top: 0;
      padding: 10px 30px;
      width: auto; }
  .view-stri-site-search .views-exposed-form .views-widget-per-page {
    float: right; }
    .view-stri-site-search .views-exposed-form .views-widget-per-page select {
      margin-bottom: 0; }
  .view-stri-site-search .views-widget-filter-search_api_views_fulltext.views-exposed-widget {
    display: none; }
  .view-stri-site-search .views-row article {
    border-bottom: 1px solid #D5D6D7;
    padding: 20px 0 10px; }

.pane-sharethis-sharethis-block,
.pane-sharethis {
  margin: 0 0 65px; }
  .pane-sharethis-sharethis-block .pane-title,
  .pane-sharethis .pane-title {
    font-size: 1.33333rem;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px; }

.sharethis-wrapper span {
  display: inline-block;
  height: 42px;
  width: 42px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 5px; }
  .sharethis-wrapper span :hover {
    opacity: 1 !important;
    background-position: unset; }
  .sharethis-wrapper span :focus {
    opacity: 1 !important;
    background-position: unset; }
  .sharethis-wrapper span .stButton span {
    display: inline-block;
    height: 42px;
    width: 42px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
    .sharethis-wrapper span .stButton span:hover {
      opacity: 1 !important;
      background-position: unset; }
    .sharethis-wrapper span .stButton span:focus {
      opacity: 1 !important;
      background-position: unset; }

.sharethis-wrapper .st_facebook_custom, .sharethis-wrapper .st_facebook_large > .stButton > span {
  background-image: url("../images/svg/i-facebook.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/svg/i-facebook.svg") !important; }

.sharethis-wrapper .st_twitter_custom, .sharethis-wrapper .st_twitter_large > .stButton > span {
  background-image: url("../images/svg/i-twitter.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/svg/i-twitter.svg") !important; }

.sharethis-wrapper .st_googleplus_custom, .sharethis-wrapper .st_googleplus_large > .stButton > span {
  background-image: url("../images/svg/i-googleplus.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/svg/i-googleplus.svg") !important; }

.sharethis-wrapper .st_linkedin_custom, .sharethis-wrapper .st_linkedin_large > .stButton > span {
  background-image: url("../images/svg/i-linkedin.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/svg/i-linkedin.svg") !important; }

.view-stri-carousel-stories, .pane-bundle-fpp-stri-profile-mini-card .slick,
.view-display-id-stri_related_stories_rt {
  position: relative;
  overflow-x: hidden; }
  .view-stri-carousel-stories * :hover, .pane-bundle-fpp-stri-profile-mini-card .slick * :hover, .view-stri-carousel-stories * :focus, .pane-bundle-fpp-stri-profile-mini-card .slick * :focus,
  .view-display-id-stri_related_stories_rt * :hover,
  .view-display-id-stri_related_stories_rt * :focus {
    background: none;
    outline: none; }
  .view-stri-carousel-stories .slick__arrow .slick-prev, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev,
  .view-stri-carousel-stories .slick__arrow .slick-next, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next,
  .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev,
  .view-display-id-stri_related_stories_rt .slick__arrow .slick-next {
    top: 35%; }
    @media (min-width: 768px) {
      .view-stri-carousel-stories .slick__arrow .slick-prev, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev,
      .view-stri-carousel-stories .slick__arrow .slick-next, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next,
      .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev,
      .view-display-id-stri_related_stories_rt .slick__arrow .slick-next {
        top: 28%; } }
    @media (min-width: 1024px) {
      .view-stri-carousel-stories .slick__arrow .slick-prev, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev,
      .view-stri-carousel-stories .slick__arrow .slick-next, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next,
      .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev,
      .view-display-id-stri_related_stories_rt .slick__arrow .slick-next {
        top: 15%; } }
    @media (min-width: 1200px) {
      .view-stri-carousel-stories .slick__arrow .slick-prev, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev,
      .view-stri-carousel-stories .slick__arrow .slick-next, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next,
      .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev,
      .view-display-id-stri_related_stories_rt .slick__arrow .slick-next {
        top: 20%; } }
    .view-stri-carousel-stories .slick__arrow .slick-prev:hover, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev:hover, .view-stri-carousel-stories .slick__arrow .slick-prev:focus, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev:focus,
    .view-stri-carousel-stories .slick__arrow .slick-next:hover, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next:hover,
    .view-stri-carousel-stories .slick__arrow .slick-next:focus, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next:focus,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev:hover,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev:focus,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-next:hover,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-next:focus {
      outline: none;
      border: none; }
    .view-stri-carousel-stories .slick__arrow .slick-prev:before, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev:before, .view-stri-carousel-stories .slick__arrow .slick-prev:after, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev:after,
    .view-stri-carousel-stories .slick__arrow .slick-next:before, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next:before,
    .view-stri-carousel-stories .slick__arrow .slick-next:after, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next:after,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev:before,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev:after,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-next:before,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-next:after {
      font-family: "FontAwesome", "sans-serif" !important;
      color: #BFBFBF;
      font-size: 3rem;
      font-weight: 700;
      opacity: 1; }
  .view-stri-carousel-stories .slick__arrow .slick-prev, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev,
  .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev {
    left: 0; }
    .view-stri-carousel-stories .slick__arrow .slick-prev:before, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-prev:before,
    .view-display-id-stri_related_stories_rt .slick__arrow .slick-prev:before {
      content: '\f104'; }
  .view-stri-carousel-stories .slick__arrow .slick-next, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next,
  .view-display-id-stri_related_stories_rt .slick__arrow .slick-next {
    right: 0; }
    @media (min-width: 425px) {
      .view-stri-carousel-stories .slick__arrow .slick-next, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next,
      .view-display-id-stri_related_stories_rt .slick__arrow .slick-next {
        right: 0; } }
  .view-stri-carousel-stories .slick__arrow .slick-next::before, .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next::before,
  .view-display-id-stri_related_stories_rt .slick__arrow .slick-next::before {
    content: '\f105'; }
  .view-stri-carousel-stories .listing-item, .pane-bundle-fpp-stri-profile-mini-card .slick .listing-item,
  .view-display-id-stri_related_stories_rt .listing-item {
    margin: 0 10px; }
  .view-stri-carousel-stories .listing-item .view-mode__item-title h4, .pane-bundle-fpp-stri-profile-mini-card .slick .listing-item .view-mode__item-title h4,
  .view-display-id-stri_related_stories_rt .listing-item .view-mode__item-title h4 {
    font-size: 1rem; }

.pane-stri-carousel-stories-stri-carousel-stories,
.pane-stri-stories-stri-related-stories-rt {
  margin: 45px 15px; }
  .pane-stri-carousel-stories-stri-carousel-stories .slick,
  .pane-stri-stories-stri-related-stories-rt .slick {
    padding: 0 30px;
    position: relative;
    display: block; }
  .pane-stri-carousel-stories-stri-carousel-stories .slick__slide,
  .pane-stri-stories-stri-related-stories-rt .slick__slide {
    display: none;
    height: auto;
    min-height: initial;
    max-height: initial; }
  .pane-stri-carousel-stories-stri-carousel-stories .slick-initialized .slick__slide,
  .pane-stri-stories-stri-related-stories-rt .slick-initialized .slick__slide {
    display: block; }
  .pane-stri-carousel-stories-stri-carousel-stories .unslick,
  .pane-stri-stories-stri-related-stories-rt .unslick {
    padding: 0; }
    .pane-stri-carousel-stories-stri-carousel-stories .unslick .slick__slide,
    .pane-stri-stories-stri-related-stories-rt .unslick .slick__slide {
      display: block;
      width: 330px; }
      @media (min-width: 1024px) {
        .pane-stri-carousel-stories-stri-carousel-stories .unslick .slick__slide,
        .pane-stri-stories-stri-related-stories-rt .unslick .slick__slide {
          width: 220px; } }
      @media (min-width: 1200px) {
        .pane-stri-carousel-stories-stri-carousel-stories .unslick .slick__slide,
        .pane-stri-stories-stri-related-stories-rt .unslick .slick__slide {
          width: 270px; } }
  .pane-stri-carousel-stories-stri-carousel-stories h2,
  .pane-stri-stories-stri-related-stories-rt h2 {
    text-transform: none; }
  .pane-stri-carousel-stories-stri-carousel-stories h4,
  .pane-stri-stories-stri-related-stories-rt h4 {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px; }

.pane-stri-stories-stri-related-stories-rt {
  margin: 45px 0; }

.slick a {
  text-decoration: none; }

.slick .stri__slick-nav .slick__actions {
  transition: all 0.25s ease-in-out;
  position: absolute;
  display: block;
  top: auto;
  right: 5%;
  bottom: 80px; }
  .slick .stri__slick-nav .slick__actions .slick-arrow {
    display: none !important; }
    @media (min-width: 768px) {
      .slick .stri__slick-nav .slick__actions .slick-arrow {
        display: block !important; } }
  @media (min-width: 768px) {
    .slick .stri__slick-nav .slick__actions {
      bottom: 130px; } }
  @media (min-width: 920px) {
    .slick .stri__slick-nav .slick__actions {
      right: 36%;
      left: auto; } }
  @media (min-width: 1024px) {
    .slick .stri__slick-nav .slick__actions {
      right: 32%; } }
  @media (min-width: 1200px) {
    .slick .stri__slick-nav .slick__actions {
      right: 28%; } }
  @media (min-width: 1440px) {
    .slick .stri__slick-nav .slick__actions {
      right: 28%; } }
  @media (min-width: 1650px) {
    .slick .stri__slick-nav .slick__actions {
      right: 22%; } }
  .slick .stri__slick-nav .slick__actions button {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    vertical-align: top;
    transform: translate(0, 0); }
    .slick .stri__slick-nav .slick__actions button:last-of-type {
      margin-right: 0; }
    .slick .stri__slick-nav .slick__actions button.slick-prev:before, .slick .stri__slick-nav .slick__actions button.slick-next:before {
      content: ''; }
    .slick .stri__slick-nav .slick__actions button.slick-prev {
      background: transparent url("../images/svg/i-slider--prev.svg") no-repeat 0 0; }
    .slick .stri__slick-nav .slick__actions button.slick-next {
      background: transparent url("../images/svg/i-slider--next.svg") no-repeat 100% 0; }

.slick .slick-pause--btn {
  display: none;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  padding: 0;
  position: unset;
  top: unset;
  bottom: unset; }
  .slick .slick-pause--btn .slick-pause,
  .slick .slick-pause--btn .slick-play {
    height: 40px;
    width: 40px; }
    .slick .slick-pause--btn .slick-pause span,
    .slick .slick-pause--btn .slick-play span {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      padding: 0;
      border: 0;
      clip: rect(1px, 1px, 1px, 1px); }
  .slick .slick-pause--btn .slick-pause {
    background: transparent url("../images/svg/i-pause.svg") no-repeat 0 0; }
  .slick .slick-pause--btn .slick-play {
    background: transparent url("../images/svg/i-play__white.svg") no-repeat 0 0;
    display: none; }

.slick .paused + .slick__arrow .slick-play {
  display: block; }

.slick .paused + .slick__arrow .slick-pause {
  display: none; }

.stri__slick-nav .slick-pause--btn {
  display: block; }

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hero-content .slick-dots {
  bottom: 40px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .hero-content .slick-dots {
      bottom: 20px; } }
  @media screen and (min-width: 1024px) {
    .hero-content .slick-dots {
      bottom: 70px; } }
  .hero-content .slick-dots li {
    margin-right: 0.8em;
    color: transparent;
    background-color: unset; }
    .hero-content .slick-dots li > button {
      background-size: cover;
      background: url("../images/svg/i-dot__inactive.svg") no-repeat; }
      @media (min-width: 920px) {
        .hero-content .slick-dots li > button {
          width: 14px;
          height: 14px; } }
    .hero-content .slick-dots li.slick-active > button {
      background-size: cover;
      background: url("../images/svg/i-dot__active.svg") no-repeat;
      opacity: 0.8; }
      @media (min-width: 920px) {
        .hero-content .slick-dots li.slick-active > button {
          width: 14px;
          height: 14px; } }

.hero-content .pane-node-field-stri-image-slide-hero,
.hero-content .slick .slick-slider,
.hero-content .slick .slick-slide,
.hero-content .slick .slick__slide {
  height: 80vh;
  min-height: 620px;
  position: relative;
  width: 100%;
  max-height: 460px; }
  @media (min-width: 425px) {
    .hero-content .pane-node-field-stri-image-slide-hero,
    .hero-content .slick .slick-slider,
    .hero-content .slick .slick-slide,
    .hero-content .slick .slick__slide {
      max-height: unset; } }
  @media (max-height: 419px) {
    .hero-content .pane-node-field-stri-image-slide-hero,
    .hero-content .slick .slick-slider,
    .hero-content .slick .slick-slide,
    .hero-content .slick .slick__slide {
      min-height: 420px; } }
  @media (min-width: 640px) and (max-height: 375px) {
    .hero-content .pane-node-field-stri-image-slide-hero,
    .hero-content .slick .slick-slider,
    .hero-content .slick .slick-slide,
    .hero-content .slick .slick__slide {
      min-height: 460px; } }
  @media (min-width: 768px) {
    .hero-content .pane-node-field-stri-image-slide-hero,
    .hero-content .slick .slick-slider,
    .hero-content .slick .slick-slide,
    .hero-content .slick .slick__slide {
      width: 100%;
      height: 80vh;
      max-height: 700px;
      min-height: 700px; } }
  @media (min-width: 920px) {
    .hero-content .pane-node-field-stri-image-slide-hero,
    .hero-content .slick .slick-slider,
    .hero-content .slick .slick-slide,
    .hero-content .slick .slick__slide {
      min-height: 700px; } }
  @media (min-width: 920px) and (max-height: 677px) {
    .hero-content .pane-node-field-stri-image-slide-hero,
    .hero-content .slick .slick-slider,
    .hero-content .slick .slick-slide,
    .hero-content .slick .slick__slide {
      height: 700px;
      min-height: 700px; } }
  @media (min-width: 1024px) and (max-height: 700px) {
    .hero-content .pane-node-field-stri-image-slide-hero,
    .hero-content .slick .slick-slider,
    .hero-content .slick .slick-slide,
    .hero-content .slick .slick__slide {
      height: 700px; } }

.hero-content .pane-node-field-stri-image-slide-hero {
  position: relative; }

.hero-content .hero-area__content {
  position: absolute; }

.hero-content .slide__caption {
  z-index: 3; }

.hero-content .hero-area__sidebar {
  position: relative; }

.hero-content .slick-dots {
  margin-bottom: 0;
  margin-top: 0; }
  .hero-content .slick-dots li {
    margin-bottom: 0; }

.hero-area__sidebar .slick .slick__slide {
  height: auto !important;
  min-height: initial !important; }

.no-sidebars.node-type-page.panel-layout-stri_basic_nocontainer .slide__caption .slide__title, .no-sidebars.node-type-page.panel-layout-stri_basic_nocontainer .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .no-sidebars.node-type-page.panel-layout-stri_basic_nocontainer .slide__caption h1 {
  font-size: 3em;
  text-transform: initial; }
  @media (min-width: 768px) {
    .no-sidebars.node-type-page.panel-layout-stri_basic_nocontainer .slide__caption .slide__title, .no-sidebars.node-type-page.panel-layout-stri_basic_nocontainer .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .no-sidebars.node-type-page.panel-layout-stri_basic_nocontainer .slide__caption h1 {
      font-size: 4.1em; } }

.no-sidebars.node-type-page.panel-layout-stri_basic_nocontainer .slide__caption .slide__description {
  font-size: 1.3em; }

@media (min-width: 920px) {
  .front .slick .stri__slick-nav .slick__actions,
  .stri-sidebar-right .slick .stri__slick-nav .slick__actions {
    right: 36%;
    left: auto; } }

@media (min-width: 1024px) {
  .front .slick .stri__slick-nav .slick__actions,
  .stri-sidebar-right .slick .stri__slick-nav .slick__actions {
    right: 32%; } }

@media (min-width: 1200px) {
  .front .slick .stri__slick-nav .slick__actions,
  .stri-sidebar-right .slick .stri__slick-nav .slick__actions {
    right: 28%; } }

@media (min-width: 1440px) {
  .front .slick .stri__slick-nav .slick__actions,
  .stri-sidebar-right .slick .stri__slick-nav .slick__actions {
    right: 28%; } }

@media (min-width: 1650px) {
  .front .slick .stri__slick-nav .slick__actions,
  .stri-sidebar-right .slick .stri__slick-nav .slick__actions {
    right: 22%; } }

@media (min-width: 920px) {
  .node-type-facility .slick .stri__slick-nav .slick__actions {
    bottom: 15%; } }

.slick--optionset--summary-item .slick__arrow .slick-prev,
.slick--optionset--summary-item .slick__arrow .slick-next {
  color: #292929; }
  @media screen and (min-width: 920px) {
    .slick--optionset--summary-item .slick__arrow .slick-prev,
    .slick--optionset--summary-item .slick__arrow .slick-next {
      color: #FFFFFF; } }

.slick--optionset--summary-item .slick__arrow .slick-next {
  right: -25px; }
  @media (min-width: 425px) {
    .slick--optionset--summary-item .slick__arrow .slick-next {
      right: -35px; } }

.field-name-field-stri-special-link-media .colorbox,
.field-name-field-stri-special-link-media .media-colorbox,
.field-name-field-stri-paragraph-links .element-invisible {
  display: none; }

.field-name-field-stri-special-link-title {
  cursor: pointer; }

.field-name-field-stri-paragraph-links > .field-items > .field-item {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 40px;
  padding-left: 0;
  vertical-align: top; }

.paragraphs-items-field-fpp-special-links:focus {
  outline: none; }

.paragraphs-item-paragraph-link-normal div,
.paragraphs-item-paragraph-link-media div,
.paragraphs-item-paragraph-link-document div {
  display: inline-block;
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3; }

.paragraphs-item-paragraph-link-normal .field-label,
.paragraphs-item-paragraph-link-media .field-label,
.paragraphs-item-paragraph-link-document .field-label {
  display: none; }

.paragraphs-item-paragraph-link-normal a,
.paragraphs-item-paragraph-link-media a,
.paragraphs-item-paragraph-link-document a {
  text-decoration: none; }
  .paragraphs-item-paragraph-link-normal a:hover,
  .paragraphs-item-paragraph-link-media a:hover,
  .paragraphs-item-paragraph-link-document a:hover {
    text-decoration: none; }

.paragraphs-item-paragraph-link-normal a {
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 10px 10px 7px 50px;
  position: relative; }
  .paragraphs-item-paragraph-link-normal a:before {
    background-image: url("../images/svg/i-arrow--up.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 40px; }

.paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
  background-image: url("../images/svg/i-arrow--next.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.paragraphs-item-paragraph-link-normal:nth-child(2 + n) a {
  background: none; }

.paragraphs-item-paragraph-link-media .field-item:nth-child(n+2) {
  display: none; }

.paragraphs-item-paragraph-link-media .content {
  position: relative; }

.paragraphs-item-paragraph-link-media .field-type-text {
  display: inline-block;
  padding: 7px 10px 7px 45px; }

.paragraphs-item-paragraph-link-media .field-type-media {
  position: absolute;
  left: 0;
  top: 0; }
  .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file,
  .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file {
    display: inline-block;
    height: auto;
    padding-left: 50px; }
    .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file img,
    .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file img {
      display: none; }
    .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file a,
    .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file a {
      color: transparent; }
  .paragraphs-item-paragraph-link-media .field-type-media .file-video:before {
    background-image: url("../images/svg/i-play.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 40px; }
  .paragraphs-item-paragraph-link-media .field-type-media .file-image:before {
    background-image: url("../images/svg/i-camera.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 40px; }

.paragraphs-item-paragraph-link-document .field-item:nth-child(n+2) {
  display: none; }

.paragraphs-item-paragraph-link-document .content {
  position: relative; }

.paragraphs-item-paragraph-link-document .field-type-text {
  display: inline-block;
  padding: 7px 10px 7px 45px;
  padding: 8px 10px 8px 45px; }

.paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file {
  display: inline-block;
  height: auto;
  padding: 7px 10px 7px 45px; }
  .paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file img {
    display: none; }

.paragraphs-item-paragraph-link-document .field-type-media .file-document:before {
  background-image: url("../images/svg/i-pdf.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.paragraphs-item-paragraph-link-document .field-type-media .file-document:before {
  margin-right: 5px; }

.paragraphs-item-paragraph-link-document .file a {
  color: #000000; }

.hero .paragraphs-item-paragraph-link-normal div,
.hero .paragraphs-item-paragraph-link-normal a,
.hero .paragraphs-item-paragraph-link-media div,
.hero .paragraphs-item-paragraph-link-media a,
.hero .paragraphs-item-paragraph-link-document div,
.hero .paragraphs-item-paragraph-link-document a,
.hero-content .paragraphs-item-paragraph-link-normal div,
.hero-content .paragraphs-item-paragraph-link-normal a,
.hero-content .paragraphs-item-paragraph-link-media div,
.hero-content .paragraphs-item-paragraph-link-media a,
.hero-content .paragraphs-item-paragraph-link-document div,
.hero-content .paragraphs-item-paragraph-link-document a {
  color: #FFFFFF; }

.hero .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.hero .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.hero .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.hero-content .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.hero-content .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.hero-content .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a {
  color: #FFFFFF; }

.hero .paragraphs-item-paragraph-link-normal a:before,
.hero-content .paragraphs-item-paragraph-link-normal a:before {
  background-image: url("../images/svg/i-arrow--up__alt.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.hero .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.hero-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
  background-image: url("../images/svg/i-arrow--next__alt.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.hero .paragraphs-item-paragraph-link-media .file-video:before,
.hero-content .paragraphs-item-paragraph-link-media .file-video:before {
  background-image: url("../images/svg/i-play__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.hero .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.hero-content .paragraphs-item-paragraph-link-media .file-video .file-video:before {
  background-image: none; }

.hero .paragraphs-item-paragraph-link-media .file-image:before,
.hero-content .paragraphs-item-paragraph-link-media .file-image:before {
  background-image: url("../images/svg/i-camera__alt.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.hero .paragraphs-item-paragraph-link-document .file-document:before,
.hero-content .paragraphs-item-paragraph-link-document .file-document:before {
  background-image: url("../images/svg/i-pdf__alt.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.content-section__item-links .field-name-field-stri-paragraph-links > .field-items > .field-item {
  width: 100%;
  margin-right: 0; }

.content-section__item-links .special-link--image + .special-link--image .file-image:before {
  background-image: none; }

.content-section__item-links .special-link--video + .special-link--video .file-video:before {
  background-image: none; }

.content-section__item-links .special-link--pdf + .special-link--pdf .file-document:before {
  background-image: none; }

.pane-bundle-stri-fpp-profile-3cols .field-name-field-stri-paragraph-links > .field-items > .field-item,
.pane-bundle-stri-three-col-content .field-name-field-stri-paragraph-links > .field-items > .field-item,
.pane-bundle-stri-four-col-content .field-name-field-stri-paragraph-links > .field-items > .field-item,
.pane-bundle-stri-two-col-pl .fpp-format__small .field-name-field-stri-paragraph-links > .field-items > .field-item,
.pane-bundle-stri-two-col-pr .fpp-format__small .field-name-field-stri-paragraph-links > .field-items > .field-item,
.pane-bundle-fpp-stri-profile-mini-card .field-name-field-stri-paragraph-links > .field-items > .field-item {
  margin-bottom: 10px;
  margin-right: 30px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-normal a {
  padding: 2px 0 3px 30px; }
  .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
  .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
  .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
  .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
  .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
  .pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-normal a:before {
    background-image: url("../images/svg/i-arrow--up.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 24px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
  background-image: url("../images/svg/i-arrow--next.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal:nth-child(2 + n) a,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal:nth-child(2 + n) a,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal:nth-child(2 + n) a,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal:nth-child(2 + n) a,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal:nth-child(2 + n) a,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-normal:nth-child(2 + n) a {
  background: none; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .field-type-text,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .field-type-text,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .field-type-text,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-text,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-text,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-media .field-type-text {
  padding: 2px 0 3px 30px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file,
.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-media .field-type-media .file-video .content > .file,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-media .field-type-media .file-image .content > .file {
  padding-left: 50px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .field-type-media .file-video:before,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-video:before,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-video:before,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-video:before,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-video:before,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-media .field-type-media .file-video:before {
  background-image: url("../images/svg/i-play.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .field-type-media .file-image:before,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-image:before,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .field-type-media .file-image:before,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-image:before,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .field-type-media .file-image:before,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-media .field-type-media .file-image:before {
  background-image: url("../images/svg/i-camera.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-document .field-type-media .file-document .content > .file {
  padding: 2px 0 3px 30px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-document .field-type-media .file-document:before {
  background-image: url("../images/svg/i-pdf.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .field-type-media .file-document:before,
.pane-bundle-fpp-stri-profile-mini-card .paragraphs-item-paragraph-link-document .field-type-media .file-document:before {
  margin-right: 5px; }

.stri-row__black .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-normal a:before,
.stri-row__navy-blue .paragraphs-item-paragraph-link-normal a:before,
.stri-row__blue .paragraphs-item-paragraph-link-normal a:before,
.stri-row__sky-blue .paragraphs-item-paragraph-link-normal a:before,
.stri-row__green .paragraphs-item-paragraph-link-normal a:before,
.stri-row__lime-green .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red-orange .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange-red .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange .paragraphs-item-paragraph-link-normal a:before,
.stri-row__brown .paragraphs-item-paragraph-link-normal a:before,
.stri-row__magenta .paragraphs-item-paragraph-link-normal a:before,
.stri-row__purple .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red .paragraphs-item-paragraph-link-normal a:before {
  background-image: url("../images/svg/i-arrow--up__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__black .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__navy-blue .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__blue .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__sky-blue .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__green .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__lime-green .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red-orange .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange-red .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__brown .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__magenta .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__purple .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red .paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
  background-image: url("../images/svg/i-arrow--next__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__black .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__navy-blue .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__blue .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__sky-blue .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__green .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__lime-green .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red-orange .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange-red .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__brown .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__magenta .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__purple .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red .paragraphs-item-paragraph-link-media .file-video:before {
  background-image: url("../images/svg/i-play__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__black .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__navy-blue .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__blue .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__sky-blue .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__green .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__lime-green .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red-orange .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange-red .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__brown .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__magenta .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__purple .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red .paragraphs-item-paragraph-link-media .file-video .file-video:before {
  background-image: none; }

.stri-row__black .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__navy-blue .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__blue .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__sky-blue .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__green .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__lime-green .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red-orange .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange-red .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__brown .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__magenta .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__purple .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red .paragraphs-item-paragraph-link-media .file-image:before {
  background-image: url("../images/svg/i-camera__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__black .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__navy-blue .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__blue .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__sky-blue .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__green .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__lime-green .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red-orange .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange-red .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__brown .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__magenta .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__purple .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red .paragraphs-item-paragraph-link-document .file-document:before {
  background-image: url("../images/svg/i-pdf__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__black .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__black .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__black .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__black .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__black .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__navy-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__navy-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__navy-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__sky-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__sky-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__sky-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__lime-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__lime-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__lime-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red-orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red-orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red-orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange-red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange-red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange-red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__brown .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__brown .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__brown .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__brown .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__brown .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__magenta .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__magenta .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__magenta .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__magenta .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__magenta .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__purple .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__purple .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__purple .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__purple .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__purple .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before {
  background-image: url("../images/svg/i-arrow--up__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__black .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__black .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__black .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__black .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__black .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__navy-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__navy-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__navy-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__sky-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__sky-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__sky-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__lime-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__lime-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__lime-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red-orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red-orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red-orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange-red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange-red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange-red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__brown .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__brown .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__brown .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__brown .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__brown .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__magenta .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__magenta .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__magenta .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__magenta .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__magenta .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__purple .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__purple .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__purple .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__purple .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__purple .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
  background-image: url("../images/svg/i-arrow--next__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__black .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__black .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__black .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__black .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__black .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__lime-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__lime-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__lime-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red-orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red-orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red-orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange-red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange-red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange-red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__brown .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__brown .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__brown .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__brown .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__brown .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__magenta .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__magenta .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__magenta .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__magenta .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__magenta .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__purple .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__purple .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__purple .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__purple .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__purple .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before {
  background-image: url("../images/svg/i-play__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__black .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__black .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__black .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__black .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__black .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__lime-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__lime-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__lime-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red-orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red-orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red-orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange-red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange-red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange-red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__brown .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__brown .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__brown .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__brown .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__brown .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__magenta .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__magenta .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__magenta .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__magenta .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__magenta .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__purple .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__purple .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__purple .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__purple .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__purple .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before {
  background-image: none; }

.stri-row__black .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__black .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__black .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__black .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__black .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__navy-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__navy-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__navy-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__sky-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__sky-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__sky-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__lime-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__lime-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__lime-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red-orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red-orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red-orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange-red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange-red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange-red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__brown .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__brown .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__brown .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__brown .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__brown .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__magenta .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__magenta .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__magenta .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__magenta .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__magenta .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__purple .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__purple .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__purple .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__purple .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__purple .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before {
  background-image: url("../images/svg/i-camera__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__black .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__black .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__black .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__black .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__black .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-cyan .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__navy-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__navy-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__navy-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__navy-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__sky-blue .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__sky-blue .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__sky-blue .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__sky-blue .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__lime-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__lime-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__lime-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__lime-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red-orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red-orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red-orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red-orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange-red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange-red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange-red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange-red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__orange .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__brown .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__brown .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__brown .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__brown .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__brown .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__magenta .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__magenta .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__magenta .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__magenta .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__magenta .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__purple .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__purple .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__purple .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__purple .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__purple .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__red .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before {
  background-image: url("../images/svg/i-pdf__white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-paragraph-links__small .paragraphs-item-paragraph-link-normal a {
  font-size: 0.77778rem;
  padding: 1px 0 3px 21px; }
  .stri-paragraph-links__small .paragraphs-item-paragraph-link-normal a:before {
    background-image: url("../images/svg/i-arrow--up.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 18px; }

.stri-paragraph-links__small .paragraphs-item-paragraph-link-normal a.stri--link-internal {
  font-size: 0.77778rem;
  padding: 1px 0 3px 21px; }
  .stri-paragraph-links__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
    background-image: url("../images/svg/i-arrow--next.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 18px; }

.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-normal a:before,
.stri-row__light-green .paragraphs-item-paragraph-link-normal a:before {
  background-image: url("../images/svg/i-arrow--up.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__light-green .paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
  background-image: url("../images/svg/i-arrow--next.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__light-green .paragraphs-item-paragraph-link-media .file-video:before {
  background-image: url("../images/svg/i-play.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__light-green .paragraphs-item-paragraph-link-media .file-video .file-video:before {
  background-image: none; }

.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__light-green .paragraphs-item-paragraph-link-media .file-image:before {
  background-image: url("../images/svg/i-camera.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__light-green .paragraphs-item-paragraph-link-document .file-document:before {
  background-image: url("../images/svg/i-pdf.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 40px; }

.stri-row__smithsonian-yellow .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__light-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a:before,
.stri-row__light-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__light-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a:before,
.stri-row__light-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a:before,
.stri-row__light-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a:before {
  background-image: url("../images/svg/i-arrow--up.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__smithsonian-yellow .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__light-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__light-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__light-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__light-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before,
.stri-row__light-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-normal a.stri--link-internal:before {
  background-image: url("../images/svg/i-arrow--next.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__smithsonian-yellow .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__light-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__light-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__light-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__light-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before,
.stri-row__light-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video:before {
  background-image: url("../images/svg/i-play.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__smithsonian-yellow .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__light-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__light-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__light-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__light-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before,
.stri-row__light-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-video .file-video:before {
  background-image: none; }

.stri-row__smithsonian-yellow .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__light-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__light-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__light-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__light-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before,
.stri-row__light-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-media .file-image:before {
  background-image: url("../images/svg/i-camera.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__smithsonian-yellow .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__smithsonian-yellow .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__light-green .pane-bundle-stri-fpp-profile-3cols .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__light-green .pane-bundle-stri-three-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__light-green .pane-bundle-stri-four-col-content .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__light-green .pane-bundle-stri-two-col-pl .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before,
.stri-row__light-green .pane-bundle-stri-two-col-pr .fpp-format__small .paragraphs-item-paragraph-link-document .file-document:before {
  background-image: url("../images/svg/i-pdf.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 24px; }

.stri-row__black .paragraphs-item-paragraph-link-normal div,
.stri-row__black .paragraphs-item-paragraph-link-normal a,
.stri-row__black .paragraphs-item-paragraph-link-media div,
.stri-row__black .paragraphs-item-paragraph-link-media a,
.stri-row__black .paragraphs-item-paragraph-link-document div,
.stri-row__black .paragraphs-item-paragraph-link-document a,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-normal div,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-normal a,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-media div,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-media a,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-document div,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-document a,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-normal div,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-normal a,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-media div,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-media a,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-document div,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-document a,
.stri-row__navy-blue .paragraphs-item-paragraph-link-normal div,
.stri-row__navy-blue .paragraphs-item-paragraph-link-normal a,
.stri-row__navy-blue .paragraphs-item-paragraph-link-media div,
.stri-row__navy-blue .paragraphs-item-paragraph-link-media a,
.stri-row__navy-blue .paragraphs-item-paragraph-link-document div,
.stri-row__navy-blue .paragraphs-item-paragraph-link-document a,
.stri-row__blue .paragraphs-item-paragraph-link-normal div,
.stri-row__blue .paragraphs-item-paragraph-link-normal a,
.stri-row__blue .paragraphs-item-paragraph-link-media div,
.stri-row__blue .paragraphs-item-paragraph-link-media a,
.stri-row__blue .paragraphs-item-paragraph-link-document div,
.stri-row__blue .paragraphs-item-paragraph-link-document a,
.stri-row__sky-blue .paragraphs-item-paragraph-link-normal div,
.stri-row__sky-blue .paragraphs-item-paragraph-link-normal a,
.stri-row__sky-blue .paragraphs-item-paragraph-link-media div,
.stri-row__sky-blue .paragraphs-item-paragraph-link-media a,
.stri-row__sky-blue .paragraphs-item-paragraph-link-document div,
.stri-row__sky-blue .paragraphs-item-paragraph-link-document a,
.stri-row__green .paragraphs-item-paragraph-link-normal div,
.stri-row__green .paragraphs-item-paragraph-link-normal a,
.stri-row__green .paragraphs-item-paragraph-link-media div,
.stri-row__green .paragraphs-item-paragraph-link-media a,
.stri-row__green .paragraphs-item-paragraph-link-document div,
.stri-row__green .paragraphs-item-paragraph-link-document a,
.stri-row__light-green .paragraphs-item-paragraph-link-normal div,
.stri-row__light-green .paragraphs-item-paragraph-link-normal a,
.stri-row__light-green .paragraphs-item-paragraph-link-media div,
.stri-row__light-green .paragraphs-item-paragraph-link-media a,
.stri-row__light-green .paragraphs-item-paragraph-link-document div,
.stri-row__light-green .paragraphs-item-paragraph-link-document a,
.stri-row__lime-green .paragraphs-item-paragraph-link-normal div,
.stri-row__lime-green .paragraphs-item-paragraph-link-normal a,
.stri-row__lime-green .paragraphs-item-paragraph-link-media div,
.stri-row__lime-green .paragraphs-item-paragraph-link-media a,
.stri-row__lime-green .paragraphs-item-paragraph-link-document div,
.stri-row__lime-green .paragraphs-item-paragraph-link-document a,
.stri-row__red-orange .paragraphs-item-paragraph-link-normal div,
.stri-row__red-orange .paragraphs-item-paragraph-link-normal a,
.stri-row__red-orange .paragraphs-item-paragraph-link-media div,
.stri-row__red-orange .paragraphs-item-paragraph-link-media a,
.stri-row__red-orange .paragraphs-item-paragraph-link-document div,
.stri-row__red-orange .paragraphs-item-paragraph-link-document a,
.stri-row__orange-red .paragraphs-item-paragraph-link-normal div,
.stri-row__orange-red .paragraphs-item-paragraph-link-normal a,
.stri-row__orange-red .paragraphs-item-paragraph-link-media div,
.stri-row__orange-red .paragraphs-item-paragraph-link-media a,
.stri-row__orange-red .paragraphs-item-paragraph-link-document div,
.stri-row__orange-red .paragraphs-item-paragraph-link-document a,
.stri-row__orange .paragraphs-item-paragraph-link-normal div,
.stri-row__orange .paragraphs-item-paragraph-link-normal a,
.stri-row__orange .paragraphs-item-paragraph-link-media div,
.stri-row__orange .paragraphs-item-paragraph-link-media a,
.stri-row__orange .paragraphs-item-paragraph-link-document div,
.stri-row__orange .paragraphs-item-paragraph-link-document a,
.stri-row__brown .paragraphs-item-paragraph-link-normal div,
.stri-row__brown .paragraphs-item-paragraph-link-normal a,
.stri-row__brown .paragraphs-item-paragraph-link-media div,
.stri-row__brown .paragraphs-item-paragraph-link-media a,
.stri-row__brown .paragraphs-item-paragraph-link-document div,
.stri-row__brown .paragraphs-item-paragraph-link-document a,
.stri-row__magenta .paragraphs-item-paragraph-link-normal div,
.stri-row__magenta .paragraphs-item-paragraph-link-normal a,
.stri-row__magenta .paragraphs-item-paragraph-link-media div,
.stri-row__magenta .paragraphs-item-paragraph-link-media a,
.stri-row__magenta .paragraphs-item-paragraph-link-document div,
.stri-row__magenta .paragraphs-item-paragraph-link-document a,
.stri-row__purple .paragraphs-item-paragraph-link-normal div,
.stri-row__purple .paragraphs-item-paragraph-link-normal a,
.stri-row__purple .paragraphs-item-paragraph-link-media div,
.stri-row__purple .paragraphs-item-paragraph-link-media a,
.stri-row__purple .paragraphs-item-paragraph-link-document div,
.stri-row__purple .paragraphs-item-paragraph-link-document a,
.stri-row__red .paragraphs-item-paragraph-link-normal div,
.stri-row__red .paragraphs-item-paragraph-link-normal a,
.stri-row__red .paragraphs-item-paragraph-link-media div,
.stri-row__red .paragraphs-item-paragraph-link-media a,
.stri-row__red .paragraphs-item-paragraph-link-document div,
.stri-row__red .paragraphs-item-paragraph-link-document a {
  color: #FFFFFF; }

.stri-row__black .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__black .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__black .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__smithsonian-yellow .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__smithsonian-cyan .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__navy-blue .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__navy-blue .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__navy-blue .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__blue .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__blue .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__blue .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__sky-blue .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__sky-blue .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__sky-blue .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__green .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__green .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__green .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__light-green .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__light-green .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__light-green .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__lime-green .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__lime-green .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__lime-green .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__red-orange .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__red-orange .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__red-orange .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__orange-red .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__orange-red .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__orange-red .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__orange .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__orange .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__orange .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__brown .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__brown .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__brown .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__magenta .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__magenta .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__magenta .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__purple .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__purple .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__purple .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a,
.stri-row__red .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__red .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__red .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a {
  color: #FFFFFF; }

.stri-row__light-green .paragraphs-item-paragraph-link-normal div,
.stri-row__light-green .paragraphs-item-paragraph-link-normal a,
.stri-row__light-green .paragraphs-item-paragraph-link-media div,
.stri-row__light-green .paragraphs-item-paragraph-link-media a,
.stri-row__light-green .paragraphs-item-paragraph-link-document div,
.stri-row__light-green .paragraphs-item-paragraph-link-document a {
  color: #000000; }

.stri-row__light-green .paragraphs-item-paragraph-link-normal .paragraphs-item-paragraph-link-document .file a,
.stri-row__light-green .paragraphs-item-paragraph-link-media .paragraphs-item-paragraph-link-document .file a,
.stri-row__light-green .paragraphs-item-paragraph-link-document .paragraphs-item-paragraph-link-document .file a {
  color: #000000; }

.pane-story-footer-nav {
  border-top: #BFBFBF 1px solid;
  border-bottom: #BFBFBF 1px solid;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .pane-story-footer-nav {
      height: 90px; } }
  .pane-story-footer-nav a {
    text-decoration: none; }
  .pane-story-footer-nav .stri-story-footer-nav {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .pane-story-footer-nav .stri-story-footer-nav {
        padding-left: 0;
        padding-right: 0; } }
  .pane-story-footer-nav div {
    position: relative; }
  .pane-story-footer-nav .stri-story-footer-nav-back-link,
  .pane-story-footer-nav .stri-story-footer-nav-explore-link {
    margin-bottom: 20px;
    margin-top: 20px; }
    .pane-story-footer-nav .stri-story-footer-nav-back-link a,
    .pane-story-footer-nav .stri-story-footer-nav-explore-link a {
      color: #000000;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1.11111rem;
      font-style: normal;
      font-weight: 500;
      display: block;
      margin: 0;
      padding: 5px 20px 5px 50px; }
  .pane-story-footer-nav .stri-story-footer-nav-back-link {
    margin-top: 0; }
    @media (min-width: 768px) {
      .pane-story-footer-nav .stri-story-footer-nav-back-link {
        float: left;
        margin-top: 20px; } }
    .pane-story-footer-nav .stri-story-footer-nav-back-link a {
      background-image: url("../images/svg/i-arrow--prev.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain; }
  @media (min-width: 768px) {
    .pane-story-footer-nav .stri-story-footer-nav-explore-link {
      float: right; } }
  .pane-story-footer-nav .stri-story-footer-nav-explore-link a {
    background-image: url("../images/svg/i-arrow--next.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 0; }

a.tabs-trigger {
  font-family: "FFDINWebPro", "sans-serif";
  position: absolute;
  text-decoration: none;
  top: 36px;
  right: -72px;
  font-size: 1rem;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  display: block;
  z-index: 100;
  background: #333;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #111;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
  a.tabs-trigger.open {
    right: -81px; }
  a.tabs-trigger > i {
    position: relative;
    top: 1px;
    display: inline;
    padding-left: 10px; }

.tabs {
  display: none;
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: 700;
  margin-bottom: 0; }
  .tabs .nav-tabs > li {
    display: block;
    margin: 0;
    float: none; }
    .tabs .nav-tabs > li .button {
      border: none;
      width: 100%;
      text-align: left; }

#tabs-wrapper {
  position: fixed;
  top: 110px;
  left: 0;
  background: #e7e7e7;
  border: 1px solid #111111;
  width: auto;
  height: auto;
  filter: alpha(opacity=85);
  opacity: .85;
  z-index: 100;
  padding: 5px 0 5px 0; }

.admin-menu #tabs-wrapper {
  top: 150px; }

.ui-tabs {
  margin-top: 45px;
  margin-bottom: 45px; }
  .ui-tabs .item-list {
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 45px;
    display: inline-block;
    width: 100%; }
  .ui-tabs .item-list ul {
    float: left;
    text-align: left;
    margin-bottom: 0;
    border: none;
    min-height: 45px;
    width: 100%; }
    @media (min-width: 1200px) {
      .ui-tabs .item-list ul {
        width: 75%; } }
    .ui-tabs .item-list ul li {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 100%;
      margin-top: 5px; }
      @media (min-width: 663px) {
        .ui-tabs .item-list ul li {
          width: auto; } }
      @media (min-width: 1200px) {
        .ui-tabs .item-list ul li {
          min-width: 260px; } }
      .ui-tabs .item-list ul li *:hover,
      .ui-tabs .item-list ul li *:focus {
        outline: none; }
    .ui-tabs .item-list ul li a {
      font-size: 1.1200em;
      padding-right: 20px;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .ui-tabs .item-list ul li a {
          padding: 13px 35px; } }
  .ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 45px;
    padding: 0; }
  .ui-tabs .ui-state-default {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .ui-tabs .ui-state-default a {
      color: #292929;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1em;
      font-weight: 700;
      margin-top: 0;
      background: #C7C8CA;
      display: inline-block;
      padding: 15px 35px;
      text-align: center;
      text-decoration: none;
      width: 100%; }
    .ui-tabs .ui-state-default.ui-state-active a {
      background: #064f93;
      color: #FFFFFF; }

.bootstrap-panels-horizontal-tabs {
  margin-top: 45px;
  margin-bottom: 45px; }
  .bootstrap-panels-horizontal-tabs .pane-title {
    display: none; }

.nav-pills {
  border-bottom: 1px solid #BFBFBF;
  display: inline-block;
  margin-bottom: 45px;
  width: 100%; }
  .nav-pills li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    margin-top: 5px; }
    @media (min-width: 663px) {
      .nav-pills li {
        width: auto; } }
    @media (min-width: 1200px) {
      .nav-pills li {
        min-width: 260px; } }
    .nav-pills li a {
      color: #292929;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1.1em;
      font-weight: 700;
      margin-top: 0;
      background: #BFBFBF;
      border-radius: 0;
      display: inline-block;
      padding: 15px 35px;
      text-align: center;
      text-decoration: none;
      width: 100%; }
      @media (min-width: 768px) {
        .nav-pills li a {
          padding: 13px 35px; } }
      .nav-pills li a:hover {
        text-decoration: none; }
    .nav-pills li.active a {
      background: #064f93;
      color: #FFFFFF; }
      .nav-pills li.active a:focus {
        background: #064f93;
        color: #FFFFFF; }

.view-more__link {
  font-size: 1em; }
  @media (min-width: 920px) {
    .view-more__link {
      font-size: 0.77778rem; } }

.views-exposed-widgets {
  position: relative; }
  .views-exposed-widgets .ajax-progress {
    position: absolute;
    bottom: 1.2em;
    right: -24px; }

.views__stri-footer,
.views__stri-pagination {
  margin: 0 auto;
  width: 75%; }

.youtube-field-player .ytp-gradient-top,
.youtube-field-player .ytp-chrome-top {
  display: none !important; }

.pane-bundle-stri-2columns-navigation .pane-content {
  margin-top: 20px; }

.content__column .entity-section {
  margin-bottom: 50px; }

.content__column .field-name-field-stri-title {
  font-size: 1.33333rem;
  margin-top: 0; }

.content__column .field-name-field-field-stri-2cols-nav-elem {
  margin-bottom: 20px; }
  .content__column .field-name-field-field-stri-2cols-nav-elem p {
    line-height: 1.66667em; }

.content__column .field-name-field-stri-2col-item-name {
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: 700; }
  .content__column .field-name-field-stri-2col-item-name:after {
    content: ':'; }

.content__column label + p {
  display: inline; }

.content__column .paragraphs-items-field-stri-paragraph-links {
  margin-top: 40px; }

.content-columns__navigation .nav__titles {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  vertical-align: baseline; }
  .content-columns__navigation .nav__titles li {
    margin-bottom: 15px; }
  .content-columns__navigation .nav__titles a.active {
    color: #064F93; }

.field-name-field-fpp-background-video .media-youtube-video,
.field-name-field-fpp-background-video .file-video,
.field-name-field-fpp-header-video .media-youtube-video,
.field-name-field-fpp-header-video .file-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: -18%; }
  @media screen and (min-width: 1650px) {
    .field-name-field-fpp-background-video .media-youtube-video,
    .field-name-field-fpp-background-video .file-video,
    .field-name-field-fpp-header-video .media-youtube-video,
    .field-name-field-fpp-header-video .file-video {
      margin-top: -15%; } }

.field-name-field-fpp-background-video .media-youtube-video iframe,
.field-name-field-fpp-background-video .media-youtube-video object,
.field-name-field-fpp-background-video .media-youtube-video embed,
.field-name-field-fpp-background-video .file-video video,
.field-name-field-fpp-header-video .media-youtube-video iframe,
.field-name-field-fpp-header-video .media-youtube-video object,
.field-name-field-fpp-header-video .media-youtube-video embed,
.field-name-field-fpp-header-video .file-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .field-name-field-fpp-background-video .media-youtube-video iframe,
    .field-name-field-fpp-background-video .media-youtube-video object,
    .field-name-field-fpp-background-video .media-youtube-video embed,
    .field-name-field-fpp-background-video .file-video video,
    .field-name-field-fpp-header-video .media-youtube-video iframe,
    .field-name-field-fpp-header-video .media-youtube-video object,
    .field-name-field-fpp-header-video .media-youtube-video embed,
    .field-name-field-fpp-header-video .file-video video {
      top: 50%;
      transform: translateY(-50%); } }

.pane-bundle-stri-background-video {
  display: none;
  margin-bottom: 40px;
  max-height: 500px;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .pane-bundle-stri-background-video {
      display: block; } }
  @media screen and (min-width: 1650px) {
    .pane-bundle-stri-background-video {
      max-height: 700px; } }
  .pane-bundle-stri-background-video video {
    position: relative; }
    @media screen and (min-width: 920px) {
      .pane-bundle-stri-background-video video {
        top: -15%; } }
    @media screen and (min-width: 1200px) {
      .pane-bundle-stri-background-video video {
        top: -20%; } }

.pane-bundle-stri-content-section + .pane-bundle-stri-background-video {
  margin-top: 50px; }

.pane-bundle-stri-colorbox-image {
  margin-top: 20px;
  margin-bottom: 20px; }
  .pane-bundle-stri-colorbox-image .field-name-field-stri-textarea {
    color: #000000;
    font-family: "Noto Sans", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 5px; }
  .pane-bundle-stri-colorbox-image .field-name-field-fpp-colorbox-image .element-invisible {
    display: none; }
  .pane-bundle-stri-colorbox-image .field-name-field-fpp-colorbox-image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .pane-bundle-stri-colorbox-image .field-name-field-fpp-colorbox-image a {
    float: left;
    position: relative; }
  .pane-bundle-stri-colorbox-image .field-name-field-stri-textarea {
    clear: both;
    font-weight: bold; }

.pane-bundle-stri-contact > .full-wrapper {
  padding: 25px 0 0 0; }

.contact-row__item {
  border-bottom: 1px solid #D5D6D7;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%; }
  .contact-row__item .col-xs-6 {
    margin-bottom: 20px; }

.contact-last__row .contact-row__item {
  border-bottom: 1px solid transparent; }

.contact-row__item-title h3 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.contact-row__item-list--name h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px; }

.contact-row__item-list--position h5 {
  color: #292929;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

.contact-row__item-list--email {
  line-height: 1.3; }
  .contact-row__item-list--email a {
    font-size: 0.77778rem;
    text-decoration: underline; }

.contact-row__item-list--telephone {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 100; }

.general-numbers__wrapper {
  margin-top: 10px; }

.contact-row__item-phone {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 700; }

.contact-row__item-description .field-name-field-stri-textarea {
  margin-bottom: 20px; }

.content-section__item-video {
  border: 5px solid #F1F1F1; }

.pane-bundle-stri-content-section .pane-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }

.content-section__item-text h2 {
  margin-top: 0;
  margin-bottom: 15px; }

.content-section__item-text h3, .content-section__item-text h4 {
  font-weight: 700; }

.content-section__item-text p {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500; }

.content-section__item-text blockquote {
  border: 0;
  color: #0292E0;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.3;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .content-section__item-text blockquote {
      float: left;
      width: 45%;
      margin-right: 30px; } }
  .content-section__item-text blockquote::before {
    content: open-quote; }
  .content-section__item-text blockquote::after {
    content: close-quote; }
  .content-section__item-text blockquote::after, .content-section__item-text blockquote::before {
    color: #0292E0;
    font-size: 2rem; }
  .content-section__item-text blockquote p {
    color: #0292E0;
    font-family: "Noto Serif", "sans-serif";
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    display: inline; }
  .content-section__item-text blockquote span {
    font-weight: bold; }

.content-section__item-text a {
  text-decoration: underline; }

.content-section__item-links + .content-section__stats {
  margin-top: 30px; }

.stri-stat {
  margin-bottom: 50px; }

.stri-stat--number {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 3.5555rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0; }

.stri-stat__black .stri-stat--number {
  color: #000; }

.stri-stat__smithsonian-yellow .stri-stat--number {
  color: #b69605; }

.stri-stat__smithsonian-cyan .stri-stat--number {
  color: #009DC0; }

.stri-stat__navy-blue .stri-stat--number {
  color: #102B4E; }

.stri-stat__blue .stri-stat--number {
  color: #064F93; }

.stri-stat__sky-blue .stri-stat--number {
  color: #016194; }

.stri-stat__green .stri-stat--number {
  color: #006A3A; }

.stri-stat__light-green .stri-stat--number {
  color: #89971a; }

.stri-stat__lime-green .stri-stat--number {
  color: #7BB81F; }

.stri-stat__red-orange .stri-stat--number {
  color: #D04927; }

.stri-stat__orange-red .stri-stat--number {
  color: #b14413; }

.stri-stat__orange .stri-stat--number {
  color: #c37405; }

.stri-stat__brown .stri-stat--number {
  color: #6C4820; }

.stri-stat__magenta .stri-stat--number {
  color: #BD0D60; }

.stri-stat__purple .stri-stat--number {
  color: #762C66; }

.stri-stat__red .stri-stat--number {
  color: #DA2128; }

.stri-stat--description {
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: 700;
  line-height: 1.3; }

.pane-bundle-stri-content-slider {
  margin-bottom: 30px; }

.content-slider__item {
  position: relative; }

.content-slider__item-wrapper {
  color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  top: 0; }

.content-slider__item-info {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center; }

.slide-position__left {
  margin-left: 15px; }
  @media (min-width: 920px) {
    .slide-position__left {
      width: 75%;
      margin-left: 30px; } }
  @media (min-width: 1024px) {
    .slide-position__left {
      margin-left: 6%; } }
  @media (min-width: 1200px) {
    .slide-position__left {
      width: 50%; } }

.slide-position__right {
  margin-right: 6%;
  float: left; }
  @media (min-width: 920px) {
    .slide-position__right {
      float: right;
      margin-left: auto;
      width: 65%; } }
  @media (min-width: 1200px) {
    .slide-position__right {
      width: 50%; } }

.content-slider__item-title .h2 {
  color: #F9CF0E;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0;
  margin: 0;
  display: block; }
  @media (min-width: 1024px) {
    .content-slider__item-title .h2 {
      color: #F9CF0E;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1.11111rem;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 10px; } }

.content-slider__item-title .h3, .content-slider__item-title .scientist-reference .bibliography-year, .scientist-reference .content-slider__item-title .bibliography-year, .content-slider__item-title .scientist-reference .publication-year, .scientist-reference .content-slider__item-title .publication-year {
  color: #F9CF0E;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0;
  margin: 0; }

.content-slider__item-title span.text-yellow {
  margin: 0;
  color: #F9CF0E; }

.content-slider__item-subtitle {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }
  .content-slider__item-subtitle span {
    display: block;
    margin: 0;
    color: #FFFFFF;
    line-height: 0.9em;
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0; }
    @media (min-width: 768px) {
      .content-slider__item-subtitle span {
        color: #FFFFFF;
        font-family: "FFDINWebPro", "sans-serif";
        font-size: 2.66667rem;
        font-weight: 700;
        margin-top: 0; } }

.content-slider__item-text p {
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px; }
  .content-slider__item-text p a {
    color: #FFFFFF;
    text-decoration: underline; }

.content-slider__carousel {
  background-color: #064f93; }
  .content-slider__carousel .slick-prev,
  .content-slider__carousel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
    width: 20px;
    height: 44px; }
    .content-slider__carousel .slick-prev:before,
    .content-slider__carousel .slick-next:before {
      font-family: "FontAwesome", "sans-serif";
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 44px; }
      @media (min-width: 768px) {
        .content-slider__carousel .slick-prev:before,
        .content-slider__carousel .slick-next:before {
          visibility: visible; } }
  .content-slider__carousel .slick-track {
    background-color: #FFFFFF; }
  .content-slider__carousel .content-slider__item.slick-slide {
    height: auto;
    position: relative; }
  .content-slider__carousel .content-slider__item {
    background-color: #064f93; }
  .content-slider__carousel .slick-slide {
    min-height: unset;
    max-height: none; }
  .content-slider__carousel .content-slider__item-image {
    background-color: #064f93;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover; }
    @media (min-width: 768px) {
      .content-slider__carousel .content-slider__item-image {
        min-height: 480px; } }
    @media (min-width: 992px) {
      .content-slider__carousel .content-slider__item-image {
        min-height: 540px; } }
    .content-slider__carousel .content-slider__item-image[data-position*="left"] {
      background-position: left center; }
    .content-slider__carousel .content-slider__item-image[data-position*="right"] {
      background-position: right center; }
    .content-slider__carousel .content-slider__item-image img {
      display: block;
      height: auto;
      width: 100%;
      visibility: hidden; }
      @media (min-width: 768px) {
        .content-slider__carousel .content-slider__item-image img {
          visibility: hidden; } }
  .content-slider__carousel .content-slider__item-desc {
    width: 100%;
    background-color: white;
    z-index: 10;
    min-height: 30px;
    padding-top: 15px;
    color: #000000;
    font-family: "Noto Sans", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 5px; }
  .content-slider__carousel .slick-arrow {
    z-index: 10;
    visibility: visible; }
  .content-slider__carousel .slick-prev {
    color: #FFFFFF;
    left: 20px; }
    .content-slider__carousel .slick-prev:before {
      content: '\f053'; }
  .content-slider__carousel .slick-next {
    color: #FFFFFF;
    font-size: 0;
    right: 20px; }
    .content-slider__carousel .slick-next:before {
      content: '\f054'; }
  .content-slider__carousel:not(.has_container) .content-slider__item-image {
    max-height: 540px; }
  .content-slider__carousel.only_images .content-slider__item-image {
    background-image: none !important;
    min-height: initial;
    position: inherit; }
    .content-slider__carousel.only_images .content-slider__item-image img {
      display: block;
      height: auto;
      visibility: visible;
      width: 100%; }
  .content-slider__carousel.only_images .content-slider__item-info {
    display: none; }
  .content-slider__carousel.only_images:not(.has_container) .content-slider__item-image {
    overflow: hidden; }
  .content-slider__carousel.has_container .content-slider__carousel img {
    visibility: hidden; }

.slick--slide-counter {
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.77778rem;
  line-height: 1;
  padding: 5px;
  border-radius: 30%;
  position: absolute;
  top: 20px;
  right: 20px; }
  @media (min-width: 768px) {
    .slick--slide-counter {
      font-size: 1rem;
      padding: 10px; } }

.custom-btn {
  margin-bottom: 30px; }
  .custom-btn a {
    transition: all 0.15s ease-in-out;
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.25em;
    font-weight: 500;
    margin-top: 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 120px;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 25px;
    text-align: center;
    max-width: 315px;
    text-decoration: none; }
    .custom-btn a:hover {
      text-decoration: none; }
  .custom-btn:hover.button-black a {
    background-color: #1f1f1f;
    opacity: 1; }
  .custom-btn:hover.button-smithsonian-yellow a {
    background-color: #f2c806;
    opacity: 1; }
  .custom-btn:hover.button-smithsonian-cyan a {
    background-color: #00cffd;
    opacity: 1; }
  .custom-btn:hover.button-navy-blue a {
    background-color: #1a4781;
    opacity: 1; }
  .custom-btn:hover.button-blue a {
    background-color: #086fce;
    opacity: 1; }
  .custom-btn:hover.button-sky-blue a {
    background-color: #0288d1;
    opacity: 1; }
  .custom-btn:hover.button-green a {
    background-color: #00a75b;
    opacity: 1; }
  .custom-btn:hover.button-light-green a {
    background-color: #b9cb23;
    opacity: 1; }
  .custom-btn:hover.button-lime-green a {
    background-color: #9bdd37;
    opacity: 1; }
  .custom-btn:hover.button-red-orange a {
    background-color: #df7155;
    opacity: 1; }
  .custom-btn:hover.button-orange-red a {
    background-color: #e75a1b;
    opacity: 1; }
  .custom-btn:hover.button-orange a {
    background-color: #f9970d;
    opacity: 1; }
  .custom-btn:hover.button-brown a {
    background-color: #9b672e;
    opacity: 1; }
  .custom-btn:hover.button-magenta a {
    background-color: #ef187d;
    opacity: 1; }
  .custom-btn:hover.button-purple a {
    background-color: #a33d8d;
    opacity: 1; }
  .custom-btn:hover.button-red a {
    background-color: #e55359;
    opacity: 1; }
  .custom-btn.button-black a {
    background-color: #000;
    opacity: 1; }
  .custom-btn.button-smithsonian-yellow a {
    background-color: #b69605;
    opacity: 1; }
  .custom-btn.button-smithsonian-cyan a {
    background-color: #009DC0;
    opacity: 1; }
  .custom-btn.button-navy-blue a {
    background-color: #102B4E;
    opacity: 1; }
  .custom-btn.button-blue a {
    background-color: #064F93;
    opacity: 1; }
  .custom-btn.button-sky-blue a {
    background-color: #016194;
    opacity: 1; }
  .custom-btn.button-green a {
    background-color: #006A3A;
    opacity: 1; }
  .custom-btn.button-light-green a {
    background-color: #89971a;
    opacity: 1; }
  .custom-btn.button-lime-green a {
    background-color: #7BB81F;
    opacity: 1; }
  .custom-btn.button-red-orange a {
    background-color: #D04927;
    opacity: 1; }
  .custom-btn.button-orange-red a {
    background-color: #b14413;
    opacity: 1; }
  .custom-btn.button-orange a {
    background-color: #c37405;
    opacity: 1; }
  .custom-btn.button-brown a {
    background-color: #6C4820;
    opacity: 1; }
  .custom-btn.button-magenta a {
    background-color: #BD0D60;
    opacity: 1; }
  .custom-btn.button-purple a {
    background-color: #762C66;
    opacity: 1; }
  .custom-btn.button-red a {
    background-color: #DA2128;
    opacity: 1; }

.embedded-image__item-image img {
  display: block;
  height: auto;
  width: 100%; }

.embedded-image__item-description {
  margin-top: 20px; }
  .embedded-image__item-description p {
    color: #292929;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700; }

.four-col__item {
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .four-col__item {
      margin-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .four-col__item:nth-child(2n+1) {
      clear: both; } }

.four-col__item-image img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.fpp-image__rounded .four-col__item-image {
  background-position: 50%;
  background-size: cover;
  border-radius: 50% 50%;
  height: 282px;
  width: 282px; }
  @media (min-width: 992px) {
    .fpp-image__rounded .four-col__item-image {
      height: 210px;
      width: 210px; } }
  @media (min-width: 1200px) {
    .fpp-image__rounded .four-col__item-image {
      height: 240px;
      width: 240px; } }

.four-col__item-title h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
  margin-top: 25px; }

.four-col__item-text {
  margin-bottom: 10px; }
  .four-col__item-text h5 {
    color: #000000;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.3; }
  .four-col__item-text a {
    line-height: 1.3;
    text-decoration: underline;
    text-transform: lowercase; }

.four-col__item-link {
  margin-top: 10px; }

.link-block__image {
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 15px;
  max-height: 170px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .link-block__image {
      float: right;
      max-height: 190px;
      max-width: 390px; } }
  .link-block__image a {
    color: #FFFFFF; }
  .link-block__image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .link-block__image .overlay-layer {
    opacity: 0.8; }

.link-block__title {
  padding-left: 20px;
  padding-top: 0;
  position: absolute;
  z-index: 5;
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.3; }
  .link-block__title h3 {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 20px; }
  .link-block__title p {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1em;
    font-weight: 700;
    margin-top: 0; }

.mini-logo {
  background-image: url("../images/stri_mini-logo.png");
  bottom: 20px;
  display: inline-block;
  height: 50px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 5; }

.map-item {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .map-item {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .map-item {
      margin-bottom: 40px; } }
  .map-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }

.map-title h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0; }

.map-doc a {
  color: #064F93;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline; }

.maps_one-four .map-large,
.maps-one_two .map-large {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: 0; }
  @media (min-width: 920px) {
    .maps_one-four .map-large,
    .maps-one_two .map-large {
      width: 415px;
      margin-right: 30px; } }
  @media (min-width: 992px) {
    .maps_one-four .map-large,
    .maps-one_two .map-large {
      width: 500px;
      margin-right: 15px; } }
  @media (min-width: 1200px) {
    .maps_one-four .map-large,
    .maps-one_two .map-large {
      width: 610px;
      margin-right: 30px; } }

.maps_one-four .map-small--wrapper,
.maps-one_two .map-small--wrapper {
  display: table;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .maps_one-four .map-small--wrapper,
    .maps-one_two .map-small--wrapper {
      padding: 0; } }

.maps_one-four .map-small,
.maps-one_two .map-small {
  width: 100%;
  float: left;
  margin-right: 0; }
  @media (min-width: 768px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      padding: 0;
      width: 44%;
      margin-right: 4%;
      margin-left: 4%; } }
  @media (min-width: 920px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      width: 145px;
      margin-right: 30px;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      width: 200px;
      margin-right: 30px; } }
  @media (min-width: 1200px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      width: 240px;
      float: left;
      margin-right: 30px; } }
  .maps_one-four .map-small:nth-child(2n),
  .maps-one_two .map-small:nth-child(2n) {
    margin-right: 0;
    margin-left: 0; }

@media (min-width: 768px) {
  .maps_one-four .map-small:nth-of-type(3n) {
    clear: left; } }

.field-name-field-stri-map-image .colorbox:after {
  display: none; }

.field-name-field-stri-map-doc .file img {
  display: none; }

.pane-bundle-stri-mini-hero {
  position: relative;
  width: 100%; }

.hero-background__mini {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-background__mini .container, .hero-background__mini .content-area .pane-node-field-stri-summary, .content-area .hero-background__mini .pane-node-field-stri-summary, .hero-background__mini .hero .slide__caption, .hero .hero-background__mini .slide__caption, .hero-background__mini .pane-bundle-stri-special-links, .hero-background__mini .pane-bundle-stri-two-col-ss, .hero-background__mini .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info .hero-background__mini .pane-content, .hero-background__mini .node-type-event-course .content-header, .node-type-event-course .hero-background__mini .content-header, .hero-background__mini .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image .hero-background__mini .pane-node-title, .hero-background__mini .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background .hero-background__mini .pane-node-created, .hero-background__mini
  .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
  .node-type-story .stri-hero__background .hero-background__mini .pane-node-field-stri-story-location {
    height: 100%;
    padding-left: 10px; }

.hero-background__mini-wrapper {
  margin-top: 50px; }
  @media (min-width: 920px) {
    .hero-background__mini-wrapper {
      margin-top: 100px; } }

.hero-background__mini-title {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1024px) {
    .hero-background__mini-title {
      font-size: 4.72222rem;
      margin-bottom: 50px; } }

.no-caps h1,
.no-caps h2,
.no-caps h3,
.no-caps h4,
.no-caps h5 {
  text-transform: none; }

.no-caps .pane-node-field-stri-alternative-title p {
  text-transform: none; }

.pane-bundle-stri-picture-3x1 {
  position: relative;
  /*&.field-items > .field-item {
    display: block;
    position: relative;
  }*/ }
  .pane-bundle-stri-picture-3x1 img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
  .pane-bundle-stri-picture-3x1 .colorbox {
    display: block;
    position: relative; }
    .pane-bundle-stri-picture-3x1 .colorbox:after {
      background-image: url("../images/social-icons/png/i-magnify.svg");
      background-image: url("../images/svg/i-magnify.svg"); }
  .pane-bundle-stri-picture-3x1 .row, .pane-bundle-stri-picture-3x1 .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary .pane-bundle-stri-picture-3x1 .pane-content, .pane-bundle-stri-picture-3x1 .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates .pane-bundle-stri-picture-3x1 .view-content, .pane-bundle-stri-picture-3x1 .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2 .pane-bundle-stri-picture-3x1 .view-content {
    margin-bottom: 10px; }
  .pane-bundle-stri-picture-3x1 .picture3x1__desc {
    color: #000000;
    font-family: "Noto Sans", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 5px; }

.pane-bundle-stri-picture-2x1 img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.pane-bundle-stri-picture-2x1 .row, .pane-bundle-stri-picture-2x1 .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary .pane-bundle-stri-picture-2x1 .pane-content, .pane-bundle-stri-picture-2x1 .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates .pane-bundle-stri-picture-2x1 .view-content, .pane-bundle-stri-picture-2x1 .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2 .pane-bundle-stri-picture-2x1 .view-content {
  margin-bottom: 10px; }

.pane-bundle-stri-picture-2x1 .picture2x1__desc-left,
.pane-bundle-stri-picture-2x1 .picture2x1__desc-right {
  color: #000000;
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 5px; }

.pane-bundle-stri-pricing-table .pane-title {
  font-size: 1.8em;
  margin-bottom: 15px; }

.pricing-table__item {
  margin-bottom: 20px; }

.pricing-table__item-title {
  font-family: "FFDINWebPro", "sans-serif";
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 20px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .pricing-table__item-title {
      min-height: 65px; } }
  @media (min-width: 1200px) {
    .pricing-table__item-title {
      min-height: unset; } }

.pricing-table__item-row {
  font-size: 0.77778rem;
  padding: 20px;
  min-height: 100px; }
  @media (min-width: 768px) {
    .pricing-table__item-row {
      min-height: 170px; } }
  @media (min-width: 991px) {
    .pricing-table__item-row {
      min-height: 130px; } }
  @media (min-width: 1024px) {
    .pricing-table__item-row {
      min-height: 110px; } }
  .pricing-table__item-row p {
    font-size: 0.77778rem;
    line-height: 1.7;
    margin-bottom: 10px; }
    .pricing-table__item-row p strong {
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1.11111rem;
      line-height: 1.1em; }
  .pricing-table__item-row a {
    text-decoration: underline; }
  .pricing-table__item-row:last-child {
    border-bottom: 1px solid transparent; }

.pricing-table__item-row--title {
  font-size: 0.77778rem;
  font-weight: 600; }

.profile-3cols__container .profile-3cols__item {
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .profile-3cols__container .profile-3cols__item:nth-of-type(3n+1) {
      clear: both; } }

.profile-3cols__container h2 {
  font-size: 2.25rem; }

.profile-3cols__container .three-col__item-image {
  margin-bottom: 20px; }

.profile-3cols__container .three-col__item-name {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 700; }

.profile-3cols__container .three-col__item-position {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px; }

.profile-3cols__container .three-col__item-summary {
  margin-bottom: 20px; }

.pane-bundle-fpp-stri-profile-mini-card .slick {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next {
      right: 0; } }

.pane-bundle-fpp-stri-profile-mini-card .slick__arrow.element-hidden {
  display: block; }

.pane-bundle-fpp-stri-profile-mini-card img {
  display: block;
  height: auto;
  width: 100%; }

.pane-bundle-fpp-stri-profile-mini-card .slide__title, .pane-bundle-fpp-stri-profile-mini-card .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .pane-bundle-fpp-stri-profile-mini-card h1 {
  font-size: 1.11111rem;
  margin-bottom: 5px;
  margin-top: 15px; }

.pane-bundle-fpp-stri-profile-mini-card .slide__description {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px; }

.pane-bundle-fpp-stri-profile-mini-card .slide__content {
  margin: 0 10px; }

.profile-ext {
  margin-bottom: 20px; }
  .profile-ext__item-image {
    overflow: hidden; }
  .profile-ext__item-content .field-name-field-title-profile-card {
    margin-top: 10px;
    margin-bottom: 5px; }
  .profile-ext__item-content .field-name-field-stri-contact-position {
    color: #000000;
    text-transform: none;
    margin-top: 5px; }
  .profile-ext__item-content .field-name-field-stri-summary blockquote:before,
  .profile-ext__item-content .field-name-field-stri-summary blockquote:after,
  .profile-ext__item-content .field-name-field-stri-summary blockquote p {
    color: #000000 !important;
    font-size: 1.33333rem; }
  .profile-ext__item-content .field-name-field-stri-summary p {
    color: #000000;
    font-size: 1.33333rem;
    line-height: 1.7; }

.slick-slide,
.slick-slide-cloned {
  position: relative; }
  .slick-slide h2,
  .slick-slide-cloned h2 {
    text-transform: initial; }

.hero .slide__media {
  width: 100%;
  height: 100%;
  color: transparent; }
  .hero .slide__media p {
    color: transparent; }
  .hero .slide__media .media--image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }

.hero .slick__slide .media--image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  padding-bottom: 0 !important; }

.hero .slide__caption {
  position: absolute;
  overflow: visible;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .hero .slide__caption {
      top: 10vh; } }
  @media (min-width: 1024px) {
    .hero .slide__caption {
      top: 90px; } }
  .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
    color: #FFFFFF;
    font-size: 2.66667rem;
    line-height: 1.02;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 425px) {
      .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
        letter-spacing: 2px; } }
    @media screen and (min-width: 768px) {
      .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
        font-size: 3.5555rem; } }
    @media screen and (min-width: 992px) {
      .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
        font-size: 4.72222rem; } }
    .hero .slide__caption .slide__title a, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1 a, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 a {
      color: #FFFFFF; }
      .hero .slide__caption .slide__title a:hover, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1 a:hover, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 a:hover {
        text-decoration: none; }
  .hero .slide__caption .slide__description {
    float: none;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    line-height: 1; }
    .hero .slide__caption .slide__description .field-name-field-stri-subtitle p {
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-style: inherit;
      font-weight: inherit;
      line-height: 1.25;
      margin: inherit; }
    .hero .slide__caption .slide__description .field-name-field-stri-textarea {
      color: #FFFFFF;
      font-family: "Noto Serif", "sans-serif";
      font-size: 1rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1.7em;
      margin-top: 20px; }
      @media (min-width: 425px) {
        .hero .slide__caption .slide__description .field-name-field-stri-textarea {
          font-size: 1.25rem; } }
  .hero .slide__caption .field-name-field-stri-supertitle {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700; }
    @media (min-width: 768px) {
      .hero .slide__caption .field-name-field-stri-supertitle {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
  .hero .slide__caption .field-name-field-stri-textarea p {
    font-style: italic;
    color: #FFFFFF; }
  .hero .slide__caption .slide__link {
    clear: both;
    margin-top: 30px; }

.hero .slick__arrow {
  z-index: 10001; }

.slick__arrow button {
  position: absolute;
  top: 40px;
  bottom: unset;
  color: transparent;
  background: transparent;
  border: 0; }
  @media (min-width: 920px) {
    .slick__arrow button {
      top: 40px; } }

.slick__arrow .slick-prev,
.slick__arrow .slick-next {
  font-size: 0;
  color: transparent;
  width: 30px; }
  .slick__arrow .slick-prev:before,
  .slick__arrow .slick-next:before {
    line-height: 1;
    font-size: 2rem;
    font-family: "FontAwesome", "sans-serif";
    opacity: 1; }

.slick__arrow .slick-prev {
  left: -30px; }
  @media (min-width: 425px) {
    .slick__arrow .slick-prev {
      left: -36px; } }
  .slick__arrow .slick-prev:before {
    content: "\f104"; }

.slick__arrow .slick-next {
  right: -20px; }
  @media (min-width: 425px) {
    .slick__arrow .slick-next {
      right: -42px; } }
  .slick__arrow .slick-next:before {
    content: "\f105"; }

.slide__content {
  height: 100%; }

.slick--optionset--summary-item .slick__slide {
  min-height: 250px; }

.page-node .hero .slick__slide .media--image {
  position: inherit; }

.page-node .hero .hero .slide__caption {
  top: 60px; }
  @media (min-width: 768px) {
    .page-node .hero .hero .slide__caption {
      top: 80px; } }
  @media (min-width: 992px) {
    .page-node .hero .hero .slide__caption {
      top: 110px; } }
  .page-node .hero .hero .slide__caption .slide__title, .page-node .hero .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .page-node .hero .hero .slide__caption h1 {
    text-transform: none;
    letter-spacing: 0 !important; }
    @media (min-width: 1200px) {
      .page-node .hero .hero .slide__caption .slide__title, .page-node .hero .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .page-node .hero .hero .slide__caption h1 {
        font-size: 3.75rem; } }
  @media (min-width: 1200px) {
    .page-node .hero .hero .slide__caption .slide__link,
    .page-node .hero .hero .slide__caption .slide__title,
    .page-node .hero .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title
    .page-node .hero .hero .slide__caption h1 {
      max-width: initial;
      width: auto; } }

.page-node .hero .hero--no-supertitle .slide__caption {
  top: 80px; }
  @media (min-width: 768px) {
    .page-node .hero .hero--no-supertitle .slide__caption {
      top: 110px; } }

.slide__title p, .node-type-scientist .sidebar-right__image .pane-node-title h1 p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit; }

.hero .pane-bundle-stri-special-links {
  width: auto;
  padding: 0; }

.three-col__item-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .three-col__item-image img {
      margin: 0; } }

.fpp-image__rounded .three-col__item-image {
  background-position: 50%;
  background-size: cover;
  border-radius: 50% 50%;
  height: 282px;
  width: 282px; }
  @media (min-width: 768px) {
    .fpp-image__rounded .three-col__item-image {
      height: 220px;
      width: 220px; } }
  @media (min-width: 992px) {
    .fpp-image__rounded .three-col__item-image {
      height: 282px;
      width: 282px; } }

.three-col__item-title h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin: 15px 0 5px; }

.three-col__item-text a {
  text-decoration: underline; }

.three-col__text-item {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .three-col__text-item {
      padding: 10px; } }
  .three-col__text-item h3 {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0; }
  .three-col__text-item h4 {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0; }
  .three-col__text-item p {
    margin-top: 5px;
    margin-bottom: 35px; }
    .three-col__text-item p strong {
      color: #292929;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1em;
      font-style: normal;
      font-weight: 700;
      display: block; }
      .three-col__text-item p strong span {
        color: #78797A;
        font-family: "FFDINWebPro", "sans-serif";
        font-size: 1em;
        font-style: normal;
        font-weight: 500;
        display: inline; }
      .three-col__text-item p strong a {
        color: #292929;
        font-family: "Noto Serif", "sans-serif";
        font-size: 0.77778rem;
        font-style: normal;
        font-weight: 300; }
        .three-col__text-item p strong a:hover, .three-col__text-item p strong a:focus {
          color: #292929; }
  .three-col__text-item div span {
    color: #78797A;
    font-family: "Noto Serif", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    display: block; }
  .three-col__text-item table {
    margin-bottom: 20px; }
    .three-col__text-item table td {
      color: #292929;
      font-family: "Noto Serif", "sans-serif";
      font-size: 1rem;
      font-style: normal;
      font-weight: 300;
      border: 1px solid transparent;
      padding: 0; }

.has-border {
  padding-bottom: 30px;
  padding-top: 30px; }
  .has-border:first-child {
    border-bottom: 2px solid transparent; }
  .has-border:nth-child(2) {
    border-bottom: 2px solid #D5D6D7;
    border-top: 2px solid #D5D6D7; }
  .has-border:last-child {
    border-bottom: 2px solid transparent; }
  @media screen and (min-width: 768px) {
    .has-border {
      border: 2px solid transparent;
      min-height: 450px;
      padding-bottom: 0;
      padding-top: 0; }
      .has-border:first-child {
        border-left: 2px solid transparent; }
      .has-border:nth-child(2) {
        border-bottom: 2px solid transparent;
        border-left: 2px solid #D5D6D7;
        border-right: 2px solid #D5D6D7;
        border-top: 2px solid transparent; }
      .has-border:last-child {
        border-right: 2px solid transparent; } }

@media screen and (min-width: 768px) {
  .two-col__item blockquote {
    width: 100%; } }

.two-col__item-seven {
  margin-bottom: 20px; }

.two-col__item-five blockquote {
  border: 0;
  color: #0292E0;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.3;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .two-col__item-five blockquote {
      float: left;
      width: 45%;
      margin-right: 30px; } }
  .two-col__item-five blockquote::before {
    content: open-quote; }
  .two-col__item-five blockquote::after {
    content: close-quote; }
  .two-col__item-five blockquote::after, .two-col__item-five blockquote::before {
    color: #0292E0;
    font-size: 2rem; }
  .two-col__item-five blockquote p {
    color: #0292E0;
    font-family: "Noto Serif", "sans-serif";
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    display: inline; }
  .two-col__item-five blockquote span {
    font-weight: bold; }

.two-col__item-six h3 {
  margin-top: 0; }

.two-col__item-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.two-col__item-text, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary {
  margin-bottom: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .two-col__item-text h2, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h2, .two-col__item-text h3, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h3, .two-col__item-text h4, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h4, .two-col__item-text h5, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h5, .two-col__item-text h6, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h6 {
      margin-top: 0; } }

.pane-bundle-stri-profile-2-cols-6-6-leads {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .pane-bundle-stri-profile-2-cols-6-6-leads {
      position: relative;
      float: left;
      width: 49%;
      margin-bottom: 50px; }
      .pane-bundle-stri-profile-2-cols-6-6-leads:nth-child(even) {
        float: right; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads .team-member {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0; }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image,
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
    width: 100%;
    float: left; }
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h1, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h2, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h3, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h4, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h5, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h6,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h1,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h2,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h3,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h4,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h5,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h6 {
      margin-top: 0; }
    @media (min-width: 768px) {
      .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image,
      .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
        width: 50%; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
        padding-left: 10px; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .pane-bundle-stri-profile-2-cols-6-6-leads img {
        width: 264px;
        height: 328px; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-name {
    margin-top: 0;
    letter-spacing: 2px; }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-position {
    color: #000000; }

.pane-bundle-stri-two-col-ss .pane-title {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px; }

.pane-bundle-stri-two-col-ss .row:before, .pane-bundle-stri-two-col-ss .content-area .pane-node-field-stri-summary .pane-content:before, .content-area .pane-node-field-stri-summary .pane-bundle-stri-two-col-ss .pane-content:before, .pane-bundle-stri-two-col-ss .pane-stri-people-stri-people-research-associates .view-content:before, .pane-stri-people-stri-people-research-associates .pane-bundle-stri-two-col-ss .view-content:before, .pane-bundle-stri-two-col-ss .pane-stri-people-panel-pane-2 .view-content:before, .pane-stri-people-panel-pane-2 .pane-bundle-stri-two-col-ss .view-content:before {
  display: inline-block; }

.pane-bundle-stri-two-col-ss .paragraphs-items-field-stri-two-col-ss-sl {
  margin-bottom: 10px; }

.pane-bundle-stri-two-col-ss a {
  text-decoration: underline; }

.pane-bundle-stri-two-col-ss .entity-paragraphs-item a {
  text-decoration: none; }

.pane-bundle-stri-two-col-ss .file a {
  text-decoration: none; }

.pane-bundle-stri-two-col-ss .field-type-paragraphs .field-item {
  margin-bottom: 10px; }

.pane-bundle-stri-two-col-pl .full-wrapper,
.pane-bundle-stri-two-col-pr .full-wrapper {
  padding: 20px 0; }

.stri-row__smithsonian-cyan .pane-title,
.stri-row__navy-blue .pane-title,
.stri-row__blue .pane-title,
.stri-row__sky-blue .pane-title,
.stri-row__green .pane-title,
.stri-row__red-orange .pane-title,
.stri-row__orange-red .pane-title,
.stri-row__orange .pane-title,
.stri-row__brown .pane-title,
.stri-row__magenta .pane-title,
.stri-row__purple .pane-title,
.stri-row__red .pane-title {
  color: #FFFFFF; }

.stri-row__smithsonian-cyan .four-col__item-title h4,
.stri-row__smithsonian-cyan .three-col__item-title h4,
.stri-row__blue .four-col__item-title h4,
.stri-row__blue .three-col__item-title h4,
.stri-row__orange .four-col__item-title h4,
.stri-row__orange .three-col__item-title h4,
.stri-row__magenta .four-col__item-title h4,
.stri-row__magenta .three-col__item-title h4,
.stri-row__red .four-col__item-title h4,
.stri-row__red .three-col__item-title h4 {
  color: #FFFFFF; }

.stri-row__navy-blue .four-col__item-title h4,
.stri-row__navy-blue .three-col__item-title h4,
.stri-row__blue .four-col__item-title h4,
.stri-row__blue .three-col__item-title h4,
.stri-row__sky-blue .four-col__item-title h4,
.stri-row__sky-blue .three-col__item-title h4,
.stri-row__green .four-col__item-title h4,
.stri-row__green .three-col__item-title h4,
.stri-row__orange-red .four-col__item-title h4,
.stri-row__orange-red .three-col__item-title h4,
.stri-row__red-orange .four-col__item-title h4,
.stri-row__red-orange .three-col__item-title h4,
.stri-row__brown .four-col__item-title h4,
.stri-row__brown .three-col__item-title h4,
.stri-row__purple .four-col__item-title h4,
.stri-row__purple .three-col__item-title h4 {
  color: #F9CF0E; }

.stri-row__smithsonian-cyan p,
.stri-row__navy-blue p,
.stri-row__blue p,
.stri-row__sky-blue p,
.stri-row__green p,
.stri-row__lime-green p,
.stri-row__red-orange p,
.stri-row__orange-red p,
.stri-row__orange p,
.stri-row__brown p,
.stri-row__magenta p,
.stri-row__purple p,
.stri-row__red p {
  color: #FFFFFF; }

.stri-row__smithsonian-cyan a,
.stri-row__navy-blue a,
.stri-row__blue a,
.stri-row__sky-blue a,
.stri-row__green a,
.stri-row__lime-green a,
.stri-row__red-orange a,
.stri-row__orange-red a,
.stri-row__orange a,
.stri-row__brown a,
.stri-row__magenta a,
.stri-row__purple a,
.stri-row__red a {
  color: #FFFFFF; }

.field-name-field-fpp-parallax-image {
  min-height: 400px;
  background: transparent; }
  .field-name-field-fpp-parallax-image img {
    display: none; }

.pane-bundle-stri-2columns-navigation .pane-content {
  margin-top: 20px; }

.content__column .entity-section {
  margin-bottom: 50px; }

.content__column .field-name-field-stri-title {
  font-size: 1.33333rem;
  margin-top: 0; }

.content__column .field-name-field-field-stri-2cols-nav-elem {
  margin-bottom: 20px; }
  .content__column .field-name-field-field-stri-2cols-nav-elem p {
    line-height: 1.66667em; }

.content__column .field-name-field-stri-2col-item-name {
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: 700; }
  .content__column .field-name-field-stri-2col-item-name:after {
    content: ':'; }

.content__column label + p {
  display: inline; }

.content__column .paragraphs-items-field-stri-paragraph-links {
  margin-top: 40px; }

.content-columns__navigation .nav__titles {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  vertical-align: baseline; }
  .content-columns__navigation .nav__titles li {
    margin-bottom: 15px; }
  .content-columns__navigation .nav__titles a.active {
    color: #064F93; }

.field-name-field-fpp-background-video .media-youtube-video,
.field-name-field-fpp-background-video .file-video,
.field-name-field-fpp-header-video .media-youtube-video,
.field-name-field-fpp-header-video .file-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: -18%; }
  @media screen and (min-width: 1650px) {
    .field-name-field-fpp-background-video .media-youtube-video,
    .field-name-field-fpp-background-video .file-video,
    .field-name-field-fpp-header-video .media-youtube-video,
    .field-name-field-fpp-header-video .file-video {
      margin-top: -15%; } }

.field-name-field-fpp-background-video .media-youtube-video iframe,
.field-name-field-fpp-background-video .media-youtube-video object,
.field-name-field-fpp-background-video .media-youtube-video embed,
.field-name-field-fpp-background-video .file-video video,
.field-name-field-fpp-header-video .media-youtube-video iframe,
.field-name-field-fpp-header-video .media-youtube-video object,
.field-name-field-fpp-header-video .media-youtube-video embed,
.field-name-field-fpp-header-video .file-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .field-name-field-fpp-background-video .media-youtube-video iframe,
    .field-name-field-fpp-background-video .media-youtube-video object,
    .field-name-field-fpp-background-video .media-youtube-video embed,
    .field-name-field-fpp-background-video .file-video video,
    .field-name-field-fpp-header-video .media-youtube-video iframe,
    .field-name-field-fpp-header-video .media-youtube-video object,
    .field-name-field-fpp-header-video .media-youtube-video embed,
    .field-name-field-fpp-header-video .file-video video {
      top: 50%;
      transform: translateY(-50%); } }

.pane-bundle-stri-background-video {
  display: none;
  margin-bottom: 40px;
  max-height: 500px;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .pane-bundle-stri-background-video {
      display: block; } }
  @media screen and (min-width: 1650px) {
    .pane-bundle-stri-background-video {
      max-height: 700px; } }
  .pane-bundle-stri-background-video video {
    position: relative; }
    @media screen and (min-width: 920px) {
      .pane-bundle-stri-background-video video {
        top: -15%; } }
    @media screen and (min-width: 1200px) {
      .pane-bundle-stri-background-video video {
        top: -20%; } }

.pane-bundle-stri-content-section + .pane-bundle-stri-background-video {
  margin-top: 50px; }

.pane-bundle-stri-colorbox-image {
  margin-top: 20px;
  margin-bottom: 20px; }
  .pane-bundle-stri-colorbox-image .field-name-field-stri-textarea {
    color: #000000;
    font-family: "Noto Sans", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 5px; }
  .pane-bundle-stri-colorbox-image .field-name-field-fpp-colorbox-image .element-invisible {
    display: none; }
  .pane-bundle-stri-colorbox-image .field-name-field-fpp-colorbox-image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .pane-bundle-stri-colorbox-image .field-name-field-fpp-colorbox-image a {
    float: left;
    position: relative; }
  .pane-bundle-stri-colorbox-image .field-name-field-stri-textarea {
    clear: both;
    font-weight: bold; }

.pane-bundle-stri-contact > .full-wrapper {
  padding: 25px 0 0 0; }

.contact-row__item {
  border-bottom: 1px solid #D5D6D7;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%; }
  .contact-row__item .col-xs-6 {
    margin-bottom: 20px; }

.contact-last__row .contact-row__item {
  border-bottom: 1px solid transparent; }

.contact-row__item-title h3 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.contact-row__item-list--name h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px; }

.contact-row__item-list--position h5 {
  color: #292929;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

.contact-row__item-list--email {
  line-height: 1.3; }
  .contact-row__item-list--email a {
    font-size: 0.77778rem;
    text-decoration: underline; }

.contact-row__item-list--telephone {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 100; }

.general-numbers__wrapper {
  margin-top: 10px; }

.contact-row__item-phone {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 700; }

.contact-row__item-description .field-name-field-stri-textarea {
  margin-bottom: 20px; }

.content-section__item-video {
  border: 5px solid #F1F1F1; }

.pane-bundle-stri-content-section .pane-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }

.content-section__item-text h2 {
  margin-top: 0;
  margin-bottom: 15px; }

.content-section__item-text h3, .content-section__item-text h4 {
  font-weight: 700; }

.content-section__item-text p {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500; }

.content-section__item-text blockquote {
  border: 0;
  color: #0292E0;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.3;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .content-section__item-text blockquote {
      float: left;
      width: 45%;
      margin-right: 30px; } }
  .content-section__item-text blockquote::before {
    content: open-quote; }
  .content-section__item-text blockquote::after {
    content: close-quote; }
  .content-section__item-text blockquote::after, .content-section__item-text blockquote::before {
    color: #0292E0;
    font-size: 2rem; }
  .content-section__item-text blockquote p {
    color: #0292E0;
    font-family: "Noto Serif", "sans-serif";
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    display: inline; }
  .content-section__item-text blockquote span {
    font-weight: bold; }

.content-section__item-text a {
  text-decoration: underline; }

.content-section__item-links + .content-section__stats {
  margin-top: 30px; }

.stri-stat {
  margin-bottom: 50px; }

.stri-stat--number {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 3.5555rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0; }

.stri-stat__black .stri-stat--number {
  color: #000; }

.stri-stat__smithsonian-yellow .stri-stat--number {
  color: #b69605; }

.stri-stat__smithsonian-cyan .stri-stat--number {
  color: #009DC0; }

.stri-stat__navy-blue .stri-stat--number {
  color: #102B4E; }

.stri-stat__blue .stri-stat--number {
  color: #064F93; }

.stri-stat__sky-blue .stri-stat--number {
  color: #016194; }

.stri-stat__green .stri-stat--number {
  color: #006A3A; }

.stri-stat__light-green .stri-stat--number {
  color: #89971a; }

.stri-stat__lime-green .stri-stat--number {
  color: #7BB81F; }

.stri-stat__red-orange .stri-stat--number {
  color: #D04927; }

.stri-stat__orange-red .stri-stat--number {
  color: #b14413; }

.stri-stat__orange .stri-stat--number {
  color: #c37405; }

.stri-stat__brown .stri-stat--number {
  color: #6C4820; }

.stri-stat__magenta .stri-stat--number {
  color: #BD0D60; }

.stri-stat__purple .stri-stat--number {
  color: #762C66; }

.stri-stat__red .stri-stat--number {
  color: #DA2128; }

.stri-stat--description {
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: 700;
  line-height: 1.3; }

.pane-bundle-stri-content-slider {
  margin-bottom: 30px; }

.content-slider__item {
  position: relative; }

.content-slider__item-wrapper {
  color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  top: 0; }

.content-slider__item-info {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center; }

.slide-position__left {
  margin-left: 15px; }
  @media (min-width: 920px) {
    .slide-position__left {
      width: 75%;
      margin-left: 30px; } }
  @media (min-width: 1024px) {
    .slide-position__left {
      margin-left: 6%; } }
  @media (min-width: 1200px) {
    .slide-position__left {
      width: 50%; } }

.slide-position__right {
  margin-right: 6%;
  float: left; }
  @media (min-width: 920px) {
    .slide-position__right {
      float: right;
      margin-left: auto;
      width: 65%; } }
  @media (min-width: 1200px) {
    .slide-position__right {
      width: 50%; } }

.content-slider__item-title .h2 {
  color: #F9CF0E;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0;
  margin: 0;
  display: block; }
  @media (min-width: 1024px) {
    .content-slider__item-title .h2 {
      color: #F9CF0E;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1.11111rem;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 10px; } }

.content-slider__item-title .h3, .content-slider__item-title .scientist-reference .bibliography-year, .scientist-reference .content-slider__item-title .bibliography-year, .content-slider__item-title .scientist-reference .publication-year, .scientist-reference .content-slider__item-title .publication-year {
  color: #F9CF0E;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0;
  margin: 0; }

.content-slider__item-title span.text-yellow {
  margin: 0;
  color: #F9CF0E; }

.content-slider__item-subtitle {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }
  .content-slider__item-subtitle span {
    display: block;
    margin: 0;
    color: #FFFFFF;
    line-height: 0.9em;
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0; }
    @media (min-width: 768px) {
      .content-slider__item-subtitle span {
        color: #FFFFFF;
        font-family: "FFDINWebPro", "sans-serif";
        font-size: 2.66667rem;
        font-weight: 700;
        margin-top: 0; } }

.content-slider__item-text p {
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px; }
  .content-slider__item-text p a {
    color: #FFFFFF;
    text-decoration: underline; }

.content-slider__carousel {
  background-color: #064f93; }
  .content-slider__carousel .slick-prev,
  .content-slider__carousel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
    width: 20px;
    height: 44px; }
    .content-slider__carousel .slick-prev:before,
    .content-slider__carousel .slick-next:before {
      font-family: "FontAwesome", "sans-serif";
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 44px; }
      @media (min-width: 768px) {
        .content-slider__carousel .slick-prev:before,
        .content-slider__carousel .slick-next:before {
          visibility: visible; } }
  .content-slider__carousel .slick-track {
    background-color: #FFFFFF; }
  .content-slider__carousel .content-slider__item.slick-slide {
    height: auto;
    position: relative; }
  .content-slider__carousel .content-slider__item {
    background-color: #064f93; }
  .content-slider__carousel .slick-slide {
    min-height: unset;
    max-height: none; }
  .content-slider__carousel .content-slider__item-image {
    background-color: #064f93;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover; }
    @media (min-width: 768px) {
      .content-slider__carousel .content-slider__item-image {
        min-height: 480px; } }
    @media (min-width: 992px) {
      .content-slider__carousel .content-slider__item-image {
        min-height: 540px; } }
    .content-slider__carousel .content-slider__item-image[data-position*="left"] {
      background-position: left center; }
    .content-slider__carousel .content-slider__item-image[data-position*="right"] {
      background-position: right center; }
    .content-slider__carousel .content-slider__item-image img {
      display: block;
      height: auto;
      width: 100%;
      visibility: hidden; }
      @media (min-width: 768px) {
        .content-slider__carousel .content-slider__item-image img {
          visibility: hidden; } }
  .content-slider__carousel .content-slider__item-desc {
    width: 100%;
    background-color: white;
    z-index: 10;
    min-height: 30px;
    padding-top: 15px;
    color: #000000;
    font-family: "Noto Sans", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 5px; }
  .content-slider__carousel .slick-arrow {
    z-index: 10;
    visibility: visible; }
  .content-slider__carousel .slick-prev {
    color: #FFFFFF;
    left: 20px; }
    .content-slider__carousel .slick-prev:before {
      content: '\f053'; }
  .content-slider__carousel .slick-next {
    color: #FFFFFF;
    font-size: 0;
    right: 20px; }
    .content-slider__carousel .slick-next:before {
      content: '\f054'; }
  .content-slider__carousel:not(.has_container) .content-slider__item-image {
    max-height: 540px; }
  .content-slider__carousel.only_images .content-slider__item-image {
    background-image: none !important;
    min-height: initial;
    position: inherit; }
    .content-slider__carousel.only_images .content-slider__item-image img {
      display: block;
      height: auto;
      visibility: visible;
      width: 100%; }
  .content-slider__carousel.only_images .content-slider__item-info {
    display: none; }
  .content-slider__carousel.only_images:not(.has_container) .content-slider__item-image {
    overflow: hidden; }
  .content-slider__carousel.has_container .content-slider__carousel img {
    visibility: hidden; }

.slick--slide-counter {
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.77778rem;
  line-height: 1;
  padding: 5px;
  border-radius: 30%;
  position: absolute;
  top: 20px;
  right: 20px; }
  @media (min-width: 768px) {
    .slick--slide-counter {
      font-size: 1rem;
      padding: 10px; } }

.custom-btn {
  margin-bottom: 30px; }
  .custom-btn a {
    transition: all 0.15s ease-in-out;
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.25em;
    font-weight: 500;
    margin-top: 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 120px;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 25px;
    text-align: center;
    max-width: 315px;
    text-decoration: none; }
    .custom-btn a:hover {
      text-decoration: none; }
  .custom-btn:hover.button-black a {
    background-color: #1f1f1f;
    opacity: 1; }
  .custom-btn:hover.button-smithsonian-yellow a {
    background-color: #f2c806;
    opacity: 1; }
  .custom-btn:hover.button-smithsonian-cyan a {
    background-color: #00cffd;
    opacity: 1; }
  .custom-btn:hover.button-navy-blue a {
    background-color: #1a4781;
    opacity: 1; }
  .custom-btn:hover.button-blue a {
    background-color: #086fce;
    opacity: 1; }
  .custom-btn:hover.button-sky-blue a {
    background-color: #0288d1;
    opacity: 1; }
  .custom-btn:hover.button-green a {
    background-color: #00a75b;
    opacity: 1; }
  .custom-btn:hover.button-light-green a {
    background-color: #b9cb23;
    opacity: 1; }
  .custom-btn:hover.button-lime-green a {
    background-color: #9bdd37;
    opacity: 1; }
  .custom-btn:hover.button-red-orange a {
    background-color: #df7155;
    opacity: 1; }
  .custom-btn:hover.button-orange-red a {
    background-color: #e75a1b;
    opacity: 1; }
  .custom-btn:hover.button-orange a {
    background-color: #f9970d;
    opacity: 1; }
  .custom-btn:hover.button-brown a {
    background-color: #9b672e;
    opacity: 1; }
  .custom-btn:hover.button-magenta a {
    background-color: #ef187d;
    opacity: 1; }
  .custom-btn:hover.button-purple a {
    background-color: #a33d8d;
    opacity: 1; }
  .custom-btn:hover.button-red a {
    background-color: #e55359;
    opacity: 1; }
  .custom-btn.button-black a {
    background-color: #000;
    opacity: 1; }
  .custom-btn.button-smithsonian-yellow a {
    background-color: #b69605;
    opacity: 1; }
  .custom-btn.button-smithsonian-cyan a {
    background-color: #009DC0;
    opacity: 1; }
  .custom-btn.button-navy-blue a {
    background-color: #102B4E;
    opacity: 1; }
  .custom-btn.button-blue a {
    background-color: #064F93;
    opacity: 1; }
  .custom-btn.button-sky-blue a {
    background-color: #016194;
    opacity: 1; }
  .custom-btn.button-green a {
    background-color: #006A3A;
    opacity: 1; }
  .custom-btn.button-light-green a {
    background-color: #89971a;
    opacity: 1; }
  .custom-btn.button-lime-green a {
    background-color: #7BB81F;
    opacity: 1; }
  .custom-btn.button-red-orange a {
    background-color: #D04927;
    opacity: 1; }
  .custom-btn.button-orange-red a {
    background-color: #b14413;
    opacity: 1; }
  .custom-btn.button-orange a {
    background-color: #c37405;
    opacity: 1; }
  .custom-btn.button-brown a {
    background-color: #6C4820;
    opacity: 1; }
  .custom-btn.button-magenta a {
    background-color: #BD0D60;
    opacity: 1; }
  .custom-btn.button-purple a {
    background-color: #762C66;
    opacity: 1; }
  .custom-btn.button-red a {
    background-color: #DA2128;
    opacity: 1; }

.embedded-image__item-image img {
  display: block;
  height: auto;
  width: 100%; }

.embedded-image__item-description {
  margin-top: 20px; }
  .embedded-image__item-description p {
    color: #292929;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700; }

.four-col__item {
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .four-col__item {
      margin-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .four-col__item:nth-child(2n+1) {
      clear: both; } }

.four-col__item-image img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.fpp-image__rounded .four-col__item-image {
  background-position: 50%;
  background-size: cover;
  border-radius: 50% 50%;
  height: 282px;
  width: 282px; }
  @media (min-width: 992px) {
    .fpp-image__rounded .four-col__item-image {
      height: 210px;
      width: 210px; } }
  @media (min-width: 1200px) {
    .fpp-image__rounded .four-col__item-image {
      height: 240px;
      width: 240px; } }

.four-col__item-title h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
  margin-top: 25px; }

.four-col__item-text {
  margin-bottom: 10px; }
  .four-col__item-text h5 {
    color: #000000;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.3; }
  .four-col__item-text a {
    line-height: 1.3;
    text-decoration: underline;
    text-transform: lowercase; }

.four-col__item-link {
  margin-top: 10px; }

.link-block__image {
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 15px;
  max-height: 170px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .link-block__image {
      float: right;
      max-height: 190px;
      max-width: 390px; } }
  .link-block__image a {
    color: #FFFFFF; }
  .link-block__image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .link-block__image .overlay-layer {
    opacity: 0.8; }

.link-block__title {
  padding-left: 20px;
  padding-top: 0;
  position: absolute;
  z-index: 5;
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.3; }
  .link-block__title h3 {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 20px; }
  .link-block__title p {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1em;
    font-weight: 700;
    margin-top: 0; }

.mini-logo {
  background-image: url("../images/stri_mini-logo.png");
  bottom: 20px;
  display: inline-block;
  height: 50px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 5; }

.map-item {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .map-item {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .map-item {
      margin-bottom: 40px; } }
  .map-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }

.map-title h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0; }

.map-doc a {
  color: #064F93;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline; }

.maps_one-four .map-large,
.maps-one_two .map-large {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: 0; }
  @media (min-width: 920px) {
    .maps_one-four .map-large,
    .maps-one_two .map-large {
      width: 415px;
      margin-right: 30px; } }
  @media (min-width: 992px) {
    .maps_one-four .map-large,
    .maps-one_two .map-large {
      width: 500px;
      margin-right: 15px; } }
  @media (min-width: 1200px) {
    .maps_one-four .map-large,
    .maps-one_two .map-large {
      width: 610px;
      margin-right: 30px; } }

.maps_one-four .map-small--wrapper,
.maps-one_two .map-small--wrapper {
  display: table;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .maps_one-four .map-small--wrapper,
    .maps-one_two .map-small--wrapper {
      padding: 0; } }

.maps_one-four .map-small,
.maps-one_two .map-small {
  width: 100%;
  float: left;
  margin-right: 0; }
  @media (min-width: 768px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      padding: 0;
      width: 44%;
      margin-right: 4%;
      margin-left: 4%; } }
  @media (min-width: 920px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      width: 145px;
      margin-right: 30px;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      width: 200px;
      margin-right: 30px; } }
  @media (min-width: 1200px) {
    .maps_one-four .map-small,
    .maps-one_two .map-small {
      width: 240px;
      float: left;
      margin-right: 30px; } }
  .maps_one-four .map-small:nth-child(2n),
  .maps-one_two .map-small:nth-child(2n) {
    margin-right: 0;
    margin-left: 0; }

@media (min-width: 768px) {
  .maps_one-four .map-small:nth-of-type(3n) {
    clear: left; } }

.field-name-field-stri-map-image .colorbox:after {
  display: none; }

.field-name-field-stri-map-doc .file img {
  display: none; }

.pane-bundle-stri-mini-hero {
  position: relative;
  width: 100%; }

.hero-background__mini {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-background__mini .container, .hero-background__mini .content-area .pane-node-field-stri-summary, .content-area .hero-background__mini .pane-node-field-stri-summary, .hero-background__mini .hero .slide__caption, .hero .hero-background__mini .slide__caption, .hero-background__mini .pane-bundle-stri-special-links, .hero-background__mini .pane-bundle-stri-two-col-ss, .hero-background__mini .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info .hero-background__mini .pane-content, .hero-background__mini .node-type-event-course .content-header, .node-type-event-course .hero-background__mini .content-header, .hero-background__mini .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image .hero-background__mini .pane-node-title, .hero-background__mini .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background .hero-background__mini .pane-node-created, .hero-background__mini
  .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
  .node-type-story .stri-hero__background .hero-background__mini .pane-node-field-stri-story-location {
    height: 100%;
    padding-left: 10px; }

.hero-background__mini-wrapper {
  margin-top: 50px; }
  @media (min-width: 920px) {
    .hero-background__mini-wrapper {
      margin-top: 100px; } }

.hero-background__mini-title {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1024px) {
    .hero-background__mini-title {
      font-size: 4.72222rem;
      margin-bottom: 50px; } }

.no-caps h1,
.no-caps h2,
.no-caps h3,
.no-caps h4,
.no-caps h5 {
  text-transform: none; }

.no-caps .pane-node-field-stri-alternative-title p {
  text-transform: none; }

.pane-bundle-stri-picture-3x1 {
  position: relative;
  /*&.field-items > .field-item {
    display: block;
    position: relative;
  }*/ }
  .pane-bundle-stri-picture-3x1 img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
  .pane-bundle-stri-picture-3x1 .colorbox {
    display: block;
    position: relative; }
    .pane-bundle-stri-picture-3x1 .colorbox:after {
      background-image: url("../images/social-icons/png/i-magnify.svg");
      background-image: url("../images/svg/i-magnify.svg"); }
  .pane-bundle-stri-picture-3x1 .row, .pane-bundle-stri-picture-3x1 .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary .pane-bundle-stri-picture-3x1 .pane-content, .pane-bundle-stri-picture-3x1 .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates .pane-bundle-stri-picture-3x1 .view-content, .pane-bundle-stri-picture-3x1 .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2 .pane-bundle-stri-picture-3x1 .view-content {
    margin-bottom: 10px; }
  .pane-bundle-stri-picture-3x1 .picture3x1__desc {
    color: #000000;
    font-family: "Noto Sans", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 5px; }

.pane-bundle-stri-picture-2x1 img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.pane-bundle-stri-picture-2x1 .row, .pane-bundle-stri-picture-2x1 .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary .pane-bundle-stri-picture-2x1 .pane-content, .pane-bundle-stri-picture-2x1 .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates .pane-bundle-stri-picture-2x1 .view-content, .pane-bundle-stri-picture-2x1 .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2 .pane-bundle-stri-picture-2x1 .view-content {
  margin-bottom: 10px; }

.pane-bundle-stri-picture-2x1 .picture2x1__desc-left,
.pane-bundle-stri-picture-2x1 .picture2x1__desc-right {
  color: #000000;
  font-family: "Noto Sans", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 5px; }

.pane-bundle-stri-pricing-table .pane-title {
  font-size: 1.8em;
  margin-bottom: 15px; }

.pricing-table__item {
  margin-bottom: 20px; }

.pricing-table__item-title {
  font-family: "FFDINWebPro", "sans-serif";
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 20px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .pricing-table__item-title {
      min-height: 65px; } }
  @media (min-width: 1200px) {
    .pricing-table__item-title {
      min-height: unset; } }

.pricing-table__item-row {
  font-size: 0.77778rem;
  padding: 20px;
  min-height: 100px; }
  @media (min-width: 768px) {
    .pricing-table__item-row {
      min-height: 170px; } }
  @media (min-width: 991px) {
    .pricing-table__item-row {
      min-height: 130px; } }
  @media (min-width: 1024px) {
    .pricing-table__item-row {
      min-height: 110px; } }
  .pricing-table__item-row p {
    font-size: 0.77778rem;
    line-height: 1.7;
    margin-bottom: 10px; }
    .pricing-table__item-row p strong {
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1.11111rem;
      line-height: 1.1em; }
  .pricing-table__item-row a {
    text-decoration: underline; }
  .pricing-table__item-row:last-child {
    border-bottom: 1px solid transparent; }

.pricing-table__item-row--title {
  font-size: 0.77778rem;
  font-weight: 600; }

.profile-3cols__container .profile-3cols__item {
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .profile-3cols__container .profile-3cols__item:nth-of-type(3n+1) {
      clear: both; } }

.profile-3cols__container h2 {
  font-size: 2.25rem; }

.profile-3cols__container .three-col__item-image {
  margin-bottom: 20px; }

.profile-3cols__container .three-col__item-name {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 700; }

.profile-3cols__container .three-col__item-position {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px; }

.profile-3cols__container .three-col__item-summary {
  margin-bottom: 20px; }

.pane-bundle-fpp-stri-profile-mini-card .slick {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .pane-bundle-fpp-stri-profile-mini-card .slick .slick__arrow .slick-next {
      right: 0; } }

.pane-bundle-fpp-stri-profile-mini-card .slick__arrow.element-hidden {
  display: block; }

.pane-bundle-fpp-stri-profile-mini-card img {
  display: block;
  height: auto;
  width: 100%; }

.pane-bundle-fpp-stri-profile-mini-card .slide__title, .pane-bundle-fpp-stri-profile-mini-card .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .pane-bundle-fpp-stri-profile-mini-card h1 {
  font-size: 1.11111rem;
  margin-bottom: 5px;
  margin-top: 15px; }

.pane-bundle-fpp-stri-profile-mini-card .slide__description {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px; }

.pane-bundle-fpp-stri-profile-mini-card .slide__content {
  margin: 0 10px; }

.profile-ext {
  margin-bottom: 20px; }
  .profile-ext__item-image {
    overflow: hidden; }
  .profile-ext__item-content .field-name-field-title-profile-card {
    margin-top: 10px;
    margin-bottom: 5px; }
  .profile-ext__item-content .field-name-field-stri-contact-position {
    color: #000000;
    text-transform: none;
    margin-top: 5px; }
  .profile-ext__item-content .field-name-field-stri-summary blockquote:before,
  .profile-ext__item-content .field-name-field-stri-summary blockquote:after,
  .profile-ext__item-content .field-name-field-stri-summary blockquote p {
    color: #000000 !important;
    font-size: 1.33333rem; }
  .profile-ext__item-content .field-name-field-stri-summary p {
    color: #000000;
    font-size: 1.33333rem;
    line-height: 1.7; }

.slick-slide,
.slick-slide-cloned {
  position: relative; }
  .slick-slide h2,
  .slick-slide-cloned h2 {
    text-transform: initial; }

.hero .slide__media {
  width: 100%;
  height: 100%;
  color: transparent; }
  .hero .slide__media p {
    color: transparent; }
  .hero .slide__media .media--image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }

.hero .slick__slide .media--image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  padding-bottom: 0 !important; }

.hero .slide__caption {
  position: absolute;
  overflow: visible;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .hero .slide__caption {
      top: 10vh; } }
  @media (min-width: 1024px) {
    .hero .slide__caption {
      top: 90px; } }
  .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
    color: #FFFFFF;
    font-size: 2.66667rem;
    line-height: 1.02;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 425px) {
      .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
        letter-spacing: 2px; } }
    @media screen and (min-width: 768px) {
      .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
        font-size: 3.5555rem; } }
    @media screen and (min-width: 992px) {
      .hero .slide__caption .slide__title, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 {
        font-size: 4.72222rem; } }
    .hero .slide__caption .slide__title a, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1 a, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 a {
      color: #FFFFFF; }
      .hero .slide__caption .slide__title a:hover, .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1 a:hover, .node-type-scientist .sidebar-right__image .pane-node-title .hero .slide__caption h1 a:hover {
        text-decoration: none; }
  .hero .slide__caption .slide__description {
    float: none;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    line-height: 1; }
    .hero .slide__caption .slide__description .field-name-field-stri-subtitle p {
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-style: inherit;
      font-weight: inherit;
      line-height: 1.25;
      margin: inherit; }
    .hero .slide__caption .slide__description .field-name-field-stri-textarea {
      color: #FFFFFF;
      font-family: "Noto Serif", "sans-serif";
      font-size: 1rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1.7em;
      margin-top: 20px; }
      @media (min-width: 425px) {
        .hero .slide__caption .slide__description .field-name-field-stri-textarea {
          font-size: 1.25rem; } }
  .hero .slide__caption .field-name-field-stri-supertitle {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700; }
    @media (min-width: 768px) {
      .hero .slide__caption .field-name-field-stri-supertitle {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
  .hero .slide__caption .field-name-field-stri-textarea p {
    font-style: italic;
    color: #FFFFFF; }
  .hero .slide__caption .slide__link {
    clear: both;
    margin-top: 30px; }

.hero .slick__arrow {
  z-index: 10001; }

.slick__arrow button {
  position: absolute;
  top: 40px;
  bottom: unset;
  color: transparent;
  background: transparent;
  border: 0; }
  @media (min-width: 920px) {
    .slick__arrow button {
      top: 40px; } }

.slick__arrow .slick-prev,
.slick__arrow .slick-next {
  font-size: 0;
  color: transparent;
  width: 30px; }
  .slick__arrow .slick-prev:before,
  .slick__arrow .slick-next:before {
    line-height: 1;
    font-size: 2rem;
    font-family: "FontAwesome", "sans-serif";
    opacity: 1; }

.slick__arrow .slick-prev {
  left: -30px; }
  @media (min-width: 425px) {
    .slick__arrow .slick-prev {
      left: -36px; } }
  .slick__arrow .slick-prev:before {
    content: "\f104"; }

.slick__arrow .slick-next {
  right: -20px; }
  @media (min-width: 425px) {
    .slick__arrow .slick-next {
      right: -42px; } }
  .slick__arrow .slick-next:before {
    content: "\f105"; }

.slide__content {
  height: 100%; }

.slick--optionset--summary-item .slick__slide {
  min-height: 250px; }

.page-node .hero .slick__slide .media--image {
  position: inherit; }

.page-node .hero .hero .slide__caption {
  top: 60px; }
  @media (min-width: 768px) {
    .page-node .hero .hero .slide__caption {
      top: 80px; } }
  @media (min-width: 992px) {
    .page-node .hero .hero .slide__caption {
      top: 110px; } }
  .page-node .hero .hero .slide__caption .slide__title, .page-node .hero .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .page-node .hero .hero .slide__caption h1 {
    text-transform: none;
    letter-spacing: 0 !important; }
    @media (min-width: 1200px) {
      .page-node .hero .hero .slide__caption .slide__title, .page-node .hero .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title .page-node .hero .hero .slide__caption h1 {
        font-size: 3.75rem; } }
  @media (min-width: 1200px) {
    .page-node .hero .hero .slide__caption .slide__link,
    .page-node .hero .hero .slide__caption .slide__title,
    .page-node .hero .hero .slide__caption .node-type-scientist .sidebar-right__image .pane-node-title h1, .node-type-scientist .sidebar-right__image .pane-node-title
    .page-node .hero .hero .slide__caption h1 {
      max-width: initial;
      width: auto; } }

.page-node .hero .hero--no-supertitle .slide__caption {
  top: 80px; }
  @media (min-width: 768px) {
    .page-node .hero .hero--no-supertitle .slide__caption {
      top: 110px; } }

.slide__title p, .node-type-scientist .sidebar-right__image .pane-node-title h1 p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit; }

.hero .pane-bundle-stri-special-links {
  width: auto;
  padding: 0; }

.three-col__item-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .three-col__item-image img {
      margin: 0; } }

.fpp-image__rounded .three-col__item-image {
  background-position: 50%;
  background-size: cover;
  border-radius: 50% 50%;
  height: 282px;
  width: 282px; }
  @media (min-width: 768px) {
    .fpp-image__rounded .three-col__item-image {
      height: 220px;
      width: 220px; } }
  @media (min-width: 992px) {
    .fpp-image__rounded .three-col__item-image {
      height: 282px;
      width: 282px; } }

.three-col__item-title h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  margin: 15px 0 5px; }

.three-col__item-text a {
  text-decoration: underline; }

.three-col__text-item {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .three-col__text-item {
      padding: 10px; } }
  .three-col__text-item h3 {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0; }
  .three-col__text-item h4 {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0; }
  .three-col__text-item p {
    margin-top: 5px;
    margin-bottom: 35px; }
    .three-col__text-item p strong {
      color: #292929;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1em;
      font-style: normal;
      font-weight: 700;
      display: block; }
      .three-col__text-item p strong span {
        color: #78797A;
        font-family: "FFDINWebPro", "sans-serif";
        font-size: 1em;
        font-style: normal;
        font-weight: 500;
        display: inline; }
      .three-col__text-item p strong a {
        color: #292929;
        font-family: "Noto Serif", "sans-serif";
        font-size: 0.77778rem;
        font-style: normal;
        font-weight: 300; }
        .three-col__text-item p strong a:hover, .three-col__text-item p strong a:focus {
          color: #292929; }
  .three-col__text-item div span {
    color: #78797A;
    font-family: "Noto Serif", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    display: block; }
  .three-col__text-item table {
    margin-bottom: 20px; }
    .three-col__text-item table td {
      color: #292929;
      font-family: "Noto Serif", "sans-serif";
      font-size: 1rem;
      font-style: normal;
      font-weight: 300;
      border: 1px solid transparent;
      padding: 0; }

.has-border {
  padding-bottom: 30px;
  padding-top: 30px; }
  .has-border:first-child {
    border-bottom: 2px solid transparent; }
  .has-border:nth-child(2) {
    border-bottom: 2px solid #D5D6D7;
    border-top: 2px solid #D5D6D7; }
  .has-border:last-child {
    border-bottom: 2px solid transparent; }
  @media screen and (min-width: 768px) {
    .has-border {
      border: 2px solid transparent;
      min-height: 450px;
      padding-bottom: 0;
      padding-top: 0; }
      .has-border:first-child {
        border-left: 2px solid transparent; }
      .has-border:nth-child(2) {
        border-bottom: 2px solid transparent;
        border-left: 2px solid #D5D6D7;
        border-right: 2px solid #D5D6D7;
        border-top: 2px solid transparent; }
      .has-border:last-child {
        border-right: 2px solid transparent; } }

@media screen and (min-width: 768px) {
  .two-col__item blockquote {
    width: 100%; } }

.two-col__item-seven {
  margin-bottom: 20px; }

.two-col__item-five blockquote {
  border: 0;
  color: #0292E0;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.3;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .two-col__item-five blockquote {
      float: left;
      width: 45%;
      margin-right: 30px; } }
  .two-col__item-five blockquote::before {
    content: open-quote; }
  .two-col__item-five blockquote::after {
    content: close-quote; }
  .two-col__item-five blockquote::after, .two-col__item-five blockquote::before {
    color: #0292E0;
    font-size: 2rem; }
  .two-col__item-five blockquote p {
    color: #0292E0;
    font-family: "Noto Serif", "sans-serif";
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
    display: inline; }
  .two-col__item-five blockquote span {
    font-weight: bold; }

.two-col__item-six h3 {
  margin-top: 0; }

.two-col__item-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.two-col__item-text, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary {
  margin-bottom: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .two-col__item-text h2, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h2, .two-col__item-text h3, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h3, .two-col__item-text h4, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h4, .two-col__item-text h5, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h5, .two-col__item-text h6, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-sumary h6 {
      margin-top: 0; } }

.pane-bundle-stri-profile-2-cols-6-6-leads {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .pane-bundle-stri-profile-2-cols-6-6-leads {
      position: relative;
      float: left;
      width: 49%;
      margin-bottom: 50px; }
      .pane-bundle-stri-profile-2-cols-6-6-leads:nth-child(even) {
        float: right; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads .team-member {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0; }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image,
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
    width: 100%;
    float: left; }
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h1, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h2, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h3, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h4, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h5, .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image h6,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h1,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h2,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h3,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h4,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h5,
    .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content h6 {
      margin-top: 0; }
    @media (min-width: 768px) {
      .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-image,
      .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
        width: 50%; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-content {
        padding-left: 10px; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .pane-bundle-stri-profile-2-cols-6-6-leads img {
        width: 264px;
        height: 328px; } }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-name {
    margin-top: 0;
    letter-spacing: 2px; }
  .pane-bundle-stri-profile-2-cols-6-6-leads .two-col__item-position {
    color: #000000; }

.pane-bundle-stri-two-col-ss .pane-title {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px; }

.pane-bundle-stri-two-col-ss .row:before, .pane-bundle-stri-two-col-ss .content-area .pane-node-field-stri-summary .pane-content:before, .content-area .pane-node-field-stri-summary .pane-bundle-stri-two-col-ss .pane-content:before, .pane-bundle-stri-two-col-ss .pane-stri-people-stri-people-research-associates .view-content:before, .pane-stri-people-stri-people-research-associates .pane-bundle-stri-two-col-ss .view-content:before, .pane-bundle-stri-two-col-ss .pane-stri-people-panel-pane-2 .view-content:before, .pane-stri-people-panel-pane-2 .pane-bundle-stri-two-col-ss .view-content:before {
  display: inline-block; }

.pane-bundle-stri-two-col-ss .paragraphs-items-field-stri-two-col-ss-sl {
  margin-bottom: 10px; }

.pane-bundle-stri-two-col-ss a {
  text-decoration: underline; }

.pane-bundle-stri-two-col-ss .entity-paragraphs-item a {
  text-decoration: none; }

.pane-bundle-stri-two-col-ss .file a {
  text-decoration: none; }

.pane-bundle-stri-two-col-ss .field-type-paragraphs .field-item {
  margin-bottom: 10px; }

.pane-bundle-stri-two-col-pl .full-wrapper,
.pane-bundle-stri-two-col-pr .full-wrapper {
  padding: 20px 0; }

.stri-row__smithsonian-cyan .pane-title,
.stri-row__navy-blue .pane-title,
.stri-row__blue .pane-title,
.stri-row__sky-blue .pane-title,
.stri-row__green .pane-title,
.stri-row__red-orange .pane-title,
.stri-row__orange-red .pane-title,
.stri-row__orange .pane-title,
.stri-row__brown .pane-title,
.stri-row__magenta .pane-title,
.stri-row__purple .pane-title,
.stri-row__red .pane-title {
  color: #FFFFFF; }

.stri-row__smithsonian-cyan .four-col__item-title h4,
.stri-row__smithsonian-cyan .three-col__item-title h4,
.stri-row__blue .four-col__item-title h4,
.stri-row__blue .three-col__item-title h4,
.stri-row__orange .four-col__item-title h4,
.stri-row__orange .three-col__item-title h4,
.stri-row__magenta .four-col__item-title h4,
.stri-row__magenta .three-col__item-title h4,
.stri-row__red .four-col__item-title h4,
.stri-row__red .three-col__item-title h4 {
  color: #FFFFFF; }

.stri-row__navy-blue .four-col__item-title h4,
.stri-row__navy-blue .three-col__item-title h4,
.stri-row__blue .four-col__item-title h4,
.stri-row__blue .three-col__item-title h4,
.stri-row__sky-blue .four-col__item-title h4,
.stri-row__sky-blue .three-col__item-title h4,
.stri-row__green .four-col__item-title h4,
.stri-row__green .three-col__item-title h4,
.stri-row__orange-red .four-col__item-title h4,
.stri-row__orange-red .three-col__item-title h4,
.stri-row__red-orange .four-col__item-title h4,
.stri-row__red-orange .three-col__item-title h4,
.stri-row__brown .four-col__item-title h4,
.stri-row__brown .three-col__item-title h4,
.stri-row__purple .four-col__item-title h4,
.stri-row__purple .three-col__item-title h4 {
  color: #F9CF0E; }

.stri-row__smithsonian-cyan p,
.stri-row__navy-blue p,
.stri-row__blue p,
.stri-row__sky-blue p,
.stri-row__green p,
.stri-row__lime-green p,
.stri-row__red-orange p,
.stri-row__orange-red p,
.stri-row__orange p,
.stri-row__brown p,
.stri-row__magenta p,
.stri-row__purple p,
.stri-row__red p {
  color: #FFFFFF; }

.stri-row__smithsonian-cyan a,
.stri-row__navy-blue a,
.stri-row__blue a,
.stri-row__sky-blue a,
.stri-row__green a,
.stri-row__lime-green a,
.stri-row__red-orange a,
.stri-row__orange-red a,
.stri-row__orange a,
.stri-row__brown a,
.stri-row__magenta a,
.stri-row__purple a,
.stri-row__red a {
  color: #FFFFFF; }

.field-name-field-fpp-parallax-image {
  min-height: 400px;
  background: transparent; }
  .field-name-field-fpp-parallax-image img {
    display: none; }

.panel-layout-stri_basic_withcontainer .hero-withcontainer__area-content_items, .panel-layout-stri_col_six_six_hero .hero-withcontainer__area-content_items {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  width: auto; }

.stri-col__five-seven .content-header {
  margin-bottom: 20px; }

.col-five__area {
  width: 100%; }
  .col-five__area .breadcrumb {
    color: #636466;
    padding: 0; }
    .col-five__area .breadcrumb a {
      color: #636466; }
      .col-five__area .breadcrumb a:hover {
        color: #636466; }
  .col-five__area h1 {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .col-five__area h1 {
        font-size: 3.5555rem; } }
  .col-five__area p {
    line-height: 1.7; }
    .col-five__area p:last-child {
      margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .col-five__area p:last-child {
      margin-bottom: 0; } }

.col-left__area {
  width: 100%; }
  .col-left__area .breadcrumb {
    padding: 0; }
  .col-left__area h1 {
    margin-bottom: 25px;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .col-left__area h1 {
        font-size: 3.5555rem; } }
  .col-left__area p {
    line-height: 1.7; }
    .col-left__area p:last-child {
      margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .col-left__area p:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .stri-col__six-six .col-md-offset-1 {
    margin-left: 3.33333%; } }

.hero-background__image {
  position: relative;
  height: auto; }
  @media screen and (min-width: 768px) {
    .hero-background__image {
      overflow: hidden; }
      .hero-background__image img {
        display: block;
        height: auto;
        width: 100%; } }

.hero-background__area-content {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero_content_seven h1 {
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 25px; }

.hero_content_seven a {
  color: #FFFFFF; }

.hero_content_seven p {
  color: #FFFFFF; }
  .hero_content_seven p:last-child {
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .hero_content_seven p:last-child {
        margin-bottom: 0; } }

.hero_content_seven .pane-node-field-stri-alternative-title p {
  color: #FFFFFF;
  margin-bottom: 25px; }

.hero-double__background-first {
  background: url("../images/bci_stationsmall.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #FFFFFF;
  line-height: 1.7;
  min-height: 420px;
  padding-bottom: 80px;
  padding-top: 30px; }

.hero-medium__area,
.hero-withcontainer__area,
.hero-nocontainer__area {
  position: relative; }

.hero-medium__area-content,
.hero-nocontainer__area-content {
  left: 0;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero-withcontainer__area-image {
  position: relative;
  overflow: hidden; }
  .hero-withcontainer__area-image .pane-node-field-stri-hero-image-alt {
    z-index: 0; }
    .hero-withcontainer__area-image .pane-node-field-stri-hero-image-alt .slick__slide .media--image {
      position: absolute; }
  .hero-withcontainer__area-image .hero-withcontainer__area-content_items .panel-pane {
    position: relative; }

.hero-medium__area {
  position: relative;
  overflow: hidden; }

.hero-medium__area-content_items,
.hero-withcontainer__area-content_items,
.hero-nocontainer__area-content_items {
  color: #FFFFFF;
  width: 100%; }
  .hero-medium__area-content_items .pane-node-title a,
  .hero-withcontainer__area-content_items .pane-node-title a,
  .hero-nocontainer__area-content_items .pane-node-title a {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-weight: 700; }
  .hero-medium__area-content_items h1,
  .hero-withcontainer__area-content_items h1,
  .hero-nocontainer__area-content_items h1 {
    color: #FFFFFF;
    line-height: 1em;
    margin-top: 5px; }
  .hero-medium__area-content_items a,
  .hero-withcontainer__area-content_items a,
  .hero-nocontainer__area-content_items a {
    color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .hero-medium__area-content_items,
    .hero-withcontainer__area-content_items,
    .hero-nocontainer__area-content_items {
      width: 100%; } }

.hero-area__content {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero-area__content-items {
  width: 100%; }
  @media screen and (min-width: 920px) {
    .hero-area__content-items {
      width: 75%; } }
  @media screen and (min-width: 1024px) {
    .hero-area__content-items {
      width: 80%; } }
  .hero-area__content-items a {
    color: #FFFFFF; }
  .hero-area__content-items h1 {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 3.5555rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .hero-area__content-items h1 {
        font-size: 4.72222rem; } }
  .hero-area__content-items .pane-node-field-stri-alternative-title p {
    color: #FFFFFF;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit; }
  .hero-area__content-items .pane-node-field-stri-subtitle p {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .hero-area__content-items .pane-node-field-stri-subtitle p {
        font-size: 1rem; } }
  .hero-area__content-items .pane-node-field-stri-summary {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .hero-area__content-items .pane-node-field-stri-summary {
        margin-top: 40px;
        font-size: 1.11111rem; } }
    @media screen and (min-width: 1024px) {
      .hero-area__content-items .pane-node-field-stri-summary {
        margin-top: 60px; } }
    .hero-area__content-items .pane-node-field-stri-summary p {
      color: #FFFFFF;
      font-family: "Noto Serif", "sans-serif";
      font-size: 1.11111rem;
      font-style: italic;
      font-weight: 400;
      line-height: 1.25em; }
      @media screen and (min-width: 768px) {
        .hero-area__content-items .pane-node-field-stri-summary p {
          font-size: 2rem; } }
  .hero-area__content-items .pane-node-field-stri-geographic-position,
  .hero-area__content-items .pane-node-field-stri-geographic-positions {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-weight: 500;
    margin-top: 0;
    text-transform: initial; }
    @media screen and (min-width: 768px) {
      .hero-area__content-items .pane-node-field-stri-geographic-position,
      .hero-area__content-items .pane-node-field-stri-geographic-positions {
        font-size: 1rem; } }
    .hero-area__content-items .pane-node-field-stri-geographic-position p,
    .hero-area__content-items .pane-node-field-stri-geographic-positions p {
      margin-bottom: 0;
      color: #FFFFFF;
      font-family: "FFDINWebPro", "sans-serif"; }

.hero-withcontainer__area-image .hero-small-bg__area-info .pane-page-breadcrumb {
  margin-top: 35px; }

.hero-withcontainer__area-image .hero-small-bg__area-info .pane-title {
  font-size: 3.5555rem;
  color: #FFFFFF;
  margin-left: 0;
  margin-top: 0;
  line-height: 1;
  padding: 0; }

.hero-small-bg__area {
  margin-bottom: 20px; }

.hero-small-bg__area-full {
  position: relative; }

.hero-small-bg__area-info {
  height: 345px;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero-small-bg__area-info {
      padding: 0; } }

.hero-small-bg__area-full .hero-small-bg__area-info .breadcrumb {
  padding-top: 30px; }

.hero-small-bg__area-full .hero-small-bg__area-info .has-hero__bg .breadcrumb {
  padding-top: 0; }

.hero-small-bg__area-full .hero-small-bg__area-info .hero-small-bg__area-info {
  color: #000000;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero-small-bg__area-full .hero-small-bg__area-info .hero-small-bg__area-info {
      padding: 0; } }
  .hero-small-bg__area-full .hero-small-bg__area-info .hero-small-bg__area-info a {
    color: #000000; }

.has-hero__bg .hero-small-bg__area-info.has-bg {
  padding: 10px 0;
  width: 100%;
  color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .has-hero__bg .hero-small-bg__area-info.has-bg {
      padding: 30px 0; } }
  .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb a,
  .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb span {
    color: #FFFFFF; }
    .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb a:hover,
    .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb span:hover {
      color: #FFFFFF; }
  .has-hero__bg .hero-small-bg__area-info.has-bg .pane-node-title a {
    color: #FFFFFF; }
  .has-hero__bg .hero-small-bg__area-info.has-bg h1 {
    color: #FFFFFF; }
  .has-hero__bg .hero-small-bg__area-info.has-bg a {
    color: #FFFFFF; }

.sidebar-right__image,
.hero-area__image {
  position: relative;
  width: 100%;
  overflow: unset; }
  @media (min-width: 768px) {
    .sidebar-right__image,
    .hero-area__image {
      width: 100%; } }
  @media (min-width: 920px) {
    .sidebar-right__image,
    .hero-area__image {
      height: 700px;
      margin-bottom: 20px;
      overflow: hidden; } }
  .sidebar-right__image > div:nth-child(1),
  .hero-area__image > div:nth-child(1) {
    position: relative;
    width: 100%;
    height: 100%; }
    @media (min-width: 920px) {
      .sidebar-right__image > div:nth-child(1),
      .hero-area__image > div:nth-child(1) {
        position: absolute;
        width: 100%;
        height: 100%; } }

.sidebar-right__content-hero {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow-y: hidden; }
  .sidebar-right__content-hero h1 {
    color: #FFFFFF; }

.sidebar-right__content-items .pane-node-field-stri-subtitle p {
  margin-bottom: 0; }

.sidebar-right__content-items .pane-node-field-stri-summary {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .sidebar-right__content-items .pane-node-field-stri-summary {
      margin-top: 30px; } }
  .sidebar-right__content-items .pane-node-field-stri-summary p {
    color: #FFFFFF;
    font-family: "Noto Serif", "sans-serif";
    font-size: 1.11111rem;
    font-style: italic;
    font-weight: 400; }

@media (min-width: 920px) {
  .sidebar-right__sidebar-hero > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    max-height: 910px; }
    .page-home .sidebar-right__sidebar-hero > div {
      height: 100%; } }

.sidebar-right__sidebar-hero,
.hero-area__sidebar {
  color: #78797A;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  background: none;
  bottom: 0;
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  overflow-x: hidden;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .sidebar-right__sidebar-hero,
    .hero-area__sidebar {
      float: none;
      width: 750px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 920px) {
    .sidebar-right__sidebar-hero,
    .hero-area__sidebar {
      background: rgba(0, 0, 0, 0.8);
      color: #FFFFFF;
      float: right;
      display: inline-block;
      height: 700px;
      margin: 0;
      padding: 0;
      width: 315px; } }
  .sidebar-right__sidebar-hero .container, .sidebar-right__sidebar-hero .content-area .pane-node-field-stri-summary, .content-area .sidebar-right__sidebar-hero .pane-node-field-stri-summary, .sidebar-right__sidebar-hero .hero .slide__caption, .hero .sidebar-right__sidebar-hero .slide__caption, .sidebar-right__sidebar-hero .pane-bundle-stri-special-links, .sidebar-right__sidebar-hero .pane-bundle-stri-two-col-ss, .sidebar-right__sidebar-hero .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info .sidebar-right__sidebar-hero .pane-content, .sidebar-right__sidebar-hero .node-type-event-course .content-header, .node-type-event-course .sidebar-right__sidebar-hero .content-header, .sidebar-right__sidebar-hero .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero .pane-node-title, .sidebar-right__sidebar-hero .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-created, .sidebar-right__sidebar-hero
  .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
  .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-field-stri-story-location,
  .hero-area__sidebar .container,
  .hero-area__sidebar .content-area .pane-node-field-stri-summary, .content-area
  .hero-area__sidebar .pane-node-field-stri-summary,
  .hero-area__sidebar .hero .slide__caption, .hero
  .hero-area__sidebar .slide__caption,
  .hero-area__sidebar .pane-bundle-stri-special-links,
  .hero-area__sidebar .pane-bundle-stri-two-col-ss,
  .hero-area__sidebar .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
  .hero-area__sidebar .pane-content,
  .hero-area__sidebar .node-type-event-course .content-header, .node-type-event-course
  .hero-area__sidebar .content-header,
  .hero-area__sidebar .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
  .hero-area__sidebar .pane-node-title,
  .hero-area__sidebar .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
  .hero-area__sidebar .pane-node-created,
  .hero-area__sidebar
  .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
  .node-type-story .stri-hero__background
  .hero-area__sidebar .pane-node-field-stri-story-location {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 375px) {
      .sidebar-right__sidebar-hero .container, .sidebar-right__sidebar-hero .content-area .pane-node-field-stri-summary, .content-area .sidebar-right__sidebar-hero .pane-node-field-stri-summary, .sidebar-right__sidebar-hero .hero .slide__caption, .hero .sidebar-right__sidebar-hero .slide__caption, .sidebar-right__sidebar-hero .pane-bundle-stri-special-links, .sidebar-right__sidebar-hero .pane-bundle-stri-two-col-ss, .sidebar-right__sidebar-hero .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info .sidebar-right__sidebar-hero .pane-content, .sidebar-right__sidebar-hero .node-type-event-course .content-header, .node-type-event-course .sidebar-right__sidebar-hero .content-header, .sidebar-right__sidebar-hero .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero .pane-node-title, .sidebar-right__sidebar-hero .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-created, .sidebar-right__sidebar-hero
      .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
      .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-field-stri-story-location,
      .hero-area__sidebar .container,
      .hero-area__sidebar .content-area .pane-node-field-stri-summary, .content-area
      .hero-area__sidebar .pane-node-field-stri-summary,
      .hero-area__sidebar .hero .slide__caption, .hero
      .hero-area__sidebar .slide__caption,
      .hero-area__sidebar .pane-bundle-stri-special-links,
      .hero-area__sidebar .pane-bundle-stri-two-col-ss,
      .hero-area__sidebar .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
      .hero-area__sidebar .pane-content,
      .hero-area__sidebar .node-type-event-course .content-header, .node-type-event-course
      .hero-area__sidebar .content-header,
      .hero-area__sidebar .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
      .hero-area__sidebar .pane-node-title,
      .hero-area__sidebar .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
      .hero-area__sidebar .pane-node-created,
      .hero-area__sidebar
      .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
      .node-type-story .stri-hero__background
      .hero-area__sidebar .pane-node-field-stri-story-location {
        clear: both;
        padding-left: 0;
        margin: 0; } }
  .sidebar-right__sidebar-hero .pane-title,
  .hero-area__sidebar .pane-title {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    border-bottom: 1px solid #78797A;
    text-transform: none; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero .pane-title,
      .hero-area__sidebar .pane-title {
        border-bottom: 1px solid #FFFFFF; } }
  .sidebar-right__sidebar-hero h4,
  .hero-area__sidebar h4 {
    margin-top: 20px;
    padding-bottom: 5px; }
  .sidebar-right__sidebar-hero h5,
  .hero-area__sidebar h5 {
    color: #292929;
    font-family: "FFDINWebPro", "sans-serif"; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero h5,
      .hero-area__sidebar h5 {
        color: #FFFFFF; } }
    @media (min-width: 1024px) {
      .sidebar-right__sidebar-hero h5,
      .hero-area__sidebar h5 {
        margin-bottom: 0; } }
  .sidebar-right__sidebar-hero p, .sidebar-right__sidebar-hero span, .sidebar-right__sidebar-hero a,
  .hero-area__sidebar p,
  .hero-area__sidebar span,
  .hero-area__sidebar a {
    color: #292929;
    font-family: "Noto Serif", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 300; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero p, .sidebar-right__sidebar-hero span, .sidebar-right__sidebar-hero a,
      .hero-area__sidebar p,
      .hero-area__sidebar span,
      .hero-area__sidebar a {
        color: #FFFFFF;
        font-size: 0.77778rem;
        line-height: 1.5;
        margin-bottom: 5px; } }
  .sidebar-right__sidebar-hero a,
  .hero-area__sidebar a {
    font-style: italic;
    text-decoration: none; }
  .sidebar-right__sidebar-hero .pane-views-panes,
  .sidebar-right__sidebar-hero .pane-block,
  .sidebar-right__sidebar-hero .pane-entity-field,
  .hero-area__sidebar .pane-views-panes,
  .hero-area__sidebar .pane-block,
  .hero-area__sidebar .pane-entity-field {
    padding: 0;
    width: 100%; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero .pane-views-panes,
      .sidebar-right__sidebar-hero .pane-block,
      .sidebar-right__sidebar-hero .pane-entity-field,
      .hero-area__sidebar .pane-views-panes,
      .hero-area__sidebar .pane-block,
      .hero-area__sidebar .pane-entity-field {
        padding: 25px; } }
    .sidebar-right__sidebar-hero .pane-views-panes.node,
    .sidebar-right__sidebar-hero .pane-block.node,
    .sidebar-right__sidebar-hero .pane-entity-field.node,
    .hero-area__sidebar .pane-views-panes.node,
    .hero-area__sidebar .pane-block.node,
    .hero-area__sidebar .pane-entity-field.node {
      padding: 0; }
      @media (min-width: 920px) {
        .sidebar-right__sidebar-hero .pane-views-panes.node,
        .sidebar-right__sidebar-hero .pane-block.node,
        .sidebar-right__sidebar-hero .pane-entity-field.node,
        .hero-area__sidebar .pane-views-panes.node,
        .hero-area__sidebar .pane-block.node,
        .hero-area__sidebar .pane-entity-field.node {
          padding: 0 10px 10px 15px; } }
      @media (min-width: 1024px) {
        .sidebar-right__sidebar-hero .pane-views-panes.node,
        .sidebar-right__sidebar-hero .pane-block.node,
        .sidebar-right__sidebar-hero .pane-entity-field.node,
        .hero-area__sidebar .pane-views-panes.node,
        .hero-area__sidebar .pane-block.node,
        .hero-area__sidebar .pane-entity-field.node {
          padding-bottom: 10px; } }
  .sidebar-right__sidebar-hero .pane-custom .pane-title,
  .hero-area__sidebar .pane-custom .pane-title {
    font-size: 1.4em; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero .pane-custom .pane-title,
      .hero-area__sidebar .pane-custom .pane-title {
        color: #FFFFFF;
        font-size: 1.33333rem; } }

.sidebar-right__sidebar-content .pane-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 20px; }

.sidebar-right__sidebar-hero [class*="stri-events"],
.sidebar-right__sidebar-hero [class*="stri-news"],
.hero-area__sidebar [class*="stri-events"],
.hero-area__sidebar [class*="stri-news"] {
  display: inline-block;
  width: 100%;
  position: relative; }
  .sidebar-right__sidebar-hero [class*="stri-events"] .pane-title,
  .sidebar-right__sidebar-hero [class*="stri-news"] .pane-title,
  .hero-area__sidebar [class*="stri-events"] .pane-title,
  .hero-area__sidebar [class*="stri-news"] .pane-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #78797A; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero [class*="stri-events"] .pane-title,
      .sidebar-right__sidebar-hero [class*="stri-news"] .pane-title,
      .hero-area__sidebar [class*="stri-events"] .pane-title,
      .hero-area__sidebar [class*="stri-news"] .pane-title {
        display: block;
        margin-top: 0;
        border-bottom: 1px solid #FFFFFF;
        color: #FFFFFF; } }

.sidebar-right__sidebar-hero .pane-views-panes .slick__slide {
  display: inline-block;
  float: left;
  height: auto;
  min-height: unset; }

.panel-layout-stri_basic_withcontainer .hero-withcontainer__area-content_items, .panel-layout-stri_col_six_six_hero .hero-withcontainer__area-content_items {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  width: auto; }

.stri-col__five-seven .content-header {
  margin-bottom: 20px; }

.col-five__area {
  width: 100%; }
  .col-five__area .breadcrumb {
    color: #636466;
    padding: 0; }
    .col-five__area .breadcrumb a {
      color: #636466; }
      .col-five__area .breadcrumb a:hover {
        color: #636466; }
  .col-five__area h1 {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .col-five__area h1 {
        font-size: 3.5555rem; } }
  .col-five__area p {
    line-height: 1.7; }
    .col-five__area p:last-child {
      margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .col-five__area p:last-child {
      margin-bottom: 0; } }

.col-left__area {
  width: 100%; }
  .col-left__area .breadcrumb {
    padding: 0; }
  .col-left__area h1 {
    margin-bottom: 25px;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .col-left__area h1 {
        font-size: 3.5555rem; } }
  .col-left__area p {
    line-height: 1.7; }
    .col-left__area p:last-child {
      margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .col-left__area p:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .stri-col__six-six .col-md-offset-1 {
    margin-left: 3.33333%; } }

.hero-background__image {
  position: relative;
  height: auto; }
  @media screen and (min-width: 768px) {
    .hero-background__image {
      overflow: hidden; }
      .hero-background__image img {
        display: block;
        height: auto;
        width: 100%; } }

.hero-background__area-content {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero_content_seven h1 {
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 25px; }

.hero_content_seven a {
  color: #FFFFFF; }

.hero_content_seven p {
  color: #FFFFFF; }
  .hero_content_seven p:last-child {
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .hero_content_seven p:last-child {
        margin-bottom: 0; } }

.hero_content_seven .pane-node-field-stri-alternative-title p {
  color: #FFFFFF;
  margin-bottom: 25px; }

.hero-double__background-first {
  background: url("../images/bci_stationsmall.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #FFFFFF;
  line-height: 1.7;
  min-height: 420px;
  padding-bottom: 80px;
  padding-top: 30px; }

.hero-medium__area,
.hero-withcontainer__area,
.hero-nocontainer__area {
  position: relative; }

.hero-medium__area-content,
.hero-nocontainer__area-content {
  left: 0;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero-withcontainer__area-image {
  position: relative;
  overflow: hidden; }
  .hero-withcontainer__area-image .pane-node-field-stri-hero-image-alt {
    z-index: 0; }
    .hero-withcontainer__area-image .pane-node-field-stri-hero-image-alt .slick__slide .media--image {
      position: absolute; }
  .hero-withcontainer__area-image .hero-withcontainer__area-content_items .panel-pane {
    position: relative; }

.hero-medium__area {
  position: relative;
  overflow: hidden; }

.hero-medium__area-content_items,
.hero-withcontainer__area-content_items,
.hero-nocontainer__area-content_items {
  color: #FFFFFF;
  width: 100%; }
  .hero-medium__area-content_items .pane-node-title a,
  .hero-withcontainer__area-content_items .pane-node-title a,
  .hero-nocontainer__area-content_items .pane-node-title a {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-weight: 700; }
  .hero-medium__area-content_items h1,
  .hero-withcontainer__area-content_items h1,
  .hero-nocontainer__area-content_items h1 {
    color: #FFFFFF;
    line-height: 1em;
    margin-top: 5px; }
  .hero-medium__area-content_items a,
  .hero-withcontainer__area-content_items a,
  .hero-nocontainer__area-content_items a {
    color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .hero-medium__area-content_items,
    .hero-withcontainer__area-content_items,
    .hero-nocontainer__area-content_items {
      width: 100%; } }

.hero-area__content {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero-area__content-items {
  width: 100%; }
  @media screen and (min-width: 920px) {
    .hero-area__content-items {
      width: 75%; } }
  @media screen and (min-width: 1024px) {
    .hero-area__content-items {
      width: 80%; } }
  .hero-area__content-items a {
    color: #FFFFFF; }
  .hero-area__content-items h1 {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 3.5555rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1; }
    @media screen and (min-width: 1024px) {
      .hero-area__content-items h1 {
        font-size: 4.72222rem; } }
  .hero-area__content-items .pane-node-field-stri-alternative-title p {
    color: #FFFFFF;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit; }
  .hero-area__content-items .pane-node-field-stri-subtitle p {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .hero-area__content-items .pane-node-field-stri-subtitle p {
        font-size: 1rem; } }
  .hero-area__content-items .pane-node-field-stri-summary {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .hero-area__content-items .pane-node-field-stri-summary {
        margin-top: 40px;
        font-size: 1.11111rem; } }
    @media screen and (min-width: 1024px) {
      .hero-area__content-items .pane-node-field-stri-summary {
        margin-top: 60px; } }
    .hero-area__content-items .pane-node-field-stri-summary p {
      color: #FFFFFF;
      font-family: "Noto Serif", "sans-serif";
      font-size: 1.11111rem;
      font-style: italic;
      font-weight: 400;
      line-height: 1.25em; }
      @media screen and (min-width: 768px) {
        .hero-area__content-items .pane-node-field-stri-summary p {
          font-size: 2rem; } }
  .hero-area__content-items .pane-node-field-stri-geographic-position,
  .hero-area__content-items .pane-node-field-stri-geographic-positions {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-weight: 500;
    margin-top: 0;
    text-transform: initial; }
    @media screen and (min-width: 768px) {
      .hero-area__content-items .pane-node-field-stri-geographic-position,
      .hero-area__content-items .pane-node-field-stri-geographic-positions {
        font-size: 1rem; } }
    .hero-area__content-items .pane-node-field-stri-geographic-position p,
    .hero-area__content-items .pane-node-field-stri-geographic-positions p {
      margin-bottom: 0;
      color: #FFFFFF;
      font-family: "FFDINWebPro", "sans-serif"; }

.hero-withcontainer__area-image .hero-small-bg__area-info .pane-page-breadcrumb {
  margin-top: 35px; }

.hero-withcontainer__area-image .hero-small-bg__area-info .pane-title {
  font-size: 3.5555rem;
  color: #FFFFFF;
  margin-left: 0;
  margin-top: 0;
  line-height: 1;
  padding: 0; }

.hero-small-bg__area {
  margin-bottom: 20px; }

.hero-small-bg__area-full {
  position: relative; }

.hero-small-bg__area-info {
  height: 345px;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero-small-bg__area-info {
      padding: 0; } }

.hero-small-bg__area-full .hero-small-bg__area-info .breadcrumb {
  padding-top: 30px; }

.hero-small-bg__area-full .hero-small-bg__area-info .has-hero__bg .breadcrumb {
  padding-top: 0; }

.hero-small-bg__area-full .hero-small-bg__area-info .hero-small-bg__area-info {
  color: #000000;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero-small-bg__area-full .hero-small-bg__area-info .hero-small-bg__area-info {
      padding: 0; } }
  .hero-small-bg__area-full .hero-small-bg__area-info .hero-small-bg__area-info a {
    color: #000000; }

.has-hero__bg .hero-small-bg__area-info.has-bg {
  padding: 10px 0;
  width: 100%;
  color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .has-hero__bg .hero-small-bg__area-info.has-bg {
      padding: 30px 0; } }
  .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb a,
  .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb span {
    color: #FFFFFF; }
    .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb a:hover,
    .has-hero__bg .hero-small-bg__area-info.has-bg .breadcrumb span:hover {
      color: #FFFFFF; }
  .has-hero__bg .hero-small-bg__area-info.has-bg .pane-node-title a {
    color: #FFFFFF; }
  .has-hero__bg .hero-small-bg__area-info.has-bg h1 {
    color: #FFFFFF; }
  .has-hero__bg .hero-small-bg__area-info.has-bg a {
    color: #FFFFFF; }

.sidebar-right__image,
.hero-area__image {
  position: relative;
  width: 100%;
  overflow: unset; }
  @media (min-width: 768px) {
    .sidebar-right__image,
    .hero-area__image {
      width: 100%; } }
  @media (min-width: 920px) {
    .sidebar-right__image,
    .hero-area__image {
      height: 700px;
      margin-bottom: 20px;
      overflow: hidden; } }
  .sidebar-right__image > div:nth-child(1),
  .hero-area__image > div:nth-child(1) {
    position: relative;
    width: 100%;
    height: 100%; }
    @media (min-width: 920px) {
      .sidebar-right__image > div:nth-child(1),
      .hero-area__image > div:nth-child(1) {
        position: absolute;
        width: 100%;
        height: 100%; } }

.sidebar-right__content-hero {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow-y: hidden; }
  .sidebar-right__content-hero h1 {
    color: #FFFFFF; }

.sidebar-right__content-items .pane-node-field-stri-subtitle p {
  margin-bottom: 0; }

.sidebar-right__content-items .pane-node-field-stri-summary {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .sidebar-right__content-items .pane-node-field-stri-summary {
      margin-top: 30px; } }
  .sidebar-right__content-items .pane-node-field-stri-summary p {
    color: #FFFFFF;
    font-family: "Noto Serif", "sans-serif";
    font-size: 1.11111rem;
    font-style: italic;
    font-weight: 400; }

@media (min-width: 920px) {
  .sidebar-right__sidebar-hero > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    max-height: 910px; }
    .page-home .sidebar-right__sidebar-hero > div {
      height: 100%; } }

.sidebar-right__sidebar-hero,
.hero-area__sidebar {
  color: #78797A;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  background: none;
  bottom: 0;
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  overflow-x: hidden;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .sidebar-right__sidebar-hero,
    .hero-area__sidebar {
      float: none;
      width: 750px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 920px) {
    .sidebar-right__sidebar-hero,
    .hero-area__sidebar {
      background: rgba(0, 0, 0, 0.8);
      color: #FFFFFF;
      float: right;
      display: inline-block;
      height: 700px;
      margin: 0;
      padding: 0;
      width: 315px; } }
  .sidebar-right__sidebar-hero .container, .sidebar-right__sidebar-hero .content-area .pane-node-field-stri-summary, .content-area .sidebar-right__sidebar-hero .pane-node-field-stri-summary, .sidebar-right__sidebar-hero .hero .slide__caption, .hero .sidebar-right__sidebar-hero .slide__caption, .sidebar-right__sidebar-hero .pane-bundle-stri-special-links, .sidebar-right__sidebar-hero .pane-bundle-stri-two-col-ss, .sidebar-right__sidebar-hero .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info .sidebar-right__sidebar-hero .pane-content, .sidebar-right__sidebar-hero .node-type-event-course .content-header, .node-type-event-course .sidebar-right__sidebar-hero .content-header, .sidebar-right__sidebar-hero .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero .pane-node-title, .sidebar-right__sidebar-hero .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-created, .sidebar-right__sidebar-hero
  .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
  .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-field-stri-story-location,
  .hero-area__sidebar .container,
  .hero-area__sidebar .content-area .pane-node-field-stri-summary, .content-area
  .hero-area__sidebar .pane-node-field-stri-summary,
  .hero-area__sidebar .hero .slide__caption, .hero
  .hero-area__sidebar .slide__caption,
  .hero-area__sidebar .pane-bundle-stri-special-links,
  .hero-area__sidebar .pane-bundle-stri-two-col-ss,
  .hero-area__sidebar .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
  .hero-area__sidebar .pane-content,
  .hero-area__sidebar .node-type-event-course .content-header, .node-type-event-course
  .hero-area__sidebar .content-header,
  .hero-area__sidebar .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
  .hero-area__sidebar .pane-node-title,
  .hero-area__sidebar .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
  .hero-area__sidebar .pane-node-created,
  .hero-area__sidebar
  .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
  .node-type-story .stri-hero__background
  .hero-area__sidebar .pane-node-field-stri-story-location {
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 375px) {
      .sidebar-right__sidebar-hero .container, .sidebar-right__sidebar-hero .content-area .pane-node-field-stri-summary, .content-area .sidebar-right__sidebar-hero .pane-node-field-stri-summary, .sidebar-right__sidebar-hero .hero .slide__caption, .hero .sidebar-right__sidebar-hero .slide__caption, .sidebar-right__sidebar-hero .pane-bundle-stri-special-links, .sidebar-right__sidebar-hero .pane-bundle-stri-two-col-ss, .sidebar-right__sidebar-hero .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info .sidebar-right__sidebar-hero .pane-content, .sidebar-right__sidebar-hero .node-type-event-course .content-header, .node-type-event-course .sidebar-right__sidebar-hero .content-header, .sidebar-right__sidebar-hero .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero .pane-node-title, .sidebar-right__sidebar-hero .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-created, .sidebar-right__sidebar-hero
      .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
      .node-type-story .stri-hero__background .sidebar-right__sidebar-hero .pane-node-field-stri-story-location,
      .hero-area__sidebar .container,
      .hero-area__sidebar .content-area .pane-node-field-stri-summary, .content-area
      .hero-area__sidebar .pane-node-field-stri-summary,
      .hero-area__sidebar .hero .slide__caption, .hero
      .hero-area__sidebar .slide__caption,
      .hero-area__sidebar .pane-bundle-stri-special-links,
      .hero-area__sidebar .pane-bundle-stri-two-col-ss,
      .hero-area__sidebar .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
      .hero-area__sidebar .pane-content,
      .hero-area__sidebar .node-type-event-course .content-header, .node-type-event-course
      .hero-area__sidebar .content-header,
      .hero-area__sidebar .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
      .hero-area__sidebar .pane-node-title,
      .hero-area__sidebar .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
      .hero-area__sidebar .pane-node-created,
      .hero-area__sidebar
      .node-type-story .stri-hero__background .pane-node-field-stri-story-location,
      .node-type-story .stri-hero__background
      .hero-area__sidebar .pane-node-field-stri-story-location {
        clear: both;
        padding-left: 0;
        margin: 0; } }
  .sidebar-right__sidebar-hero .pane-title,
  .hero-area__sidebar .pane-title {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 700;
    border-bottom: 1px solid #78797A;
    text-transform: none; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero .pane-title,
      .hero-area__sidebar .pane-title {
        border-bottom: 1px solid #FFFFFF; } }
  .sidebar-right__sidebar-hero h4,
  .hero-area__sidebar h4 {
    margin-top: 20px;
    padding-bottom: 5px; }
  .sidebar-right__sidebar-hero h5,
  .hero-area__sidebar h5 {
    color: #292929;
    font-family: "FFDINWebPro", "sans-serif"; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero h5,
      .hero-area__sidebar h5 {
        color: #FFFFFF; } }
    @media (min-width: 1024px) {
      .sidebar-right__sidebar-hero h5,
      .hero-area__sidebar h5 {
        margin-bottom: 0; } }
  .sidebar-right__sidebar-hero p, .sidebar-right__sidebar-hero span, .sidebar-right__sidebar-hero a,
  .hero-area__sidebar p,
  .hero-area__sidebar span,
  .hero-area__sidebar a {
    color: #292929;
    font-family: "Noto Serif", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 300; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero p, .sidebar-right__sidebar-hero span, .sidebar-right__sidebar-hero a,
      .hero-area__sidebar p,
      .hero-area__sidebar span,
      .hero-area__sidebar a {
        color: #FFFFFF;
        font-size: 0.77778rem;
        line-height: 1.5;
        margin-bottom: 5px; } }
  .sidebar-right__sidebar-hero a,
  .hero-area__sidebar a {
    font-style: italic;
    text-decoration: none; }
  .sidebar-right__sidebar-hero .pane-views-panes,
  .sidebar-right__sidebar-hero .pane-block,
  .sidebar-right__sidebar-hero .pane-entity-field,
  .hero-area__sidebar .pane-views-panes,
  .hero-area__sidebar .pane-block,
  .hero-area__sidebar .pane-entity-field {
    padding: 0;
    width: 100%; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero .pane-views-panes,
      .sidebar-right__sidebar-hero .pane-block,
      .sidebar-right__sidebar-hero .pane-entity-field,
      .hero-area__sidebar .pane-views-panes,
      .hero-area__sidebar .pane-block,
      .hero-area__sidebar .pane-entity-field {
        padding: 25px; } }
    .sidebar-right__sidebar-hero .pane-views-panes.node,
    .sidebar-right__sidebar-hero .pane-block.node,
    .sidebar-right__sidebar-hero .pane-entity-field.node,
    .hero-area__sidebar .pane-views-panes.node,
    .hero-area__sidebar .pane-block.node,
    .hero-area__sidebar .pane-entity-field.node {
      padding: 0; }
      @media (min-width: 920px) {
        .sidebar-right__sidebar-hero .pane-views-panes.node,
        .sidebar-right__sidebar-hero .pane-block.node,
        .sidebar-right__sidebar-hero .pane-entity-field.node,
        .hero-area__sidebar .pane-views-panes.node,
        .hero-area__sidebar .pane-block.node,
        .hero-area__sidebar .pane-entity-field.node {
          padding: 0 10px 10px 15px; } }
      @media (min-width: 1024px) {
        .sidebar-right__sidebar-hero .pane-views-panes.node,
        .sidebar-right__sidebar-hero .pane-block.node,
        .sidebar-right__sidebar-hero .pane-entity-field.node,
        .hero-area__sidebar .pane-views-panes.node,
        .hero-area__sidebar .pane-block.node,
        .hero-area__sidebar .pane-entity-field.node {
          padding-bottom: 10px; } }
  .sidebar-right__sidebar-hero .pane-custom .pane-title,
  .hero-area__sidebar .pane-custom .pane-title {
    font-size: 1.4em; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero .pane-custom .pane-title,
      .hero-area__sidebar .pane-custom .pane-title {
        color: #FFFFFF;
        font-size: 1.33333rem; } }

.sidebar-right__sidebar-content .pane-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 20px; }

.sidebar-right__sidebar-hero [class*="stri-events"],
.sidebar-right__sidebar-hero [class*="stri-news"],
.hero-area__sidebar [class*="stri-events"],
.hero-area__sidebar [class*="stri-news"] {
  display: inline-block;
  width: 100%;
  position: relative; }
  .sidebar-right__sidebar-hero [class*="stri-events"] .pane-title,
  .sidebar-right__sidebar-hero [class*="stri-news"] .pane-title,
  .hero-area__sidebar [class*="stri-events"] .pane-title,
  .hero-area__sidebar [class*="stri-news"] .pane-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #78797A; }
    @media (min-width: 920px) {
      .sidebar-right__sidebar-hero [class*="stri-events"] .pane-title,
      .sidebar-right__sidebar-hero [class*="stri-news"] .pane-title,
      .hero-area__sidebar [class*="stri-events"] .pane-title,
      .hero-area__sidebar [class*="stri-news"] .pane-title {
        display: block;
        margin-top: 0;
        border-bottom: 1px solid #FFFFFF;
        color: #FFFFFF; } }

.sidebar-right__sidebar-hero .pane-views-panes .slick__slide {
  display: inline-block;
  float: left;
  height: auto;
  min-height: unset; }

.node-type-event-course h1 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-weight: 700;
  margin-top: 0; }
  .node-type-event-course h1 p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit; }

.node-type-event-course h4 {
  margin-top: 20px; }

.node-type-event-course h4.pane-title {
  margin-bottom: 0;
  margin-top: 10px; }

.node-type-event-course .field-name-field-stri-event-type {
  margin-top: 0; }

.node-type-event-course p {
  margin-bottom: 15px; }

.node-type-event-course .date-display-single {
  display: inline-block;
  margin-bottom: 10px; }

.pane-node-field-stri-event-flyer img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.pane-node-field-stri-event-contact a {
  color: #000000; }

.view-stri-events .slick__slide {
  height: auto;
  width: 100%; }

.event-summary__item-place p {
  font-size: 1em;
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: normal; }

.event-summary__item-summary {
  text-align: left; }
  .event-summary__item-summary h5 {
    font-size: 1.1rem; }

.event-summary__item {
  font-family: "FFDINWebPro", "sans-serif";
  margin-bottom: 0; }

.event-summary__item-title h5 {
  color: #292929;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize; }
  @media screen and (min-width: 920px) {
    .event-summary__item-title h5 {
      color: #FFFFFF;
      margin-bottom: 0;
      max-height: 75px;
      overflow: hidden; } }

.event-summary__item-summary {
  font-family: "Noto Serif", "sans-serif";
  font-weight: 300;
  margin-bottom: 5px;
  overflow: hidden; }
  .event-summary__item-summary p {
    line-height: 1.3; }

.event-summary__item-speaker .field-name-field-stri-event-speaker,
.event-summary__item-place > .field-name-field-stri-event-place,
.event-summary__item-date span {
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1; }

.event-summary__item-speaker .field-name-field-stri-event-speaker,
.event-summary__item-place > .field-name-field-stri-event-place {
  margin-bottom: 5px; }

.event-summary__item-date {
  margin-bottom: 10px; }
  .event-summary__item-date span {
    display: inline-block; }

.view-more__link {
  text-align: right; }
  .view-more__link a {
    font-weight: 300; }

.event-list__item-date,
.event-list__item-speaker p,
.event-list__item-place p {
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px; }

.event-list__item-date {
  font-weight: 700; }

@media (min-width: 1024px) {
  .node-type-facility .hero-area__content-items h1 {
    line-height: 0.9em; } }

.node-type-facility .hero-area__content .pane-bundle-stri-special-links {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .node-type-facility .hero-area__content .pane-bundle-stri-special-links {
      margin-top: 50px; } }

.node-type-facility .hero-area__content {
  pointer-events: none; }

.node-type-facility .hero-area__content-items {
  pointer-events: all; }

.pane-stri-featured-stories-stri-featured-stories-facilities {
  width: 100%; }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row {
        margin: 0;
        width: 33.33%; } }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row {
        width: 100%;
        margin-bottom: -18px; } }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-left: 10px;
      padding-top: 10px; } }
  .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-image img {
    display: inline-block;
    width: 100%;
    height: auto; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-image img {
        display: block;
        height: 110px;
        max-width: 178px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-title {
      padding-left: 12px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-title h4 {
      font-size: 1em; } }
  .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-footer {
        margin-top: 25px;
        text-align: right; } }
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-footer a {
      font-size: 0.77778rem; }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 9px; } }

.page-tropicos .pane-tropicos-magazine {
  margin-bottom: 60px; }
  @media (min-width: 920px) {
    .page-tropicos .pane-tropicos-magazine {
      margin-bottom: 120px; } }

.page-tropicos .hero-withcontainer__area {
  margin-bottom: 85px; }

.node-magazine .complete-list__item {
  margin: 0; }

.node-magazine .magazine__info h2, .node-magazine .magazine__info h3, .node-magazine .magazine__info h4 {
  margin-bottom: 0;
  margin-top: 0; }

.node-magazine .magazine__info .magazine__title {
  margin-bottom: 5px; }

.node-magazine .magazine__info .magazine__subtitle {
  margin-bottom: 25px; }

.node-magazine .magazine__summary {
  font-size: 1.11111rem; }

.node-magazine .magazine__pdf .file img {
  display: none; }

.node-magazine .magazine__pdf .file a {
  background-image: url("../images/svg/i-pdf.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 5px 12px 6px 35px;
  margin-top: 0;
  color: #000000; }

.node-magazine .magazine__pdf .file span {
  display: none; }

.node-magazine .magazine__image {
  margin-bottom: 40px; }
  @media (min-width: 920px) {
    .node-magazine .magazine__image {
      margin-bottom: 0; } }
  .node-magazine .magazine__image img {
    display: block;
    height: auto;
    width: 100%; }

.magazine--all-issues {
  margin-left: -10px;
  margin-right: -10px; }
  .magazine--all-issues .views-row {
    position: relative;
    float: left;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 375px) and (max-width: 767px) {
      .magazine--all-issues .views-row {
        width: 50%; }
        .magazine--all-issues .views-row:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 768px) and (max-width: 919px) {
      .magazine--all-issues .views-row {
        width: 33%; }
        .magazine--all-issues .views-row:nth-child(3n+1) {
          clear: both; } }
    @media (min-width: 920px) {
      .magazine--all-issues .views-row {
        width: 20%; }
        .magazine--all-issues .views-row:nth-child(5n+1) {
          clear: both; } }
  .magazine--all-issues .magazine__title {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 5px; }
  .magazine--all-issues .magazine__date {
    font-size: 0.77778rem;
    margin-bottom: 5px; }
  .magazine--all-issues .node-magazine .magazine__pdf a {
    background-size: 24px;
    font-size: 0.77778rem;
    padding: 2px 12px 4px 25px; }

.node-type-page .hero-withcontainer__area-content_items {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  top: 0; }
  @media screen and (min-width: 920px) {
    .node-type-page .hero-withcontainer__area-content_items {
      width: inherit; } }

.node-type-page .pane-node-title h4 {
  color: #FFFFFF;
  font-size: 1.125rem; }

.node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero,
.node-type-scientist .sidebar-right__image .sidebar-right__content-hero,
.node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content > .slick-slider,
.node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content .slick__slide {
  height: 80vh;
  min-height: 700px;
  max-height: none; }
  @media (min-width: 375px) {
    .node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero,
    .node-type-scientist .sidebar-right__image .sidebar-right__content-hero,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content > .slick-slider,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content .slick__slide {
      min-height: 620px; } }
  @media (min-width: 768px) {
    .node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero,
    .node-type-scientist .sidebar-right__image .sidebar-right__content-hero,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content > .slick-slider,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content .slick__slide {
      width: 100%;
      height: 700px;
      max-height: 700px;
      min-height: 700px; } }

.node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero {
  position: relative; }
  @media (min-width: 920px) {
    .node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero {
      position: absolute; } }

.node-type-scientist .sidebar-right__image .sidebar-right__content-hero {
  position: absolute; }
  .node-type-scientist .sidebar-right__image .sidebar-right__content-hero h1 {
    margin-bottom: 0; }

.node-type-scientist .sidebar-right__image .pane-node-title {
  top: 60px; }
  .node-type-scientist .sidebar-right__image .pane-node-title h1 {
    color: #FFFFFF;
    margin-bottom: 5px;
    width: 50%; }

.node-type-scientist .sidebar-right__image .pane-bundle-stri-special-links {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .node-type-scientist .sidebar-right__image .pane-bundle-stri-special-links {
      margin-top: 50px; } }

.node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero {
  position: relative;
  overflow: hidden; }
  .node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero .pane-node-field-stri-scientist-blogs a {
    font-style: normal; }

.node-type-scientist .sidebar-right__content-items {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .node-type-scientist .sidebar-right__content-items {
      width: 70%; } }
  @media screen and (min-width: 1024px) {
    .node-type-scientist .sidebar-right__content-items {
      width: 60%; } }

.node-type-scientist .sidebar-right__sidebar-content {
  margin-top: 0; }
  .node-type-scientist .sidebar-right__sidebar-content .pane-custom p {
    margin-bottom: 10px;
    line-height: 1.45em; }
  .node-type-scientist .sidebar-right__sidebar-content .pane-custom a {
    color: #000000;
    text-decoration: underline; }

.node-type-scientist .ui-widget {
  font-size: 1em; }

.node-type-scientist h2 {
  margin-top: 0; }

.node-type-scientist .pane-node-field-stri-summary {
  height: 30vh; }
  @media (min-width: 768px) {
    .node-type-scientist .pane-node-field-stri-summary {
      height: auto; } }
  .node-type-scientist .pane-node-field-stri-summary p {
    display: none; }
    @media (min-width: 768px) {
      .node-type-scientist .pane-node-field-stri-summary p {
        display: inline;
        font-size: 1.11111rem;
        line-height: 1.54; } }
    .node-type-scientist .pane-node-field-stri-summary p::before {
      content: open-quote; }
    .node-type-scientist .pane-node-field-stri-summary p::after {
      content: close-quote; }

.pane-node-field-stri-discipline-public span,
.pane-node-field-stri-discipline-public a {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: none; }
  .pane-node-field-stri-discipline-public span::after,
  .pane-node-field-stri-discipline-public a::after {
    content: ',';
    color: #FFFFFF; }
  .pane-node-field-stri-discipline-public span:last-child::after,
  .pane-node-field-stri-discipline-public a:last-child::after {
    content: ''; }

.pane-node-field-stri-scientist-pub a,
.pane-node-field-stri-scientist-pub-email a,
.pane-node-field-stri-scientist-blogs a {
  line-height: 1.3; }

.pane-stri-featured-stories-stri-featured-stories-scientist {
  width: 100%; }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row {
        margin: 0;
        width: 33.33%; } }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row {
        width: 100%;
        margin-bottom: -18px; } }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-left: 10px;
      padding-top: 10px; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-image img {
    display: inline-block;
    width: 100%;
    height: auto; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-image img {
        display: block;
        height: 110px;
        max-width: 178px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-title {
      padding-left: 12px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-title h4 {
      font-size: 1em; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-footer {
        margin-top: 25px;
        text-align: right; } }
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-footer a {
      font-size: 0.77778rem; }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 9px; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .pane-title {
    margin-bottom: 30px; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .pane-title {
        margin-bottom: 20px; } }

.pane-node-field-stri-scientist-ro h4,
.pane-node-field-stri-scientist-rf h4 {
  color: #006A3A;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; }

.pane-node-field-stri-scientist-ro a,
.pane-node-field-stri-scientist-rf a {
  text-decoration: underline; }
  .pane-node-field-stri-scientist-ro a:hover, .pane-node-field-stri-scientist-ro a:focus,
  .pane-node-field-stri-scientist-rf a:hover,
  .pane-node-field-stri-scientist-rf a:focus {
    text-decoration: underline; }

.pane-node-field-stri-scientist-rp {
  max-height: unset;
  overflow: hidden;
  width: 100%; }
  .pane-node-field-stri-scientist-rp p,
  .pane-node-field-stri-scientist-rp div {
    color: #000000;
    font-family: "Noto Serif", "sans-serif";
    font-size: 0.77778rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.42em;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (min-width: 920px) {
      .pane-node-field-stri-scientist-rp p,
      .pane-node-field-stri-scientist-rp div {
        color: #FFFFFF; } }
  @media (min-width: 920px) {
    .pane-node-field-stri-scientist-rp .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 10px; } }

.pane-node-field-stri-scientist-blogs .field-collection-view {
  margin-bottom: 5px; }

.field-name-field-stri-scientist-ro {
  margin-bottom: 30px; }

.field-name-field-stri-scientist-pub a,
.pane-node-field-stri-scientist-blogs a,
.field-name-field-stri-scientist-pub-email a {
  color: #000000;
  text-decoration: underline; }

.field-name-field-stri-scientist-phone {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500; }

.pane-node-field-stri-scientist-fb a {
  background-image: url("../images/social-icons/i-link-fb__gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 35px; }

.pane-node-field-stri-scientist-tw a {
  background-image: url("../images/social-icons/i-link-tw__gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 35px; }

.pane-node-field-stri-scientist-gplus a {
  background-image: url("../images/social-icons/i-link-google__gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 36px; }

.pane-node-field-stri-scientist-fb,
.pane-node-field-stri-scientist-tw,
.pane-node-field-stri-scientist-gplus {
  margin-right: 10px;
  margin-top: 30px;
  display: inline-block; }
  .pane-node-field-stri-scientist-fb a,
  .pane-node-field-stri-scientist-tw a,
  .pane-node-field-stri-scientist-gplus a {
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap; }

.pane-node-field-stri-scientist-cv,
.pane-node-field-stri-scientist-external-cv {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .pane-node-field-stri-scientist-cv,
    .pane-node-field-stri-scientist-external-cv {
      font-size: 1em; } }
  .pane-node-field-stri-scientist-cv .file img,
  .pane-node-field-stri-scientist-external-cv .file img {
    display: none; }
  .pane-node-field-stri-scientist-cv .file span,
  .pane-node-field-stri-scientist-external-cv .file span {
    display: none; }
  .pane-node-field-stri-scientist-cv a,
  .pane-node-field-stri-scientist-external-cv a {
    display: inline-block;
    height: 40px;
    color: #000000;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    background-image: url("../images/svg/i-pdf.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8px 12px 8px 45px;
    margin-top: 0;
    text-decoration: none; }

.scientist-reference .table-stripped {
  width: 75%;
  padding-bottom: 30px; }

.scientist-reference .bibliography-year, .scientist-reference .publication-year {
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  padding-bottom: 5px; }

.scientist-reference .bibliography-item,
.scientist-reference .publication-item {
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  line-height: 1.7;
  padding-bottom: 32px; }
  .scientist-reference .bibliography-item p,
  .scientist-reference .publication-item p {
    margin-bottom: 0; }
  .scientist-reference .bibliography-item .journal-link,
  .scientist-reference .publication-item .journal-link {
    margin-top: 12px; }
  .scientist-reference .bibliography-item .journal-link a,
  .scientist-reference .publication-item .journal-link a {
    text-decoration: underline; }

.pane-stri-projects-stories-stri-scientist-colaboration-stories,
.pane-stri-projects-stories-stri-scientist-related-stories {
  margin-bottom: 60px; }

.node-type-story .stri-hero__background .hero-background__area-content h1 {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .node-type-story .stri-hero__background .hero-background__area-content h1 {
      font-size: 4.72222rem; } }

.node-type-story .stri-hero__background .pane-node-field-stri-subtitle {
  margin-bottom: 20px; }
  .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
    margin-bottom: 10px;
    line-height: 1.25; }

.node-type-story .stri-hero__background .pane-bundle-stri-special-links {
  clear: both; }

.node-type-story .stri-hero__background .pane-node-field-stri-story-scientist {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.node-type-story .pane-node-created {
  margin-bottom: 20px; }
  .node-type-story .pane-node-created .pane-content {
    color: #000000;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1; }
  .node-type-story .pane-node-created + .pane-node-field-stri-story-location {
    margin-top: -20px; }

.node-type-story .pane-node-field-stri-story-location p {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.4em; }

@media (min-width: 992px) {
  .node-type-story .pane-bundle-stri-content-section .col-md-3 {
    margin-left: 0; } }

.stri-story-simple .pane-page-breadcrumb a, .stri-story-simple .pane-page-breadcrumb span {
  color: #292929; }

.stri-story-simple .hero {
  background-color: #FFFFFF; }

.stri-story-simple .pane-node-field-stri-subtitle {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .stri-story-simple .pane-node-field-stri-subtitle {
      margin-bottom: 60px; } }
  .stri-story-simple .pane-node-field-stri-subtitle p {
    color: #292929;
    margin-bottom: 25px; }

.stri-story-simple .pane-node-field-stri-alternative-title p,
.stri-story-simple .pane-node-title h1 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px; }

.stri-story-simple .pane-node-title h1 {
  text-transform: none; }

@media (min-width: 768px) {
  .stri-story-simple .pane-node-field-stri-subtitle {
    margin-bottom: 30px; } }

.stri-story-simple .pane-node-field-stri-summary .pane-content {
  padding-left: 0; }

.stri-story-simple .content-area {
  margin-top: 0; }

.page-node-project-stories .content-area .pane-node-title, .page-node-publications .content-area .pane-node-title, .page-node-bibliography .content-area .pane-node-title, .page-node-project-stories .content-area .pane-title, .page-node-publications .content-area .pane-title, .page-node-bibliography .content-area .pane-title {
  margin-top: 25px;
  margin-bottom: 25px; }

.page-node-project-stories .content-area .pane-stri-projects-stories-stri-scientist-related-stories, .page-node-publications .content-area .pane-stri-projects-stories-stri-scientist-related-stories, .page-node-bibliography .content-area .pane-stri-projects-stories-stri-scientist-related-stories {
  margin-bottom: 40px; }
  .page-node-project-stories .content-area .pane-stri-projects-stories-stri-scientist-related-stories .views-row, .page-node-publications .content-area .pane-stri-projects-stories-stri-scientist-related-stories .views-row, .page-node-bibliography .content-area .pane-stri-projects-stories-stri-scientist-related-stories .views-row {
    margin-bottom: 20px; }

.page-node-project-stories .content-area .view-mode__item-title h4, .page-node-publications .content-area .view-mode__item-title h4, .page-node-bibliography .content-area .view-mode__item-title h4 {
  font-weight: 700; }
  @media (min-width: 991px) {
    .page-node-project-stories .content-area .view-mode__item-title h4, .page-node-publications .content-area .view-mode__item-title h4, .page-node-bibliography .content-area .view-mode__item-title h4 {
      font-size: 2.2em; } }

.page-node-project-stories .content-area .view-mode__item-title.is-absolute, .page-node-publications .content-area .view-mode__item-title.is-absolute, .page-node-bibliography .content-area .view-mode__item-title.is-absolute {
  padding-top: 5px; }

.page-node-project-stories .content-area .view-mode__item-subtitle, .page-node-publications .content-area .view-mode__item-subtitle, .page-node-bibliography .content-area .view-mode__item-subtitle {
  font-size: 1.1em;
  margin-top: 7px; }

.page-node-project-stories .content-area .view-mode__item-discipline, .page-node-publications .content-area .view-mode__item-discipline, .page-node-bibliography .content-area .view-mode__item-discipline {
  margin-top: 3px; }

.page-node-project-stories .content-area .view-mode__item-discipline a, .page-node-publications .content-area .view-mode__item-discipline a, .page-node-bibliography .content-area .view-mode__item-discipline a {
  font-size: 1.1em; }

.pane-node-webform {
  margin-top: 60px; }

.node-type-event-course h1 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-weight: 700;
  margin-top: 0; }
  .node-type-event-course h1 p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: inherit; }

.node-type-event-course h4 {
  margin-top: 20px; }

.node-type-event-course h4.pane-title {
  margin-bottom: 0;
  margin-top: 10px; }

.node-type-event-course .field-name-field-stri-event-type {
  margin-top: 0; }

.node-type-event-course p {
  margin-bottom: 15px; }

.node-type-event-course .date-display-single {
  display: inline-block;
  margin-bottom: 10px; }

.pane-node-field-stri-event-flyer img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.pane-node-field-stri-event-contact a {
  color: #000000; }

.view-stri-events .slick__slide {
  height: auto;
  width: 100%; }

.event-summary__item-place p {
  font-size: 1em;
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: normal; }

.event-summary__item-summary {
  text-align: left; }
  .event-summary__item-summary h5 {
    font-size: 1.1rem; }

.event-summary__item {
  font-family: "FFDINWebPro", "sans-serif";
  margin-bottom: 0; }

.event-summary__item-title h5 {
  color: #292929;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize; }
  @media screen and (min-width: 920px) {
    .event-summary__item-title h5 {
      color: #FFFFFF;
      margin-bottom: 0;
      max-height: 75px;
      overflow: hidden; } }

.event-summary__item-summary {
  font-family: "Noto Serif", "sans-serif";
  font-weight: 300;
  margin-bottom: 5px;
  overflow: hidden; }
  .event-summary__item-summary p {
    line-height: 1.3; }

.event-summary__item-speaker .field-name-field-stri-event-speaker,
.event-summary__item-place > .field-name-field-stri-event-place,
.event-summary__item-date span {
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1; }

.event-summary__item-speaker .field-name-field-stri-event-speaker,
.event-summary__item-place > .field-name-field-stri-event-place {
  margin-bottom: 5px; }

.event-summary__item-date {
  margin-bottom: 10px; }
  .event-summary__item-date span {
    display: inline-block; }

.view-more__link {
  text-align: right; }
  .view-more__link a {
    font-weight: 300; }

.event-list__item-date,
.event-list__item-speaker p,
.event-list__item-place p {
  font-family: "FFDINWebPro", "sans-serif";
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px; }

.event-list__item-date {
  font-weight: 700; }

@media (min-width: 1024px) {
  .node-type-facility .hero-area__content-items h1 {
    line-height: 0.9em; } }

.node-type-facility .hero-area__content .pane-bundle-stri-special-links {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .node-type-facility .hero-area__content .pane-bundle-stri-special-links {
      margin-top: 50px; } }

.node-type-facility .hero-area__content {
  pointer-events: none; }

.node-type-facility .hero-area__content-items {
  pointer-events: all; }

.pane-stri-featured-stories-stri-featured-stories-facilities {
  width: 100%; }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row {
        margin: 0;
        width: 33.33%; } }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .views-row {
        width: 100%;
        margin-bottom: -18px; } }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-left: 10px;
      padding-top: 10px; } }
  .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-image img {
    display: inline-block;
    width: 100%;
    height: auto; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-image img {
        display: block;
        height: 110px;
        max-width: 178px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-title {
      padding-left: 12px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-mode__item-title h4 {
      font-size: 1em; } }
  .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-footer {
        margin-top: 25px;
        text-align: right; } }
    .pane-stri-featured-stories-stri-featured-stories-facilities .view-stri-featured-stories .view-footer a {
      font-size: 0.77778rem; }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-facilities .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 9px; } }

.page-tropicos .pane-tropicos-magazine {
  margin-bottom: 60px; }
  @media (min-width: 920px) {
    .page-tropicos .pane-tropicos-magazine {
      margin-bottom: 120px; } }

.page-tropicos .hero-withcontainer__area {
  margin-bottom: 85px; }

.node-magazine .complete-list__item {
  margin: 0; }

.node-magazine .magazine__info h2, .node-magazine .magazine__info h3, .node-magazine .magazine__info h4 {
  margin-bottom: 0;
  margin-top: 0; }

.node-magazine .magazine__info .magazine__title {
  margin-bottom: 5px; }

.node-magazine .magazine__info .magazine__subtitle {
  margin-bottom: 25px; }

.node-magazine .magazine__summary {
  font-size: 1.11111rem; }

.node-magazine .magazine__pdf .file img {
  display: none; }

.node-magazine .magazine__pdf .file a {
  background-image: url("../images/svg/i-pdf.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 5px 12px 6px 35px;
  margin-top: 0;
  color: #000000; }

.node-magazine .magazine__pdf .file span {
  display: none; }

.node-magazine .magazine__image {
  margin-bottom: 40px; }
  @media (min-width: 920px) {
    .node-magazine .magazine__image {
      margin-bottom: 0; } }
  .node-magazine .magazine__image img {
    display: block;
    height: auto;
    width: 100%; }

.magazine--all-issues {
  margin-left: -10px;
  margin-right: -10px; }
  .magazine--all-issues .views-row {
    position: relative;
    float: left;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 375px) and (max-width: 767px) {
      .magazine--all-issues .views-row {
        width: 50%; }
        .magazine--all-issues .views-row:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 768px) and (max-width: 919px) {
      .magazine--all-issues .views-row {
        width: 33%; }
        .magazine--all-issues .views-row:nth-child(3n+1) {
          clear: both; } }
    @media (min-width: 920px) {
      .magazine--all-issues .views-row {
        width: 20%; }
        .magazine--all-issues .views-row:nth-child(5n+1) {
          clear: both; } }
  .magazine--all-issues .magazine__title {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 5px; }
  .magazine--all-issues .magazine__date {
    font-size: 0.77778rem;
    margin-bottom: 5px; }
  .magazine--all-issues .node-magazine .magazine__pdf a {
    background-size: 24px;
    font-size: 0.77778rem;
    padding: 2px 12px 4px 25px; }

.node-type-page .hero-withcontainer__area-content_items {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  top: 0; }
  @media screen and (min-width: 920px) {
    .node-type-page .hero-withcontainer__area-content_items {
      width: inherit; } }

.node-type-page .pane-node-title h4 {
  color: #FFFFFF;
  font-size: 1.125rem; }

.node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero,
.node-type-scientist .sidebar-right__image .sidebar-right__content-hero,
.node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content > .slick-slider,
.node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content .slick__slide {
  height: 80vh;
  min-height: 700px;
  max-height: none; }
  @media (min-width: 375px) {
    .node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero,
    .node-type-scientist .sidebar-right__image .sidebar-right__content-hero,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content > .slick-slider,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content .slick__slide {
      min-height: 620px; } }
  @media (min-width: 768px) {
    .node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero,
    .node-type-scientist .sidebar-right__image .sidebar-right__content-hero,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content > .slick-slider,
    .node-type-scientist .sidebar-right__image .slick--optionset--stri-hero-slider-no-content .slick__slide {
      width: 100%;
      height: 700px;
      max-height: 700px;
      min-height: 700px; } }

.node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero {
  position: relative; }
  @media (min-width: 920px) {
    .node-type-scientist .sidebar-right__image .pane-node-field-stri-image-slide-hero {
      position: absolute; } }

.node-type-scientist .sidebar-right__image .sidebar-right__content-hero {
  position: absolute; }
  .node-type-scientist .sidebar-right__image .sidebar-right__content-hero h1 {
    margin-bottom: 0; }

.node-type-scientist .sidebar-right__image .pane-node-title {
  top: 60px; }
  .node-type-scientist .sidebar-right__image .pane-node-title h1 {
    color: #FFFFFF;
    margin-bottom: 5px;
    width: 50%; }

.node-type-scientist .sidebar-right__image .pane-bundle-stri-special-links {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .node-type-scientist .sidebar-right__image .pane-bundle-stri-special-links {
      margin-top: 50px; } }

.node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero {
  position: relative;
  overflow: hidden; }
  .node-type-scientist .sidebar-right__image .sidebar-right__sidebar-hero .pane-node-field-stri-scientist-blogs a {
    font-style: normal; }

.node-type-scientist .sidebar-right__content-items {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .node-type-scientist .sidebar-right__content-items {
      width: 70%; } }
  @media screen and (min-width: 1024px) {
    .node-type-scientist .sidebar-right__content-items {
      width: 60%; } }

.node-type-scientist .sidebar-right__sidebar-content {
  margin-top: 0; }
  .node-type-scientist .sidebar-right__sidebar-content .pane-custom p {
    margin-bottom: 10px;
    line-height: 1.45em; }
  .node-type-scientist .sidebar-right__sidebar-content .pane-custom a {
    color: #000000;
    text-decoration: underline; }

.node-type-scientist .ui-widget {
  font-size: 1em; }

.node-type-scientist h2 {
  margin-top: 0; }

.node-type-scientist .pane-node-field-stri-summary {
  height: 30vh; }
  @media (min-width: 768px) {
    .node-type-scientist .pane-node-field-stri-summary {
      height: auto; } }
  .node-type-scientist .pane-node-field-stri-summary p {
    display: none; }
    @media (min-width: 768px) {
      .node-type-scientist .pane-node-field-stri-summary p {
        display: inline;
        font-size: 1.11111rem;
        line-height: 1.54; } }
    .node-type-scientist .pane-node-field-stri-summary p::before {
      content: open-quote; }
    .node-type-scientist .pane-node-field-stri-summary p::after {
      content: close-quote; }

.pane-node-field-stri-discipline-public span,
.pane-node-field-stri-discipline-public a {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: none; }
  .pane-node-field-stri-discipline-public span::after,
  .pane-node-field-stri-discipline-public a::after {
    content: ',';
    color: #FFFFFF; }
  .pane-node-field-stri-discipline-public span:last-child::after,
  .pane-node-field-stri-discipline-public a:last-child::after {
    content: ''; }

.pane-node-field-stri-scientist-pub a,
.pane-node-field-stri-scientist-pub-email a,
.pane-node-field-stri-scientist-blogs a {
  line-height: 1.3; }

.pane-stri-featured-stories-stri-featured-stories-scientist {
  width: 100%; }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row {
        margin: 0;
        width: 33.33%; } }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .views-row {
        width: 100%;
        margin-bottom: -18px; } }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-left: 10px;
      padding-top: 10px; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-image img {
    display: inline-block;
    width: 100%;
    height: auto; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-image img {
        display: block;
        height: 110px;
        max-width: 178px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-title {
      padding-left: 12px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-mode__item-title h4 {
      font-size: 1em; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-footer {
        margin-top: 25px;
        text-align: right; } }
    .pane-stri-featured-stories-stri-featured-stories-scientist .view-stri-featured-stories .view-footer a {
      font-size: 0.77778rem; }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-scientist .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 9px; } }
  .pane-stri-featured-stories-stri-featured-stories-scientist .pane-title {
    margin-bottom: 30px; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-scientist .pane-title {
        margin-bottom: 20px; } }

.pane-node-field-stri-scientist-ro h4,
.pane-node-field-stri-scientist-rf h4 {
  color: #006A3A;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; }

.pane-node-field-stri-scientist-ro a,
.pane-node-field-stri-scientist-rf a {
  text-decoration: underline; }
  .pane-node-field-stri-scientist-ro a:hover, .pane-node-field-stri-scientist-ro a:focus,
  .pane-node-field-stri-scientist-rf a:hover,
  .pane-node-field-stri-scientist-rf a:focus {
    text-decoration: underline; }

.pane-node-field-stri-scientist-rp {
  max-height: unset;
  overflow: hidden;
  width: 100%; }
  .pane-node-field-stri-scientist-rp p,
  .pane-node-field-stri-scientist-rp div {
    color: #000000;
    font-family: "Noto Serif", "sans-serif";
    font-size: 0.77778rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.42em;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (min-width: 920px) {
      .pane-node-field-stri-scientist-rp p,
      .pane-node-field-stri-scientist-rp div {
        color: #FFFFFF; } }
  @media (min-width: 920px) {
    .pane-node-field-stri-scientist-rp .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 10px; } }

.pane-node-field-stri-scientist-blogs .field-collection-view {
  margin-bottom: 5px; }

.field-name-field-stri-scientist-ro {
  margin-bottom: 30px; }

.field-name-field-stri-scientist-pub a,
.pane-node-field-stri-scientist-blogs a,
.field-name-field-stri-scientist-pub-email a {
  color: #000000;
  text-decoration: underline; }

.field-name-field-stri-scientist-phone {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 500; }

.pane-node-field-stri-scientist-fb a {
  background-image: url("../images/social-icons/i-link-fb__gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 35px; }

.pane-node-field-stri-scientist-tw a {
  background-image: url("../images/social-icons/i-link-tw__gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 35px; }

.pane-node-field-stri-scientist-gplus a {
  background-image: url("../images/social-icons/i-link-google__gray.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 36px; }

.pane-node-field-stri-scientist-fb,
.pane-node-field-stri-scientist-tw,
.pane-node-field-stri-scientist-gplus {
  margin-right: 10px;
  margin-top: 30px;
  display: inline-block; }
  .pane-node-field-stri-scientist-fb a,
  .pane-node-field-stri-scientist-tw a,
  .pane-node-field-stri-scientist-gplus a {
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap; }

.pane-node-field-stri-scientist-cv,
.pane-node-field-stri-scientist-external-cv {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .pane-node-field-stri-scientist-cv,
    .pane-node-field-stri-scientist-external-cv {
      font-size: 1em; } }
  .pane-node-field-stri-scientist-cv .file img,
  .pane-node-field-stri-scientist-external-cv .file img {
    display: none; }
  .pane-node-field-stri-scientist-cv .file span,
  .pane-node-field-stri-scientist-external-cv .file span {
    display: none; }
  .pane-node-field-stri-scientist-cv a,
  .pane-node-field-stri-scientist-external-cv a {
    display: inline-block;
    height: 40px;
    color: #000000;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    background-image: url("../images/svg/i-pdf.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8px 12px 8px 45px;
    margin-top: 0;
    text-decoration: none; }

.scientist-reference .table-stripped {
  width: 75%;
  padding-bottom: 30px; }

.scientist-reference .bibliography-year, .scientist-reference .publication-year {
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  padding-bottom: 5px; }

.scientist-reference .bibliography-item,
.scientist-reference .publication-item {
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  line-height: 1.7;
  padding-bottom: 32px; }
  .scientist-reference .bibliography-item p,
  .scientist-reference .publication-item p {
    margin-bottom: 0; }
  .scientist-reference .bibliography-item .journal-link,
  .scientist-reference .publication-item .journal-link {
    margin-top: 12px; }
  .scientist-reference .bibliography-item .journal-link a,
  .scientist-reference .publication-item .journal-link a {
    text-decoration: underline; }

.pane-stri-projects-stories-stri-scientist-colaboration-stories,
.pane-stri-projects-stories-stri-scientist-related-stories {
  margin-bottom: 60px; }

.node-type-story .stri-hero__background .hero-background__area-content h1 {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .node-type-story .stri-hero__background .hero-background__area-content h1 {
      font-size: 4.72222rem; } }

.node-type-story .stri-hero__background .pane-node-field-stri-subtitle {
  margin-bottom: 20px; }
  .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
    margin-bottom: 10px;
    line-height: 1.25; }

.node-type-story .stri-hero__background .pane-bundle-stri-special-links {
  clear: both; }

.node-type-story .stri-hero__background .pane-node-field-stri-story-scientist {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.node-type-story .pane-node-created {
  margin-bottom: 20px; }
  .node-type-story .pane-node-created .pane-content {
    color: #000000;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1; }
  .node-type-story .pane-node-created + .pane-node-field-stri-story-location {
    margin-top: -20px; }

.node-type-story .pane-node-field-stri-story-location p {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.4em; }

@media (min-width: 992px) {
  .node-type-story .pane-bundle-stri-content-section .col-md-3 {
    margin-left: 0; } }

.stri-story-simple .pane-page-breadcrumb a, .stri-story-simple .pane-page-breadcrumb span {
  color: #292929; }

.stri-story-simple .hero {
  background-color: #FFFFFF; }

.stri-story-simple .pane-node-field-stri-subtitle {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .stri-story-simple .pane-node-field-stri-subtitle {
      margin-bottom: 60px; } }
  .stri-story-simple .pane-node-field-stri-subtitle p {
    color: #292929;
    margin-bottom: 25px; }

.stri-story-simple .pane-node-field-stri-alternative-title p,
.stri-story-simple .pane-node-title h1 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px; }

.stri-story-simple .pane-node-title h1 {
  text-transform: none; }

@media (min-width: 768px) {
  .stri-story-simple .pane-node-field-stri-subtitle {
    margin-bottom: 30px; } }

.stri-story-simple .pane-node-field-stri-summary .pane-content {
  padding-left: 0; }

.stri-story-simple .content-area {
  margin-top: 0; }

.page-node-project-stories .content-area .pane-node-title, .page-node-publications .content-area .pane-node-title, .page-node-bibliography .content-area .pane-node-title, .page-node-project-stories .content-area .pane-title, .page-node-publications .content-area .pane-title, .page-node-bibliography .content-area .pane-title {
  margin-top: 25px;
  margin-bottom: 25px; }

.page-node-project-stories .content-area .pane-stri-projects-stories-stri-scientist-related-stories, .page-node-publications .content-area .pane-stri-projects-stories-stri-scientist-related-stories, .page-node-bibliography .content-area .pane-stri-projects-stories-stri-scientist-related-stories {
  margin-bottom: 40px; }
  .page-node-project-stories .content-area .pane-stri-projects-stories-stri-scientist-related-stories .views-row, .page-node-publications .content-area .pane-stri-projects-stories-stri-scientist-related-stories .views-row, .page-node-bibliography .content-area .pane-stri-projects-stories-stri-scientist-related-stories .views-row {
    margin-bottom: 20px; }

.page-node-project-stories .content-area .view-mode__item-title h4, .page-node-publications .content-area .view-mode__item-title h4, .page-node-bibliography .content-area .view-mode__item-title h4 {
  font-weight: 700; }
  @media (min-width: 991px) {
    .page-node-project-stories .content-area .view-mode__item-title h4, .page-node-publications .content-area .view-mode__item-title h4, .page-node-bibliography .content-area .view-mode__item-title h4 {
      font-size: 2.2em; } }

.page-node-project-stories .content-area .view-mode__item-title.is-absolute, .page-node-publications .content-area .view-mode__item-title.is-absolute, .page-node-bibliography .content-area .view-mode__item-title.is-absolute {
  padding-top: 5px; }

.page-node-project-stories .content-area .view-mode__item-subtitle, .page-node-publications .content-area .view-mode__item-subtitle, .page-node-bibliography .content-area .view-mode__item-subtitle {
  font-size: 1.1em;
  margin-top: 7px; }

.page-node-project-stories .content-area .view-mode__item-discipline, .page-node-publications .content-area .view-mode__item-discipline, .page-node-bibliography .content-area .view-mode__item-discipline {
  margin-top: 3px; }

.page-node-project-stories .content-area .view-mode__item-discipline a, .page-node-publications .content-area .view-mode__item-discipline a, .page-node-bibliography .content-area .view-mode__item-discipline a {
  font-size: 1.1em; }

.pane-node-webform {
  margin-top: 60px; }

.page-404-stri .random-hero__area {
  position: relative;
  margin-bottom: 0; }

.page-404-stri .random-hero__area-image {
  margin-bottom: 0; }
  .page-404-stri .random-hero__area-image .random-hero__background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat; }
  .page-404-stri .random-hero__area-image .contextual-links-region {
    position: unset; }

.page-404-stri .random-hero__area-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .page-404-stri .random-hero__area-content .content-section__item-text {
    margin-top: 50px; }
    @media (min-width: 1200px) {
      .page-404-stri .random-hero__area-content .content-section__item-text {
        margin-top: 100px; } }
  .page-404-stri .random-hero__area-content .pane-bundle-stri-two-col-ss p {
    color: #FFFFFF; }

.page-404-stri h1, .page-404-stri .h1, .page-404-stri .hero_content_seven .pane-node-field-stri-alternative-title p, .hero_content_seven .pane-node-field-stri-alternative-title .page-404-stri p, .page-404-stri .stri-story-simple .pane-node-field-stri-subtitle p, .stri-story-simple .pane-node-field-stri-subtitle .page-404-stri p {
  color: #FFFFFF; }

.page-404-stri h2, .page-404-stri .h2 {
  color: #FFFFFF;
  text-transform: none; }

.page-404-stri footer {
  margin-top: 0; }

.hero--about-us .slide__caption .slide__link {
  margin-top: 200px; }
  @media screen and (min-width: 920px) {
    .hero--about-us .slide__caption .slide__link {
      margin-top: 160px; } }

.hero--academic-programs .slide__caption .slide__link {
  margin-top: 90px; }

@media (min-width: 425px) {
  .hero--ap-programs .slide__caption .slide__description,
  .hero--ap-fellowships .slide__caption .slide__description,
  .hero--ap-internships .slide__caption .slide__description {
    width: auto; } }

.hero--ap-programs .slide__caption .slide__description .field-name-field-stri-subtitle,
.hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-subtitle,
.hero--ap-internships .slide__caption .slide__description .field-name-field-stri-subtitle {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .hero--ap-programs .slide__caption .slide__description .field-name-field-stri-subtitle,
    .hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-subtitle,
    .hero--ap-internships .slide__caption .slide__description .field-name-field-stri-subtitle {
      margin-top: 105px; } }

.hero--ap-programs .slide__caption .slide__description .field-name-field-stri-textarea,
.hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-textarea,
.hero--ap-internships .slide__caption .slide__description .field-name-field-stri-textarea {
  font-style: italic;
  margin-top: 90px; }
  @media (min-width: 920px) {
    .hero--ap-programs .slide__caption .slide__description .field-name-field-stri-textarea,
    .hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-textarea,
    .hero--ap-internships .slide__caption .slide__description .field-name-field-stri-textarea {
      margin-top: 115px; } }

.hero--ap-programs .slide__caption .slide__description .slide__caption .slide__link,
.hero--ap-fellowships .slide__caption .slide__description .slide__caption .slide__link,
.hero--ap-internships .slide__caption .slide__description .slide__caption .slide__link {
  margin-top: 20px; }

@media (min-width: 620px) {
  .hero--ap-programs .slide__caption .paragraphs-items-field-fpp-special-links,
  .hero--ap-fellowships .slide__caption .paragraphs-items-field-fpp-special-links,
  .hero--ap-internships .slide__caption .paragraphs-items-field-fpp-special-links {
    margin-top: 0; } }

.pane-stri-featured-stories-stri-featured-stories-global {
  width: 100%; }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-global {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
        margin: 0;
        width: 33.33%; } }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
        width: 100%;
        margin-bottom: -18px; } }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-left: 10px;
      padding-top: 10px; } }
  .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-image img {
    display: inline-block;
    width: 100%;
    height: auto; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-image img {
        display: block;
        height: 110px;
        max-width: 178px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-title {
      padding-left: 12px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-title h4 {
      font-size: 1em; } }
  .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-footer {
        margin-top: 25px;
        text-align: right; } }
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-footer a {
      font-size: 0.77778rem; }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-global .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 9px; } }

.page-events-archive .date-display-range {
  display: inline-block; }

.page-events-archive .view-mode__item-summary p {
  margin: 0; }

.hero__area-content {
  left: 0;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero__area-image {
  position: relative; }
  .hero__area-image .pane-node-field-stri-hero-image-alt {
    z-index: 0; }
  .hero__area-image .hero__area-content_items .panel-pane {
    position: relative; }

.stri-contact__sidebar .pane-title,
.stri-contact__content h1 {
  margin-bottom: 40px;
  margin-top: 10px; }

.stri-contact__sidebar {
  margin-top: 40px; }
  .stri-contact__sidebar h4 {
    color: #292929;
    margin-bottom: 30px;
    margin-top: 10px; }
  .stri-contact__sidebar h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 10px; }
  .stri-contact__sidebar p {
    margin-bottom: 30px; }

.stri-contact__content {
  margin-top: 40px;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .stri-contact__content {
      margin-bottom: 0; } }

.field-name-body p {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 100;
  line-height: 2em; }

.page-research-explore h3 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px; }

.page-research-explore .col-seven__area {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .page-research-explore .col-seven__area {
      margin-top: 60px; } }

.page-research-explore .views-row {
  margin-bottom: 20px; }

.page-research-explore .pane-stri-research-stri-term-discipline {
  margin-top: 35px;
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .page-research-themes .col-right__area,
  .page-research-disciplines .col-right__area {
    margin-top: 60px; } }

.page-facilities .pane-bundle-stri-three-col-content .pane-title {
  margin: 40px 0;
  font-size: 1.33333rem;
  padding-left: 0;
  letter-spacing: 1px; }

.page-news-filming .hero-medium__area-image {
  background: url("../images/bci_stationsmall.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #FFFFFF;
  height: 330px;
  padding-bottom: 80px;
  padding-top: 30px; }

.page-news-filming h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.page-home,
.front {
  background-color: #064f93; }
  .page-home #outer-wrap,
  .front #outer-wrap {
    background-color: #FFFFFF; }
  .page-home .sidebar-right__image,
  .page-home .hero,
  .front .sidebar-right__image,
  .front .hero {
    margin-bottom: 0; }
  @media (min-width: 920px) {
    .page-home .sidebar-right__image,
    .page-home .hero-area__image,
    .front .sidebar-right__image,
    .front .hero-area__image {
      height: 65vh;
      min-height: 750px;
      max-height: 750px; } }
  .page-home .hero-content .slick .slick-slide,
  .page-home .hero-content .hero .slick .slick__slide,
  .front .hero-content .slick .slick-slide,
  .front .hero-content .hero .slick .slick__slide {
    background-color: #003669; }
    @media (min-width: 920px) {
      .page-home .hero-content .slick .slick-slide,
      .page-home .hero-content .hero .slick .slick__slide,
      .front .hero-content .slick .slick-slide,
      .front .hero-content .hero .slick .slick__slide {
        max-height: 750px;
        min-height: 750px;
        height: 70vh; } }
  @media (min-width: 1024px) {
    .page-home .hero-content .slick .slick-slider,
    .front .hero-content .slick .slick-slider {
      max-height: 750px;
      min-height: 750px;
      height: 65vh; } }
  .page-home .sidebar-right__image .slide__caption .slide__title, .page-home .node-type-scientist .sidebar-right__image .slide__caption .pane-node-title h1, .node-type-scientist .page-home .sidebar-right__image .slide__caption .pane-node-title h1, .page-home .node-type-scientist .sidebar-right__image .pane-node-title .slide__caption h1, .node-type-scientist .page-home .sidebar-right__image .pane-node-title .slide__caption h1,
  .front .sidebar-right__image .slide__caption .slide__title,
  .front .node-type-scientist .sidebar-right__image .slide__caption .pane-node-title h1, .node-type-scientist
  .front .sidebar-right__image .slide__caption .pane-node-title h1,
  .front .node-type-scientist .sidebar-right__image .pane-node-title .slide__caption h1, .node-type-scientist
  .front .sidebar-right__image .pane-node-title .slide__caption h1 {
    width: auto; }
  .page-home .sidebar-right__sidebar-hero,
  .front .sidebar-right__sidebar-hero {
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 920px) {
      .page-home .sidebar-right__sidebar-hero,
      .front .sidebar-right__sidebar-hero {
        float: right;
        width: 315px; } }
    .page-home .sidebar-right__sidebar-hero [class*="pane-stri-events"],
    .front .sidebar-right__sidebar-hero [class*="pane-stri-events"] {
      height: auto;
      padding: 30px 35px 0; }
      .page-home .sidebar-right__sidebar-hero [class*="pane-stri-events"] .pane-title,
      .front .sidebar-right__sidebar-hero [class*="pane-stri-events"] .pane-title {
        margin-top: 0; }
    .page-home .sidebar-right__sidebar-hero .pane-custom,
    .front .sidebar-right__sidebar-hero .pane-custom {
      height: auto;
      padding: 30px 25px 0;
      width: 100%; }
      .page-home .sidebar-right__sidebar-hero .pane-custom .pane-title,
      .front .sidebar-right__sidebar-hero .pane-custom .pane-title {
        margin-top: 0; }
  .page-home [class*="pane-stri-events"],
  .page-home .pane-custom,
  .front [class*="pane-stri-events"],
  .front .pane-custom {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .page-home .slick-dots,
  .front .slick-dots {
    z-index: 0; }

.page-home [class*="pane-stri-events"] .pane-title {
  font-size: 1.3em; }

.pane-menu-menu-homepage-research,
.pane-menu-menu-homepage-public-visits {
  -ms-flex-positive: 0;
      flex-grow: 0;
  float: left;
  min-height: 250px;
  height: auto; }
  @media (min-width: 768px) {
    .pane-menu-menu-homepage-research,
    .pane-menu-menu-homepage-public-visits {
      padding: 30px;
      width: 50%; } }
  @media (min-width: 920px) {
    .pane-menu-menu-homepage-research,
    .pane-menu-menu-homepage-public-visits {
      min-height: 225px;
      padding: 30px;
      width: 100%; } }
  .pane-menu-menu-homepage-research.pane-block,
  .pane-menu-menu-homepage-public-visits.pane-block {
    padding: 28px 25px; }
  .pane-menu-menu-homepage-research .pane-title,
  .pane-menu-menu-homepage-public-visits .pane-title {
    border-bottom: none;
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF; }
    @media (min-width: 1024px) {
      .pane-menu-menu-homepage-research .pane-title,
      .pane-menu-menu-homepage-public-visits .pane-title {
        font-size: 1.33333rem; } }
  .pane-menu-menu-homepage-research .menu,
  .pane-menu-menu-homepage-public-visits .menu {
    padding: 15px 0; }
    @media (min-width: 920px) {
      .pane-menu-menu-homepage-research .menu,
      .pane-menu-menu-homepage-public-visits .menu {
        padding: 0;
        margin: 10px 0; } }
    @media (min-width: 1024px) {
      .pane-menu-menu-homepage-research .menu,
      .pane-menu-menu-homepage-public-visits .menu {
        margin: 5px 0 15px; } }
    .pane-menu-menu-homepage-research .menu > li[class*="menu-link-"] a,
    .pane-menu-menu-homepage-public-visits .menu > li[class*="menu-link-"] a {
      text-transform: capitalize;
      font-size: 0.9rem;
      font-style: normal;
      line-height: 29px;
      margin-bottom: 0;
      padding: 10px 15px 0 0;
      color: #FFFFFF; }
      @media (min-width: 920px) {
        .pane-menu-menu-homepage-research .menu > li[class*="menu-link-"] a,
        .pane-menu-menu-homepage-public-visits .menu > li[class*="menu-link-"] a {
          padding: 0 15px 0 0; } }

.pane-menu-menu-homepage-research {
  background: url("../images/home/home-menu1-research.png") no-repeat;
  background-size: cover; }
  .pane-menu-menu-homepage-research a:focus, .pane-menu-menu-homepage-research a:hover {
    background: unset; }

.pane-menu-menu-homepage-public-visits {
  background: url("../images/home/home-menu2-public.png") no-repeat;
  background-size: cover; }
  .pane-menu-menu-homepage-public-visits a:focus, .pane-menu-menu-homepage-public-visits a:hover {
    background: unset; }

@media (min-width: 920px) {
  .pane-menu-menu-homepage-public-visits {
    min-height: 200px; } }

.page-news-journalists .pane-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.page-news-journalists .list-title h4 a {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-style: normal;
  font-weight: 500; }

@media screen and (min-width: 920px) {
  .page-news .hero .slick-pause--btn {
    bottom: 200px; } }

@media screen and (min-width: 1024px) {
  .page-news .hero .slick-pause--btn {
    bottom: 240px; } }

@media (min-width: 768px) {
  .page-news .content-area .row > .col-sm-9, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-9, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-9, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-9, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-node-field-stri-summary .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-stri-people-research-associates .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-stri-people-research-associates .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-panel-pane-2 .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-panel-pane-2 .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area
  .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-node-field-stri-summary
  .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-stri-people-research-associates
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-stri-people-research-associates .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-panel-pane-2
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-panel-pane-2 .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp {
    width: 100%; } }

@media (min-width: 920px) {
  .page-news .content-area .row > .col-sm-9, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-9, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-9, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-9, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-node-field-stri-summary .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-stri-people-research-associates .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-stri-people-research-associates .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-panel-pane-2 .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-panel-pane-2 .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area
  .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-node-field-stri-summary
  .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-stri-people-research-associates
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-stri-people-research-associates .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-panel-pane-2
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-panel-pane-2 .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp {
    width: 100%; } }

@media (min-width: 992px) {
  .page-news .content-area .row > .col-sm-9, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-9, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-9, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-9, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-node-field-stri-summary .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-stri-people-research-associates .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-stri-people-research-associates .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-panel-pane-2 .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-panel-pane-2 .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area
  .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-node-field-stri-summary
  .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-stri-people-research-associates
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-stri-people-research-associates .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-panel-pane-2
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-panel-pane-2 .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp {
    width: 75%; } }

@media (min-width: 768px) {
  .page-news .content-area .row > .col-sm-3, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-3, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-3, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-3, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .footer-menu .menu .row > .level-1, .footer-menu .menu .page-news .content-area .row > .level-1, .page-news .content-area .pane-node-field-stri-summary .footer-menu .menu .pane-content > .level-1, .footer-menu .menu .page-news .content-area .pane-node-field-stri-summary .pane-content > .level-1, .page-news .content-area .pane-stri-people-stri-people-research-associates .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .level-1, .pane-stri-people-stri-people-research-associates .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .level-1, .page-news .content-area .pane-stri-people-panel-pane-2 .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .level-1, .pane-stri-people-panel-pane-2 .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .level-1 {
    width: 100%; } }

@media (min-width: 920px) {
  .page-news .content-area .row > .col-sm-3, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-3, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-3, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-3, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .footer-menu .menu .row > .level-1, .footer-menu .menu .page-news .content-area .row > .level-1, .page-news .content-area .pane-node-field-stri-summary .footer-menu .menu .pane-content > .level-1, .footer-menu .menu .page-news .content-area .pane-node-field-stri-summary .pane-content > .level-1, .page-news .content-area .pane-stri-people-stri-people-research-associates .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .level-1, .pane-stri-people-stri-people-research-associates .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .level-1, .page-news .content-area .pane-stri-people-panel-pane-2 .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .level-1, .pane-stri-people-panel-pane-2 .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .level-1 {
    width: 100%; } }

@media (min-width: 992px) {
  .page-news .content-area .row > .col-sm-3, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-3, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-3, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-3, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .footer-menu .menu .row > .level-1, .footer-menu .menu .page-news .content-area .row > .level-1, .page-news .content-area .pane-node-field-stri-summary .footer-menu .menu .pane-content > .level-1, .footer-menu .menu .page-news .content-area .pane-node-field-stri-summary .pane-content > .level-1, .page-news .content-area .pane-stri-people-stri-people-research-associates .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .level-1, .pane-stri-people-stri-people-research-associates .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .level-1, .page-news .content-area .pane-stri-people-panel-pane-2 .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .level-1, .pane-stri-people-panel-pane-2 .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .level-1 {
    width: 25%; } }

.page-news .sidebar-right__content {
  padding-right: 20px; }

.page-news .slide__caption {
  top: 50px; }
  @media (min-width: 768px) {
    .page-news .slide__caption {
      top: 95px; } }

.page-news .pane-bundle-stri-special-links {
  clear: both;
  margin-bottom: 40px; }

@media (min-width: 1024px) {
  .page-news .sidebar-right__sidebar-hero .pane-views-panes {
    padding: 25px 40px; } }

@media screen and (min-width: 768px) {
  .pane-stri-news-stri-news-1st-row,
  .pane-stri-news-stri-news-3rd-row,
  .pane-stri-news-stri-news-5th-row {
    margin-left: -15px;
    margin-right: -15px; } }

@media screen and (min-width: 992px) {
  .pane-stri-news-stri-news-1st-row,
  .pane-stri-news-stri-news-3rd-row,
  .pane-stri-news-stri-news-5th-row {
    margin-left: -25px;
    margin-right: -25px; } }

.story--small {
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .story--small {
      padding: 0 15px;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .story--small {
      padding: 0 25px; } }

.story--large {
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .story--large .node-story .view-mode__item-title h5 {
      font-size: 2.25em;
      margin-bottom: 15px;
      margin-top: 30px; } }

.pane-stri-news-stri-popular-stories .pane-title {
  border-bottom: 1px solid #78797A; }

.pane-menu-menu-social-media-footer {
  padding-bottom: 20px; }
  .pane-menu-menu-social-media-footer .pane-title {
    border-bottom: 0; }
  .pane-menu-menu-social-media-footer .menu-link-facebook > a {
    background-image: url("../images/svg/i-facebook.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-facebook > a:focus, .pane-menu-menu-social-media-footer .menu-link-facebook > a:hover {
      background-image: url("../images/svg/i-facebook.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer .menu-link-twitter > a {
    background-image: url("../images/svg/i-twitter.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-twitter > a:focus, .pane-menu-menu-social-media-footer .menu-link-twitter > a:hover {
      background-image: url("../images/svg/i-twitter.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer .menu-link-instagram > a {
    background-image: url("../images/svg/i-instagram.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-instagram > a:focus, .pane-menu-menu-social-media-footer .menu-link-instagram > a:hover {
      background-image: url("../images/svg/i-instagram.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer .menu-link-youtube > a {
    background-image: url("../images/svg/i-youtube.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-youtube > a:focus, .pane-menu-menu-social-media-footer .menu-link-youtube > a:hover {
      background-image: url("../images/svg/i-youtube.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px; }
    .pane-menu-menu-social-media-footer ul li {
      display: inline-block;
      margin-right: 5px; }
      @media (min-width: 1024px) {
        .pane-menu-menu-social-media-footer ul li {
          margin-right: 10px; } }
    .pane-menu-menu-social-media-footer ul a {
      color: transparent !important;
      display: inline-block;
      border: 1px transparent;
      width: 42px;
      height: 42px; }
      @media (min-width: 1200px) {
        .pane-menu-menu-social-media-footer ul a {
          width: 47px;
          height: 47px; } }

.page-news .pane-bundle-stri-custom-buttons {
  float: left;
  width: 45%;
  margin-right: 5%; }
  .page-news .pane-bundle-stri-custom-buttons:nth-of-type(2n+1) {
    margin-right: 0; }
  @media (min-width: 992px) {
    .page-news .pane-bundle-stri-custom-buttons {
      float: none;
      margin-right: 0;
      width: auto; } }

.custom-buttons__tropicos .field-name-field-stri-button-link a {
  background-image: url("../images/svg/i-tropicos.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 85%;
  text-indent: -9999px;
  white-space: nowrap; }

.page-projects-stories h2 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 700; }
  .page-projects-stories h2 a {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 700; }

.page-node-project-stories .hero-withcontainer__area-image, .page-node-publications .hero-withcontainer__area-image, .page-node-bibliography .hero-withcontainer__area-image {
  height: 100%; }

.page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
  height: 210px;
  min-height: 210px; }
  @media screen and (min-width: 920px) {
    .page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
      height: 250px;
      min-height: 250px; } }
  @media screen and (min-width: 920px) {
    .page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
      height: 300px;
      min-height: 300px; } }
  @media screen and (min-width: 992px) {
    .page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
      height: 330px;
      min-height: 330px; } }

.page-node-project-stories .slick__slide, .page-node-publications .slick__slide, .page-node-bibliography .slick__slide {
  height: auto;
  max-height: initial;
  min-height: initial; }
  @media screen and (min-width: 1024px) {
    .page-node-project-stories .slick__slide, .page-node-publications .slick__slide, .page-node-bibliography .slick__slide {
      height: auto;
      max-height: initial;
      min-height: initial; } }

.page-node-publications .hero-withcontainer__area-content_items h1 {
  margin-top: 15px; }
  @media screen and (min-width: 920px) {
    .page-node-publications .hero-withcontainer__area-content_items h1 {
      margin-top: 30px; } }

.page-node-bibliography .hero-withcontainer__area-content_items h1 {
  margin-top: 15px; }
  @media screen and (min-width: 920px) {
    .page-node-bibliography .hero-withcontainer__area-content_items h1 {
      margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .view-stri-projects-stories .views-row:nth-of-type(3n+1) {
    clear: left; } }

.page-research .hero-background__image {
  background-image: url(../images/research/research-landing.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #FFFFFF;
  line-height: 1.7;
  max-height: initial;
  padding-bottom: 80px;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .page-research .hero-background__image {
      max-height: initial; } }

.page-research .hero-background__area-content {
  position: relative; }
  .page-research .hero-background__area-content h4 {
    color: #FFFFFF;
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 5px; }

.page-research .hero_content_five {
  margin-top: 60px; }

.page-research .pane-bundle-stri-special-links {
  margin-top: 30px; }

.page-research-themes .row, .page-research-themes .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary .page-research-themes .pane-content, .page-research-themes .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates .page-research-themes .view-content, .page-research-themes .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2 .page-research-themes .view-content,
.page-research-themes .container,
.page-research-themes .content-area .pane-node-field-stri-summary, .content-area
.page-research-themes .pane-node-field-stri-summary,
.page-research-themes .hero .slide__caption, .hero
.page-research-themes .slide__caption,
.page-research-themes .pane-bundle-stri-special-links,
.page-research-themes .pane-bundle-stri-two-col-ss,
.page-research-themes .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
.page-research-themes .pane-content,
.page-research-themes .node-type-event-course .content-header, .node-type-event-course
.page-research-themes .content-header,
.page-research-themes .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
.page-research-themes .pane-node-title,
.page-research-themes .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
.page-research-themes .pane-node-created,
.page-research-themes
.node-type-story .stri-hero__background .pane-node-field-stri-story-location,
.node-type-story .stri-hero__background
.page-research-themes .pane-node-field-stri-story-location,
.page-research-disciplines .row,
.page-research-disciplines .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary
.page-research-disciplines .pane-content,
.page-research-disciplines .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates
.page-research-disciplines .view-content,
.page-research-disciplines .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2
.page-research-disciplines .view-content,
.page-research-disciplines .container,
.page-research-disciplines .content-area .pane-node-field-stri-summary, .content-area
.page-research-disciplines .pane-node-field-stri-summary,
.page-research-disciplines .hero .slide__caption, .hero
.page-research-disciplines .slide__caption,
.page-research-disciplines .pane-bundle-stri-special-links,
.page-research-disciplines .pane-bundle-stri-two-col-ss,
.page-research-disciplines .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
.page-research-disciplines .pane-content,
.page-research-disciplines .node-type-event-course .content-header, .node-type-event-course
.page-research-disciplines .content-header,
.page-research-disciplines .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
.page-research-disciplines .pane-node-title,
.page-research-disciplines .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
.page-research-disciplines .pane-node-created,
.page-research-disciplines
.node-type-story .stri-hero__background .pane-node-field-stri-story-location,
.node-type-story .stri-hero__background
.page-research-disciplines .pane-node-field-stri-story-location {
  overflow: visible; }

.page-research-themes .view-stri-research-contents,
.page-research-disciplines .view-stri-research-contents {
  position: relative; }

@media screen and (min-width: 992px) {
  .page-research-explore #footer,
  .page-research-themes #footer,
  .page-research-disciplines #footer {
    margin-top: 100px; } }

.page-sitemap #main-wrapper {
  margin-top: 40px; }

.page-sitemap h2.title {
  display: none; }

.view-stri-research-contents .views-row {
  margin-bottom: 20px; }
  .view-stri-research-contents .views-row:nth-child(2n+1) {
    clear: both; }

.page-webcast .hero-withcontainer__area {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-webcast .hero-withcontainer__area {
      margin-bottom: 90px; } }

.pane-webcast .pane-title {
  margin: 0; }

.view-webcast .event__title h2 {
  font-size: 2rem;
  line-height: 1.02;
  margin-top: 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .view-webcast .event__title h2 {
      font-size: 2.66667rem; } }

.view-webcast .event__alternative-title p,
.view-webcast .event__alternative-title h1 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-weight: 700;
  margin: 0; }

.view-webcast .event__subtitle h3 {
  font-size: 2rem;
  line-height: 1.2em;
  margin-top: 0; }

.view-webcast h3.field-label {
  font-size: 1.33333rem;
  font-weight: 700;
  margin: 0; }

.view-webcast .event__speaker,
.view-webcast .event__date,
.view-webcast .event__place,
.view-webcast .event__time {
  margin-bottom: 30px; }

.webcast--help {
  margin-top: 20px;
  text-align: center; }
  .webcast--help p {
    font-size: 1rem; }
  .webcast--help a {
    color: #292929;
    text-decoration: underline; }

.pane-stri-webcast-webcast-embed {
  margin-bottom: 70px; }

@media (min-width: 425px) {
  .hero--why-panama .slide__caption .slide__description {
    width: auto; } }

@media (min-width: 920px) {
  .hero--why-panama .slide__caption .slide__description {
    width: auto; } }

.hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8em;
  margin-top: 5px; }
  @media screen and (min-width: 375px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      font-size: 1.125rem;
      margin-top: 10px; } }
  @media screen and (min-width: 920px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      margin-top: 15px;
      font-size: 1.25rem; } }

.hero--why-panama .slide__caption .slide__description .field-name-field-stri-textarea {
  font-size: 1.125rem;
  font-style: italic; }
  @media (min-width: 920px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-textarea {
      margin-top: 20px;
      width: 55%; } }

@media (min-width: 620px) {
  .hero--why-panama .paragraphs-items-field-fpp-special-links {
    margin-top: 0; } }

.page-404-stri .random-hero__area {
  position: relative;
  margin-bottom: 0; }

.page-404-stri .random-hero__area-image {
  margin-bottom: 0; }
  .page-404-stri .random-hero__area-image .random-hero__background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat; }
  .page-404-stri .random-hero__area-image .contextual-links-region {
    position: unset; }

.page-404-stri .random-hero__area-content {
  width: 100%;
  height: 100%;
  position: relative; }
  .page-404-stri .random-hero__area-content .content-section__item-text {
    margin-top: 50px; }
    @media (min-width: 1200px) {
      .page-404-stri .random-hero__area-content .content-section__item-text {
        margin-top: 100px; } }
  .page-404-stri .random-hero__area-content .pane-bundle-stri-two-col-ss p {
    color: #FFFFFF; }

.page-404-stri h1, .page-404-stri .h1, .page-404-stri .hero_content_seven .pane-node-field-stri-alternative-title p, .hero_content_seven .pane-node-field-stri-alternative-title .page-404-stri p, .page-404-stri .stri-story-simple .pane-node-field-stri-subtitle p, .stri-story-simple .pane-node-field-stri-subtitle .page-404-stri p {
  color: #FFFFFF; }

.page-404-stri h2, .page-404-stri .h2 {
  color: #FFFFFF;
  text-transform: none; }

.page-404-stri footer {
  margin-top: 0; }

.hero--about-us .slide__caption .slide__link {
  margin-top: 200px; }
  @media screen and (min-width: 920px) {
    .hero--about-us .slide__caption .slide__link {
      margin-top: 160px; } }

.hero--academic-programs .slide__caption .slide__link {
  margin-top: 90px; }

@media (min-width: 425px) {
  .hero--ap-programs .slide__caption .slide__description,
  .hero--ap-fellowships .slide__caption .slide__description,
  .hero--ap-internships .slide__caption .slide__description {
    width: auto; } }

.hero--ap-programs .slide__caption .slide__description .field-name-field-stri-subtitle,
.hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-subtitle,
.hero--ap-internships .slide__caption .slide__description .field-name-field-stri-subtitle {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .hero--ap-programs .slide__caption .slide__description .field-name-field-stri-subtitle,
    .hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-subtitle,
    .hero--ap-internships .slide__caption .slide__description .field-name-field-stri-subtitle {
      margin-top: 105px; } }

.hero--ap-programs .slide__caption .slide__description .field-name-field-stri-textarea,
.hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-textarea,
.hero--ap-internships .slide__caption .slide__description .field-name-field-stri-textarea {
  font-style: italic;
  margin-top: 90px; }
  @media (min-width: 920px) {
    .hero--ap-programs .slide__caption .slide__description .field-name-field-stri-textarea,
    .hero--ap-fellowships .slide__caption .slide__description .field-name-field-stri-textarea,
    .hero--ap-internships .slide__caption .slide__description .field-name-field-stri-textarea {
      margin-top: 115px; } }

.hero--ap-programs .slide__caption .slide__description .slide__caption .slide__link,
.hero--ap-fellowships .slide__caption .slide__description .slide__caption .slide__link,
.hero--ap-internships .slide__caption .slide__description .slide__caption .slide__link {
  margin-top: 20px; }

@media (min-width: 620px) {
  .hero--ap-programs .slide__caption .paragraphs-items-field-fpp-special-links,
  .hero--ap-fellowships .slide__caption .paragraphs-items-field-fpp-special-links,
  .hero--ap-internships .slide__caption .paragraphs-items-field-fpp-special-links {
    margin-top: 0; } }

.pane-stri-featured-stories-stri-featured-stories-global {
  width: 100%; }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-global {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
        margin: 0;
        width: 33.33%; } }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .views-row {
        width: 100%;
        margin-bottom: -18px; } }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-left: 10px;
      padding-top: 10px; } }
  .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-image img {
    display: inline-block;
    width: 100%;
    height: auto; }
    @media (min-width: 920px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-image img {
        display: block;
        height: 110px;
        max-width: 178px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-title {
      padding-left: 12px;
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-mode__item-title h4 {
      font-size: 1em; } }
  .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-footer {
        margin-top: 25px;
        text-align: right; } }
    .pane-stri-featured-stories-stri-featured-stories-global .view-stri-featured-stories .view-footer a {
      font-size: 0.77778rem; }
  @media (min-width: 920px) {
    .pane-stri-featured-stories-stri-featured-stories-global .pane-title {
      color: #FFFFFF;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 9px; } }

.page-events-archive .date-display-range {
  display: inline-block; }

.page-events-archive .view-mode__item-summary p {
  margin: 0; }

.hero__area-content {
  left: 0;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%; }

.hero__area-image {
  position: relative; }
  .hero__area-image .pane-node-field-stri-hero-image-alt {
    z-index: 0; }
  .hero__area-image .hero__area-content_items .panel-pane {
    position: relative; }

.stri-contact__sidebar .pane-title,
.stri-contact__content h1 {
  margin-bottom: 40px;
  margin-top: 10px; }

.stri-contact__sidebar {
  margin-top: 40px; }
  .stri-contact__sidebar h4 {
    color: #292929;
    margin-bottom: 30px;
    margin-top: 10px; }
  .stri-contact__sidebar h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 10px; }
  .stri-contact__sidebar p {
    margin-bottom: 30px; }

.stri-contact__content {
  margin-top: 40px;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .stri-contact__content {
      margin-bottom: 0; } }

.field-name-body p {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 100;
  line-height: 2em; }

.page-research-explore h3 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px; }

.page-research-explore .col-seven__area {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .page-research-explore .col-seven__area {
      margin-top: 60px; } }

.page-research-explore .views-row {
  margin-bottom: 20px; }

.page-research-explore .pane-stri-research-stri-term-discipline {
  margin-top: 35px;
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .page-research-themes .col-right__area,
  .page-research-disciplines .col-right__area {
    margin-top: 60px; } }

.page-facilities .pane-bundle-stri-three-col-content .pane-title {
  margin: 40px 0;
  font-size: 1.33333rem;
  padding-left: 0;
  letter-spacing: 1px; }

.page-news-filming .hero-medium__area-image {
  background: url("../images/bci_stationsmall.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #FFFFFF;
  height: 330px;
  padding-bottom: 80px;
  padding-top: 30px; }

.page-news-filming h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.page-home,
.front {
  background-color: #064f93; }
  .page-home #outer-wrap,
  .front #outer-wrap {
    background-color: #FFFFFF; }
  .page-home .sidebar-right__image,
  .page-home .hero,
  .front .sidebar-right__image,
  .front .hero {
    margin-bottom: 0; }
  @media (min-width: 920px) {
    .page-home .sidebar-right__image,
    .page-home .hero-area__image,
    .front .sidebar-right__image,
    .front .hero-area__image {
      height: 65vh;
      min-height: 750px;
      max-height: 750px; } }
  .page-home .hero-content .slick .slick-slide,
  .page-home .hero-content .hero .slick .slick__slide,
  .front .hero-content .slick .slick-slide,
  .front .hero-content .hero .slick .slick__slide {
    background-color: #003669; }
    @media (min-width: 920px) {
      .page-home .hero-content .slick .slick-slide,
      .page-home .hero-content .hero .slick .slick__slide,
      .front .hero-content .slick .slick-slide,
      .front .hero-content .hero .slick .slick__slide {
        max-height: 750px;
        min-height: 750px;
        height: 70vh; } }
  @media (min-width: 1024px) {
    .page-home .hero-content .slick .slick-slider,
    .front .hero-content .slick .slick-slider {
      max-height: 750px;
      min-height: 750px;
      height: 65vh; } }
  .page-home .sidebar-right__image .slide__caption .slide__title, .page-home .node-type-scientist .sidebar-right__image .slide__caption .pane-node-title h1, .node-type-scientist .page-home .sidebar-right__image .slide__caption .pane-node-title h1, .page-home .node-type-scientist .sidebar-right__image .pane-node-title .slide__caption h1, .node-type-scientist .page-home .sidebar-right__image .pane-node-title .slide__caption h1,
  .front .sidebar-right__image .slide__caption .slide__title,
  .front .node-type-scientist .sidebar-right__image .slide__caption .pane-node-title h1, .node-type-scientist
  .front .sidebar-right__image .slide__caption .pane-node-title h1,
  .front .node-type-scientist .sidebar-right__image .pane-node-title .slide__caption h1, .node-type-scientist
  .front .sidebar-right__image .pane-node-title .slide__caption h1 {
    width: auto; }
  .page-home .sidebar-right__sidebar-hero,
  .front .sidebar-right__sidebar-hero {
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 920px) {
      .page-home .sidebar-right__sidebar-hero,
      .front .sidebar-right__sidebar-hero {
        float: right;
        width: 315px; } }
    .page-home .sidebar-right__sidebar-hero [class*="pane-stri-events"],
    .front .sidebar-right__sidebar-hero [class*="pane-stri-events"] {
      height: auto;
      padding: 30px 35px 0; }
      .page-home .sidebar-right__sidebar-hero [class*="pane-stri-events"] .pane-title,
      .front .sidebar-right__sidebar-hero [class*="pane-stri-events"] .pane-title {
        margin-top: 0; }
    .page-home .sidebar-right__sidebar-hero .pane-custom,
    .front .sidebar-right__sidebar-hero .pane-custom {
      height: auto;
      padding: 30px 25px 0;
      width: 100%; }
      .page-home .sidebar-right__sidebar-hero .pane-custom .pane-title,
      .front .sidebar-right__sidebar-hero .pane-custom .pane-title {
        margin-top: 0; }
  .page-home [class*="pane-stri-events"],
  .page-home .pane-custom,
  .front [class*="pane-stri-events"],
  .front .pane-custom {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .page-home .slick-dots,
  .front .slick-dots {
    z-index: 0; }

.page-home [class*="pane-stri-events"] .pane-title {
  font-size: 1.3em; }

.pane-menu-menu-homepage-research,
.pane-menu-menu-homepage-public-visits {
  -ms-flex-positive: 0;
      flex-grow: 0;
  float: left;
  min-height: 250px;
  height: auto; }
  @media (min-width: 768px) {
    .pane-menu-menu-homepage-research,
    .pane-menu-menu-homepage-public-visits {
      padding: 30px;
      width: 50%; } }
  @media (min-width: 920px) {
    .pane-menu-menu-homepage-research,
    .pane-menu-menu-homepage-public-visits {
      min-height: 225px;
      padding: 30px;
      width: 100%; } }
  .pane-menu-menu-homepage-research.pane-block,
  .pane-menu-menu-homepage-public-visits.pane-block {
    padding: 28px 25px; }
  .pane-menu-menu-homepage-research .pane-title,
  .pane-menu-menu-homepage-public-visits .pane-title {
    border-bottom: none;
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF; }
    @media (min-width: 1024px) {
      .pane-menu-menu-homepage-research .pane-title,
      .pane-menu-menu-homepage-public-visits .pane-title {
        font-size: 1.33333rem; } }
  .pane-menu-menu-homepage-research .menu,
  .pane-menu-menu-homepage-public-visits .menu {
    padding: 15px 0; }
    @media (min-width: 920px) {
      .pane-menu-menu-homepage-research .menu,
      .pane-menu-menu-homepage-public-visits .menu {
        padding: 0;
        margin: 10px 0; } }
    @media (min-width: 1024px) {
      .pane-menu-menu-homepage-research .menu,
      .pane-menu-menu-homepage-public-visits .menu {
        margin: 5px 0 15px; } }
    .pane-menu-menu-homepage-research .menu > li[class*="menu-link-"] a,
    .pane-menu-menu-homepage-public-visits .menu > li[class*="menu-link-"] a {
      text-transform: capitalize;
      font-size: 0.9rem;
      font-style: normal;
      line-height: 29px;
      margin-bottom: 0;
      padding: 10px 15px 0 0;
      color: #FFFFFF; }
      @media (min-width: 920px) {
        .pane-menu-menu-homepage-research .menu > li[class*="menu-link-"] a,
        .pane-menu-menu-homepage-public-visits .menu > li[class*="menu-link-"] a {
          padding: 0 15px 0 0; } }

.pane-menu-menu-homepage-research {
  background: url("../images/home/home-menu1-research.png") no-repeat;
  background-size: cover; }
  .pane-menu-menu-homepage-research a:focus, .pane-menu-menu-homepage-research a:hover {
    background: unset; }

.pane-menu-menu-homepage-public-visits {
  background: url("../images/home/home-menu2-public.png") no-repeat;
  background-size: cover; }
  .pane-menu-menu-homepage-public-visits a:focus, .pane-menu-menu-homepage-public-visits a:hover {
    background: unset; }

@media (min-width: 920px) {
  .pane-menu-menu-homepage-public-visits {
    min-height: 200px; } }

.page-news-journalists .pane-title {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-weight: 700;
  margin-top: 0; }

.page-news-journalists .list-title h4 a {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-style: normal;
  font-weight: 500; }

@media screen and (min-width: 920px) {
  .page-news .hero .slick-pause--btn {
    bottom: 200px; } }

@media screen and (min-width: 1024px) {
  .page-news .hero .slick-pause--btn {
    bottom: 240px; } }

@media (min-width: 768px) {
  .page-news .content-area .row > .col-sm-9, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-9, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-9, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-9, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-node-field-stri-summary .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-stri-people-research-associates .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-stri-people-research-associates .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-panel-pane-2 .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-panel-pane-2 .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area
  .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-node-field-stri-summary
  .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-stri-people-research-associates
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-stri-people-research-associates .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-panel-pane-2
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-panel-pane-2 .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp {
    width: 100%; } }

@media (min-width: 920px) {
  .page-news .content-area .row > .col-sm-9, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-9, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-9, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-9, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-node-field-stri-summary .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-stri-people-research-associates .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-stri-people-research-associates .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-panel-pane-2 .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-panel-pane-2 .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area
  .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-node-field-stri-summary
  .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-stri-people-research-associates
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-stri-people-research-associates .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-panel-pane-2
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-panel-pane-2 .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp {
    width: 100%; } }

@media (min-width: 992px) {
  .page-news .content-area .row > .col-sm-9, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-9, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-9, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-9, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-9, .page-news .content-area .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-node-field-stri-summary .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-stri-people-research-associates .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-stri-people-research-associates .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area .pane-stri-people-panel-pane-2 .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-education, .pane-stri-people-panel-pane-2 .page-news .content-area .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-education, .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-education, .page-news .content-area
  .node-type-scientist .ui-tabs-panel .row > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .row > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-node-field-stri-summary
  .node-type-scientist .ui-tabs-panel .pane-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-node-field-stri-summary .pane-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-stri-people-research-associates
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-stri-people-research-associates .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp, .page-news .content-area .pane-stri-people-panel-pane-2
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .pane-node-field-stri-scientist-sp, .pane-stri-people-panel-pane-2 .page-news .content-area
  .node-type-scientist .ui-tabs-panel .view-content > .pane-node-field-stri-scientist-sp,
  .node-type-scientist .ui-tabs-panel .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .pane-node-field-stri-scientist-sp {
    width: 75%; } }

@media (min-width: 768px) {
  .page-news .content-area .row > .col-sm-3, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-3, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-3, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-3, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .footer-menu .menu .row > .level-1, .footer-menu .menu .page-news .content-area .row > .level-1, .page-news .content-area .pane-node-field-stri-summary .footer-menu .menu .pane-content > .level-1, .footer-menu .menu .page-news .content-area .pane-node-field-stri-summary .pane-content > .level-1, .page-news .content-area .pane-stri-people-stri-people-research-associates .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .level-1, .pane-stri-people-stri-people-research-associates .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .level-1, .page-news .content-area .pane-stri-people-panel-pane-2 .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .level-1, .pane-stri-people-panel-pane-2 .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .level-1 {
    width: 100%; } }

@media (min-width: 920px) {
  .page-news .content-area .row > .col-sm-3, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-3, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-3, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-3, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .footer-menu .menu .row > .level-1, .footer-menu .menu .page-news .content-area .row > .level-1, .page-news .content-area .pane-node-field-stri-summary .footer-menu .menu .pane-content > .level-1, .footer-menu .menu .page-news .content-area .pane-node-field-stri-summary .pane-content > .level-1, .page-news .content-area .pane-stri-people-stri-people-research-associates .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .level-1, .pane-stri-people-stri-people-research-associates .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .level-1, .page-news .content-area .pane-stri-people-panel-pane-2 .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .level-1, .pane-stri-people-panel-pane-2 .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .level-1 {
    width: 100%; } }

@media (min-width: 992px) {
  .page-news .content-area .row > .col-sm-3, .page-news .content-area .pane-node-field-stri-summary .pane-content > .col-sm-3, .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .col-sm-3, .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .col-sm-3, .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .col-sm-3, .page-news .content-area .footer-menu .menu .row > .level-1, .footer-menu .menu .page-news .content-area .row > .level-1, .page-news .content-area .pane-node-field-stri-summary .footer-menu .menu .pane-content > .level-1, .footer-menu .menu .page-news .content-area .pane-node-field-stri-summary .pane-content > .level-1, .page-news .content-area .pane-stri-people-stri-people-research-associates .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-stri-people-research-associates .view-content > .level-1, .pane-stri-people-stri-people-research-associates .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-stri-people-research-associates .page-news .content-area .view-content > .level-1, .page-news .content-area .pane-stri-people-panel-pane-2 .footer-menu .menu .view-content > .level-1, .footer-menu .menu .page-news .content-area .pane-stri-people-panel-pane-2 .view-content > .level-1, .pane-stri-people-panel-pane-2 .page-news .content-area .footer-menu .menu .view-content > .level-1, .footer-menu .menu .pane-stri-people-panel-pane-2 .page-news .content-area .view-content > .level-1 {
    width: 25%; } }

.page-news .sidebar-right__content {
  padding-right: 20px; }

.page-news .slide__caption {
  top: 50px; }
  @media (min-width: 768px) {
    .page-news .slide__caption {
      top: 95px; } }

.page-news .pane-bundle-stri-special-links {
  clear: both;
  margin-bottom: 40px; }

@media (min-width: 1024px) {
  .page-news .sidebar-right__sidebar-hero .pane-views-panes {
    padding: 25px 40px; } }

@media screen and (min-width: 768px) {
  .pane-stri-news-stri-news-1st-row,
  .pane-stri-news-stri-news-3rd-row,
  .pane-stri-news-stri-news-5th-row {
    margin-left: -15px;
    margin-right: -15px; } }

@media screen and (min-width: 992px) {
  .pane-stri-news-stri-news-1st-row,
  .pane-stri-news-stri-news-3rd-row,
  .pane-stri-news-stri-news-5th-row {
    margin-left: -25px;
    margin-right: -25px; } }

.story--small {
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .story--small {
      padding: 0 15px;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .story--small {
      padding: 0 25px; } }

.story--large {
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .story--large .node-story .view-mode__item-title h5 {
      font-size: 2.25em;
      margin-bottom: 15px;
      margin-top: 30px; } }

.pane-stri-news-stri-popular-stories .pane-title {
  border-bottom: 1px solid #78797A; }

.pane-menu-menu-social-media-footer {
  padding-bottom: 20px; }
  .pane-menu-menu-social-media-footer .pane-title {
    border-bottom: 0; }
  .pane-menu-menu-social-media-footer .menu-link-facebook > a {
    background-image: url("../images/svg/i-facebook.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-facebook > a:focus, .pane-menu-menu-social-media-footer .menu-link-facebook > a:hover {
      background-image: url("../images/svg/i-facebook.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer .menu-link-twitter > a {
    background-image: url("../images/svg/i-twitter.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-twitter > a:focus, .pane-menu-menu-social-media-footer .menu-link-twitter > a:hover {
      background-image: url("../images/svg/i-twitter.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer .menu-link-instagram > a {
    background-image: url("../images/svg/i-instagram.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-instagram > a:focus, .pane-menu-menu-social-media-footer .menu-link-instagram > a:hover {
      background-image: url("../images/svg/i-instagram.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer .menu-link-youtube > a {
    background-image: url("../images/svg/i-youtube.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .pane-menu-menu-social-media-footer .menu-link-youtube > a:focus, .pane-menu-menu-social-media-footer .menu-link-youtube > a:hover {
      background-image: url("../images/svg/i-youtube.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .pane-menu-menu-social-media-footer ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px; }
    .pane-menu-menu-social-media-footer ul li {
      display: inline-block;
      margin-right: 5px; }
      @media (min-width: 1024px) {
        .pane-menu-menu-social-media-footer ul li {
          margin-right: 10px; } }
    .pane-menu-menu-social-media-footer ul a {
      color: transparent !important;
      display: inline-block;
      border: 1px transparent;
      width: 42px;
      height: 42px; }
      @media (min-width: 1200px) {
        .pane-menu-menu-social-media-footer ul a {
          width: 47px;
          height: 47px; } }

.page-news .pane-bundle-stri-custom-buttons {
  float: left;
  width: 45%;
  margin-right: 5%; }
  .page-news .pane-bundle-stri-custom-buttons:nth-of-type(2n+1) {
    margin-right: 0; }
  @media (min-width: 992px) {
    .page-news .pane-bundle-stri-custom-buttons {
      float: none;
      margin-right: 0;
      width: auto; } }

.custom-buttons__tropicos .field-name-field-stri-button-link a {
  background-image: url("../images/svg/i-tropicos.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 85%;
  text-indent: -9999px;
  white-space: nowrap; }

.page-projects-stories h2 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 700; }
  .page-projects-stories h2 a {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1em;
    font-style: normal;
    font-weight: 700; }

.page-node-project-stories .hero-withcontainer__area-image, .page-node-publications .hero-withcontainer__area-image, .page-node-bibliography .hero-withcontainer__area-image {
  height: 100%; }

.page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
  height: 210px;
  min-height: 210px; }
  @media screen and (min-width: 920px) {
    .page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
      height: 250px;
      min-height: 250px; } }
  @media screen and (min-width: 920px) {
    .page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
      height: 300px;
      min-height: 300px; } }
  @media screen and (min-width: 992px) {
    .page-node-project-stories .hero-withcontainer__area, .page-node-publications .hero-withcontainer__area, .page-node-bibliography .hero-withcontainer__area {
      height: 330px;
      min-height: 330px; } }

.page-node-project-stories .slick__slide, .page-node-publications .slick__slide, .page-node-bibliography .slick__slide {
  height: auto;
  max-height: initial;
  min-height: initial; }
  @media screen and (min-width: 1024px) {
    .page-node-project-stories .slick__slide, .page-node-publications .slick__slide, .page-node-bibliography .slick__slide {
      height: auto;
      max-height: initial;
      min-height: initial; } }

.page-node-publications .hero-withcontainer__area-content_items h1 {
  margin-top: 15px; }
  @media screen and (min-width: 920px) {
    .page-node-publications .hero-withcontainer__area-content_items h1 {
      margin-top: 30px; } }

.page-node-bibliography .hero-withcontainer__area-content_items h1 {
  margin-top: 15px; }
  @media screen and (min-width: 920px) {
    .page-node-bibliography .hero-withcontainer__area-content_items h1 {
      margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .view-stri-projects-stories .views-row:nth-of-type(3n+1) {
    clear: left; } }

.page-research .hero-background__image {
  background-image: url(../images/research/research-landing.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #FFFFFF;
  line-height: 1.7;
  max-height: initial;
  padding-bottom: 80px;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .page-research .hero-background__image {
      max-height: initial; } }

.page-research .hero-background__area-content {
  position: relative; }
  .page-research .hero-background__area-content h4 {
    color: #FFFFFF;
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 5px; }

.page-research .hero_content_five {
  margin-top: 60px; }

.page-research .pane-bundle-stri-special-links {
  margin-top: 30px; }

.page-research-themes .row, .page-research-themes .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary .page-research-themes .pane-content, .page-research-themes .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates .page-research-themes .view-content, .page-research-themes .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2 .page-research-themes .view-content,
.page-research-themes .container,
.page-research-themes .content-area .pane-node-field-stri-summary, .content-area
.page-research-themes .pane-node-field-stri-summary,
.page-research-themes .hero .slide__caption, .hero
.page-research-themes .slide__caption,
.page-research-themes .pane-bundle-stri-special-links,
.page-research-themes .pane-bundle-stri-two-col-ss,
.page-research-themes .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
.page-research-themes .pane-content,
.page-research-themes .node-type-event-course .content-header, .node-type-event-course
.page-research-themes .content-header,
.page-research-themes .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
.page-research-themes .pane-node-title,
.page-research-themes .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
.page-research-themes .pane-node-created,
.page-research-themes
.node-type-story .stri-hero__background .pane-node-field-stri-story-location,
.node-type-story .stri-hero__background
.page-research-themes .pane-node-field-stri-story-location,
.page-research-disciplines .row,
.page-research-disciplines .content-area .pane-node-field-stri-summary .pane-content, .content-area .pane-node-field-stri-summary
.page-research-disciplines .pane-content,
.page-research-disciplines .pane-stri-people-stri-people-research-associates .view-content, .pane-stri-people-stri-people-research-associates
.page-research-disciplines .view-content,
.page-research-disciplines .pane-stri-people-panel-pane-2 .view-content, .pane-stri-people-panel-pane-2
.page-research-disciplines .view-content,
.page-research-disciplines .container,
.page-research-disciplines .content-area .pane-node-field-stri-summary, .content-area
.page-research-disciplines .pane-node-field-stri-summary,
.page-research-disciplines .hero .slide__caption, .hero
.page-research-disciplines .slide__caption,
.page-research-disciplines .pane-bundle-stri-special-links,
.page-research-disciplines .pane-bundle-stri-two-col-ss,
.page-research-disciplines .hero-small-bg__area-info .pane-content, .hero-small-bg__area-info
.page-research-disciplines .pane-content,
.page-research-disciplines .node-type-event-course .content-header, .node-type-event-course
.page-research-disciplines .content-header,
.page-research-disciplines .node-type-scientist .sidebar-right__image .pane-node-title, .node-type-scientist .sidebar-right__image
.page-research-disciplines .pane-node-title,
.page-research-disciplines .node-type-story .stri-hero__background .pane-node-created, .node-type-story .stri-hero__background
.page-research-disciplines .pane-node-created,
.page-research-disciplines
.node-type-story .stri-hero__background .pane-node-field-stri-story-location,
.node-type-story .stri-hero__background
.page-research-disciplines .pane-node-field-stri-story-location {
  overflow: visible; }

.page-research-themes .view-stri-research-contents,
.page-research-disciplines .view-stri-research-contents {
  position: relative; }

@media screen and (min-width: 992px) {
  .page-research-explore #footer,
  .page-research-themes #footer,
  .page-research-disciplines #footer {
    margin-top: 100px; } }

.page-sitemap #main-wrapper {
  margin-top: 40px; }

.page-sitemap h2.title {
  display: none; }

.view-stri-research-contents .views-row {
  margin-bottom: 20px; }
  .view-stri-research-contents .views-row:nth-child(2n+1) {
    clear: both; }

.page-webcast .hero-withcontainer__area {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-webcast .hero-withcontainer__area {
      margin-bottom: 90px; } }

.pane-webcast .pane-title {
  margin: 0; }

.view-webcast .event__title h2 {
  font-size: 2rem;
  line-height: 1.02;
  margin-top: 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .view-webcast .event__title h2 {
      font-size: 2.66667rem; } }

.view-webcast .event__alternative-title p,
.view-webcast .event__alternative-title h1 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 2.66667rem;
  font-weight: 700;
  margin: 0; }

.view-webcast .event__subtitle h3 {
  font-size: 2rem;
  line-height: 1.2em;
  margin-top: 0; }

.view-webcast h3.field-label {
  font-size: 1.33333rem;
  font-weight: 700;
  margin: 0; }

.view-webcast .event__speaker,
.view-webcast .event__date,
.view-webcast .event__place,
.view-webcast .event__time {
  margin-bottom: 30px; }

.webcast--help {
  margin-top: 20px;
  text-align: center; }
  .webcast--help p {
    font-size: 1rem; }
  .webcast--help a {
    color: #292929;
    text-decoration: underline; }

.pane-stri-webcast-webcast-embed {
  margin-bottom: 70px; }

@media (min-width: 425px) {
  .hero--why-panama .slide__caption .slide__description {
    width: auto; } }

@media (min-width: 920px) {
  .hero--why-panama .slide__caption .slide__description {
    width: auto; } }

.hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8em;
  margin-top: 5px; }
  @media screen and (min-width: 375px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      font-size: 1rem; } }
  @media screen and (min-width: 768px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      font-size: 1.125rem;
      margin-top: 10px; } }
  @media screen and (min-width: 920px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-subtitle {
      margin-top: 15px;
      font-size: 1.25rem; } }

.hero--why-panama .slide__caption .slide__description .field-name-field-stri-textarea {
  font-size: 1.125rem;
  font-style: italic; }
  @media (min-width: 920px) {
    .hero--why-panama .slide__caption .slide__description .field-name-field-stri-textarea {
      margin-top: 20px;
      width: 55%; } }

@media (min-width: 620px) {
  .hero--why-panama .paragraphs-items-field-fpp-special-links {
    margin-top: 0; } }

.complete-list__item {
  margin: 30px 0; }
  .complete-list__item .list-title h4 {
    margin-top: 15px; }
    .complete-list__item .list-title h4 a {
      color: #006A3A;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1em;
      font-style: normal;
      font-weight: 700; }
  @media screen and (min-width: 768px) {
    .complete-list__item .list-title h4 {
      margin-top: 0; } }

.node-story .complete-list__item.view-mode__item .view-mode__item-title {
  margin-top: 0; }

.pane-stri-facilities h4.pane-title {
  margin: 65px 0;
  font-size: 1.33333rem;
  letter-spacing: 1px; }

div[class*="stri_facilities"] div[class*="item-title"] h4,
div[class*="stri_facilities"] div[class*="item-title"] h4 p {
  margin-bottom: 10px;
  margin-top: 15px; }

div[class*="stri_facilities"] div[class*="item-title"] h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700; }

div[class*="stri_facilities"] div[class*="item-title"] h4 p {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700; }

div[class*="stri_facilities"] img {
  width: 100%;
  height: unset; }

div[class*="stri_facilities"] .views-row {
  display: block;
  float: left;
  margin-bottom: 40px; }

@media screen and (min-width: 768px) and (max-width: 919px) {
  div[class*="stri_facilities"] .views-row:nth-of-type(2n+1) {
    clear: both; } }

div[class*="stri_facilities"] .views-row:nth-child(3n+1) {
  float: left; }
  @media (min-width: 992px) {
    div[class*="stri_facilities"] .views-row:nth-child(3n+1) {
      float: left;
      vertical-align: top;
      clear: both; } }

.view-stri-featured-stories {
  margin-top: 20px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 920px) {
    .view-stri-featured-stories {
      margin-top: 0; } }
  .view-stri-featured-stories h4 {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0; }
  .view-stri-featured-stories .view-content {
    min-height: 95px; }
  .view-stri-featured-stories .views-row {
    display: inline-block;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .view-stri-featured-stories .views-row {
        display: block;
        margin: 0 10px;
        margin-bottom: 15px;
        height: auto;
        position: relative;
        width: 100%; }
        .view-stri-featured-stories .views-row:first-child article {
          top: unset; }
        .view-stri-featured-stories .views-row:nth-child(2) article {
          right: unset; }
        .view-stri-featured-stories .views-row:last-child article {
          bottom: unset; }
        .view-stri-featured-stories .views-row article {
          position: relative; } }
    @media screen and (min-width: 920px) {
      .view-stri-featured-stories .views-row {
        height: 100px;
        position: relative;
        width: 100%; }
        .view-stri-featured-stories .views-row:first-child article {
          top: 0; }
        .view-stri-featured-stories .views-row:nth-child(2) article {
          right: 0; }
        .view-stri-featured-stories .views-row:last-child article {
          bottom: 0; }
        .view-stri-featured-stories .views-row article {
          margin-bottom: 0;
          position: absolute;
          min-width: 175px; } }
  .view-stri-featured-stories .view-mode__item-title.is-absolute {
    padding-left: 15px;
    padding-right: 15px; }
  .view-stri-featured-stories .view-mode__item-title h4 {
    font-size: 1.2em;
    line-height: 1.3;
    margin-top: 0;
    text-align: left;
    max-height: 50px;
    overflow: hidden; }
  @media screen and (min-width: 920px) {
    .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-right: 30px; } }
  @media screen and (min-width: 768px) {
    .view-stri-featured-stories .view-footer {
      font-style: italic;
      margin-top: 10px;
      text-align: left; } }
  @media screen and (min-width: 1024px) {
    .view-stri-featured-stories .view-footer {
      text-align: right; } }

.general-listing__item .view-mode__item-title {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 300; }
  .general-listing__item .view-mode__item-title h4 {
    font-weight: 700; }

.general-listing__item .view-mode__item-image {
  width: 100%;
  min-height: 200px; }
  @media screen and (min-width: 768px) {
    .general-listing__item .view-mode__item-image {
      min-height: 220px; } }
  @media screen and (min-width: 992px) {
    .general-listing__item .view-mode__item-image {
      min-height: 135px; } }
  @media screen and (min-width: 1200px) {
    .general-listing__item .view-mode__item-image {
      min-height: 165px; } }

.node-story .general-listing__item .view-mode__item-title h4 {
  margin-top: 5px; }

.overlay-layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.overlay-layer {
  transition: all 0.15s ease-in-out; }
  .overlay-layer.stri-overlay__black {
    background-color: #000;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__smithsonian-yellow {
    background-color: #b69605;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__smithsonian-cyan {
    background-color: #009DC0;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__navy-blue {
    background-color: #102B4E;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__blue {
    background-color: #064F93;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__sky-blue {
    background-color: #016194;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__green {
    background-color: #006A3A;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__light-green {
    background-color: #89971a;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__lime-green {
    background-color: #7BB81F;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__red-orange {
    background-color: #D04927;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__orange-red {
    background-color: #b14413;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__orange {
    background-color: #c37405;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__brown {
    background-color: #6C4820;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__magenta {
    background-color: #BD0D60;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__purple {
    background-color: #762C66;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__red {
    background-color: #DA2128;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__black {
    background-color: #1f1f1f;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__smithsonian-yellow {
    background-color: #f2c806;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__smithsonian-cyan {
    background-color: #00cffd;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__navy-blue {
    background-color: #1a4781;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__blue {
    background-color: #086fce;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__sky-blue {
    background-color: #0288d1;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__green {
    background-color: #00a75b;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__light-green {
    background-color: #b9cb23;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__lime-green {
    background-color: #9bdd37;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__red-orange {
    background-color: #df7155;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__orange-red {
    background-color: #e75a1b;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__orange {
    background-color: #f9970d;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__brown {
    background-color: #9b672e;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__magenta {
    background-color: #ef187d;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__purple {
    background-color: #a33d8d;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__red {
    background-color: #e55359;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__1 {
    opacity: 0.01; }
  .overlay-layer.stri-overlay__2 {
    opacity: 0.02; }
  .overlay-layer.stri-overlay__3 {
    opacity: 0.03; }
  .overlay-layer.stri-overlay__4 {
    opacity: 0.04; }
  .overlay-layer.stri-overlay__5 {
    opacity: 0.05; }
  .overlay-layer.stri-overlay__6 {
    opacity: 0.06; }
  .overlay-layer.stri-overlay__7 {
    opacity: 0.07; }
  .overlay-layer.stri-overlay__8 {
    opacity: 0.08; }
  .overlay-layer.stri-overlay__9 {
    opacity: 0.09; }
  .overlay-layer.stri-overlay__10 {
    opacity: 0.1; }
  .overlay-layer.stri-overlay__11 {
    opacity: 0.11; }
  .overlay-layer.stri-overlay__12 {
    opacity: 0.12; }
  .overlay-layer.stri-overlay__13 {
    opacity: 0.13; }
  .overlay-layer.stri-overlay__14 {
    opacity: 0.14; }
  .overlay-layer.stri-overlay__15 {
    opacity: 0.15; }
  .overlay-layer.stri-overlay__16 {
    opacity: 0.16; }
  .overlay-layer.stri-overlay__17 {
    opacity: 0.17; }
  .overlay-layer.stri-overlay__18 {
    opacity: 0.18; }
  .overlay-layer.stri-overlay__19 {
    opacity: 0.19; }
  .overlay-layer.stri-overlay__20 {
    opacity: 0.2; }
  .overlay-layer.stri-overlay__21 {
    opacity: 0.21; }
  .overlay-layer.stri-overlay__22 {
    opacity: 0.22; }
  .overlay-layer.stri-overlay__23 {
    opacity: 0.23; }
  .overlay-layer.stri-overlay__24 {
    opacity: 0.24; }
  .overlay-layer.stri-overlay__25 {
    opacity: 0.25; }
  .overlay-layer.stri-overlay__26 {
    opacity: 0.26; }
  .overlay-layer.stri-overlay__27 {
    opacity: 0.27; }
  .overlay-layer.stri-overlay__28 {
    opacity: 0.28; }
  .overlay-layer.stri-overlay__29 {
    opacity: 0.29; }
  .overlay-layer.stri-overlay__30 {
    opacity: 0.3; }
  .overlay-layer.stri-overlay__31 {
    opacity: 0.31; }
  .overlay-layer.stri-overlay__32 {
    opacity: 0.32; }
  .overlay-layer.stri-overlay__33 {
    opacity: 0.33; }
  .overlay-layer.stri-overlay__34 {
    opacity: 0.34; }
  .overlay-layer.stri-overlay__35 {
    opacity: 0.35; }
  .overlay-layer.stri-overlay__36 {
    opacity: 0.36; }
  .overlay-layer.stri-overlay__37 {
    opacity: 0.37; }
  .overlay-layer.stri-overlay__38 {
    opacity: 0.38; }
  .overlay-layer.stri-overlay__39 {
    opacity: 0.39; }
  .overlay-layer.stri-overlay__40 {
    opacity: 0.4; }
  .overlay-layer.stri-overlay__41 {
    opacity: 0.41; }
  .overlay-layer.stri-overlay__42 {
    opacity: 0.42; }
  .overlay-layer.stri-overlay__43 {
    opacity: 0.43; }
  .overlay-layer.stri-overlay__44 {
    opacity: 0.44; }
  .overlay-layer.stri-overlay__45 {
    opacity: 0.45; }
  .overlay-layer.stri-overlay__46 {
    opacity: 0.46; }
  .overlay-layer.stri-overlay__47 {
    opacity: 0.47; }
  .overlay-layer.stri-overlay__48 {
    opacity: 0.48; }
  .overlay-layer.stri-overlay__49 {
    opacity: 0.49; }
  .overlay-layer.stri-overlay__50 {
    opacity: 0.5; }
  .overlay-layer.stri-overlay__51 {
    opacity: 0.51; }
  .overlay-layer.stri-overlay__52 {
    opacity: 0.52; }
  .overlay-layer.stri-overlay__53 {
    opacity: 0.53; }
  .overlay-layer.stri-overlay__54 {
    opacity: 0.54; }
  .overlay-layer.stri-overlay__55 {
    opacity: 0.55; }
  .overlay-layer.stri-overlay__56 {
    opacity: 0.56; }
  .overlay-layer.stri-overlay__57 {
    opacity: 0.57; }
  .overlay-layer.stri-overlay__58 {
    opacity: 0.58; }
  .overlay-layer.stri-overlay__59 {
    opacity: 0.59; }
  .overlay-layer.stri-overlay__60 {
    opacity: 0.6; }
  .overlay-layer.stri-overlay__61 {
    opacity: 0.61; }
  .overlay-layer.stri-overlay__62 {
    opacity: 0.62; }
  .overlay-layer.stri-overlay__63 {
    opacity: 0.63; }
  .overlay-layer.stri-overlay__64 {
    opacity: 0.64; }
  .overlay-layer.stri-overlay__65 {
    opacity: 0.65; }
  .overlay-layer.stri-overlay__66 {
    opacity: 0.66; }
  .overlay-layer.stri-overlay__67 {
    opacity: 0.67; }
  .overlay-layer.stri-overlay__68 {
    opacity: 0.68; }
  .overlay-layer.stri-overlay__69 {
    opacity: 0.69; }
  .overlay-layer.stri-overlay__70 {
    opacity: 0.7; }
  .overlay-layer.stri-overlay__71 {
    opacity: 0.71; }
  .overlay-layer.stri-overlay__72 {
    opacity: 0.72; }
  .overlay-layer.stri-overlay__73 {
    opacity: 0.73; }
  .overlay-layer.stri-overlay__74 {
    opacity: 0.74; }
  .overlay-layer.stri-overlay__75 {
    opacity: 0.75; }
  .overlay-layer.stri-overlay__76 {
    opacity: 0.76; }
  .overlay-layer.stri-overlay__77 {
    opacity: 0.77; }
  .overlay-layer.stri-overlay__78 {
    opacity: 0.78; }
  .overlay-layer.stri-overlay__79 {
    opacity: 0.79; }
  .overlay-layer.stri-overlay__80 {
    opacity: 0.8; }
  .overlay-layer.stri-overlay__81 {
    opacity: 0.81; }
  .overlay-layer.stri-overlay__82 {
    opacity: 0.82; }
  .overlay-layer.stri-overlay__83 {
    opacity: 0.83; }
  .overlay-layer.stri-overlay__84 {
    opacity: 0.84; }
  .overlay-layer.stri-overlay__85 {
    opacity: 0.85; }
  .overlay-layer.stri-overlay__86 {
    opacity: 0.86; }
  .overlay-layer.stri-overlay__87 {
    opacity: 0.87; }
  .overlay-layer.stri-overlay__88 {
    opacity: 0.88; }
  .overlay-layer.stri-overlay__89 {
    opacity: 0.89; }
  .overlay-layer.stri-overlay__90 {
    opacity: 0.9; }
  .overlay-layer.stri-overlay__91 {
    opacity: 0.91; }
  .overlay-layer.stri-overlay__92 {
    opacity: 0.92; }
  .overlay-layer.stri-overlay__93 {
    opacity: 0.93; }
  .overlay-layer.stri-overlay__94 {
    opacity: 0.94; }
  .overlay-layer.stri-overlay__95 {
    opacity: 0.95; }
  .overlay-layer.stri-overlay__96 {
    opacity: 0.96; }
  .overlay-layer.stri-overlay__97 {
    opacity: 0.97; }
  .overlay-layer.stri-overlay__98 {
    opacity: 0.98; }
  .overlay-layer.stri-overlay__99 {
    opacity: 0.99; }
  .overlay-layer.stri-overlay__100 {
    opacity: 1; }

.link-block__image a:hover .overlay-layer.stri-overlay__black,
.view-mode__item a:hover .overlay-layer.stri-overlay__black {
  background-color: #1f1f1f;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__smithsonian-yellow,
.view-mode__item a:hover .overlay-layer.stri-overlay__smithsonian-yellow {
  background-color: #f2c806;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__smithsonian-cyan,
.view-mode__item a:hover .overlay-layer.stri-overlay__smithsonian-cyan {
  background-color: #00cffd;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__navy-blue,
.view-mode__item a:hover .overlay-layer.stri-overlay__navy-blue {
  background-color: #1a4781;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__blue,
.view-mode__item a:hover .overlay-layer.stri-overlay__blue {
  background-color: #086fce;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__sky-blue,
.view-mode__item a:hover .overlay-layer.stri-overlay__sky-blue {
  background-color: #0288d1;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__green,
.view-mode__item a:hover .overlay-layer.stri-overlay__green {
  background-color: #00a75b;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__light-green,
.view-mode__item a:hover .overlay-layer.stri-overlay__light-green {
  background-color: #b9cb23;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__lime-green,
.view-mode__item a:hover .overlay-layer.stri-overlay__lime-green {
  background-color: #9bdd37;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__red-orange,
.view-mode__item a:hover .overlay-layer.stri-overlay__red-orange {
  background-color: #df7155;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__orange-red,
.view-mode__item a:hover .overlay-layer.stri-overlay__orange-red {
  background-color: #e75a1b;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__orange,
.view-mode__item a:hover .overlay-layer.stri-overlay__orange {
  background-color: #f9970d;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__brown,
.view-mode__item a:hover .overlay-layer.stri-overlay__brown {
  background-color: #9b672e;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__magenta,
.view-mode__item a:hover .overlay-layer.stri-overlay__magenta {
  background-color: #ef187d;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__purple,
.view-mode__item a:hover .overlay-layer.stri-overlay__purple {
  background-color: #a33d8d;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__red,
.view-mode__item a:hover .overlay-layer.stri-overlay__red {
  background-color: #e55359;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__black {
  background-color: #1f1f1f;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__smithsonian-yellow {
  background-color: #f2c806;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__smithsonian-cyan {
  background-color: #00cffd;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__navy-blue {
  background-color: #1a4781;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__blue {
  background-color: #086fce;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__sky-blue {
  background-color: #0288d1;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__green {
  background-color: #00a75b;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__light-green {
  background-color: #b9cb23;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__lime-green {
  background-color: #9bdd37;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__red-orange {
  background-color: #df7155;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__orange-red {
  background-color: #e75a1b;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__orange {
  background-color: #f9970d;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__brown {
  background-color: #9b672e;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__magenta {
  background-color: #ef187d;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__purple {
  background-color: #a33d8d;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__red {
  background-color: #e55359;
  opacity: 0.6; }

.view-mode__item-title a,
.view-mode__item-subtitle a,
.view-mode__item-type a {
  text-decoration: none; }
  .view-mode__item-title a:hover,
  .view-mode__item-subtitle a:hover,
  .view-mode__item-type a:hover {
    text-decoration: none; }

.view-mode__item-title a {
  color: #006A3A; }

.labeled-content__item, .node-story .complete-list__item {
  margin-bottom: 30px; }
  .labeled-content__item .view-mode__item-summary, .node-story .complete-list__item .view-mode__item-summary {
    font-size: 1em; }
  .labeled-content__item .view-mode__item-subtitle h5, .node-story .complete-list__item .view-mode__item-subtitle h5 {
    text-transform: initial; }

[class*="-news-stri-news-row"] .labeled-content__item, [class*="-news-stri-news-row"] .node-story .complete-list__item, .node-story [class*="-news-stri-news-row"] .complete-list__item,
[class*="-news-right-block-sm"] .labeled-content__item,
[class*="-news-right-block-sm"] .node-story .complete-list__item, .node-story
[class*="-news-right-block-sm"] .complete-list__item,
[class*="-news-left-block-sm"] .labeled-content__item,
[class*="-news-left-block-sm"] .node-story .complete-list__item, .node-story
[class*="-news-left-block-sm"] .complete-list__item {
  margin-bottom: 30px; }
  [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-summary, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-summary, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-summary,
  [class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-summary,
  [class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-summary, .node-story
  [class*="-news-right-block-sm"] .complete-list__item .view-mode__item-summary,
  [class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-summary,
  [class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-summary, .node-story
  [class*="-news-left-block-sm"] .complete-list__item .view-mode__item-summary {
    font-size: 0.77778rem; }
  [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-subtitle h5, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-subtitle h5,
  [class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
  [class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
  [class*="-news-right-block-sm"] .complete-list__item .view-mode__item-subtitle h5,
  [class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
  [class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
  [class*="-news-left-block-sm"] .complete-list__item .view-mode__item-subtitle h5 {
    font-size: 1em;
    text-transform: initial; }
  [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-date-sm, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-date-sm, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-date-sm,
  [class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-date-sm,
  [class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-date-sm, .node-story
  [class*="-news-right-block-sm"] .complete-list__item .view-mode__item-date-sm,
  [class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-date-sm,
  [class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-date-sm, .node-story
  [class*="-news-left-block-sm"] .complete-list__item .view-mode__item-date-sm {
    font-size: 0.7em; }

.node-story .labeled-content__item, .node-story .complete-list__item {
  margin-bottom: 40px; }
  .node-story .labeled-content__item .view-mode__item-title, .node-story .complete-list__item .view-mode__item-title {
    background-color: transparent;
    font-size: 1em;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    position: initial;
    text-align: left; }
    .node-story .labeled-content__item .view-mode__item-title a, .node-story .complete-list__item .view-mode__item-title a {
      color: #292929; }
  .node-story .labeled-content__item .view-mode__item-subtitle p, .node-story .complete-list__item .view-mode__item-subtitle p {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0;
    margin-top: 0; }
    .node-story .labeled-content__item .view-mode__item-subtitle p a, .node-story .complete-list__item .view-mode__item-subtitle p a {
      color: #006A3A;
      text-decoration: none; }
      .node-story .labeled-content__item .view-mode__item-subtitle p a:hover, .node-story .complete-list__item .view-mode__item-subtitle p a:hover {
        color: #006A3A; }
  .node-story .labeled-content__item .view-mode__item-date-sm, .node-story .complete-list__item .view-mode__item-date-sm {
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.77778rem;
    font-weight: bold; }

.listing-item .view-mode__item-title h4 {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 700;
  text-transform: unset; }

.listing-item .view-mode__item-subtitle p {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 5px; }

.pane-stri-scientist-related-stories,
.pane-stri-colaboration-stories {
  margin: 30px 0; }

[class*="-news-stri-popular-stories"] {
  margin: 15px 0; }
  [class*="-news-stri-popular-stories"] .view-mode__item-title h5 {
    font-size: 1.11111rem;
    margin-bottom: 0;
    text-transform: initial; }
  [class*="-news-stri-popular-stories"] .view-mode__item-title a {
    color: #006A3A; }
  [class*="-news-stri-popular-stories"] .quick-content__item > .view-mode__item-title h5 {
    margin-bottom: 5px; }

.quick-content__item {
  margin-bottom: 15px;
  margin-top: 0; }

.view-stri-people label {
  margin-bottom: 18px;
  margin-top: 20px; }

.view-stri-people form {
  margin: 0 15px;
  float: left;
  width: 290px; }
  @media (min-width: 920px) {
    .view-stri-people form {
      float: right; } }
  @media (min-width: 375px) {
    .view-stri-people form {
      width: 310px; } }
  .view-stri-people form .form-select {
    width: 290px; }
    @media (min-width: 375px) {
      .view-stri-people form .form-select {
        width: 310px; } }

.view-stri-people .views-exposed-widgets {
  margin-bottom: 20px; }

.view-stri-people .view-mode__item-title {
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 6px;
  margin-bottom: 3px;
  word-wrap: break-word; }

.view-stri-people .view-mode__item-discipline {
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.4em; }
  .view-stri-people .view-mode__item-discipline span {
    color: #292929; }
    .view-stri-people .view-mode__item-discipline span:after {
      content: ', ';
      position: relative;
      margin-left: -3px; }
    .view-stri-people .view-mode__item-discipline span:last-of-type:after {
      content: ''; }

.view-stri-people .view-mode__item-position {
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 5px; }

.view-stri-people .field-name-field-stri-scientist-bio {
  font-size: .9em; }

.view-stri-people .field-type-email {
  display: inline-block; }
  .view-stri-people .field-type-email a {
    font-size: 1em; }

.pane-stri-people-stri-people-scientists,
.pane-stri-people-stri-people-emeritus,
.pane-stri-people-stri-people-affiliate-staff-scientists {
  width: 100%;
  margin: 0 0 50px;
  position: relative;
  display: inline-block; }
  .pane-stri-people-stri-people-scientists .views-row,
  .pane-stri-people-stri-people-emeritus .views-row,
  .pane-stri-people-stri-people-affiliate-staff-scientists .views-row {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 375px) and (max-width: 767px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row,
      .pane-stri-people-stri-people-affiliate-staff-scientists .views-row {
        width: 50%; }
        .pane-stri-people-stri-people-scientists .views-row:nth-child(2n+1),
        .pane-stri-people-stri-people-emeritus .views-row:nth-child(2n+1),
        .pane-stri-people-stri-people-affiliate-staff-scientists .views-row:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 768px) and (max-width: 919px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row,
      .pane-stri-people-stri-people-affiliate-staff-scientists .views-row {
        width: 33%; }
        .pane-stri-people-stri-people-scientists .views-row:nth-child(3n+1),
        .pane-stri-people-stri-people-emeritus .views-row:nth-child(3n+1),
        .pane-stri-people-stri-people-affiliate-staff-scientists .views-row:nth-child(3n+1) {
          clear: both; } }
    @media (min-width: 920px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row,
      .pane-stri-people-stri-people-affiliate-staff-scientists .views-row {
        width: 20%; }
        .pane-stri-people-stri-people-scientists .views-row:nth-child(5n+1),
        .pane-stri-people-stri-people-emeritus .views-row:nth-child(5n+1),
        .pane-stri-people-stri-people-affiliate-staff-scientists .views-row:nth-child(5n+1) {
          clear: both; } }
  .pane-stri-people-stri-people-scientists .views-row,
  .pane-stri-people-stri-people-emeritus .views-row,
  .pane-stri-people-stri-people-affiliate-staff-scientists .views-row {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row,
      .pane-stri-people-stri-people-affiliate-staff-scientists .views-row {
        margin-top: 30px; } }
  .pane-stri-people-stri-people-scientists .pane-title,
  .pane-stri-people-stri-people-emeritus .pane-title {
    position: relative;
    display: inline-block;
    margin-top: 20px; }

@media (min-width: 920px) {
  .pane-stri-people-stri-people-scientists .pane-title {
    position: absolute;
    top: 0;
    float: left;
    display: inline-block; } }

.pane-stri-people-stri-people-research-associates, .pane-stri-people-panel-pane-2 {
  margin: 20px 0; }
  .pane-stri-people-stri-people-research-associates .views-row, .pane-stri-people-panel-pane-2 .views-row {
    margin: 30px 0 20px 0; }
  .pane-stri-people-stri-people-research-associates .view-content > .views-row:nth-child(2n+1), .pane-stri-people-panel-pane-2 .view-content > .views-row:nth-child(2n+1) {
    clear: both; }
  .pane-stri-people-stri-people-research-associates .view-content > .views-row:nth-child(1 + n), .pane-stri-people-panel-pane-2 .view-content > .views-row:nth-child(1 + n) {
    margin-top: 50px; }
  @media (min-width: 768px) {
    .pane-stri-people-stri-people-research-associates .view-content > .views-row:nth-child(2 + n), .pane-stri-people-panel-pane-2 .view-content > .views-row:nth-child(2 + n) {
      margin-top: 50px; } }

.search-result .node-content-type {
  color: #000000;
  margin-bottom: 10px; }

.search-result--title {
  margin-bottom: 0; }
  .search-result--title a {
    color: #006A3A; }
    .search-result--title a:hover {
      text-decoration: none; }

.search-result--type {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 700; }

.search-result--date {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 700; }

.slider-large__frame {
  position: relative; }

.slider-large__frame-content {
  position: absolute;
  top: 0;
  width: 100%; }

.frame-content__wrapper {
  margin-top: 45px;
  width: 100%; }

.slider-large__type {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-weight: 500;
  margin-top: 0; }

.slider-large__title h1 {
  font-size: 1em;
  margin: 0; }

.slider-large__title a {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0; }

.slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1.33333rem;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px; }
  @media screen and (min-width: 768px) {
    .slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
      margin-top: 10px; } }
  @media screen and (min-width: 992px) {
    .slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
      font-size: 2rem; } }
  @media screen and (min-width: 1024px) {
    .slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
      margin-top: 30px; } }

.read-more__link {
  margin-top: 5px; }
  .read-more__link a {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400; }

@media screen and (min-width: 375px) {
  .slider-large__title a {
    font-size: 1.33333rem; } }

@media screen and (min-width: 768px) {
  .slider-large__type {
    font-size: 1.11111rem; }
  .slider-large__title a {
    font-size: 1.33333rem; }
  .read-more__link a {
    font-size: 1.11111rem; } }

@media screen and (min-width: 920px) {
  .frame-content__wrapper {
    margin-top: 45px; }
  .slider-large__title a {
    font-size: 3.5555rem; }
  .read-more__link {
    margin-top: 40px; } }

@media screen and (min-width: 1024px) {
  .frame-content__wrapper {
    margin-top: 90px; }
  .frame-content__wrapper {
    width: 60%; } }

.vocabulary-stri-research-theme .view-mode__item-title h4 {
  margin-top: 5px;
  font-weight: 700; }

.view-mode__item-image {
  background-color: #064f93;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  width: 100%; }
  .view-mode__item-image a {
    color: #FFFFFF; }
  .view-mode__item-image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }

.view-mode__item-title {
  line-height: 1.5;
  z-index: 5; }
  .view-mode__item-title h4 {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .view-mode__item-title h4 {
        font-size: 1.33333rem; } }
  .view-mode__item-title h5 {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500; }
  .view-mode__item-title.is-absolute {
    padding: 0 20px;
    padding-top: 20px;
    position: absolute; }

.view-mode__item-subtitle {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.3; }
  .view-mode__item-subtitle p {
    font-size: 0.77778rem;
    margin: 0; }

.view-mode__item-discipline {
  line-height: 1; }
  .view-mode__item-discipline a {
    color: #064F93;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: none; }
    .view-mode__item-discipline a:last-child::after {
      content: ''; }
    .view-mode__item-discipline a::after {
      content: ','; }

.view-mode__item-bio {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 100;
  line-height: 1.7;
  margin-top: 10px; }

.view-mode__item-type {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  background-color: #000000;
  text-transform: capitalize;
  bottom: 0;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 5; }

.view-mode__item-title {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize; }

.view-mode__item-email > a {
  display: inline-block; }

.view-mode__item-date,
.view-mode__item-date-sm {
  font-weight: bold; }

.view-mode__item-date {
  font-size: 1em; }

.view-mode__item-date-sm {
  font-size: 0.77778rem; }

.view-mode__item-summary {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px; }
  .view-mode__item-summary.fixed-height {
    max-height: 90px;
    overflow: hidden; }
  .view-mode__item-summary a {
    text-decoration: underline; }

.view-mode__item-email {
  margin-top: 10px; }

.complete-list__item {
  margin: 30px 0; }
  .complete-list__item .list-title h4 {
    margin-top: 15px; }
    .complete-list__item .list-title h4 a {
      color: #006A3A;
      font-family: "FFDINWebPro", "sans-serif";
      font-size: 1em;
      font-style: normal;
      font-weight: 700; }
  @media screen and (min-width: 768px) {
    .complete-list__item .list-title h4 {
      margin-top: 0; } }

.node-story .complete-list__item.view-mode__item .view-mode__item-title {
  margin-top: 0; }

.pane-stri-facilities h4.pane-title {
  margin: 65px 0;
  font-size: 1.33333rem;
  letter-spacing: 1px; }

div[class*="stri_facilities"] div[class*="item-title"] h4,
div[class*="stri_facilities"] div[class*="item-title"] h4 p {
  margin-bottom: 10px;
  margin-top: 15px; }

div[class*="stri_facilities"] div[class*="item-title"] h4 {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700; }

div[class*="stri_facilities"] div[class*="item-title"] h4 p {
  color: #006A3A;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700; }

div[class*="stri_facilities"] img {
  width: 100%;
  height: unset; }

div[class*="stri_facilities"] .views-row {
  display: block;
  float: left;
  margin-bottom: 40px; }

@media screen and (min-width: 768px) and (max-width: 919px) {
  div[class*="stri_facilities"] .views-row:nth-of-type(2n+1) {
    clear: both; } }

div[class*="stri_facilities"] .views-row:nth-child(3n+1) {
  float: left; }
  @media (min-width: 992px) {
    div[class*="stri_facilities"] .views-row:nth-child(3n+1) {
      float: left;
      vertical-align: top;
      clear: both; } }

.view-stri-featured-stories {
  margin-top: 20px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 920px) {
    .view-stri-featured-stories {
      margin-top: 0; } }
  .view-stri-featured-stories h4 {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0; }
  .view-stri-featured-stories .view-content {
    min-height: 95px; }
  .view-stri-featured-stories .views-row {
    display: inline-block;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .view-stri-featured-stories .views-row {
        display: block;
        margin: 0 10px;
        margin-bottom: 15px;
        height: auto;
        position: relative;
        width: 100%; }
        .view-stri-featured-stories .views-row:first-child article {
          top: unset; }
        .view-stri-featured-stories .views-row:nth-child(2) article {
          right: unset; }
        .view-stri-featured-stories .views-row:last-child article {
          bottom: unset; }
        .view-stri-featured-stories .views-row article {
          position: relative; } }
    @media screen and (min-width: 920px) {
      .view-stri-featured-stories .views-row {
        height: 100px;
        position: relative;
        width: 100%; }
        .view-stri-featured-stories .views-row:first-child article {
          top: 0; }
        .view-stri-featured-stories .views-row:nth-child(2) article {
          right: 0; }
        .view-stri-featured-stories .views-row:last-child article {
          bottom: 0; }
        .view-stri-featured-stories .views-row article {
          margin-bottom: 0;
          position: absolute;
          min-width: 175px; } }
  .view-stri-featured-stories .view-mode__item-title.is-absolute {
    padding-left: 15px;
    padding-right: 15px; }
  .view-stri-featured-stories .view-mode__item-title h4 {
    font-size: 1.2em;
    line-height: 1.3;
    margin-top: 0;
    text-align: left;
    max-height: 50px;
    overflow: hidden; }
  @media screen and (min-width: 920px) {
    .view-stri-featured-stories .view-mode__item-title.is-absolute {
      padding-right: 30px; } }
  @media screen and (min-width: 768px) {
    .view-stri-featured-stories .view-footer {
      font-style: italic;
      margin-top: 10px;
      text-align: left; } }
  @media screen and (min-width: 1024px) {
    .view-stri-featured-stories .view-footer {
      text-align: right; } }

.general-listing__item .view-mode__item-title {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 300; }
  .general-listing__item .view-mode__item-title h4 {
    font-weight: 700; }

.general-listing__item .view-mode__item-image {
  width: 100%;
  min-height: 200px; }
  @media screen and (min-width: 768px) {
    .general-listing__item .view-mode__item-image {
      min-height: 220px; } }
  @media screen and (min-width: 992px) {
    .general-listing__item .view-mode__item-image {
      min-height: 135px; } }
  @media screen and (min-width: 1200px) {
    .general-listing__item .view-mode__item-image {
      min-height: 165px; } }

.node-story .general-listing__item .view-mode__item-title h4 {
  margin-top: 5px; }

.overlay-layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.overlay-layer {
  transition: all 0.15s ease-in-out; }
  .overlay-layer.stri-overlay__black {
    background-color: #000;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__smithsonian-yellow {
    background-color: #b69605;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__smithsonian-cyan {
    background-color: #009DC0;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__navy-blue {
    background-color: #102B4E;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__blue {
    background-color: #064F93;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__sky-blue {
    background-color: #016194;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__green {
    background-color: #006A3A;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__light-green {
    background-color: #89971a;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__lime-green {
    background-color: #7BB81F;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__red-orange {
    background-color: #D04927;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__orange-red {
    background-color: #b14413;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__orange {
    background-color: #c37405;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__brown {
    background-color: #6C4820;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__magenta {
    background-color: #BD0D60;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__purple {
    background-color: #762C66;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__red {
    background-color: #DA2128;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__black {
    background-color: #1f1f1f;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__smithsonian-yellow {
    background-color: #f2c806;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__smithsonian-cyan {
    background-color: #00cffd;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__navy-blue {
    background-color: #1a4781;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__blue {
    background-color: #086fce;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__sky-blue {
    background-color: #0288d1;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__green {
    background-color: #00a75b;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__light-green {
    background-color: #b9cb23;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__lime-green {
    background-color: #9bdd37;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__red-orange {
    background-color: #df7155;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__orange-red {
    background-color: #e75a1b;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__orange {
    background-color: #f9970d;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__brown {
    background-color: #9b672e;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__magenta {
    background-color: #ef187d;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__purple {
    background-color: #a33d8d;
    opacity: 0.6; }
  .overlay-layer:hover.stri-overlay__red {
    background-color: #e55359;
    opacity: 0.6; }
  .overlay-layer.stri-overlay__1 {
    opacity: 0.01; }
  .overlay-layer.stri-overlay__2 {
    opacity: 0.02; }
  .overlay-layer.stri-overlay__3 {
    opacity: 0.03; }
  .overlay-layer.stri-overlay__4 {
    opacity: 0.04; }
  .overlay-layer.stri-overlay__5 {
    opacity: 0.05; }
  .overlay-layer.stri-overlay__6 {
    opacity: 0.06; }
  .overlay-layer.stri-overlay__7 {
    opacity: 0.07; }
  .overlay-layer.stri-overlay__8 {
    opacity: 0.08; }
  .overlay-layer.stri-overlay__9 {
    opacity: 0.09; }
  .overlay-layer.stri-overlay__10 {
    opacity: 0.1; }
  .overlay-layer.stri-overlay__11 {
    opacity: 0.11; }
  .overlay-layer.stri-overlay__12 {
    opacity: 0.12; }
  .overlay-layer.stri-overlay__13 {
    opacity: 0.13; }
  .overlay-layer.stri-overlay__14 {
    opacity: 0.14; }
  .overlay-layer.stri-overlay__15 {
    opacity: 0.15; }
  .overlay-layer.stri-overlay__16 {
    opacity: 0.16; }
  .overlay-layer.stri-overlay__17 {
    opacity: 0.17; }
  .overlay-layer.stri-overlay__18 {
    opacity: 0.18; }
  .overlay-layer.stri-overlay__19 {
    opacity: 0.19; }
  .overlay-layer.stri-overlay__20 {
    opacity: 0.2; }
  .overlay-layer.stri-overlay__21 {
    opacity: 0.21; }
  .overlay-layer.stri-overlay__22 {
    opacity: 0.22; }
  .overlay-layer.stri-overlay__23 {
    opacity: 0.23; }
  .overlay-layer.stri-overlay__24 {
    opacity: 0.24; }
  .overlay-layer.stri-overlay__25 {
    opacity: 0.25; }
  .overlay-layer.stri-overlay__26 {
    opacity: 0.26; }
  .overlay-layer.stri-overlay__27 {
    opacity: 0.27; }
  .overlay-layer.stri-overlay__28 {
    opacity: 0.28; }
  .overlay-layer.stri-overlay__29 {
    opacity: 0.29; }
  .overlay-layer.stri-overlay__30 {
    opacity: 0.3; }
  .overlay-layer.stri-overlay__31 {
    opacity: 0.31; }
  .overlay-layer.stri-overlay__32 {
    opacity: 0.32; }
  .overlay-layer.stri-overlay__33 {
    opacity: 0.33; }
  .overlay-layer.stri-overlay__34 {
    opacity: 0.34; }
  .overlay-layer.stri-overlay__35 {
    opacity: 0.35; }
  .overlay-layer.stri-overlay__36 {
    opacity: 0.36; }
  .overlay-layer.stri-overlay__37 {
    opacity: 0.37; }
  .overlay-layer.stri-overlay__38 {
    opacity: 0.38; }
  .overlay-layer.stri-overlay__39 {
    opacity: 0.39; }
  .overlay-layer.stri-overlay__40 {
    opacity: 0.4; }
  .overlay-layer.stri-overlay__41 {
    opacity: 0.41; }
  .overlay-layer.stri-overlay__42 {
    opacity: 0.42; }
  .overlay-layer.stri-overlay__43 {
    opacity: 0.43; }
  .overlay-layer.stri-overlay__44 {
    opacity: 0.44; }
  .overlay-layer.stri-overlay__45 {
    opacity: 0.45; }
  .overlay-layer.stri-overlay__46 {
    opacity: 0.46; }
  .overlay-layer.stri-overlay__47 {
    opacity: 0.47; }
  .overlay-layer.stri-overlay__48 {
    opacity: 0.48; }
  .overlay-layer.stri-overlay__49 {
    opacity: 0.49; }
  .overlay-layer.stri-overlay__50 {
    opacity: 0.5; }
  .overlay-layer.stri-overlay__51 {
    opacity: 0.51; }
  .overlay-layer.stri-overlay__52 {
    opacity: 0.52; }
  .overlay-layer.stri-overlay__53 {
    opacity: 0.53; }
  .overlay-layer.stri-overlay__54 {
    opacity: 0.54; }
  .overlay-layer.stri-overlay__55 {
    opacity: 0.55; }
  .overlay-layer.stri-overlay__56 {
    opacity: 0.56; }
  .overlay-layer.stri-overlay__57 {
    opacity: 0.57; }
  .overlay-layer.stri-overlay__58 {
    opacity: 0.58; }
  .overlay-layer.stri-overlay__59 {
    opacity: 0.59; }
  .overlay-layer.stri-overlay__60 {
    opacity: 0.6; }
  .overlay-layer.stri-overlay__61 {
    opacity: 0.61; }
  .overlay-layer.stri-overlay__62 {
    opacity: 0.62; }
  .overlay-layer.stri-overlay__63 {
    opacity: 0.63; }
  .overlay-layer.stri-overlay__64 {
    opacity: 0.64; }
  .overlay-layer.stri-overlay__65 {
    opacity: 0.65; }
  .overlay-layer.stri-overlay__66 {
    opacity: 0.66; }
  .overlay-layer.stri-overlay__67 {
    opacity: 0.67; }
  .overlay-layer.stri-overlay__68 {
    opacity: 0.68; }
  .overlay-layer.stri-overlay__69 {
    opacity: 0.69; }
  .overlay-layer.stri-overlay__70 {
    opacity: 0.7; }
  .overlay-layer.stri-overlay__71 {
    opacity: 0.71; }
  .overlay-layer.stri-overlay__72 {
    opacity: 0.72; }
  .overlay-layer.stri-overlay__73 {
    opacity: 0.73; }
  .overlay-layer.stri-overlay__74 {
    opacity: 0.74; }
  .overlay-layer.stri-overlay__75 {
    opacity: 0.75; }
  .overlay-layer.stri-overlay__76 {
    opacity: 0.76; }
  .overlay-layer.stri-overlay__77 {
    opacity: 0.77; }
  .overlay-layer.stri-overlay__78 {
    opacity: 0.78; }
  .overlay-layer.stri-overlay__79 {
    opacity: 0.79; }
  .overlay-layer.stri-overlay__80 {
    opacity: 0.8; }
  .overlay-layer.stri-overlay__81 {
    opacity: 0.81; }
  .overlay-layer.stri-overlay__82 {
    opacity: 0.82; }
  .overlay-layer.stri-overlay__83 {
    opacity: 0.83; }
  .overlay-layer.stri-overlay__84 {
    opacity: 0.84; }
  .overlay-layer.stri-overlay__85 {
    opacity: 0.85; }
  .overlay-layer.stri-overlay__86 {
    opacity: 0.86; }
  .overlay-layer.stri-overlay__87 {
    opacity: 0.87; }
  .overlay-layer.stri-overlay__88 {
    opacity: 0.88; }
  .overlay-layer.stri-overlay__89 {
    opacity: 0.89; }
  .overlay-layer.stri-overlay__90 {
    opacity: 0.9; }
  .overlay-layer.stri-overlay__91 {
    opacity: 0.91; }
  .overlay-layer.stri-overlay__92 {
    opacity: 0.92; }
  .overlay-layer.stri-overlay__93 {
    opacity: 0.93; }
  .overlay-layer.stri-overlay__94 {
    opacity: 0.94; }
  .overlay-layer.stri-overlay__95 {
    opacity: 0.95; }
  .overlay-layer.stri-overlay__96 {
    opacity: 0.96; }
  .overlay-layer.stri-overlay__97 {
    opacity: 0.97; }
  .overlay-layer.stri-overlay__98 {
    opacity: 0.98; }
  .overlay-layer.stri-overlay__99 {
    opacity: 0.99; }
  .overlay-layer.stri-overlay__100 {
    opacity: 1; }

.link-block__image a:hover .overlay-layer.stri-overlay__black,
.view-mode__item a:hover .overlay-layer.stri-overlay__black {
  background-color: #1f1f1f;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__smithsonian-yellow,
.view-mode__item a:hover .overlay-layer.stri-overlay__smithsonian-yellow {
  background-color: #f2c806;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__smithsonian-cyan,
.view-mode__item a:hover .overlay-layer.stri-overlay__smithsonian-cyan {
  background-color: #00cffd;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__navy-blue,
.view-mode__item a:hover .overlay-layer.stri-overlay__navy-blue {
  background-color: #1a4781;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__blue,
.view-mode__item a:hover .overlay-layer.stri-overlay__blue {
  background-color: #086fce;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__sky-blue,
.view-mode__item a:hover .overlay-layer.stri-overlay__sky-blue {
  background-color: #0288d1;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__green,
.view-mode__item a:hover .overlay-layer.stri-overlay__green {
  background-color: #00a75b;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__light-green,
.view-mode__item a:hover .overlay-layer.stri-overlay__light-green {
  background-color: #b9cb23;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__lime-green,
.view-mode__item a:hover .overlay-layer.stri-overlay__lime-green {
  background-color: #9bdd37;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__red-orange,
.view-mode__item a:hover .overlay-layer.stri-overlay__red-orange {
  background-color: #df7155;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__orange-red,
.view-mode__item a:hover .overlay-layer.stri-overlay__orange-red {
  background-color: #e75a1b;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__orange,
.view-mode__item a:hover .overlay-layer.stri-overlay__orange {
  background-color: #f9970d;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__brown,
.view-mode__item a:hover .overlay-layer.stri-overlay__brown {
  background-color: #9b672e;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__magenta,
.view-mode__item a:hover .overlay-layer.stri-overlay__magenta {
  background-color: #ef187d;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__purple,
.view-mode__item a:hover .overlay-layer.stri-overlay__purple {
  background-color: #a33d8d;
  opacity: 0.6; }

.link-block__image a:hover .overlay-layer.stri-overlay__red,
.view-mode__item a:hover .overlay-layer.stri-overlay__red {
  background-color: #e55359;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__black {
  background-color: #1f1f1f;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__smithsonian-yellow {
  background-color: #f2c806;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__smithsonian-cyan {
  background-color: #00cffd;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__navy-blue {
  background-color: #1a4781;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__blue {
  background-color: #086fce;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__sky-blue {
  background-color: #0288d1;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__green {
  background-color: #00a75b;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__light-green {
  background-color: #b9cb23;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__lime-green {
  background-color: #9bdd37;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__red-orange {
  background-color: #df7155;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__orange-red {
  background-color: #e75a1b;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__orange {
  background-color: #f9970d;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__brown {
  background-color: #9b672e;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__magenta {
  background-color: #ef187d;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__purple {
  background-color: #a33d8d;
  opacity: 0.6; }

.view-mode__item-title:hover + a .overlay-layer.stri-overlay__red {
  background-color: #e55359;
  opacity: 0.6; }

.view-mode__item-title a,
.view-mode__item-subtitle a,
.view-mode__item-type a {
  text-decoration: none; }
  .view-mode__item-title a:hover,
  .view-mode__item-subtitle a:hover,
  .view-mode__item-type a:hover {
    text-decoration: none; }

.view-mode__item-title a {
  color: #006A3A; }

.labeled-content__item, .node-story .complete-list__item {
  margin-bottom: 30px; }
  .labeled-content__item .view-mode__item-summary, .node-story .complete-list__item .view-mode__item-summary {
    font-size: 1em; }
  .labeled-content__item .view-mode__item-subtitle h5, .node-story .complete-list__item .view-mode__item-subtitle h5 {
    text-transform: initial; }

[class*="-news-stri-news-row"] .labeled-content__item, [class*="-news-stri-news-row"] .node-story .complete-list__item, .node-story [class*="-news-stri-news-row"] .complete-list__item,
[class*="-news-right-block-sm"] .labeled-content__item,
[class*="-news-right-block-sm"] .node-story .complete-list__item, .node-story
[class*="-news-right-block-sm"] .complete-list__item,
[class*="-news-left-block-sm"] .labeled-content__item,
[class*="-news-left-block-sm"] .node-story .complete-list__item, .node-story
[class*="-news-left-block-sm"] .complete-list__item {
  margin-bottom: 30px; }
  [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-summary, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-summary, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-summary,
  [class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-summary,
  [class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-summary, .node-story
  [class*="-news-right-block-sm"] .complete-list__item .view-mode__item-summary,
  [class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-summary,
  [class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-summary, .node-story
  [class*="-news-left-block-sm"] .complete-list__item .view-mode__item-summary {
    font-size: 0.77778rem; }
  [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-subtitle h5, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-subtitle h5,
  [class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
  [class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
  [class*="-news-right-block-sm"] .complete-list__item .view-mode__item-subtitle h5,
  [class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-subtitle h5,
  [class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-subtitle h5, .node-story
  [class*="-news-left-block-sm"] .complete-list__item .view-mode__item-subtitle h5 {
    font-size: 1em;
    text-transform: initial; }
  [class*="-news-stri-news-row"] .labeled-content__item .view-mode__item-date-sm, [class*="-news-stri-news-row"] .node-story .complete-list__item .view-mode__item-date-sm, .node-story [class*="-news-stri-news-row"] .complete-list__item .view-mode__item-date-sm,
  [class*="-news-right-block-sm"] .labeled-content__item .view-mode__item-date-sm,
  [class*="-news-right-block-sm"] .node-story .complete-list__item .view-mode__item-date-sm, .node-story
  [class*="-news-right-block-sm"] .complete-list__item .view-mode__item-date-sm,
  [class*="-news-left-block-sm"] .labeled-content__item .view-mode__item-date-sm,
  [class*="-news-left-block-sm"] .node-story .complete-list__item .view-mode__item-date-sm, .node-story
  [class*="-news-left-block-sm"] .complete-list__item .view-mode__item-date-sm {
    font-size: 0.7em; }

.node-story .labeled-content__item, .node-story .complete-list__item {
  margin-bottom: 40px; }
  .node-story .labeled-content__item .view-mode__item-title, .node-story .complete-list__item .view-mode__item-title {
    background-color: transparent;
    font-size: 1em;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    position: initial;
    text-align: left; }
    .node-story .labeled-content__item .view-mode__item-title a, .node-story .complete-list__item .view-mode__item-title a {
      color: #292929; }
  .node-story .labeled-content__item .view-mode__item-subtitle p, .node-story .complete-list__item .view-mode__item-subtitle p {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0;
    margin-top: 0; }
    .node-story .labeled-content__item .view-mode__item-subtitle p a, .node-story .complete-list__item .view-mode__item-subtitle p a {
      color: #006A3A;
      text-decoration: none; }
      .node-story .labeled-content__item .view-mode__item-subtitle p a:hover, .node-story .complete-list__item .view-mode__item-subtitle p a:hover {
        color: #006A3A; }
  .node-story .labeled-content__item .view-mode__item-date-sm, .node-story .complete-list__item .view-mode__item-date-sm {
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.77778rem;
    font-weight: bold; }

.listing-item .view-mode__item-title h4 {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 700;
  text-transform: unset; }

.listing-item .view-mode__item-subtitle p {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 5px; }

.pane-stri-scientist-related-stories,
.pane-stri-colaboration-stories {
  margin: 30px 0; }

[class*="-news-stri-popular-stories"] {
  margin: 15px 0; }
  [class*="-news-stri-popular-stories"] .view-mode__item-title h5 {
    font-size: 1.11111rem;
    margin-bottom: 0;
    text-transform: initial; }
  [class*="-news-stri-popular-stories"] .view-mode__item-title a {
    color: #006A3A; }
  [class*="-news-stri-popular-stories"] .quick-content__item > .view-mode__item-title h5 {
    margin-bottom: 5px; }

.quick-content__item {
  margin-bottom: 15px;
  margin-top: 0; }

.view-stri-people label {
  margin-bottom: 18px;
  margin-top: 20px; }

.view-stri-people form {
  margin: 0 15px;
  float: left;
  width: 290px; }
  @media (min-width: 920px) {
    .view-stri-people form {
      float: right; } }
  @media (min-width: 375px) {
    .view-stri-people form {
      width: 310px; } }
  .view-stri-people form .form-select {
    width: 290px; }
    @media (min-width: 375px) {
      .view-stri-people form .form-select {
        width: 310px; } }

.view-stri-people .views-exposed-widgets {
  margin-bottom: 20px; }

.view-stri-people .view-mode__item-title {
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 6px;
  margin-bottom: 3px;
  word-wrap: break-word; }

.view-stri-people .view-mode__item-discipline {
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.4em; }
  .view-stri-people .view-mode__item-discipline span {
    color: #292929; }
    .view-stri-people .view-mode__item-discipline span:after {
      content: ', ';
      position: relative;
      margin-left: -3px; }
    .view-stri-people .view-mode__item-discipline span:last-of-type:after {
      content: ''; }

.view-stri-people .view-mode__item-position {
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 5px; }

.view-stri-people .field-name-field-stri-scientist-bio {
  font-size: .9em; }

.view-stri-people .field-type-email {
  display: inline-block; }
  .view-stri-people .field-type-email a {
    font-size: 1em; }

.pane-stri-people-stri-people-scientists,
.pane-stri-people-stri-people-emeritus {
  width: 100%;
  margin: 0 0 50px;
  position: relative;
  display: inline-block; }
  .pane-stri-people-stri-people-scientists .views-row,
  .pane-stri-people-stri-people-emeritus .views-row {
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 375px) and (max-width: 767px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row {
        width: 50%; }
        .pane-stri-people-stri-people-scientists .views-row:nth-child(2n+1),
        .pane-stri-people-stri-people-emeritus .views-row:nth-child(2n+1) {
          clear: both; } }
    @media (min-width: 768px) and (max-width: 919px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row {
        width: 33%; }
        .pane-stri-people-stri-people-scientists .views-row:nth-child(3n+1),
        .pane-stri-people-stri-people-emeritus .views-row:nth-child(3n+1) {
          clear: both; } }
    @media (min-width: 920px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row {
        width: 20%; }
        .pane-stri-people-stri-people-scientists .views-row:nth-child(5n+1),
        .pane-stri-people-stri-people-emeritus .views-row:nth-child(5n+1) {
          clear: both; } }
  .pane-stri-people-stri-people-scientists .views-row,
  .pane-stri-people-stri-people-emeritus .views-row {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .pane-stri-people-stri-people-scientists .views-row,
      .pane-stri-people-stri-people-emeritus .views-row {
        margin-top: 30px; } }
  .pane-stri-people-stri-people-scientists .pane-title,
  .pane-stri-people-stri-people-emeritus .pane-title {
    position: relative;
    display: inline-block;
    margin-top: 20px; }

@media (min-width: 920px) {
  .pane-stri-people-stri-people-scientists .pane-title {
    position: absolute;
    top: 0;
    float: left;
    display: inline-block; } }

.pane-stri-people-stri-people-research-associates, .pane-stri-people-panel-pane-2 {
  margin: 20px 0; }
  .pane-stri-people-stri-people-research-associates .views-row, .pane-stri-people-panel-pane-2 .views-row {
    margin: 30px 0 20px 0; }
  .pane-stri-people-stri-people-research-associates .view-content > .views-row:nth-child(2n+1), .pane-stri-people-panel-pane-2 .view-content > .views-row:nth-child(2n+1) {
    clear: both; }
  .pane-stri-people-stri-people-research-associates .view-content > .views-row:nth-child(1 + n), .pane-stri-people-panel-pane-2 .view-content > .views-row:nth-child(1 + n) {
    margin-top: 50px; }
  @media (min-width: 768px) {
    .pane-stri-people-stri-people-research-associates .view-content > .views-row:nth-child(2 + n), .pane-stri-people-panel-pane-2 .view-content > .views-row:nth-child(2 + n) {
      margin-top: 50px; } }

.search-result .node-content-type {
  color: #000000;
  margin-bottom: 10px; }

.search-result--title {
  margin-bottom: 0; }
  .search-result--title a {
    color: #006A3A; }
    .search-result--title a:hover {
      text-decoration: none; }

.search-result--type {
  color: #000000;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 700; }

.search-result--date {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 0.77778rem;
  font-style: normal;
  font-weight: 700; }

.slider-large__frame {
  position: relative; }

.slider-large__frame-content {
  position: absolute;
  top: 0;
  width: 100%; }

.frame-content__wrapper {
  margin-top: 45px;
  width: 100%; }

.slider-large__type {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1em;
  font-weight: 500;
  margin-top: 0; }

.slider-large__title h1 {
  font-size: 1em;
  margin: 0; }

.slider-large__title a {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1.11111rem;
  font-weight: 700;
  margin-top: 0; }

.slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
  color: #FFFFFF;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1.33333rem;
  font-style: italic;
  font-weight: 500;
  margin-top: 5px; }
  @media screen and (min-width: 768px) {
    .slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
      margin-top: 10px; } }
  @media screen and (min-width: 992px) {
    .slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
      font-size: 2rem; } }
  @media screen and (min-width: 1024px) {
    .slider-large__subtitle, .hero .slide__caption .slide__description .field-name-field-stri-subtitle, .node-type-story .stri-hero__background .pane-node-field-stri-subtitle p {
      margin-top: 30px; } }

.read-more__link {
  margin-top: 5px; }
  .read-more__link a {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: 400; }

@media screen and (min-width: 375px) {
  .slider-large__title a {
    font-size: 1.33333rem; } }

@media screen and (min-width: 768px) {
  .slider-large__type {
    font-size: 1.11111rem; }
  .slider-large__title a {
    font-size: 1.33333rem; }
  .read-more__link a {
    font-size: 1.11111rem; } }

@media screen and (min-width: 920px) {
  .frame-content__wrapper {
    margin-top: 45px; }
  .slider-large__title a {
    font-size: 3.5555rem; }
  .read-more__link {
    margin-top: 40px; } }

@media screen and (min-width: 1024px) {
  .frame-content__wrapper {
    margin-top: 90px; }
  .frame-content__wrapper {
    width: 60%; } }

.vocabulary-stri-research-theme .view-mode__item-title h4 {
  margin-top: 5px;
  font-weight: 700; }

.view-mode__item-image {
  background-color: #064f93;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  width: 100%; }
  .view-mode__item-image a {
    color: #FFFFFF; }
  .view-mode__item-image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }

.view-mode__item-title {
  line-height: 1.5;
  z-index: 5; }
  .view-mode__item-title h4 {
    color: #FFFFFF;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1.33333rem;
    font-style: normal;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .view-mode__item-title h4 {
        font-size: 1.33333rem; } }
  .view-mode__item-title h5 {
    color: #006A3A;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500; }
  .view-mode__item-title.is-absolute {
    padding: 0 20px;
    padding-top: 20px;
    position: absolute; }

.view-mode__item-subtitle {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.3; }
  .view-mode__item-subtitle p {
    font-size: 0.77778rem;
    margin: 0; }

.view-mode__item-discipline {
  line-height: 1; }
  .view-mode__item-discipline a {
    color: #064F93;
    font-family: "FFDINWebPro", "sans-serif";
    font-size: 0.77778rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: none; }
    .view-mode__item-discipline a:last-child::after {
      content: ''; }
    .view-mode__item-discipline a::after {
      content: ','; }

.view-mode__item-bio {
  color: #000000;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1em;
  font-style: normal;
  font-weight: 100;
  line-height: 1.7;
  margin-top: 10px; }

.view-mode__item-type {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  background-color: #000000;
  text-transform: capitalize;
  bottom: 0;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 5; }

.view-mode__item-title {
  color: #FFFFFF;
  font-family: "FFDINWebPro", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize; }

.view-mode__item-email > a {
  display: inline-block; }

.view-mode__item-date,
.view-mode__item-date-sm {
  font-weight: bold; }

.view-mode__item-date {
  font-size: 1em; }

.view-mode__item-date-sm {
  font-size: 0.77778rem; }

.view-mode__item-summary {
  color: #292929;
  font-family: "Noto Serif", "sans-serif";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px; }
  .view-mode__item-summary.fixed-height {
    max-height: 90px;
    overflow: hidden; }
  .view-mode__item-summary a {
    text-decoration: underline; }

.view-mode__item-email {
  margin-top: 10px; }

/*# sourceMappingURL=stri.style.css.map */
