/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./smithsonian/projects/smithsonian/frontend/src/scss/index.scss ***!
  \****************************************************************************************************************************************************************************************************************/
html {
  margin-top: 0 !important;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  overflow-x: hidden;
}
body a,
html a {
  color: inherit;
  text-decoration: none;
}
body a.button,
html a.button {
  width: 250px;
  margin: 30px 20px 0 0;
  padding: 15px 20px;
  border: 2px solid #fcd406;
  color: #fcd406;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.2s;
}
body a.button.solid,
body a.button:hover,
html a.button.solid,
html a.button:hover {
  background-color: #fcd406;
  color: #000000;
}
body a.btn,
html a.btn {
  margin: 30px 0 0 0;
  padding: 15px 20px;
  border: 2px solid #fcd406;
  background-color: #fcd406;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
  display: block;
}
body a.btn .solid, body a.btn:hover,
html a.btn .solid,
html a.btn:hover {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}

/* sticky nav fix for cms toolbar */
.cms-toolbar-expanded .sticky {
  top: 46px !important;
}

.sitecontainer {
  max-width: 1300px;
  margin: auto;
  background: #ffffff;
}

.SI-link {
  padding: 10px 30px;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 800px) {
  .SI-link {
    padding: 1vw 2vw;
  }
}
.SI-link p {
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
}
@media (max-width: 800px) {
  .SI-link p {
    font-size: 2vw;
    line-height: 1.5;
  }
}
.SI-link p a {
  text-decoration: underline;
}

.smith-box {
  width: 120px;
  padding: 10px 12px;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 25px;
  text-align: left;
  display: block;
  z-index: 9;
}
@media (max-width: 1000px) {
  .smith-box {
    margin-right: 20px;
    position: relative;
    top: inherit;
    left: inherit;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 800px) {
  .smith-box {
    width: auto;
    margin: 5vw;
  }
}
.smith-box div {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 800px) {
  .smith-box div {
    font-size: 10px;
    font-size: 1rem;
  }
}
.smith-box div:last-of-type {
  margin: 10px 0 5px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  .smith-box div:last-of-type {
    margin: 5px 0 2px;
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.nav-wrapper {
  box-shadow: 0 5px 5px -5px #ccc;
  position: relative;
  z-index: 999999;
}
@media (max-width: 800px) {
  .nav-wrapper {
    box-shadow: unset;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.nav-wrapper.stickyNav {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 800px) {
  .nav-wrapper.stickyNav {
    height: 42px;
  }
}
.nav-wrapper nav {
  max-width: 1000px;
  margin: auto;
  padding-left: 250px;
  text-align: center;
  position: relative;
  z-index: 999999;
}
@media (max-width: 1000px) {
  .nav-wrapper nav {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav {
    text-align: left;
  }
}
.nav-wrapper nav i.fa-bars {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 5vw;
  right: 5vw;
  cursor: pointer;
  display: none;
  z-index: 999;
}
@media (max-width: 800px) {
  .nav-wrapper nav i.fa-bars {
    display: block;
  }
}
.nav-wrapper nav .nav-links {
  display: inline-block;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links {
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
  }
}
.nav-wrapper nav .nav-links i.fa-times {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links i.fa-times {
    display: block;
  }
}
.nav-wrapper nav .nav-links .menu-option {
  padding: 50px 50px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option.travel-menu .submenu {
    height: 60vh;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option.donate {
    padding: 12px 0;
  }
  .nav-wrapper nav .nav-links .menu-option.donate a {
    padding: 0;
    display: inline-block;
  }
  .nav-wrapper nav .nav-links .menu-option.donate .submenu.open {
    height: 40vh;
  }
}
.nav-wrapper nav .nav-links .menu-option:hover {
  padding-bottom: 45px;
  background: #fff;
  border-bottom: 5px solid #000;
}
@media (max-width: 1300px) {
  .nav-wrapper nav .nav-links .menu-option {
    margin: 0;
    padding: 50px 30px;
  }
}
@media (max-width: 1000px) {
  .nav-wrapper nav .nav-links .menu-option {
    padding: 50px 20px;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option {
    margin: auto;
    padding: 12px 0;
    color: #ffffff;
    text-align: center;
    display: block;
  }
  .nav-wrapper nav .nav-links .menu-option:hover {
    padding-bottom: 12px;
    background-color: transparent;
    border-bottom: none;
  }
}
.nav-wrapper nav .nav-links .menu-option i.fa-caret-down {
  margin: -4px 0 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
  display: none;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option i.fa-caret-down {
    display: inline-block;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu {
  padding: 20px 25px;
  background-color: #fff;
  box-shadow: 0 0 5px #e9e9e9;
  border: 1px solid #e9e9e9;
  border-top: 0;
  text-align: center;
  position: absolute;
  top: 119px;
  left: -425px;
  right: -425px;
  display: none;
  z-index: 8;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu {
    max-height: 0;
    margin-top: 0;
    padding: 0 25px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    overflow-y: hidden;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    z-index: 999;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu.open {
  max-height: none;
  padding-bottom: 50px;
}
.nav-wrapper nav .nav-links .menu-option .submenu i.fa-times {
  display: none;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu i.fa-times {
    left: 50px;
    display: block;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section {
  width: 275px;
  padding: 50px 0 50px 30px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1300px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section {
    width: auto;
    margin: 50px 25px;
  }
}
@media (max-width: 1100px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section {
    max-width: 18vw;
    margin: 3vw 1vw;
  }
}
@media (max-width: 900px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section {
    margin: 20px 14px;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section {
    width: auto;
    max-width: none;
    margin: 10px auto 0;
    padding: 0 10px;
    text-align: center;
    display: block;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section.bl {
  border-left: 1px solid #ccc;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section.bl {
    border-left: none;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section.alb {
  vertical-align: bottom;
}
@media (max-width: 1200px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section.alb {
    vertical-align: top;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong,
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a {
  margin: 0 0 12px;
  padding: 0;
  font-size: 9.5px;
  font-size: 0.95rem;
  font-weight: 300;
  text-transform: none;
  display: block;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong,
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a {
    color: #fff;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong:hover,
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a:hover {
  border-bottom: none;
  text-decoration: underline;
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong:last-of-type,
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a:last-of-type {
  color: inherit;
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong img,
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a img {
  max-width: 100%;
}
@media (max-width: 1100px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong img,
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a img {
    height: auto;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong img,
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a img {
    display: none;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong:hover {
  text-decoration: none;
  cursor: default;
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section a:hover {
  text-decoration: underline;
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong {
  font-weight: bold;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section strong {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section .social-icons {
    text-align: center;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section .social-icons a {
  display: inline;
  font-size: 18px;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .submenu .submenu-section .social-icons a {
    color: #fff;
  }
}
.nav-wrapper nav .nav-links .menu-option .submenu .submenu-section .social-icons a:hover {
  color: #333;
}
.nav-wrapper nav .nav-links .menu-option .travel .submenu-section {
  width: 215px;
}
@media (max-width: 1300px) {
  .nav-wrapper nav .nav-links .menu-option .travel .submenu-section {
    width: 15vw;
    margin: 0;
    padding: 3vw 1.5vw;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option .travel .submenu-section {
    width: auto;
    padding: 10px;
  }
}
.nav-wrapper nav .nav-links .menu-option.narrow-submenu {
  position: relative;
}
.nav-wrapper nav .nav-links .menu-option.narrow-submenu a {
  padding: 0;
  color: #000000;
}
.nav-wrapper nav .nav-links .menu-option.narrow-submenu .submenu {
  left: 0;
  right: 0;
}
@media (max-width: 1000px) {
  .nav-wrapper nav .nav-links .menu-option.narrow-submenu .submenu {
    padding: 20px 0 10px;
    top: 130px;
    left: -10px;
    right: -10px;
  }
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option.narrow-submenu .submenu {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    z-index: 9;
  }
}
.nav-wrapper nav .nav-links .menu-option.narrow-submenu .submenu .submenu-section {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option.narrow-submenu .submenu .submenu-section {
    margin-top: 12px;
  }
}
.nav-wrapper nav .nav-links .menu-option.narrow-submenu .submenu .submenu-section a:last-of-type {
  margin-bottom: 5px !important;
}
.nav-wrapper nav .nav-links a:last-of-type {
  color: #e52314;
}
.nav-wrapper nav .nav-links .menu-option:hover .submenu {
  display: block;
}
@media (max-width: 800px) {
  .nav-wrapper nav .nav-links .menu-option:hover .submenu {
    display: none;
  }
}

.two-column-grid {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 600px) {
  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.two-column-grid img {
  width: 100%;
  margin-bottom: 15px;
}
.two-column-grid p {
  margin: 10px auto;
  font-size: 21px;
}
@media (max-width: 600px) {
  .two-column-grid p {
    margin-top: 0;
    font-size: 4.2vw;
  }
}
.two-column-grid p.section-link {
  font-weight: bold;
}

.promobanner {
  font-size: 0;
  position: relative;
}
.promobanner .fa-times {
  color: white;
  font-size: 1.2rem;
  font-weight: lighter;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .promobanner .fa-times {
    font-size: 2vw;
    top: 1vw;
    right: 1vw;
  }
}

.billboard-slideshow-wrapper {
  height: auto;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .billboard-slideshow-wrapper {
    height: 600px;
  }
}
.billboard-slideshow-wrapper i.fa {
  color: #ccc;
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 0 0 10px #000000;
  cursor: pointer;
  position: absolute;
  top: 240px;
  left: 20px;
  display: none;
  z-index: 9;
}
@media (max-width: 1300px) {
  .billboard-slideshow-wrapper i.fa {
    top: 17vw;
  }
}
@media (max-width: 1000px) {
  .billboard-slideshow-wrapper i.fa {
    font-size: 20px;
    font-size: 2rem;
    left: 5px;
  }
}
@media (max-width: 400px) {
  .billboard-slideshow-wrapper i.fa {
    opacity: 0.5;
    left: 2px;
  }
}
.billboard-slideshow-wrapper i.fa:hover {
  color: #ffffff;
}
.billboard-slideshow-wrapper i.fa.fa-chevron-right {
  left: inherit;
  right: 20px;
}
@media (max-width: 1000px) {
  .billboard-slideshow-wrapper i.fa.fa-chevron-right {
    right: 5px;
  }
}
@media (max-width: 400px) {
  .billboard-slideshow-wrapper i.fa.fa-chevron-right {
    right: 2px;
  }
}
.billboard-slideshow-wrapper .slideshow-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media (max-width: 1000px) {
  .billboard-slideshow-wrapper .slideshow-controls {
    bottom: -35px;
  }
}
.billboard-slideshow-wrapper .slideshow-controls .slideshow-control {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  box-shadow: 0 0 5px #000;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 1000px) {
  .billboard-slideshow-wrapper .slideshow-controls .slideshow-control {
    background-color: #fff;
    border: 3px solid #ccc;
    box-shadow: none;
  }
}
.billboard-slideshow-wrapper .slideshow-controls .slideshow-control:hover, .billboard-slideshow-wrapper .slideshow-controls .slideshow-control.active {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .billboard-slideshow-wrapper .slideshow-controls .slideshow-control:hover, .billboard-slideshow-wrapper .slideshow-controls .slideshow-control.active {
    background-color: #666;
    border: 3px solid #666;
  }
}
.billboard-slideshow-wrapper .billboard-slideshow {
  font-size: 0;
}
.billboard-slideshow-wrapper .billboard-slideshow .billboard-slide {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
}
.billboard-slideshow-wrapper .billboard-slideshow .billboard-slide:first-of-type {
  display: block;
}
.billboard-slideshow-wrapper .billboard-slideshow .billboard-slide img {
  width: 100%;
  height: 560px;
}
@media (max-width: 1300px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide img {
    height: 43vw;
  }
}
@media (max-width: 800px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide img {
    display: none;
  }
}
.billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text {
  max-width: 42%;
  padding: 0 130px 80px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #ffffff;
  white-space: normal;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 1000px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text {
    padding-left: 8vw;
  }
}
.billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text h2 {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text h2 {
    font-size: 5.5vw;
  }
}
.billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text h3 {
  margin: 200px 0 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1300px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text h3 {
    margin: 12vw 0 0;
  }
}
@media (max-width: 1000px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text h3 {
    font-size: 3vw;
  }
}
.billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text p {
  color: #f3f3f3;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
}
@media (max-width: 800px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text p {
    margin: 1vw 0;
    font-size: 2.5vw;
  }
}
@media (max-width: 800px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text a.button {
    width: auto;
    margin-top: 1.5vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 400px) {
  .billboard-slideshow-wrapper .billboard-slideshow .billboard-slide .billboard-text a.button {
    padding: 3vw;
  }
}

section {
  max-width: 1300px;
  margin: auto;
}
section h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
section .billboard-link {
  width: 100%;
  min-height: 550px;
  margin-bottom: 50px;
  background-color: black;
  position: relative;
}
@media (max-width: 600px) {
  section .billboard-link {
    background-color: unset;
  }
}
section .billboard-link img {
  width: 1300px;
  height: 550px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 600px) {
  section .billboard-link img {
    width: 100%;
    height: auto;
    position: relative;
  }
}
section .billboard-link .text-wrapper {
  padding: 140px 100px 140px 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 600px) {
  section .billboard-link .text-wrapper {
    margin-top: -30vw;
    padding: 50vw 10vw 14vw;
    background: linear-gradient(to top, rgb(0, 0, 0) 0, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
    position: relative;
  }
}
section .billboard-link .text-wrapper h2 {
  margin: 0;
  max-width: 350px;
  color: white;
  font-size: 36px;
}
@media (max-width: 600px) {
  section .billboard-link .text-wrapper h2 {
    max-width: 100%;
    font-size: 6.5vw;
  }
}
section .billboard-link .text-wrapper p {
  max-width: 350px;
  margin-bottom: 40px;
  color: white;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 600px) {
  section .billboard-link .text-wrapper p {
    max-width: 100%;
    font-size: 4.5vw;
  }
}
section .billboard-link .text-wrapper a {
  width: 320px;
  padding: 20px;
  border: 5px solid #fcd406;
  color: #fcd406;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  transition: background-color 0.3s;
}
@media (max-width: 600px) {
  section .billboard-link .text-wrapper a {
    width: 100%;
    padding: 3vw 0;
    border-width: 3px;
    font-size: 4.5vw;
  }
}
section .billboard-link .text-wrapper a:hover {
  background-color: #fcd406;
  color: black;
}
section .title-link {
  max-width: 1160px;
  margin: auto;
  padding: 20px;
}
@media (max-width: 800px) {
  section .title-link {
    padding: 0 20px;
  }
}
section .title-link h2 {
  margin: 0;
  font-size: 1.5rem;
  display: inline-block;
}
section .title-link a {
  margin-top: -7px;
  padding-right: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.5;
  float: right;
}
@media (max-width: 600px) {
  section .title-link a {
    float: none;
    display: block;
  }
}
section .title-link a:hover {
  text-decoration: underline;
}
section .title-link a .right-arrow {
  width: 50px;
  margin-left: 15px;
  border-top: 2px solid black;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
section .title-link a .right-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid black;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -2px;
}

section#section-links {
  max-width: 1160px;
  margin: 30px auto 100px;
  padding: 0 20px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 800px) {
  section#section-links {
    margin-bottom: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
section#section-links a.button {
  width: 90%;
  margin: 0 auto;
  padding: 40px 10px;
  background-color: black;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: white;
  border: none;
}
@media (max-width: 400px) {
  section#section-links a.button {
    padding: 5vw 10px;
    font-size: 5vw;
  }
}

section#image-links {
  max-width: 1300px;
  margin: auto;
  padding: 55px 0;
  text-align: center;
}
section#image-links a {
  width: 280px;
  margin: 15px 12px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-conter: flex-start;
  transition: box-shadow 0.2s;
}
section#image-links a img {
  width: 100%;
}
section#image-links a h3 {
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 20px 30px;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-self: center;
  font-weight: normal;
}
section#image-links a h3 span {
  align-self: center;
}
section#image-links a h3 span strong {
  font-weight: bold;
}

section#shop {
  padding-bottom: 75px;
}
section#shop .product-categories {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 800px) {
  section#shop .product-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#shop .product-categories a {
  font-size: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.5s;
}
@media (max-width: 600px) {
  section#shop .product-categories a {
    display: block;
  }
}
section#shop .product-categories a:first-of-type {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
section#shop .product-categories a:first-of-type h3 {
  padding: 20px 40px;
  font-size: 2rem;
}
@media (max-width: 800px) {
  section#shop .product-categories a:first-of-type h3 {
    padding: 3vw 8vw;
    font-size: 5vw;
  }
}
section#shop .product-categories a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  section#shop .product-categories a img {
    height: auto;
  }
}
section#shop .product-categories a h3 {
  margin: 0;
  padding: 10px 20px;
  background: black;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 9;
  transition: bottom 0.3s ease-out;
}
@media (max-width: 800px) {
  section#shop .product-categories a h3 {
    padding: 2vw 3vw;
    font-size: 3.5vw;
    bottom: 0;
  }
}
section#shop .product-categories a:hover h3 {
  bottom: 0;
}
section#shop .product-carousel-wrapper {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
section#shop .product-carousel-wrapper a {
  width: 250px;
  margin: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
section#shop .product-carousel-wrapper a img {
  width: 100%;
  height: auto;
}
section#shop .product-carousel-wrapper a h4 {
  margin: 10px 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
}
section#shop .product-carousel-wrapper a h5 {
  margin: 0;
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
section#shop .product-carousel-arrows {
  position: relative;
  display: none;
}
@media (max-width: 1000px) {
  section#shop .product-carousel-arrows {
    display: none;
  }
}
section#shop .product-carousel-arrows i.fa {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 150px 20px;
  color: #ececec;
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  section#shop .product-carousel-arrows i.fa {
    padding: 80px 5px;
    font-size: 20px;
    font-size: 2rem;
    opacity: 0.8;
  }
}
section#shop .product-carousel-arrows i.fa:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
@media (max-width: 600px) {
  section#shop .product-carousel-arrows i.fa:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
section#shop .product-carousel-arrows i.fa.fa-chevron-right {
  left: inherit;
  right: 0;
  display: block;
}

section#read {
  padding: 100px 0 75px;
}
@media (max-width: 1300px) {
  section#read {
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  section#read {
    padding: 20px 0;
  }
}
section#read .billboard-link {
  margin-bottom: 80px;
}
section#read div.magazine {
  width: 280px;
  min-height: 490px;
  margin: 12px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section#read div.magazine img {
  width: 100%;
}
section#read div.magazine a.btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
section#read .reading-products {
  text-align: center;
}
section#read .read-content {
  max-width: 1300px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(2, 50%);
}
@media (max-width: 1000px) {
  section#read .read-content {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  section#read .read-content {
    height: auto;
    text-align: center;
    display: inline-block;
    position: relative;
  }
}
section#read .read-content a {
  position: relative;
  transition: box-shadow 0.5s;
  font-size: 0px;
  font-size: 0rem;
}
@media (max-width: 1000px) {
  section#read .read-content a {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  section#read .read-content a {
    width: 25%;
    height: auto;
    margin: auto;
    margin-left: -0.3vw;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
section#read .read-content a:first-of-type {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media all and (-ms-high-contrast: none) {
  section#read .read-content a:first-of-type img {
    height: 19vw;
  }
}
section#read .read-content a:first-of-type h3 {
  padding-left: 50px;
}
@media (max-width: 600px) {
  section#read .read-content a:first-of-type h3 {
    padding: 5vw;
  }
}
section#read .read-content a.two-column {
  grid-column: 3/span 2;
  grid-row: 1/span 1;
}
section#read .read-content a.two-column h3 {
  padding-left: 50px;
}
@media (max-width: 600px) {
  section#read .read-content a.two-column h3 {
    padding: 5vw;
  }
}
section#read .read-content a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1000px) {
  section#read .read-content a img {
    height: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  section#read .read-content a img {
    height: 19vw;
  }
}
section#read .read-content a h3 {
  margin: 0;
  padding: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 1200px) {
  section#read .read-content a h3 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media (max-width: 1000px) {
  section#read .read-content a h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  section#read .read-content a h3 {
    padding: 5vw;
    font-size: 5vw;
  }
}
section#read .read-content a h3 span {
  margin-bottom: 10px;
  color: #ececec;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
}

section#stay-connected {
  max-width: 1360px;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1000px) {
  section#stay-connected {
    position: relative;
    display: block;
  }
}
section#stay-connected .text-wrapper {
  padding: 50px;
  background-color: #000000;
  box-shadow: 60px 0px 150px 141px rgb(0, 0, 0);
  color: #ffffff;
  z-index: 9;
}
@media (max-width: 1000px) {
  section#stay-connected .text-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 600px) {
  section#stay-connected .text-wrapper {
    padding: 5vw;
  }
}
section#stay-connected .text-wrapper h2 {
  margin: 50px 0 0;
  font-weight: 600;
}
@media (max-width: 600px) {
  section#stay-connected .text-wrapper h2 {
    margin-top: 1vw;
  }
}
@media (max-width: 400px) {
  section#stay-connected .text-wrapper h2 {
    font-size: 8vw;
  }
}
section#stay-connected .text-wrapper p {
  margin: 10px 0;
  font-weight: 300;
}
@media (max-width: 600px) {
  section#stay-connected .text-wrapper a.button {
    width: 100%;
    margin: 1vw 0;
    padding: 2.5vw 0;
    font-size: 7vw;
  }
}
section#stay-connected img {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  section#stay-connected img {
    width: 100%;
    display: block;
  }
}

section#watch {
  padding: 0 0 75px;
}
@media (max-width: 800px) {
  section#watch {
    padding-bottom: 100px;
  }
}
section#watch .item-carousel-wrapper {
  margin-bottom: 40px;
  font-size: 0;
  position: relative;
}
@media (max-width: 1300px) {
  section#watch .item-carousel-wrapper {
    text-align: center;
  }
}
section#watch .item-carousel-wrapper a {
  width: 319px;
  margin-top: 7px;
  margin-left: 7px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1300px) {
  section#watch .item-carousel-wrapper a {
    margin: 7px 3px 0;
  }
}
section#watch .item-carousel-wrapper a:nth-of-type(4n + 1) {
  margin-left: 0;
}
@media (max-width: 1300px) {
  section#watch .item-carousel-wrapper a:nth-of-type(4n + 1) {
    margin-left: 3px;
  }
}
section#watch .item-carousel-wrapper a img {
  width: 100%;
  height: 250px;
}
section#watch .item-carousel-wrapper a h4 {
  height: 50px;
  margin: 0;
  padding: 20px;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  position: relative;
  z-index: 9;
}
section#watch .movie-posters {
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 800px) {
  section#watch .movie-posters {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
  }
}
section#watch .movie-posters .movie-poster h3 {
  margin: 20px auto 10px;
  font-size: 22px;
}
@media (max-width: 800px) {
  section#watch .movie-posters .movie-poster h3 {
    margin-top: 12px;
    font-size: 4vw;
  }
}
section#watch .movie-posters .movie-poster h4 {
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 800px) {
  section#watch .movie-posters .movie-poster h4 {
    font-size: 4.2vw;
  }
}
section#watch .movie-posters .movie-poster img {
  width: 100%;
  height: auto;
}

section#travel {
  padding-bottom: 75px;
}
@media (max-width: 800px) {
  section#travel {
    padding-bottom: 0;
  }
}
section#travel .billboard-link .text-wrapper {
  padding-top: 100px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section#travel .item-carousel-wrapper {
  margin-bottom: 40px;
  font-size: 0;
  position: relative;
  overflow-x: scroll;
  white-space: nowrap;
  display: none;
}
section#travel .item-carousel-wrapper a {
  width: 325px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
section#travel .item-carousel-wrapper a:last-child {
  margin-right: 0;
}
section#travel .item-carousel-wrapper a img {
  width: 100%;
  height: 250px;
}
section#travel .item-carousel-wrapper a h4 {
  height: 50px;
  margin: 0;
  padding: 20px;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  position: relative;
  z-index: 9;
}
section#travel .travel-categories {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media (max-width: 1000px) {
  section#travel .travel-categories {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  section#travel .travel-categories {
    height: auto;
    text-align: center;
    display: inline-block;
    position: relative;
  }
}
section#travel .travel-categories a {
  position: relative;
  transition: box-shadow 0.5s;
  font-size: 0px;
  font-size: 0rem;
}
@media (max-width: 1000px) {
  section#travel .travel-categories a {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  section#travel .travel-categories a {
    width: 25%;
    height: auto;
    margin: auto;
    margin-left: -0.3vw;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
section#travel .travel-categories a:first-of-type {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media all and (-ms-high-contrast: none) {
  section#travel .travel-categories a:first-of-type img {
    height: 19vw;
  }
}
section#travel .travel-categories a:first-of-type h3 {
  padding-left: 50px;
}
@media (max-width: 600px) {
  section#travel .travel-categories a:first-of-type h3 {
    padding: 5vw;
  }
}
section#travel .travel-categories a.two-column {
  grid-column: 3/span 2;
  grid-row: 1/span 1;
}
section#travel .travel-categories a.two-column h3 {
  padding-left: 50px;
}
@media (max-width: 600px) {
  section#travel .travel-categories a.two-column h3 {
    padding: 5vw;
  }
}
section#travel .travel-categories a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1000px) {
  section#travel .travel-categories a img {
    height: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  section#travel .travel-categories a img {
    height: 19vw;
  }
}
section#travel .travel-categories a h3 {
  margin: 0;
  padding: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 600px) {
  section#travel .travel-categories a h3 {
    padding: 5vw;
    font-size: 5vw;
    line-height: 1;
  }
}
section#travel .travel-categories a h3 span {
  margin-bottom: 10px;
  color: #ececec;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
}
section#travel .travel-categories a h3 span.departures {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #e7e7e7;
}

section#visit {
  padding-bottom: 75px;
}
@media (max-width: 800px) {
  section#visit {
    padding-bottom: 0;
  }
}

section#at-the-smithsonian {
  padding: 0 0 30px;
}
@media (max-width: 800px) {
  section#at-the-smithsonian {
    padding-top: 0;
  }
}
section#at-the-smithsonian .title-link h2 {
  font-size: 38px;
}
section#at-the-smithsonian .title-link p {
  margin: 20px 0 0;
  font-size: 22px;
}
section#at-the-smithsonian .ats-filters {
  max-width: 1180px;
  margin: 20px auto 100px;
}
@media (max-width: 1300px) {
  section#at-the-smithsonian .ats-filters {
    text-align: center;
  }
}
section#at-the-smithsonian .ats-filters .ats-category {
  width: 220px;
  height: 80px;
  margin: 10px 10px 30px;
  padding: 20px;
  border: 4px solid #000000;
  color: #000000;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 1300px) {
  section#at-the-smithsonian .ats-filters .ats-category {
    width: 200px;
  }
}
@media (max-width: 1100px) {
  section#at-the-smithsonian .ats-filters .ats-category {
    width: 110px;
  }
}
@media (max-width: 800px) {
  section#at-the-smithsonian .ats-filters .ats-category {
    width: 70px;
    padding: 10px 20px;
  }
}
@media (max-width: 600px) {
  section#at-the-smithsonian .ats-filters .ats-category {
    width: 100%;
    margin: -4px 0 0;
    padding: 10px 0;
    border-left: none;
    border-right: none;
  }
}
section#at-the-smithsonian .ats-filters .ats-category:hover, section#at-the-smithsonian .ats-filters .ats-category.active {
  background-color: #000000;
  color: #ffffff;
}
section#at-the-smithsonian .ats-filters .ats-category i {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
section#at-the-smithsonian .ats-filters .ats-category h3 {
  margin: 5px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
section#at-the-smithsonian .ats-filters .ats-filter-item {
  margin: 15px 13px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section#at-the-smithsonian .ats-filters .ats-filter-item a.button {
  margin: 30px 0 0 0;
}
@media (max-width: 600px) {
  section#at-the-smithsonian .ats-filters .ats-filter-item {
    width: 90%;
    margin: 30px auto 0;
  }
}
section#at-the-smithsonian .ats-filters .ats-filter-item:hover h3 {
  background-color: #fcd406;
}
section#at-the-smithsonian .ats-filters .ats-filter-item h3 {
  width: 315px;
  max-width: 100%;
  height: 50px;
  margin: 0;
  padding: 20px;
  border: 3px solid #fcd406;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  section#at-the-smithsonian .ats-filters .ats-filter-item h3 {
    width: auto;
  }
}
@media (max-width: 400px) {
  section#at-the-smithsonian .ats-filters .ats-filter-item h3 {
    line-height: 1.5;
  }
}
section#at-the-smithsonian .ats-filters .ats-filter-item .text-wrapper {
  padding: 30px 20px 40px;
  background-color: #f6f6f6;
  text-align: center;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  display: none;
  z-index: 9;
}
@media (max-width: 600px) {
  section#at-the-smithsonian .ats-filters .ats-filter-item .text-wrapper {
    position: relative;
    top: inherit;
  }
}
section#at-the-smithsonian .ats-filters .ats-filter-item .text-wrapper:hover {
  display: block;
}
section#at-the-smithsonian .ats-filters .ats-filter-item .text-wrapper h4 {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}
section#at-the-smithsonian .ats-filters .ats-filter-item .text-wrapper p {
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}
section#at-the-smithsonian .ats-filters .ats-filter-item .text-wrapper a.button {
  width: 200px;
  border: 3px solid #000000;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
section#at-the-smithsonian .ats-filters .ats-filter-item .text-wrapper a.button:hover {
  background-color: #000000;
  color: #ffffff;
}
section#at-the-smithsonian .ats-filters .ats-filter-item h3:hover ~ .text-wrapper {
  display: block;
}

section#bottom-promos {
  max-width: 1250px;
  margin: auto;
  padding-bottom: 50px;
  text-align: center;
}
section#bottom-promos .promo {
  width: 510px;
  height: 200px;
  margin: 20px;
  padding: 20px 35px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 800px) {
  section#bottom-promos .promo {
    width: 91%;
    margin: 0;
    background-position: top center;
  }
}
@media (max-width: 600px) {
  section#bottom-promos .promo {
    width: 89%;
  }
}
@media (max-width: 400px) {
  section#bottom-promos .promo {
    width: auto;
  }
}
section#bottom-promos .promo h2 {
  margin: 0;
}
section#bottom-promos .promo p {
  margin: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
section#bottom-promos .promo a.button {
  width: auto;
  margin: 10px 0;
  padding: 10px 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 35px;
  left: 35px;
}
@media (max-width: 400px) {
  section#bottom-promos .promo a.button {
    bottom: 15px;
  }
}
section#bottom-promos .promo a.button:hover {
  background-color: #ffffff;
  color: #000000;
}

#logos {
  background-color: #f2f2f2;
  text-align: center;
}
#logos .logos-wrapper {
  max-width: 1420px;
  margin: auto;
  padding: 100px 10px;
}
@media (max-width: 1300px) {
  #logos .logos-wrapper {
    padding: 20px 10px;
  }
}
#logos .logos-wrapper a {
  margin: 42px 35px;
  vertical-align: middle;
}
@media (max-width: 1450px) {
  #logos .logos-wrapper a {
    margin: 2vw;
    display: inline-block;
  }
}
@media (max-width: 800px) {
  #logos .logos-wrapper a {
    margin: 3vw 5vw;
  }
}

.newsletters #mainContent {
  max-width: 1000px;
  margin: auto;
  padding: 50px 20px;
}
@media (max-width: 600px) {
  .newsletters #mainContent {
    padding: 20px;
  }
}
.newsletters #mainContent h1 {
  margin-bottom: 0;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: left;
}
.newsletters #mainContent p {
  font-size: 11px;
  font-size: 1.1rem;
}
.newsletters #mainContent .wufoo#form33 {
  cursor: pointer;
  text-align: center;
}
.newsletters #mainContent .wufoo#form33 ul {
  padding: 0;
  list-style-type: none;
}
.newsletters #mainContent .wufoo#form33 ul fieldset {
  padding: 0;
}
.newsletters #mainContent .wufoo#form33 fieldset {
  border: none;
}
.newsletters #mainContent .wufoo#form33 input,
.newsletters #mainContent .wufoo#form33 label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.newsletters #mainContent .wufoo#form33 input .choice-description,
.newsletters #mainContent .wufoo#form33 label .choice-description {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
}
.newsletters #mainContent .wufoo#form33 input {
  margin: 12px 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .newsletters #mainContent .wufoo#form33 input {
    width: 15px;
  }
}
.newsletters #mainContent .wufoo#form33 label {
  width: 270px;
  margin-top: 6px;
}
@media (max-width: 600px) {
  .newsletters #mainContent .wufoo#form33 label {
    width: 74vw;
  }
}
.newsletters #mainContent .wufoo#form33 .subfield {
  width: 310px;
  margin: 50px 8px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 400px) {
  .newsletters #mainContent .wufoo#form33 .subfield {
    width: auto;
    margin: 50px auto 0;
  }
}
.newsletters #mainContent .wufoo#form33 .subfield img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.newsletters #mainContent .wufoo#form33 .email-newsletters {
  width: 200%;
  margin: 50px 0 0 -50%;
  padding: 20px;
  background-color: #000;
  text-align: center;
}
@media (max-width: 1000px) {
  .newsletters #mainContent .wufoo#form33 .email-newsletters {
    width: auto;
    margin-left: auto;
  }
}
.newsletters #mainContent .wufoo#form33 .email-newsletters p {
  margin: 20px 0 0;
  color: #fff;
}
.newsletters #mainContent .wufoo#form33 .email-newsletters li {
  width: auto;
  margin: 30px 0 0 30px;
  display: inline-block;
}
@media (max-width: 700px) {
  .newsletters #mainContent .wufoo#form33 .email-newsletters li {
    width: 300px;
    margin: 30px auto 0;
    margin-left: auto;
    display: block;
  }
}
@media (max-width: 400px) {
  .newsletters #mainContent .wufoo#form33 .email-newsletters li {
    width: 200px;
    min-width: none;
  }
}
.newsletters #mainContent .wufoo#form33 .email-newsletters li:nth-of-type(odd) {
  margin-left: 0;
}
@media (max-width: 700px) {
  .newsletters #mainContent .wufoo#form33 .email-newsletters li:nth-of-type(odd) {
    margin-left: auto;
  }
}
.newsletters #mainContent .wufoo#form33 .email-newsletters li input {
  width: 600px;
  padding: 15px 25px;
  border: 2px solid #000;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .newsletters #mainContent .wufoo#form33 .email-newsletters li input {
    width: auto;
    margin: auto;
    display: block;
  }
}
@media (max-width: 400px) {
  .newsletters #mainContent .wufoo#form33 .email-newsletters li input {
    width: 80%;
    min-width: none;
  }
}
.newsletters #mainContent .wufoo#form33 .email-newsletters li.buttons input {
  width: 300px;
  background-color: #fcd406;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 700px) {
  .newsletters #mainContent .wufoo#form33 .email-newsletters li.buttons input {
    width: 265px;
  }
}
.newsletters #mainContent .wufoo#form33 li.newsletter-submit {
  text-align: center;
  position: relative;
  display: inline-block;
}
.newsletters #mainContent .wufoo#form33 li.newsletter-submit input {
  width: 300px;
  margin: 15px auto 50px auto;
  padding: 12px 25px;
  background-color: #fcd406;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s;
}
.newsletters #mainContent .wufoo#form33 li.newsletter-submit input:hover {
  background-color: #000;
  color: #fcd406;
}
@media (max-width: 700px) {
  .newsletters #mainContent .wufoo#form33 li.newsletter-submit input {
    width: 265px;
  }
}
.newsletters #mainContent .wufoo#form33 li.newsletter-submit #formButton {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.newsletters #mainContent .wufoo#form33 li.hide {
  visibility: hidden;
}

.footerwrapper {
  background: #ffffff;
}
.footerwrapper footer {
  width: 1230px;
  max-width: 100%;
  margin: auto;
  padding: 50px 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1300px) {
  .footerwrapper footer {
    width: auto;
    padding: 50px;
  }
}
@media (max-width: 800px) {
  .footerwrapper footer {
    display: block;
    text-align: center;
  }
}
.footerwrapper footer .smith-box {
  width: 180px;
  height: 160px;
  margin: 30px 0;
  padding: 15px;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  grid-column: 1;
  position: relative;
  top: inherit;
  left: inherit;
}
.footerwrapper footer .smith-box div {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.footerwrapper footer .smith-box div:last-of-type {
  margin: 10px 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.footerwrapper footer .column {
  width: 200px;
  grid-column: 3;
  justify-self: right;
}
@media (max-width: 800px) {
  .footerwrapper footer .column {
    width: auto;
  }
}
.footerwrapper footer .column h3 {
  font-size: 15px;
  font-size: 1.5rem;
}
.footerwrapper footer .column a {
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.footerwrapper footer .column a:hover {
  text-decoration: underline;
}
.footerwrapper footer .center-column {
  padding-left: 100px;
  grid-column: 2;
  justify-self: center;
}
@media (max-width: 800px) {
  .footerwrapper footer .center-column {
    margin: 20px 0 50px;
    padding: 0;
  }
}
.footerwrapper .footerall {
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
}
@media only screen and (max-width: 400px) {
  .footerwrapper .footerall {
    hyphens: none;
  }
  .footerwrapper .footerall strong {
    display: block;
  }
}
.footerwrapper .footerall strong {
  font-weight: normal;
}
.footerwrapper .footerall a {
  color: #000;
}
.footerwrapper .footerall a:hover {
  text-decoration: underline;
}
.footerwrapper .footerall span:after {
  content: " | ";
}
@media only screen and (max-width: 400px) {
  .footerwrapper .footerall span:nth-child(4):after {
    content: "";
  }
}
.footerwrapper .footerall span:last-of-type:after {
  content: "";
}

#mainContent.about {
  padding: 20px;
}
#mainContent.about h2 {
  font-size: 24px;
}
#mainContent.about a {
  text-decoration: underline;
}
#mainContent.about a:hover {
  text-decoration: none;
}
#mainContent.about p {
  line-height: 30px;
  font-weight: 300;
  font-size: 17px;
}
#mainContent.about p strong {
  font-weight: 400;
}
#mainContent.about ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  list-style: square;
}

#mainContent.flatpage {
  max-width: 1000px;
  margin: auto;
  padding: 80px 30px;
}
@media (max-width: 600px) {
  #mainContent.flatpage {
    padding: 30px 20px;
  }
}
#mainContent.flatpage .tagline h1 {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}
#mainContent.flatpage h2 {
  clear: both;
}
#mainContent.flatpage p {
  margin-bottom: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 300;
}
#mainContent.flatpage p strong {
  font-weight: 600;
}
#mainContent.flatpage ul {
  text-align: left;
}
#mainContent.flatpage.carousel {
  padding-top: 50px;
}
#mainContent.flatpage.carousel .faqText {
  margin-top: 50px;
}
#mainContent.flatpage.carousel .article-image {
  margin: 0;
  padding: 0;
}
#mainContent.flatpage.carousel .article-image.left {
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
  font-size: 0.85rem;
  background: #f5f5f5;
}
@media (max-width: 400px) {
  #mainContent.flatpage.carousel .article-image.left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#mainContent.flatpage.carousel .article-image.left img {
  width: 100%;
  height: auto;
}
#mainContent.flatpage.carousel .article-image.left .caption {
  padding: 5px 15px 10px;
  line-height: 1.2rem;
}
#mainContent.flatpage.carousel .article-image.right {
  float: right;
  width: 320px;
  margin: 0 0 20px 20px;
  font-size: 0.85rem;
  background: #f5f5f5;
}
@media (max-width: 400px) {
  #mainContent.flatpage.carousel .article-image.right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
#mainContent.flatpage.carousel .article-image.right img {
  width: 100%;
  height: auto;
}
#mainContent.flatpage.carousel .article-image.right .caption {
  padding: 5px 15px 10px;
  line-height: 1.2rem;
}

#mainContent.leadership {
  padding: 50px 30px 30px;
}
@media (max-width: 600px) {
  #mainContent.leadership {
    padding: 30px 20px;
  }
}

.leadership-members-wrapper {
  width: 200%;
  margin-left: -50%;
  padding: 100px 0;
  background-color: #f6f6f6;
}
@media (max-width: 1100px) {
  .leadership-members-wrapper {
    width: auto;
    margin-left: auto;
  }
}
.leadership-members-wrapper .leadership-members {
  width: 1030px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1100px) {
  .leadership-members-wrapper .leadership-members {
    width: auto;
  }
}
.leadership-members-wrapper .staff-member {
  width: 266px;
  height: 80px;
  margin: 50px 7px 70px;
  padding: 90px 20px 30px;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 400px) {
  .leadership-members-wrapper .staff-member {
    margin: 50px auto 70px;
  }
}
.leadership-members-wrapper .staff-member img {
  width: 150px;
  margin: auto;
  border-radius: 100%;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}
.leadership-members-wrapper .staff-member p {
  margin: 5px auto;
  font-size: 11px;
  font-size: 1.1rem;
}
.leadership-members-wrapper .staff-member p strong {
  font-size: 12px;
  font-size: 1.2rem;
}

.three-column-image-grid {
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 800px) {
  .three-column-image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
  }
}
@media (max-width: 800px) {
  .three-column-image-grid {
    grid-template-columns: 1fr;
  }
}
.three-column-image-grid img {
  width: 100%;
}
.three-column-image-grid h3 {
  margin: 20px auto 10px;
  font-size: 22px;
}
@media (max-width: 600px) {
  .three-column-image-grid h3 {
    margin-top: 12px;
    font-size: 5vw;
  }
}
.three-column-image-grid p {
  margin: 0;
  font-size: 20px;
}
@media (max-width: 600px) {
  .three-column-image-grid p {
    font-size: 4.2vw;
  }
}

.image-text-row {
  margin-top: 40px;
  clear: both;
}
@media (max-width: 1000px) {
  .image-text-row {
    margin: 20px auto 50px;
    text-align: center;
  }
}
.image-text-row img {
  width: 310px;
  max-width: 100%;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1000px) {
  .image-text-row img {
    margin: 0 auto 10px;
  }
}
.image-text-row .text-wrapper {
  width: 580px;
  display: inline-block;
}
@media (max-width: 1000px) {
  .image-text-row .text-wrapper {
    width: auto;
    display: block;
  }
}
.image-text-row .text-wrapper a {
  text-decoration: underline;
}
.image-text-row .text-wrapper a:hover {
  text-decoration: none;
}
.image-text-row .text-wrapper h3 {
  margin-top: 0;
}

#journeys-links {
  max-width: 1300px;
  margin: auto;
  padding: 55px 0;
  text-align: center;
}
#journeys-links a {
  width: 280px;
  margin: 15px 12px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-conter: flex-start;
  transition: box-shadow 0.2s;
}
#journeys-links a img {
  width: 100%;
}
#journeys-links a h3 {
  height: 120px;
  margin: 0;
  padding: 20px 30px;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-self: center;
  font-weight: normal;
}
#journeys-links a h3 span {
  align-self: center;
}
#journeys-links a h3 span strong {
  font-weight: bold;
}

.channel-featured {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media (max-width: 1000px) {
  .channel-featured {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .channel-featured {
    height: auto;
    text-align: center;
    display: inline-block;
    position: relative;
  }
}
.channel-featured a {
  position: relative;
  transition: box-shadow 0.5s;
  font-size: 0px;
  font-size: 0rem;
}
@media (max-width: 1000px) {
  .channel-featured a {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .channel-featured a {
    width: 25%;
    height: auto;
    margin: auto;
    margin-left: -0.3vw;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}
.channel-featured a:first-of-type {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media all and (-ms-high-contrast: none) {
  .channel-featured a:first-of-type img {
    height: 19vw;
  }
}
.channel-featured a:first-of-type h3 {
  padding-left: 50px;
}
@media (max-width: 600px) {
  .channel-featured a:first-of-type h3 {
    padding: 5vw;
  }
}
.channel-featured a.two-column {
  grid-column: 3/span 2;
  grid-row: 1/span 1;
}
.channel-featured a.two-column h3 {
  padding-left: 50px;
}
@media (max-width: 600px) {
  .channel-featured a.two-column h3 {
    padding: 5vw;
  }
}
.channel-featured a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .channel-featured a img {
    height: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  .channel-featured a img {
    height: 19vw;
  }
}
.channel-featured a h3 {
  margin: 0;
  padding: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 600px) {
  .channel-featured a h3 {
    padding: 5vw;
    font-size: 5vw;
    line-height: 1;
  }
}
.channel-featured a h3 span {
  margin-bottom: 10px;
  color: #ececec;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  display: block;
}
.channel-featured a h3 span.departures {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #e7e7e7;
}

body.carousel .leaderImage .article-image {
  margin: 0;
  padding: 0;
}
body.carousel .leaderImage .caption {
  font-size: 0.8rem;
  font-style: italic;
  text-align: right;
}
@media (max-width: 400px) {
  body.carousel .leaderImage .caption {
    text-align: center;
  }
}
body.carousel .leaderImage img {
  width: 100%;
  height: auto;
}

.careers .sitecontainer {
  max-width: 100%;
}
.careers .sitecontainer .leaderImage .desktop-image {
  display: block;
}
@media (max-width: 500px) {
  .careers .sitecontainer .leaderImage .desktop-image {
    display: none;
  }
}
.careers .sitecontainer .leaderImage .desktop-image figure {
  margin: 0;
  padding: 0;
}
.careers .sitecontainer .leaderImage .desktop-image figure img {
  width: 100%;
  height: auto;
  position: relative;
}
.careers .sitecontainer .leaderImage .mobile-image {
  display: none;
}
@media (max-width: 500px) {
  .careers .sitecontainer .leaderImage .mobile-image {
    display: block;
  }
}
.careers .sitecontainer .leaderImage .mobile-image figure {
  margin: 0;
  padding: 0;
}
.careers .sitecontainer .leaderImage .mobile-image figure img {
  width: 100%;
  height: auto;
  position: relative;
}
.careers .sitecontainer .leaderImage h1 {
  max-width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  margin-top: -80px;
}
@media (max-width: 500px) {
  .careers .sitecontainer .leaderImage h1 {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}

.product-submissions .hide {
  display: none;
}
.product-submissions .req {
  color: #c00;
}
.product-submissions .emaillookup .field {
  padding: 30px 0 20px 0;
}
.product-submissions .emaillookup .field p {
  font-size: 18px !important;
  padding: 4px 10px;
}
.product-submissions fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.product-submissions fieldset .field-group-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;
}
.product-submissions fieldset .field-group-container label {
  font-size: 18px;
  font-weight: 700;
}
.product-submissions fieldset .field-group-container.name {
  margin-top: 10px;
  margin-bottom: 30px;
}
.product-submissions .partner-sites {
  padding-top: 30px;
  margin-top: 20px;
}
.product-submissions .contact-information {
  margin-top: 30px;
}
.product-submissions .contact-information h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 15px;
}
.product-submissions .fieldWrapper {
  display: block;
  padding-bottom: 25px;
}
.product-submissions .fieldWrapper.twocol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.product-submissions .fieldWrapper label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
.product-submissions .fieldWrapper label em {
  font-weight: normal;
}
.product-submissions .fieldWrapper p {
  font-size: 18px !important;
}
.product-submissions input[type=text],
.product-submissions input[type=email],
.product-submissions textarea,
.product-submissions select {
  width: 100%;
  padding: 7px 7px;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.product-submissions input[type=checkbox] {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.product-submissions .required {
  color: #e52314;
}
.product-submissions .buttonbox .required-field {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 20px;
}
.product-submissions .buttonbox .centeritem.submit {
  margin-bottom: 10px;
}
.product-submissions .buttonbox .sfmc-info {
  margin-top: 0;
}
.product-submissions .buttonbox .sfmc-info .preferenceSave {
  margin-bottom: 10px;
}

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