body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1; }

a,
a:visited {
  color: inherit;
  text-decoration: none; }

h1 {
  margin: 20px 0 5px;
  color: #043774;
  font-size: 44.8px;
  font-size: 2.8rem;
  text-align: center; }
  @media (max-width: 600px) {
    h1 {
      font-size: 41.6px;
      font-size: 2.6rem; } }
  @media (max-width: 400px) {
    h1 {
      font-size: 35.2px;
      font-size: 2.2rem; } }

h2 {
  color: #043774;
  font-size: 41.6px;
  font-size: 2.6rem;
  text-align: center; }
  @media (max-width: 400px) {
    h2 {
      font-size: 35.2px;
      font-size: 2.2rem; } }

h3 {
  margin: 0;
  color: #666;
  font-size: 35.2px;
  font-size: 2.2rem;
  text-align: center; }
  @media (max-width: 600px) {
    h3 {
      font-size: 32px;
      font-size: 2rem; } }
  @media (max-width: 400px) {
    h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

p {
  margin-bottom: 25px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 17.92px;
  font-size: 1.12rem;
  line-height: 32px; }
  @media (max-width: 600px) {
    p {
      line-height: 30px; } }

hr {
  margin: 80px 0;
  border-top: dashed 1px; }
  @media (max-width: 400px) {
    hr {
      margin: 40px 0; } }

img.full-width {
  width: 100%; }

.visuallyhidden {
  display: none; }

iframe,
.video-iframe {
  width: 100%; }

.social-media {
  margin-top: 20px;
  float: right;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 1000px) {
    .social-media {
      margin-top: 12px; } }
  @media (max-width: 500px) {
    .social-media {
      margin-top: 6px; } }
  .social-media i.fab {
    width: 25px;
    height: 25px;
    margin: 12px 0 0 2px;
    background: white;
    border-radius: 100%;
    color: #043774;
    font-size: 17.6px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 28px;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
    .social-media i.fab:hover {
      background: #ee525d; }

.header {
  padding: 10px 35px;
  background: #043774;
  box-shadow: 0 0 10px #333;
  color: #868585;
  font-size: 19.2px;
  font-size: 1.2rem;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999; }
  @media (max-width: 1300px) {
    .header {
      padding: 10px 25px; } }
  @media (max-width: 1000px) {
    .header {
      padding: 10px 16px; } }
  .header .site-logo {
    width: 130px;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1000px) {
      .header .site-logo {
        width: auto; } }
    .header .site-logo a {
      display: inline-block; }
    .header .site-logo img {
      border: none;
      vertical-align: middle; }
    .header .site-logo .logo-image {
      display: block; }
      .header .site-logo .logo-image img.NMAH-logo {
        width: 80px;
        margin-right: 20px; }
        @media (max-width: 800px) {
          .header .site-logo .logo-image img.NMAH-logo {
            margin-right: 10px; } }
        @media (max-width: 500px) {
          .header .site-logo .logo-image img.NMAH-logo {
            width: 60px; } }
    .header .site-logo .home-link {
      color: #ececec;
      font-size: 11.2px;
      font-size: 0.7rem;
      text-align: center;
      text-transform: uppercase;
      display: block; }
      @media (max-width: 350px) {
        .header .site-logo .home-link {
          text-transform: none; } }
      .header .site-logo .home-link span {
        margin: inherit;
        color: inherit;
        font-family: inherit;
        font-size: 11.2px;
        font-size: 0.7rem;
        font-style: inherit;
        display: block; }
        @media (max-width: 1000px) {
          .header .site-logo .home-link span {
            display: inline-block; } }
    .header .site-logo a.logo-text {
      margin-top: -10px;
      color: #dcdcdc;
      font-size: 34.88px;
      font-size: 2.18rem;
      font-weight: bold;
      display: inline-block;
      vertical-align: middle; }
  .header img {
    margin: 0 12px 0 0; }
  .header span {
    margin: 0 2px;
    color: #555;
    font-family: serif;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-style: italic; }
    @media (max-width: 500px) {
      .header span {
        font-size: 16px;
        font-size: 1rem; } }
  .header .fa-bars {
    color: #000;
    font-size: 27.2px;
    font-size: 1.7rem;
    position: absolute;
    top: 15px;
    left: 15px;
    display: none; }
    .header .fa-bars:hover {
      cursor: pointer; }
    @media (max-width: 1000px) {
      .header .fa-bars {
        display: block; } }
    @media (max-width: 400px) {
      .header .fa-bars {
        top: 14px; } }
  .header .fa-times {
    display: none; }
    @media (max-width: 1000px) {
      .header .fa-times {
        color: #333;
        font-size: 30.4px;
        font-size: 1.9rem;
        position: absolute;
        top: 12px;
        left: 15px;
        display: none;
        cursor: pointer; } }
  .header #mobileMenuButton {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 25px;
    left: 15px;
    display: none;
    z-index: 10;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    @media (max-width: 1000px) {
      .header #mobileMenuButton {
        display: block; } }
    @media (max-width: 500px) {
      .header #mobileMenuButton {
        top: 17px; } }
    .header #mobileMenuButton span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #ececec;
      border-radius: 5px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      -moz-transition: 0.25s ease-in-out;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .header #mobileMenuButton span:nth-child(1) {
        top: 0; }
      .header #mobileMenuButton span:nth-child(2), .header #mobileMenuButton span:nth-child(3) {
        top: 9px; }
      .header #mobileMenuButton span:nth-child(4) {
        top: 18px; }
  .header #mobileMenuButton.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%; }
  .header #mobileMenuButton.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .header #mobileMenuButton.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .header #mobileMenuButton.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%; }

.sub-header {
  position: relative;
  display: inline-block;
  z-index: 2; }
  @media (max-width: 1400px) {
    .sub-header {
      margin-top: -10px; } }
  @media (max-width: 1000px) {
    .sub-header {
      width: 100vw;
      height: 100vh;
      margin-left: -2000px;
      background: rgba(4, 55, 116, 0.95);
      position: fixed;
      top: 89px;
      left: 0;
      right: 0;
      z-index: 999; } }
  @media (max-width: 500px) {
    .sub-header {
      top: 75px; } }
  .sub-header .menu-option {
    margin: -20px 0 -22px 35px;
    padding: 42px 0;
    color: #ececec;
    font-family: "Open Sans", sans-serif;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: bolder;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .sub-header .menu-option:hover {
      color: #ee525d; }
    @media (max-width: 1300px) {
      .sub-header .menu-option {
        margin-left: 35px;
        font-size: 15.04px;
        font-size: 0.94rem; } }
    @media (max-width: 1200px) {
      .sub-header .menu-option {
        margin-left: 30px;
        font-size: 14.08px;
        font-size: 0.88rem; } }
    @media (max-width: 1100px) {
      .sub-header .menu-option {
        margin-left: 20px; } }
    @media (max-width: 1000px) {
      .sub-header .menu-option {
        margin: 0;
        padding: 20px 30px;
        border: none;
        border-top: solid 1px #b7b7b7;
        color: white;
        font-size: 22.08px;
        font-size: 1.38rem;
        text-align: center;
        display: block; }
        .sub-header .menu-option:first-of-type {
          border: none; }
          .sub-header .menu-option:first-of-type:hover {
            border: none; } }
    @media (max-width: 350px) {
      .sub-header .menu-option {
        padding: 13px 12px; } }
    .sub-header .menu-option a {
      padding: 30px 0; }
      @media (max-width: 800px) {
        .sub-header .menu-option a {
          text-decoration: none; } }
      @media (max-width: 350px) {
        .sub-header .menu-option a {
          padding: 8px 0; } }
    .sub-header .menu-option .sub-menu {
      max-height: 0;
      background: white;
      box-shadow: 0 0 10px #ccc;
      text-align: center;
      overflow: hidden;
      position: absolute;
      top: 101px;
      left: -20px;
      right: -20px;
      -moz-transition: max-height 0.5s;
      -webkit-transition: max-height 0.5s;
      -o-transition: max-height 0.5s;
      transition: max-height 0.5s; }
      @media (max-width: 1000px) {
        .sub-header .menu-option .sub-menu {
          max-height: none;
          background: none;
          box-shadow: none;
          position: relative;
          top: inherit;
          left: inherit;
          right: inherit; } }
      @media (max-width: 600px) {
        .sub-header .menu-option .sub-menu {
          margin-top: 5px; } }
      .sub-header .menu-option .sub-menu a {
        padding: 0 10px 15px;
        color: #043774;
        font-size: 12.8px;
        font-size: 0.8rem;
        text-decoration: none;
        text-transform: none;
        display: block; }
        @media (max-width: 1000px) {
          .sub-header .menu-option .sub-menu a {
            padding: 10px 0;
            color: #eee;
            font-size: 16px;
            font-size: 1rem; } }
        @media (max-width: 350px) {
          .sub-header .menu-option .sub-menu a {
            padding: 7px 0; } }
        .sub-header .menu-option .sub-menu a:hover {
          text-decoration: underline; }
        .sub-header .menu-option .sub-menu a:first-of-type {
          padding-top: 15px; }
          @media (max-width: 1000px) {
            .sub-header .menu-option .sub-menu a:first-of-type {
              padding-top: 20px; } }
  .sub-header .menu-option:hover > .sub-menu {
    max-height: 380px; }
  .sub-header .menu-option.donate-link {
    color: #ee525d; }

nav {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 9;
  margin-left: 20px; }
  @media (max-width: 885px) {
    nav {
      margin-left: -200vw;
      position: absolute;
      top: 49px;
      left: 0;
      transition: margin-left 0.3s ease-in-out; }
      nav.open {
        margin-left: 0; } }
  nav ul {
    margin: 0;
    padding: 0; }
  nav #menu-item-91 a {
    color: #F68890; }
  nav ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    font-size: 0.95rem;
    padding: 16px;
    line-height: 1rem; }
    @media (max-width: 885px) {
      nav ul li {
        border-bottom: solid 1px #68acd4;
        color: white;
        cursor: pointer;
        display: block; } }
    nav ul li.dropdown {
      padding-right: 25px; }
    nav ul li:first-child {
      border-left: 0; }
    nav ul li a {
      font-size: 0.95rem;
      display: block;
      font-weight: 700;
      color: #fff; }
      nav ul li a:visited {
        color: #fff; }
    nav ul li svg {
      position: absolute;
      top: 17px;
      right: 5px;
      cursor: pointer; }
    nav ul li .sub-menu-heading {
      position: absolute;
      top: 70px;
      opacity: 0;
      pointer-events: none;
      z-index: 999; }
      nav ul li .sub-menu-heading.focused {
        opacity: 1;
        pointer-events: auto; }
    nav ul li ul {
      width: 200px;
      margin-left: -16px;
      background-color: #415885;
      padding: 10px 0;
      position: absolute;
      top: 49px;
      opacity: 0;
      pointer-events: none;
      z-index: 9; }
      @media (max-width: 885px) {
        nav ul li ul {
          width: auto;
          height: 0;
          margin-left: auto;
          padding: 0;
          opacity: 1;
          border-left: none;
          border-right: none;
          border-bottom: none;
          position: relative;
          top: inherit;
          overflow: hidden;
          z-index: 9; } }
      nav ul li ul.opened {
        height: auto;
        padding-top: 10px; }
      nav ul li ul li {
        display: block;
        padding: 8px 16px;
        border: 0; }
        nav ul li ul li a {
          font-weight: normal;
          font-size: 0.85rem; }
          nav ul li ul li a:hover {
            border-bottom: none;
            text-decoration: underline; }
      nav ul li ul.focused {
        opacity: 1;
        pointer-events: auto; }
  nav ul li:hover ul,
  nav ul li:hover .sub-menu-heading {
    opacity: 1;
    pointer-events: auto; }

.billboard {
  margin: 0 auto;
  position: relative;
  z-index: 8; }
  @media (max-width: 1200px) {
    .billboard {
      width: 100%; } }
  .billboard img {
    width: 100%; }
  .billboard .billboard-text {
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 1000px) {
      .billboard .billboard-text {
        padding: 10px 20px; } }
    @media (max-width: 800px) {
      .billboard .billboard-text {
        margin-top: -2px;
        background-color: black;
        position: relative; } }
    .billboard .billboard-text h1 {
      max-width: 800px;
      margin: 0 auto;
      color: white;
      font-size: 30.4px;
      font-size: 1.9rem;
      font-weight: bold; }
      @media (max-width: 800px) {
        .billboard .billboard-text h1 {
          color: white; } }
    .billboard .billboard-text p {
      max-width: 800px;
      margin: 10px auto 0;
      color: #ececec;
      line-height: 20px; }

#homepage-video img {
  width: 100%; }

.text-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 50px 50px 0; }
  .text-wrapper a {
    color: #c3242f; }
  @media (max-width: 900px) {
    .text-wrapper {
      padding: 20px 30px;
      text-align: center; } }
  @media (max-width: 400px) {
    .text-wrapper {
      padding: 20px; } }
  .text-wrapper img.award-emblem {
    width: 250px;
    margin-left: -20px;
    margin-top: 25px;
    vertical-align: top; }
    @media (max-width: 800px) {
      .text-wrapper img.award-emblem {
        margin: auto; } }
  .text-wrapper .award-text {
    max-width: 500px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 900px) {
      .text-wrapper .award-text {
        max-width: 450px;
        margin-left: 10px; } }
    @media (max-width: 800px) {
      .text-wrapper .award-text {
        max-width: none;
        margin: auto;
        text-align: left;
        display: block; } }
    .text-wrapper .award-text h2 {
      margin-bottom: 10px;
      text-align: left; }
      @media (max-width: 400px) {
        .text-wrapper .award-text h2 {
          text-align: center; } }

.grayBG {
  padding: 30px 30px 50px;
  background-color: #f8f8f8; }
  @media (max-width: 800px) {
    .grayBG {
      padding: 20px 30px; } }
  .grayBG .text-wrapper {
    padding: 0; }

.recipient-info {
  text-align: center; }
  .recipient-info p {
    text-align: left; }
  .recipient-info p.date {
    margin-top: 5px;
    font-weight: normal;
    text-align: center; }
    @media (max-width: 400px) {
      .recipient-info p.date {
        margin-bottom: 0; } }
  .recipient-info img {
    width: 300px;
    margin: 30px auto; }
    @media (max-width: 400px) {
      .recipient-info img {
        width: 100%;
        margin: 20px auto 0; } }

.photo-gallery {
  margin-bottom: -5px;
  text-align: center;
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-count: 3;
  -moz-column-gap: 0;
  column-count: 4;
  column-gap: 0; }
  @media (max-width: 1500px) {
    .photo-gallery {
      column-count: 3; } }
  @media (max-width: 1000px) {
    .photo-gallery {
      column-count: 2; } }
  @media (max-width: 600px) {
    .photo-gallery {
      column-count: 1; } }
  .photo-gallery figure.article-image {
    margin: 2px 1px; }
    @media (max-width: 600px) {
      .photo-gallery figure.article-image {
        margin: 2px 0; } }
    .photo-gallery figure.article-image img {
      width: 100%; }

footer {
  padding: 100px 30px;
  background: #043774;
  position: relative; }
  @media (max-width: 1000px) {
    footer {
      padding: 70px 20px; } }
  @media (max-width: 800px) {
    footer {
      padding: 30px; } }
  footer table.footer-wrapper {
    max-width: 1100px;
    margin: auto; }
    @media (max-width: 1100px) {
      footer table.footer-wrapper {
        max-width: none; } }
    footer table.footer-wrapper td {
      padding-left: 100px;
      vertical-align: top; }
      footer table.footer-wrapper td:first-of-type {
        padding-left: 0; }
      @media (max-width: 1100px) {
        footer table.footer-wrapper td {
          padding-left: 50px; } }
      @media (max-width: 800px) {
        footer table.footer-wrapper td {
          padding: 0 0 10px;
          text-align: center;
          display: block; } }
    @media (max-width: 1000px) {
      footer table.footer-wrapper .footer-logo {
        margin-bottom: 50px;
        display: block; } }
    @media (max-width: 800px) {
      footer table.footer-wrapper .footer-logo {
        margin-bottom: 0;
        text-align: center; } }
    footer table.footer-wrapper .footer-logo .logo-image {
      display: block; }
      footer table.footer-wrapper .footer-logo .logo-image img {
        width: 130px;
        border: none;
        display: block; }
        @media (max-width: 800px) {
          footer table.footer-wrapper .footer-logo .logo-image img {
            margin: auto; } }
      footer table.footer-wrapper .footer-logo .logo-image img.great-americans-logo {
        width: 350px;
        margin-top: 20px; }
        @media (max-width: 900px) {
          footer table.footer-wrapper .footer-logo .logo-image img.great-americans-logo {
            width: 150px;
            margin-top: 10px; } }
    footer table.footer-wrapper .label {
      margin-bottom: 25px;
      color: #555;
      font-size: 19.2px;
      font-size: 1.2rem; }
    footer table.footer-wrapper a {
      padding: 15px 0;
      color: white;
      font-size: 14.4px;
      font-size: 0.9rem;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      display: block; }
      footer table.footer-wrapper a:hover {
        text-decoration: underline; }
    footer table.footer-wrapper a.donate-link {
      color: #ee525d; }
    footer table.footer-wrapper .museum-services {
      width: 180px;
      padding-left: 60px; }
      @media (max-width: 1000px) {
        footer table.footer-wrapper .museum-services {
          padding-left: 20px; } }
      @media (max-width: 800px) {
        footer table.footer-wrapper .museum-services {
          padding: 0; } }
    footer table.footer-wrapper img.museum-services-logo {
      width: 180px;
      margin-bottom: 5px;
      float: right; }
      @media (max-width: 800px) {
        footer table.footer-wrapper img.museum-services-logo {
          float: none; } }
    footer table.footer-wrapper .social-media {
      margin-top: 0;
      position: relative; }
      footer table.footer-wrapper .social-media a {
        display: inline-block; }
        footer table.footer-wrapper .social-media a i.fab {
          width: 30px;
          height: 30px;
          margin-left: 8px;
          line-height: 33px; }

.pgwSlideshow {
  background: #e7e7e7 !important; }
  .pgwSlideshow .ps-list {
    background: #999 !important; }
  .pgwSlideshow ul {
    margin: 0;
    padding: 0; }

.full-video-wrapper {
  width: 1000px;
  margin: 80px auto;
  border-top: dashed 1px; }
  @media (max-width: 800px) {
    .full-video-wrapper {
      width: 100%;
      margin: 30px auto; } }

.photo-gallery-wrapper {
  width: 1000px;
  margin: 80px auto;
  border-top: dashed 1px; }
  @media (max-width: 800px) {
    .photo-gallery-wrapper {
      width: 100%;
      margin: 30px auto; } }

.video-text-wrapper {
  margin: 80px auto;
  border-top: dashed 1px;
  width: 1000px; }
  @media (max-width: 800px) {
    .video-text-wrapper {
      width: 100%;
      margin: 30px auto; } }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

.visually-hidden {
  display: none; }

.grid-list-elements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 800px;
  margin: auto;
  padding: 0 50px 0; }
  .grid-list-elements.recipients-page {
    margin: 50px auto; }
  .grid-list-elements img {
    width: 100%;
    height: auto; }
  .grid-list-elements p {
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    text-align: left; }
  .grid-list-elements p.red-text {
    margin: 20px 0 5px;
    color: #ad1e3d;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 22px; }
    @media (max-width: 500px) {
      .grid-list-elements p.red-text {
        margin-top: 5px; } }

.banner-slideshow {
  width: 100%;
  margin: 100px auto;
  position: relative;
  user-select: none; }
  @media (max-width: 1000px) {
    .banner-slideshow {
      margin: 60px auto 0; } }
  .banner-slideshow ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .banner-slideshow ul li {
      list-style-type: none; }
  .banner-slideshow img {
    width: 100%;
    height: auto; }
  .banner-slideshow i.fas {
    width: 5vw;
    height: 4vw;
    padding-top: 1vw;
    background-color: black;
    border-radius: 100%;
    border: 1px solid #fff;
    color: white;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 1vw;
    transition: all 0.2s;
    cursor: pointer; }
    .banner-slideshow i.fas:hover {
      color: black;
      background-color: white; }
  .banner-slideshow i.fas.fa-chevron-right {
    left: inherit;
    right: 1vw; }
