/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

:root {
  --color-gray-10: #222222;
  --color-gray-20: #333333;
  --color-gray-30: #444444;
  --color-gray-40: #555555;
  --color-gray-50: #797979;
  --color-gray-60: #a3a3a3;
  --color-gray-70: #c4c4c4;
  --color-gray-80: #dcdcdc;
  --color-gray-90: #e8e8e8;
  --color-gray-95: #f1f1f1;
  --color-primary-10: #011919;
  --color-primary-20: #006B83;
  --color-primary-40: #04b3b0;
  --color-primary-50: #07b8b5;
  --color-primary-60: #08cdca;
  --color-primary-80: #cef5f4;
  --color-primary-90: #e6f7f7;
  --color-secondary-50: #d1e560;
  --color-secondary-70: #d1e560;
  --color-secondary-90: #e8f2af;
  --color-qrius-blue: #0079AD;
  --color-qrius-blue-2: #004374;
  --color-nmnh-blue: #00778B;
  --color-nmnh-gray: #51534A;
  --color-qrius-yellow: #e1b724;
  --color-qrius-yellow-1: #f5dd00;
  --color-background: #f7f7f7;
  --color-background-inverse: #000;
  --color-background-table-odd: var(--color-gray-95);
  --color-background-table-even: #fff;
  --color-background-interface-inactive: var(--color-gray-95);
  --color-background-interface-active: #fff;
  --color-border: var(--color-gray-80);
  --color-outline-focus: #5E9ED6;
  --color-text: #000;
  --color-text-heading: #000;
  --color-text-link: var(--color-qrius-blue);
  --color-text-link-hover: var(--color-qrius-blue);
  --color-text-link-inverse: var(--color-primary-90);
  --color-text-link-inverse-hover: #fff;
  --color-text-interface: var(--color-gray-10);
  --color-text-inverse: #fff;
  --font-family-mono: monospace;
  --font-family-sans: "Fira Sans", sans-serif;
  --font-family-serif: serif;
  --font-family-body: var(--font-family-sans);
  --font-family-heading: var(--font-family-sans);
  --font-family-interface: var(--font-family-sans);
  --font-size-body: 0.88889rem;
  --font-size-body-small: 0.77778rem;
  --font-size-body-large: 1rem;
  --font-size-body-huge: 1.11111rem;
  --font-size-body-macro: 1.33333rem;
  --font-size-heading-small: 0.88889rem;
  --font-size-heading: 1rem;
  --font-size-heading-large: 1.11111rem;
  --font-size-heading-huge: 1.22222rem;
  --font-size-heading-macro: 2.66667rem;
  --font-size-title-micro--tight: 0.77778rem;
  --font-size-title-micro: 0.77778rem;
  --font-size-title-tiny: 0.88889rem;
  --font-size-title-tiny-tight: 0.88889rem;
  --font-size-title-small: 1rem;
  --font-size-title-larger: 1.33333rem;
  --font-size-title: 1.33333rem;
  --font-size-title-large: 1.5rem;
  --font-size-title-huge: 1.66667rem;
  --font-size-title-macro: 1.83333rem;
  --font-leading-loose: 1.5;
  --font-leading: 1.3125;
  --font-leading-tight: 1.125;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-book: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 600;
}

@media (min-width: 600px) {
  :root {
    --font-size-body: 1rem;
    --font-size-body-small: 0.88889rem;
    --font-size-body: 18px;
    --font-size-body-large: 1.11111rem;
    --font-size-body-huge: 1.33333rem;
    --font-size-body-macro: 2rem;
    --font-size-heading-small: 1rem;
    --font-size-heading: 1.11111rem;
    --font-size-heading-large: 1.33333rem;
    --font-size-heading-huge: 1.77778rem;
    --font-size-heading-macro: 4rem;
    --font-size-title-tiny: 1.11111rem;
    --font-size-title-small: 1.33333rem;
    --font-size-title-large: 2.22222rem;
    --font-size-title-huge: 2.66667rem;
  }
}

@media (min-width: 768px) {
  :root {
    --font-size-title-macro: 3.33333rem;
    --font-size-title-huge: 3rem;
  }
}

@media (min-width: 992px) {
  :root {
    --font-size-title: 2rem;
    --font-size-title-macro: 3.33333rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 112.5%;
}

body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  line-height: var(--font-leading-loose);
}

h1,h2,h3,h4,h5,h6 {
  color: var(--color-text-heading);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  margin: 1.33333333em 0 0.66666667em;
}

h1 {
  font-size: var(--font-size-title-huge);
}

h2 {
  font-size: var(--font-size-heading-huge);
}

h3 {
  font-size: var(--font-size-heading-huge);
}

h4 {
  font-size: var(--font-size-heading-large);
}

h5 {
  font-size: var(--font-size-heading-small);
}

h6 {
  font-size: var(--font-size-heading-small);
}

hr {
  border: 0;
  border-bottom: 1px solid var(--color-border);
}

a {
  color: var(--color-text-link);
  text-decoration: underline;
}

a:hover, a:focus {
  color: var(--color-text-link-hover);
  text-decoration: none;
}

h1 > a,h2 > a,h3 > a,h4 > a,h5 > a,h6 > a {
  text-decoration: none;
}

strong,
b {
  font-weight: var(--font-weight-bold);
}

p {
  margin: 0 0 1rem;
}

h1 + p,h2 + p,h3 + p,h4 + p,h5 + p,h6 + p {
  margin-top: 12px;
}

blockquote {
  font-style: italic;
  margin: 15px 0;
  text-indent: -0.4em;
}

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

figure {
  margin: 0;
}

figure img {
  display: block;
}

figcaption {
  margin: 1em 0;
}

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul > li, nav ol > li {
  padding-left: 0;
}

main ul, main ol {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

main ul > li, main ol > li {
  padding-left: 1.3333333333rem;
  position: relative;
}

main ul > li:before, main ol > li:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
}

main ul:not([class]) li:before {
  height: 0.3333333333rem;
  width: 0.3333333333rem;
  background-color: var(--color-qrius-blue);
  border-radius: 50%;
  left: 0.5rem;
  top: 0.5555555556rem;
}

main ol:not([class]) {
  counter-reset: ol;
}

main ol:not([class]) li:before {
  color: var(--color-qrius-blue);
  content: counter(ol) ".";
  counter-increment: ol;
  font-size: 0.77778rem;
  font-weight: var(--font-weight-bold);
  left: 0.3888888889rem;
  top: 0.1666666667rem;
}

dl {
  margin: 0 0 1rem;
}

dl .field {
  margin: 0 0 1rem;
}

dt {
  font-weight: var(--font-weight-bold);
}

dd {
  margin: 0;
}

input,
label {
  font-family: var(--font-family-interface);
}

input,
textarea {
  font-size: var(--font-size-body-small);
  border: 1px solid var(--color-border);
  padding: 6px 15px;
  max-width: 100%;
}

input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=number] {
  height: auto;
}

input[type=file] {
  height: inherit;
}

input[type=checkbox] {
  height: auto;
}

input[type=submit],
button {
  text-transform: uppercase;
}

label {
  text-transform: uppercase;
  font-size: var(--font-size-heading-micro);
  font-family: var(--font-family-interface);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0px;
  font-size: var(--font-size-body-small);
  -o-text-overflow: "";
     text-overflow: "";
  text-indent: 0.01px;
  color: var(--color-text-interface);
  padding: 0 10px;
}

select::-ms-expand {
  display: none;
}

table {
  font-family: var(--font-family-interface);
  font-size: var(--font-size-body-small);
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 72px;
}

h1 + table,h2 + table,h3 + table,h4 + table,h5 + table,h6 + table,
table:not(:first-child) {
  margin-top: 24px;
}

thead th {
  vertical-align: bottom;
}

thead th,
thead td {
  border-bottom: 1px solid var(--color-border);
}

th,
td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: var(--font-weight-bold);
  color: var(--color-gray-10);
}

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

tbody + tbody {
  border-top: 2px solid var(--color-border);
}

tr.odd {
  background-color: var(--color-background-table-odd);
}

tr.even {
  background-color: var(--color-background-table-even);
}

:active {
  outline: 0;
}

.skip-link {
  background-color: var(--color-background-inverse);
  color: var(--color-text-link-inverse);
  display: block;
  margin: 0.2222222222rem;
  outline: auto;
  padding: 0.25em;
  position: relative;
  text-align: center;
}

.skip-link:before {
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.skip-link:hover, .skip-link:focus {
  color: var(--color-text-link-inverse-hover);
}

.skip-link.focusable:focus {
  position: relative !important;
  z-index: 10;
}

.link--block {
  display: block;
}

.field--label-inline {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.field--label-inline .field__label {
  margin-right: 0.5em;
}

.qrius-image-carousel__container + .field--name-field-narr-text {
  margin-top: 1rem;
}

.l-main {
  padding: 1.7777777778rem 0 8.8888888889rem;
  padding: 1.7777777778rem 0 min(42.6666666667%, 22.2222222222rem);
  position: relative;
}

.l-main:after {
  background-image: url("../../../images/bg-bottom.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  max-width: 88.8888888889rem;
  padding-top: min(42.6666666667%, 22.2222222222rem);
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.l-main--front {
  padding-top: 0;
}

.l-constrained {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
}

.l-content-list {
  display: grid;
  grid-gap: 0.8888888889rem;
  gap: 0.8888888889rem;
  grid-column: 1fr;
}

.l-page-section {
  padding-bottom: 3.5555555556rem;
  padding-top: 3.5555555556rem;
}

.l-bubble-background {
  padding-bottom: 0;
}

.l-bubble-background + * {
  overflow: hidden;
  padding-top: 7.1111111111rem;
  position: relative;
}

.l-bubble-background + *:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  overflow: hidden;
  padding-top: 256%;
  padding-top: 11rem;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(calc(-100% - -4.4444444444rem));
      -ms-transform: translateX(-50%) translateY(calc(-100% - -4.4444444444rem));
          transform: translateX(-50%) translateY(calc(-100% - -4.4444444444rem));
  width: 256%;
  width: 150%;
  z-index: 1;
}

.l-bubble-background:nth-child(odd) + *:after {
  left: calc(50% - 1.7777777778rem);
}

.l-bubble-background:nth-child(even) + *:after {
  left: calc(50% + 1.7777777778rem);
}

.l-bubble-background--yellow,
.l-bubble-background--yellow + *:after {
  background-color: #F5DD00;
}

.l-bubble-background--white,
.l-bubble-background--white + *:after {
  background-color: #F7F7F7;
}

.l-bubble-background--blue,
.l-bubble-background--blue + *:after {
  background-color: #0079AD;
}

.l-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 834px) {
  .l-two-col {
    grid-template-areas: "main sidebar_before" "main sidebar_after";
    grid-template-columns: minmax(0, 1fr) 20.8333333333rem;
    grid-template-rows: auto 1fr;
    grid-gap: 0 5.1111111111rem;
    gap: 0 5.1111111111rem;
  }

  .l-two-col__main {
    grid-area: main;
  }

  .l-two-col__sidebar-before {
    grid-area: sidebar_before;
  }

  .no-media-message,
.l-two-col__sidebar-after {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
    grid-area: sidebar_after;
  }
}

.l-content-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1px;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-content-list--narrow {
  margin: 0 auto;
  max-width: 33.3333333333rem;
}

.l-content-list__item {
  padding: 0;
}

.l-content-grid {
  background-color: #BFD0DC;
  display: grid;
  grid-gap: 1px;
  gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(9.4444444444rem, 1fr));
  list-style: none;
  margin: 0;
  padding: 1px 0;
}

.l-content-grid__item {
  padding: 0;
}

.l-sidebar-space {
  margin-bottom: 1.7777777778rem;
}

.l-pad-pull {
  margin-left: -1.1111111111rem;
  margin-right: -1.1111111111rem;
}

.align-left {
  margin: 0 1rem 1rem 0;
}

.align-right {
  margin: 0 0 1rem 1rem;
}

.align-center {
  margin: 1rem auto;
}

.form-item {
  margin: 1em 0;
}

.u-button {
  --border: var(--color-nmnh-blue);
  --border-hover: var(--color-nmnh-blue);
  --color-background: #fff;
  --color-text: var(--color-nmnh-blue);
  --font-size-button: 0.88889rem;
  --padding-button: 1em 2em;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: box-shadow 0.15s ease-in-out 0s;
  transition: box-shadow 0.15s ease-in-out 0s;
  transition: box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -webkit-box-align: center;
          align-items: center;
  background-color: var(--color-background);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--color-text);
  display: -webkit-box;
  display: flex;
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-bold);
  -webkit-box-pack: center;
          justify-content: center;
  padding: var(--padding-button);
  text-decoration: none;
}

.u-button:hover, .u-button:focus, .u-button:active {
  -webkit-box-shadow: 0 0 0 1px var(--border-hover);
          box-shadow: 0 0 0 1px var(--border-hover);
  color: var(--color-text);
}

.u-button--primary {
  --border: #fff;
  --border-hover: var(--color-qrius-yellow-1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.u-button--dark {
  --border: var(--color-qrius-blue);
  --color-background: var(--color-qrius-blue);
  --color-text: #fff;
}

.u-button--minor {
  --font-size-button: 0.77778rem;
  --padding-button: 0.5714285714em 1.1428571429em;
}

.u-link--dark {
  color: #fff;
}

.u-link--dark:hover, .u-link--dark:focus {
  color: #fff;
  text-decoration: none;
}