@charset "UTF-8";
/*
 * Theme Name: Iridium Museum
 */
body, html {
  padding: 0;
  margin: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

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

/* Typography
// ========================================================================== */
/* Convert px to ems
// ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none;
}

.nav-main {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 0;
  padding: 5.75em 1em 2.5em;
  visibility: hidden;
  overflow-y: auto;
}
@media (min-width: 37.5em) {
  .nav-main {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 75em) {
  .nav-main {
    padding-top: 8.625em;
    padding-left: calc(50% - 560px);
    padding-right: calc(50% - 560px);
  }
}
.nav-main .container {
  position: relative;
  overflow: hidden;
}
.nav-main.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  z-index: 19;
}
body.page-timeline .nav-main.show {
  z-index: 500;
}
body.page-home .nav-main.show {
  z-index: 501;
  background-color: rgba(0, 0, 0, 0.9);
}
.nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-main li {
  font-family: futura-pt-bold, sans-serif;
  font-size: 4.5em;
  line-height: 1.1461538462em;
}
@media (min-width: 48em) {
  .nav-main li {
    font-size: 6.25em;
  }
}
@media (min-width: 56.25em) {
  .nav-main li {
    font-size: 8.125em;
  }
}
@media (max-height: 800px) and (min-width: 56.25em) {
  .nav-main li {
    font-size: 5em;
  }
}
.nav-main li.wpse-object-id-666 {
  font-size: 3.875em;
  line-height: 1.49em;
}
@media (min-width: 48em) {
  .nav-main li.wpse-object-id-666 {
    font-size: 5.375em;
  }
}
@media (min-width: 56.25em) {
  .nav-main li.wpse-object-id-666 {
    font-size: 6.25em;
  }
}
@media (max-height: 800px) and (min-width: 56.25em) {
  .nav-main li.wpse-object-id-666 {
    font-size: 4em;
  }
}
.nav-main li a {
  color: white;
}
.nav-main li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  overflow-x: scroll;
}
.nav-main li .sub-menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 0.1774193548em;
  line-height: 1.4117647059em;
  position: relative;
  text-transform: uppercase;
  width: 8.1818181818em;
}
.nav-main li .sub-menu li:not(:first-child) {
  margin-left: 1.4117647059em;
}
@media (min-width: 48em) {
  .nav-main li .sub-menu li {
    font-size: 0.1744186047em;
    width: 8em;
  }
  .nav-main li .sub-menu li:not(:first-child) {
    margin-left: 1em;
  }
}
@media (min-width: 56.25em) {
  .nav-main li .sub-menu li {
    font-size: 0.17em;
    width: 8.1176470588em;
  }
  .nav-main li .sub-menu li:not(:first-child) {
    margin-left: 1.4117647059em;
  }
}
.nav-main li .sub-menu li::before {
  background-clip: border-box;
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  padding-bottom: calc(100% - 10px);
  margin-bottom: 0.8823529412em;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: calc(100% - 10px);
}
.nav-main li .sub-menu li.current_page_item a, .nav-main li .sub-menu li:hover a {
  color: #1F6D9F;
}
.nav-main li .sub-menu li.current_page_item::before, .nav-main li .sub-menu li:hover::before {
  border-color: #1F6D9F;
}
.nav-main li .sub-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.nav-main .prev-btn {
  display: none;
}
@media (min-width: 48em) {
  .nav-main .prev-btn {
    background: #053E65 url(dist/right-white-arrow.svg) no-repeat center;
    background-size: 15px 24px;
    border: 0;
    content: "";
    cursor: pointer;
    display: block;
    bottom: 0;
    height: 14.0625em;
    font-size: 1em;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: -999em;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    visibility: hidden;
    width: 3.125em;
  }
  .nav-main .prev-btn.show {
    opacity: 0.85;
    visibility: visible;
    z-index: 5;
  }
  .nav-main .prev-btn:hover {
    opacity: 1;
  }
}
@media (min-width: 56.25em) {
  .nav-main .prev-btn {
    height: 15.625em;
  }
}
.nav-main .next-btn {
  display: none;
}
@media (min-width: 48em) {
  .nav-main .next-btn {
    background: #053E65 url(dist/right-white-arrow.svg) no-repeat center;
    background-size: 15px 24px;
    border: 0;
    content: "";
    cursor: pointer;
    display: block;
    bottom: 0;
    font-size: 1em;
    height: 14.0625em;
    opacity: 0.85;
    bottom: 0;
    right: 0;
    position: absolute;
    text-indent: -999em;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    width: 3.125em;
    z-index: 5;
  }
  .nav-main .next-btn.hide {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  .nav-main .next-btn:hover {
    opacity: 1;
  }
}
@media (min-width: 56.25em) {
  .nav-main .next-btn {
    height: 15.625em;
  }
}

/*html {
	scroll-behavior: smooth;
}*/
.company-milestone {
  --accent-color: #F2B34E;
}

.industry {
  --accent-color: #86AE3C;
}

.satellite {
  --accent-color: #568CC7;
}

.awards-and-recognition {
  --accent-color: #97A0A8;
}

.business-update {
  --accent-color: #6FC8A5;
}

.product-and-services {
  --accent-color: #AE85DE;
}

body {
  background-color: white;
  font-size: 100%;
}
body .lazyload, body .lazyloading {
  opacity: 0;
}
body .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

[role=contentinfo] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1D2027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7em 1em 2em;
}
@media (min-width: 37.5em) {
  [role=contentinfo] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 87.5em) {
  [role=contentinfo] {
    padding-left: calc(50% - 668px);
    padding-right: calc(50% - 668px);
  }
}
[role=contentinfo] .footer-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 14px;
}
[role=contentinfo] .footer-logo a span {
  padding: 0 10px 0 60px;
}
[role=contentinfo] .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5em 0 0;
  padding: 0;
}
@media (min-width: 37.5em) {
  [role=contentinfo] .social-links {
    margin-top: 0;
  }
}
[role=contentinfo] .social-links a {
  background: url(images/social-icons.svg) no-repeat;
  height: 1.25em;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  margin-left: 0.9375em;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 1.625em;
}
[role=contentinfo] .social-links a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
[role=contentinfo] .social-links a[href*=facebook] {
  background-position: 7px 0;
  margin-left: 0;
}
[role=contentinfo] .social-links a[href*=twitter] {
  background-position: -33px 1px;
}
[role=contentinfo] .social-links a[href*=linkedin] {
  background-position: -78px 0;
}
[role=contentinfo] .social-links a[href*=youtube] {
  background-position: -126px 1px;
}
[role=contentinfo] .second-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em;
  width: 100%;
}
@media (min-width: 37.5em) {
  [role=contentinfo] .second-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.25em;
  }
}
@media (min-width: 75em) {
  [role=contentinfo] .second-line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 3.4375em;
  }
}
[role=contentinfo] .career-link {
  -ms-flex-item-align: center;
      align-self: center;
  color: white;
  font-size: 0.875em;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  border-radius: 40px;
  border: 1px solid #fff;
  width: 10.7142857143em;
}
[role=contentinfo] .copyright {
  color: white;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  text-align: center;
  margin: 2.5em 0;
}
@media (min-width: 37.5em) {
  [role=contentinfo] .copyright {
    margin: 0;
  }
}
[role=contentinfo] .copyright a {
  color: #fff;
  text-decoration: underline;
  margin: 8px;
  padding: 5px 0;
}
@media (min-width: 37.5em) and (max-width: 74.9375em) {
  [role=contentinfo] .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
[role=contentinfo] .open-share-story {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  right: auto;
  top: 0 !important;
}
@media (min-width: 37.5em) and (max-width: 74.9375em) {
  [role=contentinfo] .open-share-story {
    margin: 2.5em 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.back-to-the-top-btn {
  background: url(dist/carousel-arrow.svg) no-repeat;
  border: 0;
  bottom: 2em;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 3.5em;
  padding: 0;
  position: fixed;
  text-indent: -999em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 2em;
  width: 3.5em;
  z-index: 10;
  opacity: 0;
  outline: none;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  visibility: hidden;
}
.back-to-the-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.page-timeline .back-to-the-top-btn {
  right: 2.125em;
  z-index: 500;
}
.back-to-the-top-btn:focus {
  -webkit-box-shadow: 0 0 5px 5px #83b5fa;
          box-shadow: 0 0 5px 5px #83b5fa;
  border-radius: 50%;
}

body.page-id-27 {
  background-color: #434955;
}
body.page-id-27 main {
  background: #111;
  position: relative;
}
body.page-id-27 main #back-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-family: aktiv-grotesk;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 5px 10px;
}
body.page-id-27 main #back-to-top svg {
  margin-right: 5px;
  max-width: 15px;
}
body.page-id-27 [role=banner] {
  background-color: #1C2025;
}
body.page-id-27 .timeline-filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  position: relative;
  margin-right: auto;
}
@media (max-width: 800px) {
  body.page-id-27 .timeline-filter-container {
    display: none;
  }
}
body.page-id-27 .timeline-filter-container .timeline-filter {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1C2025;
  border-radius: 10px;
  width: 232px;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 18px;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.41s, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.41s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.41s;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.41s, -webkit-transform 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.page-id-27 .timeline-filter-container .timeline-filter:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #1C2025;
}
body.page-id-27 .timeline-filter-container .timeline-filter:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 100%;
}
body.page-id-27 .timeline-filter-container .timeline-filter ul {
  margin: 0;
  padding: 0;
}
body.page-id-27 .timeline-filter-container .timeline-filter ul li a {
  color: #D0DBE6;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
body.page-id-27 .timeline-filter-container .timeline-filter ul li a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-color);
  margin-right: 10px;
}
body.page-id-27 .timeline-filter-container .timeline-filter ul li + li {
  margin-top: 14px;
}
body.page-id-27 .timeline-filter-container .timeline-filter p {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 0 0 10px;
}
body.page-id-27 .timeline-filter-container .timeline-filter #filter-all {
  color: #D0DBE6;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 10px;
}
body.page-id-27 .timeline-filter-container:hover .timeline-filter {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(16px);
          transform: translateX(-50%) translateY(16px);
  visibility: visible;
}
body.page-id-27 .timeline-filter-container > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-id-27 .timeline-filter-container > a span {
  margin-left: 15px;
  font-family: aktiv-grotesk;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
body.page-id-27 #sidebar {
  position: fixed;
  top: 64px;
  left: 0;
  width: 256px;
  height: calc(100vh - 64px);
  background: #282C32;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 850px) {
  body.page-id-27 #sidebar {
    width: 57px;
  }
}
body.page-id-27 #sidebar .posts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 198px;
          flex: 0 1 198px;
  overflow-y: scroll;
}
@media (max-width: 850px) {
  body.page-id-27 #sidebar .posts {
    display: none;
  }
}
body.page-id-27 #sidebar .posts article {
  padding: 30px 10px 30px 18px;
}
body.page-id-27 #sidebar .posts article.active {
  background: #074369;
}
body.page-id-27 #sidebar .posts article p {
  margin: 0;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2em;
  color: #D0DBE6;
}
body.page-id-27 #sidebar .posts article h3 {
  margin: 12px 0 0;
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
body.page-id-27 #sidebar .posts article h3 a {
  color: #D0DBE6;
}
body.page-id-27 #sidebar .dots {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58px;
          flex: 0 1 58px;
  background: #34383E;
  overflow-y: scroll;
}
body.page-id-27 #sidebar .dots div {
  padding: 23px 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-id-27 #sidebar .dots div + div {
  border-top: 1px solid #696D73;
}
body.page-id-27 #sidebar .dots div h3, body.page-id-27 #sidebar .dots div h3 a {
  margin: 0;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 0.15em;
  color: #B1BDBC;
}
body.page-id-27 #sidebar .dots div ul {
  padding: 16px 0 0;
  margin: 0;
  width: 100%;
}
body.page-id-27 #sidebar .dots div ul li {
  position: relative;
  width: 100%;
}
body.page-id-27 #sidebar .dots div ul li span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
body.page-id-27 #sidebar .dots div ul li.category-company-milestone span {
  background: #F2B34E;
}
body.page-id-27 #sidebar .dots div ul li.category-industry span {
  background: #86AE3C;
}
body.page-id-27 #sidebar .dots div ul li.category-satellites span {
  background: #568CC7;
}
body.page-id-27 #sidebar .dots div ul li.category-awards-and-recognition span {
  background: #97A0A8;
}
body.page-id-27 #sidebar .dots div ul li.category-business-update span {
  background: #6FC8A5;
}
body.page-id-27 #sidebar .dots div ul li.category-products-and-services span {
  background: #AE85DE;
}
body.page-id-27 #sidebar .dots div ul li + li {
  margin-top: 5px;
}
body.page-id-27 #sidebar .dots div ul li.active span:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.page-id-27 #sidebar .dots div ul li.active:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.page-id-27 main {
  margin-left: 256px;
}
@media (max-width: 850px) {
  body.page-id-27 main {
    margin-left: 57px;
  }
}
body.page-id-27 main #hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}
body.page-id-27 main #hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-id-27 main #hero .section-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px;
}
body.page-id-27 main #hero .section-content h1 span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.page-id-27 main #hero .section-content p {
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  max-width: 607px;
  margin: 0 auto;
}
body.page-id-27 main #hero > a {
  display: block;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  background: #F2B207;
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.11em;
  padding: 15px 20px;
  min-width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.page-id-27 main #hero > a:hover {
  background: #c08e06;
}
body.page-id-27 main #hero > a svg {
  margin-left: 10px;
}
body.page-id-27 main .period-cover {
  position: relative;
  min-height: calc(90vh - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
}
body.page-id-27 main .period-cover .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-id-27 main .period-cover .section-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1220px;
          flex: 0 1 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1200px) {
  body.page-id-27 main .period-cover .section-content {
    display: block;
  }
}
body.page-id-27 main .period-cover .section-content .feature-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 437px;
          flex: 0 1 437px;
  text-align: center;
}
body.page-id-27 main .period-cover .section-content .feature-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  body.page-id-27 main .period-cover .section-content .feature-image img {
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
body.page-id-27 main .period-cover .section-content .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 680px;
          flex: 0 1 680px;
  margin-left: 110px;
}
@media (max-width: 500px) {
  body.page-id-27 main .period-cover .section-content .info {
    margin-left: 60px;
  }
}
body.page-id-27 main .period-cover .section-content .info .circle {
  position: relative;
  margin: 0;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding-bottom: 6px;
  display: inline-block;
  text-align: center;
}
body.page-id-27 main .period-cover .section-content .info .circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 152px;
  height: 152px;
  display: block;
  background: #283B4E;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%) translateY(20px) translateX(-50%);
          transform: translateY(-50%) translateY(20px) translateX(-50%);
}
body.page-id-27 main .period-cover .section-content .info .circle span {
  position: relative;
  display: inline-block;
}
body.page-id-27 main .period-cover .section-content .info .circle span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: #fff;
}
body.page-id-27 main .period-cover .section-content .info h2 {
  margin: 15px 0 0;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 74px;
  line-height: 102%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1260px) {
  body.page-id-27 main .period-cover .section-content .info h2 {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  body.page-id-27 main .period-cover .section-content .info h2 {
    font-size: 30px;
  }
}
body.page-id-27 main .period-cover#whats-next .section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-id-27 main .period-cover#whats-next .section-content .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1156px;
          flex: 0 1 1156px;
}
@media (max-width: 850px) {
  body.page-id-27 main .period-cover#whats-next .section-content .info {
    margin-left: 20px;
  }
}
body.page-id-27 main .period-cover#whats-next .section-content .info h3 {
  color: #fff;
  margin: 0;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}
body.page-id-27 main .period-cover#whats-next .section-content .nf-response-msg {
  color: #fff;
  font-size: 30px;
  font-family: aktiv-grotesk;
}
body.page-id-27 main .period-cover#whats-next form {
  margin: 55px 0 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 23px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 85vw;
}
@media (max-width: 850px) {
  body.page-id-27 main .period-cover#whats-next form {
    padding: 23px 20px;
  }
}
body.page-id-27 main .period-cover#whats-next form label {
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 850px) {
  body.page-id-27 main .period-cover#whats-next form label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 10px 0;
  }
}
body.page-id-27 main .period-cover#whats-next form input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  margin: 0 0 0 30px;
  min-height: 40px;
  border: none;
  padding: 0 10px;
}
@media (max-width: 850px) {
  body.page-id-27 main .period-cover#whats-next form input[type=email] {
    margin: 0;
  }
}
body.page-id-27 main .period-cover#whats-next form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  margin: 0;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0 10px;
}
body.page-id-27 main .period-cover#whats-next form .nf-before-form-content {
  display: none;
}
body.page-id-27 main .period-cover#whats-next form .ninja-forms-req-symbol {
  display: none;
}
body.page-id-27 main .period-cover#whats-next form #nf-field-22-wrap input[type=email] {
  background: #fff;
}
body.page-id-27 main .period-cover#whats-next form #nf-field-22-wrap .ninja-forms-req-symbol {
  display: none;
}
body.page-id-27 main .period-cover#whats-next form #nf-field-24-wrap .nf-field-label {
  font-size: 0;
  color: transparent;
  width: 30px;
}
body.page-id-27 main .period-cover#whats-next form #nf-field-24-wrap .nf-field-description {
  margin-right: 0;
}
body.page-id-27 main .period-cover#whats-next form #nf-field-24-wrap .nf-field-description a {
  color: #fff;
  text-decoration: underline;
}
body.page-id-27 main .period-cover#whats-next form #nf-field-23 {
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5713 8.99902H-0.000138283' stroke='%23005FB7' stroke-width='1.4' stroke-miterlimit='10'%3E%3C/path%3E%3Cpath d='M12.5713 1L20.5713 9L12.5713 17' stroke='%23005FB7' stroke-width='1.4' stroke-miterlimit='10'%3E%3C/path%3E%3C/svg%3E");
  font-size: 0;
  background-size: 24px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 80px;
}
body.page-id-27 main .period-cover#whats-next form .checkbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 15px 0 0;
}
body.page-id-27 main .period-cover#whats-next form .checkbox label {
  font-family: aktiv-grotesk;
  font-weight: normal;
  font-size: 14px;
}
body.page-id-27 main .period-cover#whats-next form .checkbox label a {
  color: #fff;
  text-decoration: underline;
}
body.page-id-27 main article {
  min-height: 300px;
  min-height: calc(46vw - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 20px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  body.page-id-27 main article {
    display: block;
  }
}
body.page-id-27 main article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 20;
  pointer-events: none;
}
body.page-id-27 main article.in-view:after {
  opacity: 0;
}
body.page-id-27 main article > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-id-27 main article > *:not(img) {
  position: relative;
  z-index: 2;
}
body.page-id-27 main article.image-bottom {
  padding: 0 20px;
}
body.page-id-27 main article.image-bottom .info {
  padding: 80px 0;
}
body.page-id-27 main article.image-bottom .additional-content {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 40%;
}
body.page-id-27 main article .info {
  display: block;
  max-width: 700px;
  margin-right: 90px;
}
@media (max-width: 850px) {
  body.page-id-27 main article .info {
    margin-right: auto;
  }
}
body.page-id-27 main article .info .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
body.page-id-27 main article .info .meta .date {
  background: rgba(255, 255, 255, 0.1);
  font-family: Courier, "Courier New";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15em;
  color: #B1BDBC;
  padding: 10px 15px;
  display: block;
}
body.page-id-27 main article .info .meta .date a {
  color: #B1BDBC;
}
body.page-id-27 main article .info .meta .category {
  background: #568CC7;
  font-family: Courier, "Courier New";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15em;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  display: block;
}
body.page-id-27 main article .info h3 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 46px;
  line-height: 117%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline;
  padding: 0;
  background-color: #000;
  -webkit-box-shadow: 10px 0 0 #000, -10px 0 0 #000;
          box-shadow: 10px 0 0 #000, -10px 0 0 #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (max-width: 900px) {
  body.page-id-27 main article .info h3 {
    font-size: 30px;
  }
}
body.page-id-27 main article .info p {
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
body.page-id-27 main article .additional-content {
  max-width: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
}
@media (max-width: 1200px) {
  body.page-id-27 main article .additional-content {
    text-align: center;
    margin: 40px auto 0;
  }
}
body.page-id-27 main article .additional-content img {
  display: block;
  margin: 0 auto;
}
body.page-id-27 main article.image-cover {
  overflow: hidden;
}
body.page-id-27 main article.image-cover .additional-content {
  position: static;
}
body.page-id-27 main article.image-cover .additional-content img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body.page-id-27 main article.category-company-milestone .info .meta .category {
  background: #F2B34E;
}
body.page-id-27 main article.category-industry .info .meta .category {
  background: #86AE3C;
}
body.page-id-27 main article.category-satellite .info .meta .category {
  background: #568CC7;
}
body.page-id-27 main article.category-awards-and-recognition .info .meta .category {
  background: #97A0A8;
}
body.page-id-27 main article.category-business-update .info .meta .category {
  background: #6FC8A5;
}
body.page-id-27 main article.category-products-and-services .info .meta .category {
  background: #AE85DE;
}

.page-template-exhibit.no-overflow,
.page-template-spotlight.no-overflow {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

[role=banner] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  z-index: 20;
}
body.page-timeline [role=banner] {
  z-index: 500;
}
body.page-home [role=banner] {
  z-index: 502;
}
.admin-bar [role=banner] {
  top: 32px;
}
[role=banner].opaque {
  background: black;
}
[role=banner] .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 164px;
          flex: 0 1 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
}
@media (min-width: 37.5em) {
  [role=banner] .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 256px;
            flex: 0 1 256px;
  }
}
[role=banner] h1 {
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.09em;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  padding-top: 7px;
  margin-left: -30px;
}
@media (max-width: 599px) {
  [role=banner] h1 {
    margin-left: 20px;
  }
}
.menu-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 1.875em;
  width: 1.875em;
  padding: 0;
  position: relative;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  margin-right: 2.125em;
  margin-left: auto;
}
.menu-btn .sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.menu-btn .line-1 {
  background-color: white;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4375em;
  height: 0.125em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  width: 1.875em;
}
.menu-btn .line-2 {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0.875em;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  height: 0.125em;
  width: 1.875em;
}
.menu-btn .line-3 {
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0.4375em;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  height: 0.125em;
  width: 1.875em;
}
.menu-btn.active .line-1 {
  background-color: transparent;
}
.menu-btn.active .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  left: 0.25em;
  top: 0.875em;
  width: 1.5em;
}
.menu-btn.active .line-3 {
  left: 0.25em;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: 0.875em;
  width: 1.5em;
}

.exhibits-hero {
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 5.625em;
}
@media (max-width: 37.4375em) {
  .page-t-minus-10-years-to-first-launch .exhibits-hero, .page-iridiums-next-step .exhibits-hero {
    background: url(dist/hero-images/version-1-small@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (max-width: 37.4375em) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-resolution: 1.3dppx) {
  .page-t-minus-10-years-to-first-launch .exhibits-hero, .page-iridiums-next-step .exhibits-hero {
    background-image: url("dist/hero-images/version-1-small@2x.jpg");
  }
}
@media (max-width: 37.4375em) {
  .page-iridium-an-overview .exhibits-hero, .page-iridium-in-the-spotlight .exhibits-hero {
    background: url(dist/hero-images/version-3-small@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (max-width: 37.4375em) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-resolution: 1.3dppx) {
  .page-iridium-an-overview .exhibits-hero, .page-iridium-in-the-spotlight .exhibits-hero {
    background-image: url("dist/hero-images/version-3-small@2x.jpg");
  }
}
@media (max-width: 37.4375em) {
  .page-expanding-the-mission .exhibits-hero {
    background: url(dist/hero-images/version-2-small@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (max-width: 37.4375em) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-resolution: 1.3dppx) {
  .page-expanding-the-mission .exhibits-hero {
    background-image: url("dist/hero-images/version-2-small@2x.jpg");
  }
}
@media (max-width: 37.4375em) {
  .page-from-beepers-to-broadband .exhibits-hero {
    background: url(dist/hero-images/version-4-small@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (max-width: 37.4375em) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-resolution: 1.3dppx) {
  .page-from-beepers-to-broadband .exhibits-hero {
    background-image: url("dist/hero-images/version-4-small@2x.jpg");
  }
}
@media (max-width: 37.4375em) {
  .page-an-ecosystem-of-excellence .exhibits-hero {
    background: url(dist/hero-images/version-5-small@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (max-width: 37.4375em) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-resolution: 1.3dppx) {
  .page-an-ecosystem-of-excellence .exhibits-hero {
    background-image: url("dist/hero-images/version-5-small@2x.jpg");
  }
}
@media (max-width: 37.4375em) {
  .page-building-a-sustainable-space .exhibits-hero, .page-bankrupt-to-booming .exhibits-hero {
    background: url(dist/hero-images/version-6-small@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (max-width: 37.4375em) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-device-pixel-ratio: 1.3), (max-width: 37.4375em) and (min-resolution: 1.3dppx) {
  .page-building-a-sustainable-space .exhibits-hero, .page-bankrupt-to-booming .exhibits-hero {
    background-image: url("dist/hero-images/version-6-small@2x.jpg");
  }
}
@media (min-width: 37.5em) {
  .exhibits-hero {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 56.25em) {
  .exhibits-hero {
    padding-top: 6.375em;
  }
  @supports (display: grid) {
    .exhibits-hero {
      display: grid;
      grid-template-columns: 50px 102px auto auto;
      grid-template-rows: 2.625em auto 2.625em;
    }
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .page-t-minus-10-years-to-first-launch .exhibits-hero, .page-iridiums-next-step .exhibits-hero {
    background: url(dist/hero-images/version-1-medium@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-resolution: 1.3dppx) {
  .page-t-minus-10-years-to-first-launch .exhibits-hero, .page-iridiums-next-step .exhibits-hero {
    background-image: url("dist/hero-images/version-1-medium@2x.jpg");
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .page-iridium-an-overview .exhibits-hero, .page-iridium-in-the-spotlight .exhibits-hero {
    background: url(dist/hero-images/version-3-medium@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-resolution: 1.3dppx) {
  .page-iridium-an-overview .exhibits-hero, .page-iridium-in-the-spotlight .exhibits-hero {
    background-image: url("dist/hero-images/version-3-medium@2x.jpg");
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .page-expanding-the-mission .exhibits-hero {
    background: url(dist/hero-images/version-2-medium@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-resolution: 1.3dppx) {
  .page-expanding-the-mission .exhibits-hero {
    background-image: url("dist/hero-images/version-2-medium@2x.jpg");
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .page-from-beepers-to-broadband .exhibits-hero {
    background: url(dist/hero-images/version-4-medium@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-resolution: 1.3dppx) {
  .page-from-beepers-to-broadband .exhibits-hero {
    background-image: url("dist/hero-images/version-4-medium@2x.jpg");
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .page-an-ecosystem-of-excellence .exhibits-hero {
    background: url(dist/hero-images/version-5-medium@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-resolution: 1.3dppx) {
  .page-an-ecosystem-of-excellence .exhibits-hero {
    background-image: url("dist/hero-images/version-5-medium@2x.jpg");
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .page-building-a-sustainable-space .exhibits-hero, .page-bankrupt-to-booming .exhibits-hero {
    background: url(dist/hero-images/version-6-medium@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-device-pixel-ratio: 1.3), (min-width: 37.5em) and (max-width: 56.1875em) and (min-resolution: 1.3dppx) {
  .page-building-a-sustainable-space .exhibits-hero, .page-bankrupt-to-booming .exhibits-hero {
    background-image: url("dist/hero-images/version-6-medium@2x.jpg");
  }
}
@media (min-width: 56.25em) {
  .page-t-minus-10-years-to-first-launch .exhibits-hero, .page-iridiums-next-step .exhibits-hero {
    background: url(dist/hero-images/version-1@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 56.25em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-resolution: 1.3dppx) {
  .page-t-minus-10-years-to-first-launch .exhibits-hero, .page-iridiums-next-step .exhibits-hero {
    background-image: url("dist/hero-images/version-1@2x.jpg");
  }
}
@media (min-width: 56.25em) {
  .page-expanding-the-mission .exhibits-hero {
    background: url(dist/hero-images/version-2@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 56.25em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-resolution: 1.3dppx) {
  .page-expanding-the-mission .exhibits-hero {
    background-image: url("dist/hero-images/version-2@2x.jpg");
  }
}
@media (min-width: 56.25em) {
  .page-iridium-an-overview .exhibits-hero, .page-iridium-in-the-spotlight .exhibits-hero {
    background: url(dist/hero-images/version-3@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 56.25em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-resolution: 1.3dppx) {
  .page-iridium-an-overview .exhibits-hero, .page-iridium-in-the-spotlight .exhibits-hero {
    background-image: url("dist/hero-images/version-3@2x.jpg");
  }
}
@media (min-width: 56.25em) {
  .page-from-beepers-to-broadband .exhibits-hero {
    background: url(dist/hero-images/version-4@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 56.25em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-resolution: 1.3dppx) {
  .page-from-beepers-to-broadband .exhibits-hero {
    background-image: url("dist/hero-images/version-4@2x.jpg");
  }
}
@media (min-width: 56.25em) {
  .page-an-ecosystem-of-excellence .exhibits-hero {
    background: url(dist/hero-images/version-5@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 56.25em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-resolution: 1.3dppx) {
  .page-an-ecosystem-of-excellence .exhibits-hero {
    background-image: url("dist/hero-images/version-5@2x.jpg");
  }
}
@media (min-width: 56.25em) {
  .page-building-a-sustainable-space .exhibits-hero, .page-bankrupt-to-booming .exhibits-hero {
    background: url(dist/hero-images/version-6@1x.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 73px;
    background-size: cover;
  }
}
@media (min-width: 56.25em) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-device-pixel-ratio: 1.3), (min-width: 56.25em) and (min-resolution: 1.3dppx) {
  .page-building-a-sustainable-space .exhibits-hero, .page-bankrupt-to-booming .exhibits-hero {
    background-image: url("dist/hero-images/version-6@2x.jpg");
  }
}
@media (min-width: 87.5em) {
  .exhibits-hero {
    height: 54.6875em;
    padding-top: 8.875em;
  }
  @supports (display: grid) {
    .exhibits-hero {
      grid-template-columns: 50px 102px auto 864px;
    }
  }
}
@media (min-width: 91.5em) {
  .exhibits-hero {
    padding-left: calc(50% - 720px);
    padding-right: calc(50% - 696px);
  }
}
@media (min-width: 105em) {
  .page-t-minus-10-years-to-first-launch .exhibits-hero, .page-iridiums-next-step .exhibits-hero, .page-expanding-the-mission .exhibits-hero, .page-iridium-an-overview .exhibits-hero, .page-from-beepers-to-broadband .exhibits-hero, .page-an-ecosytem-of-excellence .exhibits-hero, .page-building-a-sustainable-space .exhibits-hero, .page-bankrupt-to-booming .exhibits-hero, .page-iridium-in-the-spotlight .exhibits-hero {
    background-size: cover;
  }
}
.exhibits-hero .eyebrow {
  background-color: #053E65;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  border-radius: 50%;
  font-size: 1.125em;
  height: 6.3333333333em;
  letter-spacing: 0.12em;
  padding-top: 2.0416666667em;
  text-transform: uppercase;
  text-align: center;
  width: 6.3333333333em;
}
@media (min-width: 37.5em) {
  .exhibits-hero .eyebrow {
    font-size: 1.375em;
  }
}
@media (min-width: 56.25em) {
  .exhibits-hero .eyebrow {
    position: absolute;
    left: 1.4545454545em;
    top: 6.5454545455em;
  }
  @supports (display: grid) {
    .exhibits-hero .eyebrow {
      grid-column: 1/span 2;
      grid-row: 1;
      position: unset;
      left: unset;
      top: unset;
    }
  }
}
@media (min-width: 62.5em) {
  @supports (display: grid) {
    .exhibits-hero .eyebrow {
      grid-row: 2;
    }
  }
}
@media (min-width: 68.75em) {
  .exhibits-hero .eyebrow {
    font-size: 1.5em;
    left: 1.3333333333em;
    top: 6em;
  }
  @supports (display: grid) {
    .exhibits-hero .eyebrow {
      left: unset;
      top: unset;
    }
  }
}
@media (min-width: 91.5em) {
  .exhibits-hero .eyebrow {
    left: calc(50% - 720px);
  }
  @supports (display: grid) {
    .exhibits-hero .eyebrow {
      left: unset;
    }
  }
}
.exhibits-hero .eyebrow span {
  border-bottom: 1px solid white;
  display: inline-block;
}
.exhibits-hero h1 {
  font-family: futura-pt-bold, sans-serif;
  font-size: 2.625em;
  font-weight: 700;
  line-height: 1.02;
  margin: 0;
  margin-bottom: 1em;
  margin-top: -1em;
  padding-left: 0.5714285714em;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 37.5em) {
  .exhibits-hero h1 {
    font-size: 4em;
    padding-left: 0.4375em;
    margin-bottom: 0.65625em;
    margin-top: -0.78125em;
  }
}
@media (min-width: 48em) {
  .exhibits-hero h1 {
    font-size: 5.125em;
    margin-bottom: -0.3902439024em;
    margin-top: -0.6585365854em;
    padding-left: 0.5365853659em;
  }
}
@media (min-width: 56.25em) {
  .exhibits-hero h1 {
    padding-top: 1em;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    left: 1em;
    top: 1.756097561em;
  }
  @supports (display: grid) {
    .exhibits-hero h1 {
      grid-column: 2/span 3;
      grid-row: 1;
      position: relative;
      left: unset;
      top: unset;
    }
  }
}
@media (min-width: 62.5em) {
  @supports (display: grid) {
    .exhibits-hero h1 {
      grid-row: 2;
    }
  }
}
@media (min-width: 68.75em) {
  .exhibits-hero h1 {
    font-size: 6.25em;
    padding-top: 0.82em;
    left: 0.82em;
    top: 1.44em;
  }
  @supports (display: grid) {
    .exhibits-hero h1 {
      left: unset;
      top: unset;
    }
  }
}
@media (min-width: 91.5em) {
  .exhibits-hero h1 {
    left: calc((50% - 720px) + 50px);
  }
  @supports (display: grid) {
    .exhibits-hero h1 {
      left: unset;
    }
  }
}
.exhibits-hero h1 sup {
  font-size: 0.5em;
}
.exhibits-hero .hero-image {
  margin-bottom: 0.25em;
  position: relative;
}
@media (min-width: 48em) {
  .exhibits-hero .hero-image {
    display: block;
    margin-left: auto;
    margin-top: -15.625em;
    width: 31.25em;
  }
}
@media (min-width: 56.25em) {
  .exhibits-hero .hero-image {
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 0;
    width: 55.1vw;
    max-width: 54em;
  }
  @supports (display: grid) {
    .exhibits-hero .hero-image {
      grid-column: 4/span 1;
      grid-row: 1/span 3;
      justify-self: end;
      margin-left: 0;
      max-width: 100%;
      width: unset;
    }
  }
}
.exhibits-hero .hero-image figcaption {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.75em;
  line-height: 1.1666666667em;
  padding: 0.75em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.exhibits-hero .hero-image img {
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  display: block;
  height: auto;
  max-width: 100%;
}

.share-this {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.25em;
  height: 2.1em;
  grid-column: 2/span 2;
  grid-row: 3;
  justify-self: end;
}
.sidebar-share .share-this {
  color: #000;
}
.share-this.footer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
  width: 14.5em;
}
@media (min-width: 48em) {
  .share-this {
    margin-left: auto;
    width: 14.5em;
  }
  .sidebar-share .share-this {
    width: auto;
  }
  .share-this.footer {
    margin-left: auto;
    margin-right: auto;
    width: 14.5em;
  }
}
@media (min-width: 68.75em) {
  @supports (display: grid) {
    .share-this {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 0;
      margin-right: 3.5em;
    }
    .sidebar-share .share-this {
      margin-right: auto;
    }
    .share-this.footer {
      margin-right: auto;
    }
  }
}
.share-this.homepage {
  color: white;
  position: absolute;
  left: 50%;
  margin-left: -4.05em;
  top: 25em;
  width: 8.1em;
  z-index: 20;
}
@media (min-width: 50em) {
  .share-this.homepage {
    display: block;
    font-size: 1em;
    color: white;
    position: fixed;
    height: 2.5em;
    left: auto;
    margin-left: 0;
    right: 1.75em;
    top: 6.25em;
    margin-right: 0;
    width: auto;
    z-index: 30;
  }
  .share-this.homepage .a2a_kit a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: black;
    border: 2px solid white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2.5em;
    margin-left: 0 !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    visibility: hidden;
    width: 2.5em;
    z-index: 3;
  }
  .share-this.homepage .a2a_kit a:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .share-this.homepage .label {
    background: black url(dist/share-icon.svg) no-repeat center right 10px;
    background-size: 16px 16px;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 2.5em;
    margin-right: 0;
    text-indent: -999em;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    width: 2.5em;
    z-index: 5;
  }
  .share-this.homepage .label:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .share-this.homepage .label.open + .a2a_kit a {
    opacity: 1;
    visibility: visible;
  }
  .share-this.homepage .label.open + .a2a_kit a.a2a_button_facebook {
    left: -3.5em;
    top: -3.75em;
  }
  .share-this.homepage .label.open + .a2a_kit a.a2a_button_twitter {
    left: -3.5em;
    top: 0;
  }
  .share-this.homepage .label.open + .a2a_kit a.a2a_button_linkedin {
    left: -3.5em;
    top: 3.75em;
  }
}
.share-this.timeline {
  display: block;
  font-size: 1em;
  color: white;
  position: fixed;
  height: 3.5em;
  right: 2.125em;
  bottom: 6.25em;
  margin-right: 0;
  width: auto;
  z-index: 10;
}
.share-this.timeline .a2a_kit a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.5em;
  margin-left: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  width: 3.5em;
  z-index: 3;
}
.share-this.timeline .a2a_kit a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.share-this.timeline .label {
  background: black url(dist/share-icon.svg) no-repeat center right 18px;
  background-size: 24px 24px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 3.5em;
  margin-right: 0;
  text-indent: -999em;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  width: 3.5em;
  z-index: 5;
}
.share-this.timeline .label:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.share-this.timeline .label.open + .a2a_kit a {
  opacity: 1;
  visibility: visible;
}
.share-this.timeline .label.open + .a2a_kit a.a2a_button_facebook {
  left: -100px;
  top: -80px;
}
.share-this.timeline .label.open + .a2a_kit a.a2a_button_twitter {
  left: -100px;
  top: 0;
}
.share-this.timeline .label.open + .a2a_kit a.a2a_button_linkedin {
  left: -100px;
  top: 80px;
}
.share-this .label {
  margin-right: 0.75em;
}
.sidebar-share .share-this .label {
  font-size: 0.875rem;
  margin-right: 0;
}
.share-this .a2a_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.share-this .a2a_kit a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1em;
}
.share-this .a2a_kit a:not(:first-child) {
  margin-left: 0.75em;
}
.share-this .a2a_kit a img {
  max-width: none;
}

.sidebar-share {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (min-width: 75em) {
  .sidebar-share.show {
    height: auto;
    overflow: none;
    opacity: 1;
    padding: 0.8125em 0.5625em;
    visibility: visible;
  }
}

.exhibits-main {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 4em;
}
.exhibits-main .exhibits-intro-section {
  padding-top: 2em;
}
@media (min-width: 75em) {
  .exhibits-main .exhibits-intro-section {
    padding-top: 5.5em;
  }
}
.exhibits-main p {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.486;
  margin: 0;
}
@media (min-width: 37.5em) {
  .exhibits-main p {
    font-size: 1.25em;
  }
}
.exhibits-main p + p {
  margin-top: 2em;
}
.exhibits-main blockquote p {
  font-family: courier, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  padding-left: 2.9375em;
  position: relative;
}

.exhibits-page-nav {
  background-color: white;
  display: none;
  margin: 2em 1em 2em;
  position: relative;
  width: calc(100% - 32px);
  z-index: 10;
}
@media (min-width: 37.5em) {
  .exhibits-page-nav {
    margin: 2em 2em 2em;
    width: calc(100% - 64px);
  }
}
@media (min-width: 56.25em) {
  .exhibits-page-nav {
    margin-left: auto;
    margin-right: auto;
    width: 43.75em;
  }
}
@media (min-width: 75em) {
  .exhibits-page-nav {
    margin-top: 0;
  }
}
@media (min-width: 75em) and (max-width: 104.9375em) {
  .js .exhibits-page-nav {
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 5.5em;
    width: 15.75em;
    z-index: 3;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transform: translateX(-15.75em);
            transform: translateX(-15.75em);
  }
  .js .exhibits-page-nav.shorter {
    -webkit-transform: translateX(-13.75em);
            transform: translateX(-13.75em);
    width: 13.75em;
  }
  .js .exhibits-page-nav.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 105em) {
  .exhibits-page-nav {
    display: block;
    left: 2.5em;
    margin: 0;
    position: absolute;
    top: 5.5em;
    width: 15.75em;
    z-index: 3;
  }
  .exhibits-page-nav.shorter {
    width: 13.75em;
  }
}
.js .exhibits-page-nav {
  display: block;
}
.exhibits-page-nav.sticky {
  position: fixed;
  left: 0;
  margin-top: 0;
  top: 4em;
}
.exhibits-page-nav.sticky + .content-main .exhibits-intro-section, .exhibits-page-nav.sticky + .content-main .spotlight-introduction {
  padding-top: 8.625em;
}
@media (min-width: 56.25em) {
  .exhibits-page-nav.sticky {
    left: 50%;
    margin-left: -21.875em;
  }
}
@media (min-width: 75em) {
  .exhibits-page-nav.sticky {
    left: 0;
    margin-left: 0;
    top: 5.5em;
  }
  .exhibits-page-nav.sticky + .content-main .exhibits-intro-section, .exhibits-page-nav.sticky + .content-main .spotlight-introduction {
    padding-top: 5.5em;
  }
}
@media (min-width: 105em) {
  .exhibits-page-nav.sticky {
    left: 2.5em;
  }
}
.exhibits-page-nav .select-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1E3557;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  line-height: 3em;
  height: 3em;
  padding: 0 0.6428571429em;
}
@media (min-width: 75em) {
  .exhibits-page-nav .select-box {
    display: none;
  }
}
.exhibits-page-nav .select-box img {
  height: 0.7142857143em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 1.1428571429em;
}
.exhibits-page-nav .select-box.open img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.exhibits-page-nav ol {
  background-color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2.625em;
  left: 0;
  right: 0;
}
@media (min-width: 56.25em) {
  .exhibits-page-nav ol {
    left: 50%;
    margin-left: -21.875em;
    right: auto;
    width: 43.75em;
  }
}
.js .exhibits-page-nav ol {
  height: 0;
  overflow: hidden;
}
.js .exhibits-page-nav ol.show {
  border: 1px solid #1E3557;
  border-top: 0;
  height: auto;
  overflow: visible;
}
@media (min-width: 75em) {
  .exhibits-page-nav ol {
    border: 0;
    left: unset;
    position: unset;
    margin-left: unset;
    width: auto;
  }
  .js .exhibits-page-nav ol {
    height: unset;
    overflow: unset;
  }
  .js .exhibits-page-nav ol.show {
    height: unset;
    overflow: unset;
  }
}
.exhibits-page-nav li {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.exhibits-page-nav li:not(:first-child) {
  border-top: 1px solid;
}
.exhibits-page-nav a {
  color: #000;
  display: block;
  padding: 0.9285714286em 0.6428571429em;
}
.exhibits-page-nav a.active {
  background-color: #1E3557;
  color: white;
}

.expand-page-nav {
  display: none;
}
@media (min-width: 75em) and (max-width: 104.9375em) {
  .expand-page-nav {
    background-color: #1D2027;
    border: 0;
    color: white;
    cursor: pointer;
    display: block;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 0.875em;
    letter-spacing: 1px;
    padding: 0;
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: -35px;
  }
  .expand-page-nav span {
    display: inline-block;
    padding-bottom: 24px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .expand-page-nav::after {
    background: url(dist/carousel-arrow.svg) no-repeat;
    background-size: 24px 24px;
    content: "";
    height: 24px;
    position: absolute;
    left: 5px;
    top: 9px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    width: 24px;
  }
  .expand-page-nav.active::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.exhibits-section-heading {
  font-family: futura-pt-bold, sans-serif;
  font-size: 2em;
  line-height: 0.9090909091em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.0909090909em;
}
@media (min-width: 37.5em) {
  .exhibits-section-heading {
    font-size: 2.75em;
  }
}
body:not(.page-bankrupt-to-booming) .quote-column .exhibits-section-heading {
  font-size: 1.6875em;
  line-height: 1.4814814815em;
  margin-bottom: 1.5555555556em;
}

.exhibits-section-subheading {
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.75em;
  line-height: 1.4285714286em;
  font-weight: 700;
  margin: 0;
  margin-top: -0.3571428571em;
  margin-bottom: 0.7857142857em;
}

.exhibits-section {
  scroll-margin-top: 5em;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 37.5em) {
  .exhibits-section {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.exhibits-section.background-color {
  background-color: #F7F7F7;
}
.exhibits-section:not(.exhibits-intro-section) .exhibits-section-heading, .exhibits-section:not(.exhibits-intro-section) .exhibits-section-subheading {
  text-align: center;
}
.exhibits-section:not(.exhibits-intro-section) {
  padding-top: 5.75em;
  padding-bottom: 6.125em;
}
.exhibits-section:not(.exhibits-intro-section) .exhibits-section-heading {
  text-align: center;
}
.exhibits-section:not(.exhibits-intro-section).introduction-flexible-content {
  padding-top: 0;
}
.exhibits-section:not(.exhibits-intro-section):not(.background-color):last-child {
  padding-bottom: 0;
}
.exhibits-section:not(.exhibits-intro-section):not(.background-color):last-child > div:last-child {
  margin-bottom: 0;
}
.exhibits-section .full-width-image,
.exhibits-section .image-block {
  display: block;
  margin: 2.5em auto;
}
.exhibits-section .full-width-image:last-child,
.exhibits-section .image-block:last-child {
  margin-bottom: 0;
}
.exhibits-section .image-block {
  display: table;
}
.exhibits-section ul {
  list-style-type: none;
  margin: 2.5em 0 2.5em 1.75em;
  padding: 0;
}
.exhibits-section ul li {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.25em;
  line-height: 1.486;
  padding-left: 1.2em;
  position: relative;
}
.exhibits-section ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.exhibits-section a {
  color: #0165A9;
  text-decoration: underline;
}

.exhibits-section .logo-scroller {
  margin-top: 2em;
  width: 100%;
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibits-section .logo-scroller .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibits-section .logo-scroller .slick-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.exhibits-section .logo-scroller .slick-list:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.exhibits-section .logo-scroller .slide {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 20px;
  height: 100%;
}
.exhibits-section .logo-scroller .slide img {
  max-width: 100%;
}
@media (min-width: 56.25em) {
  @supports (display: grid) {
    .exhibits-section {
      display: grid;
      grid-template-columns: 1fr 1.4155fr 9.351fr 1.4155fr 1fr;
    }
  }
  @supports (display: grid) {
    .exhibits-section .exhibits-section-heading,
.exhibits-section .exhibits-section-subheading {
      grid-column: 1/span 5;
    }
  }
  .exhibits-section.exhibits-intro-section .exhibits-section-heading {
    margin-left: 17%;
    margin-right: 17%;
  }
  @supports (display: grid) {
    .exhibits-section.exhibits-intro-section .exhibits-section-heading {
      grid-column: 3/span 1;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .exhibits-section > p, .exhibits-section > ul:not([class]), .exhibits-section > ol:not([class]),
.exhibits-section .video-block,
.exhibits-section .blockquote-block,
.exhibits-section .logo-scroller {
    margin-left: 17%;
    margin-right: 17%;
  }
  @supports (display: grid) {
    .exhibits-section > p, .exhibits-section > ul:not([class]), .exhibits-section > ol:not([class]),
.exhibits-section .video-block,
.exhibits-section .blockquote-block,
.exhibits-section .logo-scroller {
      grid-column: 3/span 1;
      margin-left: 0;
      margin-right: 0;
    }
  }
  @supports (display: grid) {
    .exhibits-section .fun-fact-block {
      grid-column: 3/span 1;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .exhibits-section .image-block {
    max-width: calc(100% - 34%);
  }
  @supports (display: grid) {
    .exhibits-section .image-block {
      grid-column: 3/span 1;
      max-width: unset;
    }
  }
  .exhibits-section .logo-scroller {
    margin-top: 2em;
  }
  .exhibits-section .carousel-block {
    grid-column: 1/-1;
    margin-left: -2em;
    margin-right: -2em;
    width: calc(100% + 64px);
  }
  .exhibits-section .video-playlist-block {
    margin-left: 7.05%;
    margin-right: 7.05%;
  }
  @supports (display: grid) {
    .exhibits-section .video-playlist-block {
      grid-column: 2/span 3;
      margin-left: unset;
      margin-right: unset;
    }
  }
  .exhibits-section .full-width-image {
    grid-column: 1/span 5;
  }
  .exhibits-section .image-gallery-block {
    grid-column: 1/span 5;
    margin-left: auto;
    margin-right: auto;
  }
  .exhibits-section .logo-grid-block,
.exhibits-section .flip-card-block,
.exhibits-section .interactive-block {
    grid-column: 1/span 5;
  }
  .exhibits-section .product-grid-block {
    grid-column: 1/span 5;
  }
}
@media (min-width: 60.625em) {
  @supports (display: grid) {
    .exhibits-section .carousel-block {
      grid-column: 3/span 1;
      margin-left: 0;
      margin-right: 0;
      width: auto;
    }
  }
}
@media (min-width: 75em) {
  .exhibits-section {
    /* Grid allow for sizes of 1392, 1276, 1092, 938, and 720
       720 would be grid-column: 5 / span 1
       938 would be grid-column: 3 / span 3
       1092 would be grid-column: 2 / span 5
       1276 would be grid-column: 1 / -1
       1fr = 58px

       58px 92px 77px 109px 720px 109px 77px 92px 58px

       1fr 1.586fr 1.327fr 1.879fr 12.413fr 1.879fr 1.327fr 1.586fr 1fr;
    */
  }
  @supports (display: grid) {
    .exhibits-section {
      grid-template-columns: 1fr 1.586fr 1.327fr 1.879fr 12.413fr 1.879fr 1.327fr 1.586fr 1fr;
    }
  }
  .exhibits-section .exhibits-section-heading,
.exhibits-section .exhibits-section-subheading {
    margin-left: 10.85%;
    margin-right: 10.85%;
  }
  @supports (display: grid) {
    .exhibits-section .exhibits-section-heading,
.exhibits-section .exhibits-section-subheading {
      grid-column: 3/span 5;
      margin-left: unset;
      margin-right: unset;
    }
  }
  .exhibits-section.exhibits-intro-section .exhibits-section-heading {
    margin-left: 16.425%;
    margin-right: 16.425%;
  }
  @supports (display: grid) {
    .exhibits-section.exhibits-intro-section .exhibits-section-heading {
      grid-column: 4/span 3;
      margin-left: unset;
      margin-right: unset;
    }
  }
  .exhibits-section.exhibits-intro-section:not(.quote-column) .exhibits-section-heading {
    margin-left: 24.312%;
    margin-right: 24.312%;
  }
  @supports (display: grid) {
    .exhibits-section.exhibits-intro-section:not(.quote-column) .exhibits-section-heading {
      margin-left: unset;
      margin-right: unset;
    }
  }
  .exhibits-section > p, .exhibits-section > ul:not([class]), .exhibits-section > ol:not([class]),
.exhibits-section .video-block,
.exhibits-section .video-playlist-block,
.exhibits-section .blockquote-block,
.exhibits-section .logo-scroller {
    margin-left: 24.312%;
    margin-right: 24.312%;
  }
  @supports (display: grid) {
    .exhibits-section > p, .exhibits-section > ul:not([class]), .exhibits-section > ol:not([class]),
.exhibits-section .video-block,
.exhibits-section .video-playlist-block,
.exhibits-section .blockquote-block,
.exhibits-section .logo-scroller {
      grid-column: 5/span 1;
      margin-left: unset;
      margin-right: unset;
    }
  }
  .exhibits-section .fun-fact-block {
    margin-left: 24.312%;
    margin-right: 24.312%;
  }
  @supports (display: grid) {
    .exhibits-section .fun-fact-block {
      grid-column: 5/span 1;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @supports (display: grid) {
    .exhibits-section .carousel-block {
      grid-column: 5/span 1;
    }
  }
  .exhibits-section .image-block {
    max-width: calc(100% - 48.624%);
  }
  @supports (display: grid) {
    .exhibits-section .image-block {
      grid-column: 5/span 1;
      max-width: unset;
      width: unset;
    }
  }
  .exhibits-section .full-width-image {
    margin-left: 10.85%;
    margin-right: 10.85%;
  }
  @supports (display: grid) {
    .exhibits-section .full-width-image {
      grid-column: 3/span 5;
      margin-left: unset;
      margin-right: unset;
    }
  }
  .exhibits-section .image-gallery-block {
    margin-left: auto;
    margin-right: auto;
  }
  @supports (display: grid) {
    .exhibits-section .image-gallery-block {
      grid-column: 3/span 5;
    }
  }
  .exhibits-section .flip-card-block,
.exhibits-section .interactive-block {
    margin-left: 10.85%;
    margin-right: 10.85%;
  }
  @supports (display: grid) {
    .exhibits-section .flip-card-block,
.exhibits-section .interactive-block {
      grid-column: 2/span 7;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .exhibits-section .logo-grid-block {
    margin-left: 10.85%;
    margin-right: 10.85%;
  }
  @supports (display: grid) {
    .exhibits-section .logo-grid-block {
      grid-column: 3/span 5;
      margin-left: unset;
      margin-right: unset;
    }
  }
  .exhibits-section .product-grid-block {
    margin-left: 10.85%;
  }
  @supports (display: grid) {
    .exhibits-section .product-grid-block {
      grid-column: 4/span 6;
      margin-left: unset;
    }
  }
}
@media (min-width: 83.75em) {
  @supports (display: grid) {
    .exhibits-section .flip-card-block {
      margin-left: 4.1875em;
      margin-right: 4.1875em;
    }
  }
}
@media (min-width: 91em) {
  .exhibits-section {
    padding-left: calc(50% - 696px);
    padding-right: calc(50% - 696px);
  }
  .exhibits-section.exhibits-intro-section {
    padding-left: calc(50% - 696px);
    padding-right: calc(50% - 696px);
  }
}

.blockquote-block {
  margin: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .blockquote-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blockquote-block figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 740px) {
  .blockquote-block figure {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 15px;
  }
}
.blockquote-block figure img {
  display: block;
}
.blockquote-block p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

blockquote {
  margin: 0;
}
blockquote .quote {
  background: url(dist/quote.svg) no-repeat;
  height: 1.375em;
  display: block;
  position: absolute;
  text-indent: -999em;
  top: 0;
  left: 0;
  width: 1.875em;
}

.fun-fact-block {
  background-color: #193341;
  color: white;
  margin: 2.5em auto;
  max-width: 39.875em;
  padding: 1.875em 2.625em 2.625em;
}
.fun-fact-block h3 {
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3333333333em;
  text-align: center;
}
.fun-fact-block p {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.49;
}

.video-block,
.video-playlist-block {
  position: relative;
}
.video-block .video,
.video-playlist-block .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video-block .video.not-wide,
.video-playlist-block .video.not-wide {
  padding-bottom: 75%;
}
.video-block .video iframe,
.video-block .video object,
.video-block .video embed,
.video-playlist-block .video iframe,
.video-playlist-block .video object,
.video-playlist-block .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playlist-now-playing h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  margin: 0.7em 0 0;
}

.video-playlist-nav {
  list-style-type: none;
  margin: 1.5em 0 0;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-playlist-nav li:not(:first-child) {
  margin-left: 2em;
}
.video-playlist-nav img {
  margin: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.video-playlist-nav h3 {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  margin: 1em 0 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.video-playlist-nav .active h3 {
  color: #1F6D9F;
}
.video-playlist-nav .active img {
  border: 5px solid #1F6D9F;
}
.video-playlist-nav .active a {
  pointer-events: none;
}

.exhibits-intro-section {
  color: #000;
  padding-bottom: 4.75em;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 37.5em) {
  .exhibits-intro-section {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.exhibits-intro-section.quote-column {
  padding-bottom: 0;
}
.exhibits-intro-section div:last-child {
  padding-bottom: 0;
}
@media (min-width: 56.25em) {
  .exhibits-intro-section.quote-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    width: 100%;
    max-width: 65.875em;
  }
  @supports (display: grid) {
    .exhibits-intro-section.quote-column {
      display: grid;
      grid-template-columns: auto 23.375em;
      grid-column-gap: 4.5em;
    }
  }
}
@media (min-width: 75em) {
  .exhibits-intro-section.exhibits-section > * {
    grid-column: 4/span 3;
  }
  .exhibits-intro-section.quote-column {
    display: grid;
    grid-template-columns: auto 23.375em;
    grid-column-gap: 4.5em;
    margin: 0 auto;
    width: 100%;
    max-width: 65.875em;
  }
}
.exhibits-intro-section:not(.quote-column) p:first-of-type:not(:last-child) {
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}
.exhibits-intro-section img {
  display: block;
  margin: 2.5em auto;
}
.exhibits-intro-section.quote-column img {
  margin-left: 0;
  margin-right: 0;
}
.exhibits-intro-section.quote-column img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.introduction-quote-column {
  margin-top: 3.875em;
}
@media (min-width: 56.25em) {
  .introduction-quote-column {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-left: 4.5em;
    width: 23.375em;
  }
  @supports (display: grid) {
    .introduction-quote-column {
      margin-left: unset;
      width: unset;
    }
  }
}
.introduction-quote-column figure {
  margin: 0;
  position: relative;
}
.introduction-quote-column figure img {
  margin: 0;
}
.introduction-quote-column figcaption {
  background-color: rgba(255, 255, 255, 0.7);
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.75em;
  line-height: 1.1666666667em;
  padding: 0.75em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.introduction-quote-column blockquote {
  margin: 2em 0;
}
.introduction-quote-column .citation {
  border-bottom: 4px solid #F2B207;
  display: inline-block;
  font-family: courier, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.2222222222em;
  margin-left: 2.6111111111em;
}

.logo-grid-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.5em -0.625em;
  padding: 0;
}
.logo-grid-block li {
  margin: 0 0.625em 1.5em;
}
.logo-grid-block img {
  margin: 0;
}
.js .logo-grid-block img {
  cursor: pointer;
}

.flip-card-block {
  margin: 2.5em 0 0;
}
@media (min-width: 56.25em) {
  .flip-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: row;
        flex-wrap: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @supports (display: grid) {
    .flip-card-block {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2.25em;
    }
  }
}
@media (min-width: 75em) {
  @supports (display: grid) {
    .flip-card-block {
      grid-gap: 3.375em;
    }
  }
}
@media (min-width: 83.75em) {
  .flip-card-block {
    margin: 2.5em 4.1875em 0;
  }
}
.flip-card-block img {
  margin: 0;
}

.flip-card {
  background-color: white;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  color: white;
  min-height: 33.125em;
  position: relative;
}
@supports (display: grid) {
  .flip-card {
    display: grid;
  }
}
.flip-card:not(:first-child) {
  margin-top: 2.5em;
}
@media (min-width: 56.25em) {
  .flip-card:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 56.25em) {
  .flip-card {
    width: calc(50% - 18px);
  }
  .flip-card:nth-child(3), .flip-card:nth-child(4) {
    margin-top: 2.25em;
  }
}
@media (min-width: 56.25em) and (min-width: 75em) {
  .flip-card {
    width: calc(50% - 27px);
  }
  .flip-card:nth-child(3), .flip-card:nth-child(4) {
    margin-top: 3.375em;
  }
}
@media (min-width: 56.25em) {
  @supports (display: grid) {
    .flip-card {
      width: unset;
    }
    .flip-card:nth-child(3), .flip-card:nth-child(4) {
      margin-top: unset;
    }
  }
}
.js .flip-card {
  cursor: pointer;
}
.flip-card .flip-card-front {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@supports (display: grid) {
  .flip-card .flip-card-front {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    top: unset;
    left: unset;
  }
}
.flip-card .flip-card-front::after {
  background: url(dist/flip-card-icon.svg) no-repeat;
  content: "";
  height: 1.625em;
  right: 1.25em;
  position: absolute;
  top: 1.25em;
  width: 1.625em;
}
.flip-card .flip-card-back {
  background-color: #3C7CBF;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 1.5em 2em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@supports (display: grid) {
  .flip-card .flip-card-back {
    grid-row: 1;
    grid-column: 1;
  }
}
.flip-card .flip-card-back img {
  margin: 0 auto 1.5em;
}
.flip-card .flip-card-back p {
  font-size: 0.9375em;
}
@media (min-width: 37.5em) {
  .flip-card .flip-card-back p {
    font-size: 1.125em;
  }
}
.flip-card.flipped .flip-card-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.flip-card.flipped .flip-card-back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.carousel-block {
  margin-top: 5.5em;
  padding: 2.5em 0;
  position: relative;
}
@media (min-width: 37.5em) {
  .carousel-block {
    padding: 2.5em 2.375em;
  }
}
@media (min-width: 48em) {
  .carousel-block {
    padding: 2.5em 13%;
  }
}
@media (min-width: 60.625em) {
  .carousel-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.carousel-block + * {
  margin-top: 2.5em;
}
.carousel-block::after {
  background-color: #F7F7F7;
  content: "";
  position: absolute;
  left: calc(-50% - 360px);
  right: calc(-50% - 360px);
  top: 0;
  bottom: 0;
  z-index: 1;
}
.carousel-block img {
  margin-top: 0;
  margin-bottom: 0;
}
.carousel-block img.carousel-logo {
  margin-bottom: 2.875em;
}
.carousel-block img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.carousel-block .slick-arrow {
  background: url(dist/carousel-arrow.svg) no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 3.5em;
  padding: 0;
  outline: none;
  position: absolute;
  text-indent: -999em;
  margin-top: -1.75em;
  top: 50%;
  width: 3.5em;
  z-index: 2;
}
.carousel-block .slick-arrow:focus {
  -webkit-box-shadow: 0 0 5px 5px #83b5fa;
          box-shadow: 0 0 5px 5px #83b5fa;
  border-radius: 50%;
}
@media (max-width: 37.4375em) {
  .js .carousel-block .slick-arrow {
    display: none !important;
  }
}
.carousel-block .slick-prev {
  left: -4.375em;
}
@media (min-width: 48em) {
  .carousel-block .slick-prev {
    left: -12%;
  }
}
@media (min-width: 60.625em) {
  .carousel-block .slick-prev {
    left: -7.6875em;
  }
}
.carousel-block .slick-next {
  right: -4.375em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 48em) {
  .carousel-block .slick-next {
    right: -12%;
  }
}
@media (min-width: 60.625em) {
  .carousel-block .slick-next {
    right: -7.6875em;
  }
}
.carousel-block .slick-disabled {
  opacity: 0;
}
.carousel-block .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 1.4375em auto 0;
  padding: 0;
}
.carousel-block .slick-dots button {
  background-color: #C4C4C4;
  border: 0;
  border-radius: 50%;
  height: 0.625em;
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 0.625em;
}
.carousel-block .slick-dots li {
  padding-left: 0;
}
.carousel-block .slick-dots li:not(:first-child) {
  margin-left: 1em;
}
.carousel-block .slick-dots li::before {
  display: none;
}
.carousel-block .slick-dots .slick-active button {
  background-color: #3D7CBF;
}

.carousel-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 45em;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 47.9375em) {
  .exhibits-main .carousel-container p {
    font-size: 0.875em;
  }
}

.video-block {
  margin: 2.5em auto;
  position: relative;
}
.video-block:last-child {
  margin-bottom: 0;
}

.video-block figcaption,
.image-block figcaption,
.full-width-image figcaption {
  background-color: #F7F7F7;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  line-height: 1.2857142857em;
  text-align: center;
  padding: 0.8571428571em;
}

.full-width-image img {
  display: block;
}

.image-block {
  display: table;
  justify-self: center;
}
.image-block img {
  display: block;
}
.image-block figcaption {
  display: table-caption;
  caption-side: bottom;
}
.background-color .image-block figcaption {
  background-color: #666;
  color: white;
}

.image-gallery-block {
  margin: 2.5em auto;
  padding: 0;
  max-width: 61.125em;
  width: 100%;
}
@media (min-width: 37.5em) {
  .image-gallery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.image-gallery-block li {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.625em;
  width: 100%;
}
.image-gallery-block li:not(:first-child) {
  margin-top: 1.5em;
}
@media (min-width: 37.5em) {
  .image-gallery-block li {
    margin-left: 0;
    margin-right: 0;
    max-width: 18.625em;
    width: calc(33.333% - 15px);
  }
  .image-gallery-block li:not(:first-child) {
    margin-top: 0;
  }
}
.image-gallery-block li a {
  display: block;
  position: relative;
}
.image-gallery-block li a::after {
  background: url(images/plus-sign-icon.svg) no-repeat;
  content: "";
  height: 1.625em;
  position: absolute;
  top: 0.9375em;
  right: 0.9375em;
  width: 1.625em;
}
.image-gallery-block img {
  margin: 0;
}

.product-grid-block + .product-grid-block {
  margin-top: 5.125em;
}
.product-grid-block h2 {
  font-family: futura-pt-bold, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 0.78125em;
}
.product-grid-block h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.375em;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0.9545454545em;
}
.product-grid-block h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.25em;
  margin: 0.75em 0 0;
}
.product-grid-block .description {
  margin-bottom: 1.6em;
  max-width: 40.5em;
}
.product-grid-block .product-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js .product-grid-block .product-image {
  cursor: pointer;
  position: relative;
}
.js .product-grid-block .product-image .plus-icon {
  background: url(images/plus-sign-icon.svg) no-repeat;
  display: block;
  height: 1.625em;
  position: absolute;
  top: 0.9375em;
  right: 0.9375em;
  width: 1.625em;
}
@media (min-width: 1024px) {
  .product-grid-block .product-image img {
    max-width: unset;
  }
}
.product-grid-block img {
  margin: 0;
}
.product-grid-block .grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@supports (display: grid) {
  .product-grid-block .grid-layout {
    display: grid;
  }
}
.product-grid-block.columns-5 .grid-layout .product {
  width: calc(50% - 8px);
}
.product-grid-block.columns-5 .grid-layout .product:not(:nth-child(2n+1)) {
  margin-left: 1em;
}
@supports (display: grid) {
  .product-grid-block.columns-5 .grid-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }
  .product-grid-block.columns-5 .grid-layout .product {
    width: unset;
  }
  .product-grid-block.columns-5 .grid-layout .product:not(:nth-child(2n+1)) {
    margin-left: unset;
  }
  .product-grid-block.columns-5 .grid-layout .product-ad {
    grid-column: span 2;
  }
}
@media (min-width: 37.5em) {
  .product-grid-block.columns-5 .grid-layout .product {
    width: calc(33.333% - 10px);
  }
  .product-grid-block.columns-5 .grid-layout .product:not(:nth-child(3n+1)) {
    margin-left: 0.9375em;
  }
  @supports (display: grid) {
    .product-grid-block.columns-5 .grid-layout {
      grid-template-columns: repeat(3, 1fr);
    }
    .product-grid-block.columns-5 .grid-layout .product {
      width: unset;
    }
    .product-grid-block.columns-5 .grid-layout .product:not(:nth-child(2n+1)) {
      margin-left: unset;
    }
  }
}
@media (min-width: 48em) {
  .product-grid-block.columns-5 .grid-layout .product {
    width: calc(20% - 13px);
  }
  .product-grid-block.columns-5 .grid-layout .product:not(:nth-child(3n+1)) {
    margin-left: unset;
  }
  .product-grid-block.columns-5 .grid-layout .product:not(:nth-child(5n+1)) {
    margin-left: 1em;
  }
  @supports (display: grid) {
    .product-grid-block.columns-5 .grid-layout {
      grid-template-columns: repeat(5, 1fr);
    }
    .product-grid-block.columns-5 .grid-layout .product {
      width: unset;
    }
    .product-grid-block.columns-5 .grid-layout .product:not(:nth-child(5n+1)) {
      margin-left: unset;
    }
    .product-grid-block.columns-5 .grid-layout .product-ad {
      grid-column: span 2;
      grid-row: span 2;
    }
  }
}
.product-grid-block.columns-4 .grid-layout .product {
  margin-bottom: 1.5em;
  width: calc(50% - 10px);
}
.product-grid-block.columns-4 .grid-layout .product:not(:nth-child(2n+1)) {
  margin-left: 1.25em;
}
@supports (display: grid) {
  .product-grid-block.columns-4 .grid-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.25em;
  }
  .product-grid-block.columns-4 .grid-layout .product {
    margin-bottom: 0;
    width: unset;
  }
  .product-grid-block.columns-4 .grid-layout .product:not(:nth-child(2n+1)) {
    margin-left: unset;
  }
}
@media (min-width: 48em) {
  .product-grid-block.columns-4 .grid-layout .product {
    width: calc(25% - 15px);
  }
  .product-grid-block.columns-4 .grid-layout .product:not(:nth-child(2n+1)) {
    margin-left: unset;
  }
  .product-grid-block.columns-4 .grid-layout .product:not(:nth-child(4n+1)) {
    margin-left: 1.25em;
  }
  @supports (display: grid) {
    .product-grid-block.columns-4 .grid-layout {
      grid-template-columns: repeat(4, 1fr);
    }
    .product-grid-block.columns-4 .grid-layout .product {
      width: unset;
    }
    .product-grid-block.columns-4 .grid-layout .product:not(:nth-child(4n+1)) {
      margin-left: unset;
    }
  }
}
.product-grid-block.columns-3 .grid-layout .product {
  margin-bottom: 1.5em;
  width: calc(50% - 10px);
}
.product-grid-block.columns-3 .grid-layout .product:not(:nth-child(2n+1)) {
  margin-left: 1.25em;
}
@supports (display: grid) {
  .product-grid-block.columns-3 .grid-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1.5em;
  }
  .product-grid-block.columns-3 .grid-layout .product {
    margin-bottom: unset;
    width: unset;
  }
}
@media (min-width: 48em) {
  .product-grid-block.columns-3 .grid-layout .product {
    width: calc(33.33% - 10px);
  }
  .product-grid-block.columns-3 .grid-layout .product:not(:nth-child(2n+1)) {
    margin-left: unset;
  }
  .product-grid-block.columns-3 .grid-layout .product:not(:nth-child(3n+1)) {
    margin-left: 0.9375em;
  }
  @supports (display: grid) {
    .product-grid-block.columns-3 .grid-layout {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .product-grid-block.columns-3 .grid-layout .product {
      width: unset;
    }
  }
}

.visit-timeline {
  padding-top: 9.75em;
}
.visit-timeline .exhibits-section-heading {
  text-align: center;
}
.visit-timeline figure {
  position: relative;
  z-index: 1;
}
.visit-timeline figure img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.visit-timeline .explore-timeline-btn {
  background: #F2B207;
  background-size: 14px 18px;
  color: white;
  display: block;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 3.4285714286em;
  height: 3.4285714286em;
  margin: -1.1428571429em auto 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 15.4285714286em;
  z-index: 2;
}
.visit-timeline .explore-timeline-btn .text {
  display: inline-block;
}
.visit-timeline .explore-timeline-btn:hover {
  background-position-y: 18px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#image-modal {
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#image-modal .image-modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#image-modal figure {
  max-width: 58.625em;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
  position: relative;
  z-index: 2;
}
#image-modal figure img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 75vh;
  -o-object-fit: contain;
     object-fit: contain;
}
#image-modal figure > div {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 90vh;
}
#image-modal figure > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#image-modal figcaption {
  color: white;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  margin-top: 1em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.close-modal {
  background: rgba(30, 53, 87, 0.8);
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  height: 3.125em;
  overflow: hidden;
  opacity: 1;
  padding: 0;
  position: absolute;
  z-index: 500;
  top: 1.875em;
  right: 1.875em;
  text-indent: -999em;
  width: 3.125em;
}
.close-modal span {
  background: white;
  border-radius: 0.625em;
  display: block;
  height: 1.875em;
  left: 50%;
  margin-left: -0.125em;
  position: absolute;
  top: 50%;
  margin-top: -0.9375em;
  width: 0.3125em;
}
.close-modal span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-modal span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.responsibility-statement {
  padding: 3.375em 1em;
}
@media (min-width: 37.5em) {
  .responsibility-statement {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 78.125em) {
  .responsibility-statement {
    padding-left: calc(50% - 593px);
    padding-right: calc(50% - 593px);
  }
}
.responsibility-statement p {
  font-style: italic;
  text-align: center;
}
.responsibility-statement p a {
  color: currentColor;
  text-decoration: underline;
}

.interactive-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: aktiv-grotesk, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36.5625em;
  margin: 2.5em auto;
  max-width: 72em;
  width: 100%;
}
.interactive-block#payloads {
  height: auto;
  text-align: center;
}
.interactive-block#payloads #satellite-reel-reel {
  height: auto !important;
}
.interactive-block#flarewell {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #193240;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  position: relative;
  max-height: 80vh;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell {
    max-height: none;
  }
}
.interactive-block#flarewell a {
  color: #fff;
}
.interactive-block#flarewell .open-share-story {
  position: absolute;
  top: auto !important;
  bottom: 10px;
}
.interactive-block#flarewell .intro-text {
  color: #fff;
  background: #5B5B5B;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.interactive-block#flarewell .intro-text p {
  font-size: 16px;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell .intro-text p {
    display: none;
  }
}
.interactive-block#flarewell .intro-text p.mobile {
  display: none;
  margin-top: 0;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell .intro-text p.mobile {
    display: block;
  }
}
.interactive-block#flarewell svg {
  max-width: 100%;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell svg {
    display: none;
  }
}
.interactive-block#flarewell svg g#flarewell-1 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-1:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-2 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-2:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-3 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-3:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-4 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-4:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-5 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-5:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-6 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-6:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-7 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-7:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-8 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-8:hover {
  opacity: 0.7;
}
.interactive-block#flarewell svg g#flarewell-9 {
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.interactive-block#flarewell svg g#flarewell-9:hover {
  opacity: 0.7;
}
.interactive-block#flarewell #flarewell-modals {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1015px) {
  .interactive-block#flarewell #flarewell-modals {
    position: static;
    opacity: 1 !important;
    pointer-events: all !important;
    padding-bottom: 80px;
  }
}
.interactive-block#flarewell #flarewell-modals > div, .interactive-block#flarewell #flarewell-modals .slick-list, .interactive-block#flarewell #flarewell-modals .slick-track {
  height: 100%;
}
.interactive-block#flarewell #flarewell-modals iframe {
  max-width: 100%;
}
.interactive-block#flarewell #flarewell-modals .slick-prev {
  width: 1px;
  height: 1px;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  font-size: 0;
}
.interactive-block#flarewell #flarewell-modals .slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background-image: url("dist/flarewell-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.interactive-block#flarewell #flarewell-modals .slick-next {
  width: 1px;
  height: 1px;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  font-size: 0;
}
.interactive-block#flarewell #flarewell-modals .slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background-image: url("dist/flarewell-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) translate(50%, 50%) translateX(10px);
          transform: rotate(180deg) translate(50%, 50%) translateX(10px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.interactive-block#flarewell #flarewell-modals #flarewell-close {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 20;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell #flarewell-modals #flarewell-close {
    display: none;
  }
}
.interactive-block#flarewell #flarewell-modals article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell #flarewell-modals article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interactive-block#flarewell #flarewell-modals article .flarewell-asset {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-right: 28px;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell #flarewell-modals article .flarewell-asset {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.interactive-block#flarewell #flarewell-modals article .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
          flex: 1 0 10%;
}
@media (max-width: 1015px) {
  .interactive-block#flarewell #flarewell-modals article .info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 1015px) {
  .interactive-block#flarewell #flarewell-modals article .info p {
    font-size: 14px;
  }
}
@media (max-height: 840px) and (min-width: 800px) {
  .interactive-block#flarewell #flarewell-modals article .info p {
    font-size: 16px;
  }
}
.interactive-block#satellites {
  position: relative;
  height: auto;
  padding-bottom: 53%;
  background: transparent;
}
.interactive-block#satellites iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
  max-height: calc(85vh - 64px);
}

.page-from-beepers-to-broadband .exhibits-section:not(.exhibits-intro-section):not(#innovation-drivers):not(#future-product-evolutions):not(#iridium-gmdss) .exhibits-section-heading {
  text-align: left;
}
@supports (display: grid) {
  @media (min-width: 56.25em) {
    @supports (display: grid) {
      .page-from-beepers-to-broadband .exhibits-section:not(.exhibits-intro-section):not(#innovation-drivers):not(#future-product-evolutions):not(#iridium-gmdss) .exhibits-section-heading {
        grid-column: 1/span 5;
      }
    }
  }
  @media (min-width: 75em) {
    .page-from-beepers-to-broadband .exhibits-section:not(.exhibits-intro-section):not(#innovation-drivers):not(#future-product-evolutions):not(#iridium-gmdss) .exhibits-section-heading {
      margin-left: 16.425%;
    }
    @supports (display: grid) {
      .page-from-beepers-to-broadband .exhibits-section:not(.exhibits-intro-section):not(#innovation-drivers):not(#future-product-evolutions):not(#iridium-gmdss) .exhibits-section-heading {
        grid-column: 4/span 5;
        margin-left: unset;
      }
    }
  }
}

@media (min-width: 56.25em) {
  .page-from-beepers-to-broadband .content-main #handheld-devices .exhibits-section-heading + p {
    margin-left: 0;
    margin-right: 0;
  }
  @supports (display: grid) {
    .page-from-beepers-to-broadband .content-main #handheld-devices .exhibits-section-heading + p {
      grid-column: 1/span 3;
      margin-left: unset;
      margin-right: unset;
    }
  }
}
@media (min-width: 75em) {
  .page-from-beepers-to-broadband .content-main #handheld-devices .exhibits-section-heading + p {
    margin-left: 10.85%;
    margin-right: 10.85%;
  }
  @supports (display: grid) {
    .page-from-beepers-to-broadband .content-main #handheld-devices .exhibits-section-heading + p {
      grid-column: 4/span 3;
      margin-left: unset;
      margin-right: unset;
    }
  }
}
.page-from-beepers-to-broadband .content-main #handheld-devices .exhibits-section-heading + p + .product-grid-block {
  margin-top: 4.5em;
}

@media (min-width: 75em) {
  .page-from-beepers-to-broadband .exhibits-section.exhibits-intro-section .exhibits-section-heading {
    margin-left: 10.85%;
  }
  @supports (display: grid) {
    .page-from-beepers-to-broadband .exhibits-section.exhibits-intro-section .exhibits-section-heading {
      margin-left: unset;
    }
  }
}

@media (min-width: 75em) {
  .page-from-beepers-to-broadband .exhibits-section.exhibits-intro-section .exhibits-section-heading + p {
    margin-left: 10.85%;
  }
  @supports (display: grid) {
    .page-from-beepers-to-broadband .exhibits-section.exhibits-intro-section .exhibits-section-heading + p {
      margin-left: unset;
    }
  }
}

.exhibits-section[id*=launch-patches] {
  background: linear-gradient(116.61deg, #074874 1.52%, #065E9A 96%);
  color: white;
  padding-top: 3em;
  padding-bottom: 0;
}
.exhibits-section[id*=launch-patches] .exhibits-section-heading {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1035px) {
  .exhibits-section[id*=launch-patches] .exhibits-section-heading {
    margin-bottom: 1em;
  }
}
@media (min-width: 75em) {
  .exhibits-section[id*=launch-patches] .exhibits-section-heading {
    margin-left: 4.19%;
    margin-right: 4.19%;
  }
  @supports (display: grid) {
    .exhibits-section[id*=launch-patches] .exhibits-section-heading {
      grid-column: 2/span 7;
      margin-left: unset;
      margin-right: unset;
    }
  }
}

#leading-the-charge.exhibits-section:not(.exhibits-intro-section):last-child {
  padding-bottom: 6.125em;
}

.page-building-a-sustainable-space .exhibits-main {
  padding-bottom: 0;
}

.exhibits-pager {
  background-color: #1E3557;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.75em 1em;
}
.exhibits-pager .go-to-previous-page,
.exhibits-pager .go-to-next-page {
  width: 33.33%;
}
@supports (display: grid) {
  .exhibits-pager {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .exhibits-pager .go-to-previous-page {
    grid-column: 1;
    width: auto;
  }
  .exhibits-pager .go-to-next-page {
    grid-column: 3;
    width: auto;
  }
  .exhibits-pager .go-to-next-page h3 {
    text-align: right;
  }
}
@media (min-width: 37.5em) {
  .exhibits-pager {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 72.25em) {
  .exhibits-pager {
    padding-left: calc(50% - 546px);
    padding-right: calc(50% - 546px);
  }
}
.exhibits-pager .go-to-previous-page a::after {
  background: url(dist/right-arrow.svg) no-repeat;
  content: "";
  height: 0.9375em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  bottom: 0;
  left: 0;
  width: 4.5625em;
}
.exhibits-pager .go-to-previous-page:hover img {
  -webkit-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.15);
}
.exhibits-pager .go-to-previous-page:hover a::after {
  -webkit-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
}
.exhibits-pager .go-to-next-page a::after {
  background: url(dist/right-arrow.svg) no-repeat;
  content: "";
  height: 0.9375em;
  position: absolute;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  bottom: 0;
  right: 0;
  width: 4.5625em;
}
.exhibits-pager .go-to-next-page span:hover img,
.exhibits-pager .go-to-next-page a:hover img {
  -webkit-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.15);
}
.exhibits-pager .go-to-next-page span:hover::after,
.exhibits-pager .go-to-next-page a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.exhibits-pager h3 {
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 1em 0 0;
}
.exhibits-pager img {
  display: block;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.exhibits-pager a, .exhibits-pager span {
  color: white;
  cursor: pointer;
  display: block;
  padding-bottom: 1.875em;
  position: relative;
}

.page-iridium-an-overview .exhibits-pager .go-to-previous-page a::after,
.page-iridium-in-the-spotlight .exhibits-pager .go-to-next-page a::after {
  display: none;
  visibility: hidden;
}

body.page-template-spotlight .content-main > div:last-child {
  background: #F7F7F7;
  padding-bottom: 5.75em !important;
  margin-top: 3em;
}

.product-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
.product-modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.product-modal .product-card {
  background-color: white;
  max-width: 87.375em;
  width: 100%;
}
@media (min-width: 48em) {
  .product-modal .product-card {
    width: calc(100% - 64px);
  }
}
.product-modal .product-card header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.6875em;
  padding: 0 2.25em;
}
.product-modal .product-modal-heading {
  color: #000;
  font-family: futura-pt-bold;
  font-size: 1.375em;
  font-weight: 400;
}
.product-modal .product-name {
  color: #141456;
  font-family: futura-pt-bold;
  font-size: 1.5em;
  line-height: 1.116;
  margin-top: 0;
  margin-bottom: 0.6em;
}
@media (min-width: 37.5em) {
  .product-modal .product-name {
    font-size: 2.25em;
  }
}
@media (min-width: 48em) {
  .product-modal .product-name {
    font-size: 2.75em;
  }
}
@media (min-width: 56.25em) {
  .product-modal .product-name {
    font-size: 3.125em;
  }
}
.product-modal .product-description {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  line-height: 1.486;
}
@media (min-width: 37.5em) {
  .product-modal .product-description {
    font-size: 1em;
  }
}
@media (min-width: 75em) {
  .product-modal .product-description {
    font-size: 1.25em;
  }
}

.product-modal-listing {
  height: calc(100vh - 75px);
  overflow-y: scroll;
  padding: 3.375em 13% 3.375em;
  position: relative;
}
@media (min-width: 48em) {
  .product-modal-listing {
    height: auto;
    max-height: calc(100vh - 75px);
  }
}
@media (min-width: 75em) {
  .product-modal-listing {
    padding: 3.375em 13% 3.375em;
  }
}
.product-modal-listing .slick-arrow {
  background: url(dist/product-modal-arrow.svg) no-repeat;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  height: 2.5em;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  margin-top: -1.25em;
  width: 2.5em;
}
@media (max-width: 37.4375em) {
  .product-modal-listing .slick-arrow {
    display: none !important;
  }
}
.product-modal-listing .slick-arrow.slick-disabled {
  cursor: none;
  opacity: 0;
}
.product-modal-listing .slick-arrow:focus {
  -webkit-box-shadow: 0 0 5px 5px #83b5fa;
          box-shadow: 0 0 5px 5px #83b5fa;
  border-radius: 50%;
}
.product-modal-listing .slick-prev {
  left: 1.5em;
}
.product-modal-listing .slick-next {
  right: 1.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-modal-card {
  padding-bottom: 3.375em;
}
@media (min-width: 48em) {
  .product-modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .product-modal-card.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
  }
}
.product-modal-card .image-content {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 37.5em) {
  .product-modal-card .image-content {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .product-modal-card .image-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: none;
    margin-bottom: 0;
    margin-right: 1.5em;
    width: 11.875em;
  }
}
@media (min-width: 75em) {
  .product-modal-card .image-content {
    margin-right: 3em;
    width: auto;
  }
}
.product-modal-card .image-content img {
  display: block;
  max-width: 100%;
}
@media (max-width: 37.4375em) {
  .product-modal-card .image-content img {
    max-height: 12.5em;
    width: auto;
  }
}

.product-close-btn,
.logo-modal-close-btn {
  background: url(dist/product-modal-close.svg) no-repeat;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  height: 2em;
  padding: 0;
  outline: none;
  overflow: hidden;
  text-indent: -999em;
  width: 2em;
}
.product-close-btn:focus,
.logo-modal-close-btn:focus {
  -webkit-box-shadow: 0 0 5px 5px #83b5fa;
          box-shadow: 0 0 5px 5px #83b5fa;
  border-radius: 50%;
}

.logo-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
.logo-modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.logo-modal .logo-card {
  background-color: white;
  max-width: 87.375em;
  width: 100%;
}
@media (min-width: 48em) {
  .logo-modal .logo-card {
    width: calc(100% - 64px);
  }
}
.logo-modal .logo-card header {
  background-color: #dce7ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.6875em;
  padding: 0 2.25em;
}
.logo-modal .logo-modal-heading {
  color: #000;
  font-family: futura-pt-bold;
  font-size: 1.375em;
  font-weight: 400;
}
.logo-modal .logo-modal-name {
  color: #141456;
  font-family: futura-pt-bold;
  font-size: 2em;
  line-height: 1.116;
  margin-top: 0;
  margin-bottom: 0.6em;
}
.logo-modal .logo-modal-description {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875em;
  line-height: 1.5em;
  margin-top: 1.5em;
}
@media (min-width: 37.5em) {
  .logo-modal .logo-modal-description {
    font-size: 1em;
  }
}
@media (min-width: 75em) {
  .logo-modal .logo-modal-description {
    font-size: 1.25em;
  }
}

.logo-modal-listing {
  height: calc(100vh - 75px);
  overflow-y: scroll;
  padding: 3.375em 13% 3.375em;
  position: relative;
}
@media (min-width: 48em) {
  .logo-modal-listing {
    height: auto;
    max-height: calc(100vh - 75px);
  }
}
@media (min-width: 75em) {
  .logo-modal-listing {
    padding: 3.375em 13% 3.375em;
  }
}
.logo-modal-listing .slick-arrow {
  background: url(dist/product-modal-arrow.svg) no-repeat;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  height: 2.5em;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  margin-top: -1.25em;
  width: 2.5em;
}
@media (max-width: 37.4375em) {
  .logo-modal-listing .slick-arrow {
    display: none !important;
  }
}
.logo-modal-listing .slick-arrow.slick-disabled {
  cursor: none;
  opacity: 0;
}
.logo-modal-listing .slick-arrow:focus {
  -webkit-box-shadow: 0 0 5px 5px #83b5fa;
          box-shadow: 0 0 5px 5px #83b5fa;
  border-radius: 50%;
}
.logo-modal-listing .slick-prev {
  left: 1.5em;
}
.logo-modal-listing .slick-next {
  right: 1.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.logo-modal-card {
  padding-bottom: 3.375em;
}
@media (min-width: 48em) {
  .logo-modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .logo-modal-card.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.logo-modal-card .image-content {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 37.5em) {
  .logo-modal-card .image-content {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .logo-modal-card .image-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: none;
    margin-bottom: 0;
    margin-right: 1.5em;
    width: 11.875em;
  }
}
@media (min-width: 75em) {
  .logo-modal-card .image-content {
    margin-right: 3em;
    width: auto;
  }
}
.logo-modal-card .image-content img {
  display: block;
  max-width: 100%;
}
@media (max-width: 37.4375em) {
  .logo-modal-card .image-content img {
    max-height: 12.5em;
    width: auto;
  }
}

body.home {
  background: #11141D;
  background-image: url("dist/home-bg.jpg");
  background-size: cover;
  overflow: hidden;
  max-height: 100vh;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  body.home {
    background-image: url("dist/home-bg@2x.jpg");
  }
}
@media (min-width: 801px) {
  body.home {
    position: fixed;
  }
}
@media (max-width: 800px) {
  body.home {
    max-height: none;
    overflow: auto;
  }
}
body.home [role=banner], body.home [role=banner] .logo {
  background: transparent;
}
body.home #section-content {
  min-height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 800px) {
  body.home #section-content {
    min-height: 0;
  }
}
body.home #section-content #earth {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  max-height: 90vh;
  padding: 90px 90px 0;
  margin-left: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 800px) {
  body.home #section-content #earth {
    position: static;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 90px 0 0;
  }
}
body.home #section-content #earth > svg {
  position: absolute;
  width: calc(100% - 80px);
  left: 50%;
  top: 0;
  opacity: 0.3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 200%;
}
@media (max-width: 800px) {
  body.home #section-content #earth > svg {
    height: 100vw;
    width: 100vw;
    display: none;
  }
}
body.home #section-content #earth picture {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 800px) {
  body.home #section-content #earth picture {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .resized body.home #section-content #earth picture {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}
body.home #section-content #earth .satellites {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  height: 100vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  body.home #section-content #earth .satellites {
    display: none;
  }
}
body.home #section-content #earth .satellites .satellite-branch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: right;
}
body.home #section-content #earth .satellites .satellite-branch img {
  -webkit-transform: rotate(59deg);
          transform: rotate(59deg);
}
body.home #section-content #earth #event-wheel-container {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 70vw;
  height: 100vw;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel-container {
    position: static;
    top: auto;
    overflow: auto;
    height: auto;
    padding-top: 120px;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}
body.home #section-content #earth #event-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel {
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    padding-bottom: 160px;
  }
}
body.home #section-content #earth #event-wheel .article-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: right;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
body.home #section-content #earth #event-wheel .article-container:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(36deg);
          transform: translate(-50%, -50%) rotate(36deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(1) article {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(72deg);
          transform: translate(-50%, -50%) rotate(72deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(2) article {
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(108deg);
          transform: translate(-50%, -50%) rotate(108deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(3) article {
  -webkit-transform: rotate(-108deg);
          transform: rotate(-108deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) rotate(144deg);
          transform: translate(-50%, -50%) rotate(144deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(4) article {
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(5) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(5) article {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(6) {
  -webkit-transform: translate(-50%, -50%) rotate(216deg);
          transform: translate(-50%, -50%) rotate(216deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(6) article {
  -webkit-transform: rotate(-216deg);
          transform: rotate(-216deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(7) {
  -webkit-transform: translate(-50%, -50%) rotate(252deg);
          transform: translate(-50%, -50%) rotate(252deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(7) article {
  -webkit-transform: rotate(-252deg);
          transform: rotate(-252deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(8) {
  -webkit-transform: translate(-50%, -50%) rotate(288deg);
          transform: translate(-50%, -50%) rotate(288deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(8) article {
  -webkit-transform: rotate(-288deg);
          transform: rotate(-288deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(9) {
  -webkit-transform: translate(-50%, -50%) rotate(324deg);
          transform: translate(-50%, -50%) rotate(324deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(9) article {
  -webkit-transform: rotate(-324deg);
          transform: rotate(-324deg);
}
body.home #section-content #earth #event-wheel .article-container:nth-child(10) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel .article-container {
    -webkit-transform: none !important;
            transform: none !important;
    position: static;
  }
  body.home #section-content #earth #event-wheel .article-container + .article-container {
    margin-top: 60px;
  }
  body.home #section-content #earth #event-wheel .article-container article {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel {
    position: static;
    top: auto;
    padding: 30px 30px 180px 30px;
  }
}
body.home #section-content #earth #event-wheel article {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: -webkit-grab;
  cursor: grab;
  margin-left: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel article {
    position: static;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.home #section-content #earth #event-wheel article + article {
    margin-top: 60px;
  }
}
body.home #section-content #earth #event-wheel article .normal {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel article .normal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 144px;
            flex: 0 0 144px;
  }
}
@media (max-width: 500px) {
  body.home #section-content #earth #event-wheel article .normal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74px;
            flex: 0 0 74px;
  }
}
body.home #section-content #earth #event-wheel article .normal h2 {
  min-width: 180px;
  background: rgba(0, 0, 0, 0.32);
  padding: 12px 28px;
  border-radius: 30px;
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 12.1481px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel article .normal h2 {
    display: none;
  }
}
body.home #section-content #earth #event-wheel article .hover {
  position: absolute;
  max-width: 440px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.4) translate(-50%, -50%);
          transform: scale(0.4) translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  pointer-events: none;
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel article .hover {
    position: static;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    pointer-events: all;
  }
}
body.home #section-content #earth #event-wheel article .hover .info {
  background: rgba(3, 21, 28, 0.8);
  color: #fff;
  text-align: left;
  padding: 30px 25px;
  width: 90vw;
  max-width: 440px;
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel article .hover .info {
    width: auto;
    background: transparent;
    padding: 0 0 0 30px !important;
    max-width: none;
  }
}
body.home #section-content #earth #event-wheel article .hover .info img {
  position: absolute;
  right: 100%;
  top: 50%;
  pointer-events: none;
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel article .hover .info img {
    display: none;
  }
}
body.home #section-content #earth #event-wheel article .hover .info h2 {
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  body.home #section-content #earth #event-wheel article .hover .info h2 {
    margin-top: 0;
  }
}
body.home #section-content #earth #event-wheel article .hover .info p {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.home #section-content #earth #event-wheel article .hover .info a {
  display: inline-block;
  background: #F2B207;
  border-radius: 4px;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #072B38;
  padding: 9px 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.home #section-content #earth #event-wheel article .hover .info a:hover {
  background: #fff;
}
body.home #section-content #earth #event-wheel article#next-steps .hover .info {
  padding-left: 100px;
}
body.home #section-content #earth #event-wheel article#next-steps .hover img {
  -webkit-transform: translate(50%, -47%);
          transform: translate(50%, -47%);
}
body.home #section-content #earth #event-wheel article#iridium-an-overview .hover .info {
  padding-left: 100px;
}
body.home #section-content #earth #event-wheel article#iridium-an-overview .hover img {
  -webkit-transform: translate(80px, -50%);
          transform: translate(80px, -50%);
}
body.home #section-content #earth #event-wheel article#t-minus-10-years .hover .info {
  padding-left: 80px;
}
body.home #section-content #earth #event-wheel article#t-minus-10-years .hover img {
  -webkit-transform: translate(40%, -21%);
          transform: translate(40%, -21%);
}
body.home #section-content #earth #event-wheel article#bankrupt-to-booming .hover .info {
  padding-left: 80px;
}
body.home #section-content #earth #event-wheel article#bankrupt-to-booming .hover img {
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  max-width: 360px;
}
body.home #section-content #earth #event-wheel article#media .hover .info {
  padding-left: 80px;
}
body.home #section-content #earth #event-wheel article#media .hover img {
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  max-width: 360px;
}
body.home #section-content #earth #event-wheel article#beepers-to-broadband .hover .info {
  padding-left: 80px;
}
body.home #section-content #earth #event-wheel article#beepers-to-broadband .hover img {
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
  max-width: 270px;
}
body.home #section-content #earth #event-wheel article#an-ecosystem-of-excellence .hover .info {
  padding-left: 80px;
}
body.home #section-content #earth #event-wheel article#an-ecosystem-of-excellence .hover img {
  max-width: 270px;
  -webkit-transform: translate(20%, -10%);
          transform: translate(20%, -10%);
}
body.home #section-content #earth #event-wheel article#sustainable .hover .info {
  padding-left: 80px;
}
body.home #section-content #earth #event-wheel article#sustainable .hover img {
  max-width: 270px;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
}
body.home #section-content #earth #event-wheel article#expanding-the-mission .hover .info {
  padding-left: 80px;
}
body.home #section-content #earth #event-wheel article#expanding-the-mission .hover img {
  max-width: 250px;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
}
body.home #section-content #earth #event-wheel article#timeline .hover .info {
  padding-left: 200px;
}
body.home #section-content #earth #event-wheel article#timeline .hover img {
  max-width: 500px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
body.home #section-content #earth #event-wheel article.hovered {
  z-index: 30;
}
body.home #section-content #earth #event-wheel article.hovered .normal {
  opacity: 0;
}
body.home #section-content #earth #event-wheel article.hovered .hover {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  pointer-events: all;
}
body.home #section-content #enter-museum {
  position: absolute;
  bottom: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.11em;
  padding: 15px 20px;
  min-width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 299;
  border-radius: 50px;
}
body.home #section-content #enter-museum:hover {
  background: #F2B207;
}
@media (max-width: 1500px) and (min-width: 801px) {
  body.home #section-content #enter-museum {
    bottom: 260px;
    padding: 10px 20px;
  }
}
@media (max-width: 800px) {
  body.home #section-content #enter-museum {
    bottom: auto;
    top: 330px;
    background: rgba(255, 255, 255, 0.1);
    min-width: 280px;
  }
}
body.home #section-content #video-opener {
  position: absolute;
  bottom: 40px;
  left: 50%;
  border-radius: 50%;
  width: 80vw;
  max-width: 264px;
  height: 264px;
  overflow: hidden;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 300;
}
@media (max-width: 1500px) and (min-width: 801px) {
  body.home #section-content #video-opener {
    bottom: 30px;
    height: 214px;
    max-width: 214px;
  }
}
@media (max-width: 800px) {
  body.home #section-content #video-opener {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 192px;
    height: 192px;
  }
}
body.home #section-content #video-opener:hover {
  opacity: 0.8;
}
body.home #section-content #video-opener video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
body.home #section-content #video-opener svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateX(4px);
          transform: translate(-50%, -50%) translateX(4px);
}
@media (max-width: 800px) {
  body.home #section-content .earth-and-video {
    position: relative;
    padding-bottom: 70%;
    width: 100%;
  }
}
body.home #star-container {
  position: absolute;
  top: 300px;
  left: 300px;
  opacity: 0.5;
}
body.home #star-container #shooting-star {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(45deg, #fff, rgba(0, 0, 255, 0));
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 6px #fff);
          filter: drop-shadow(0 0 6px #fff);
  width: 0;
}
body.home #star-container #shooting-star > div:nth-child(1), body.home #star-container #shooting-star > div:nth-child(2) {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 255, 0)), color-stop(#fff), to(rgba(0, 0, 255, 0)));
  background: linear-gradient(-90deg, rgba(0, 0, 255, 0), #fff, rgba(0, 0, 255, 0));
  -webkit-transform: translateX(-50%) rotateZ(45deg);
          transform: translateX(-50%) rotateZ(45deg);
  border-radius: 100%;
  width: 0;
}
body.home #star-container #shooting-star > div:nth-child(2) {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
}
body.home #video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
body.home #video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
body.home #video a {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}
body.home #video .video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  height: 90vh;
  max-height: 1080px;
  width: 160vh;
  max-width: 1920px;
}
@media (max-aspect-ratio: 16/9) {
  body.home #video .video-container {
    height: auto;
    width: 1920px;
    max-width: 90vw;
    height: 56.25vw;
  }
}
body.home #video .video-container > * {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

#mobile-visit-desktop-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 12000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  #mobile-visit-desktop-modal {
    display: none;
  }
}
#mobile-visit-desktop-modal .container {
  background: #424954;
  color: #fff;
  padding: 36px;
  position: relative;
  max-height: 90vh;
  overflow: auto;
  padding-top: 6.25em;
  max-width: 25em;
  width: calc(100vw - 40px);
}
#mobile-visit-desktop-modal .container svg {
  display: block;
  margin: 0 auto 2.5em;
}
#mobile-visit-desktop-modal .container p {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.25em;
  line-height: 1.486;
  margin: 0;
}
#mobile-visit-desktop-modal .container #close-visit-desktop-modal {
  cursor: pointer;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  z-index: 50;
}

.spotlight-main {
  overflow-x: hidden;
  margin-top: 2em;
  padding-bottom: 4em;
  position: relative;
}
.spotlight-main .spotlight-introduction {
  padding-top: 2em;
}
@media (min-width: 75em) {
  .spotlight-main {
    margin-top: 0;
  }
  .spotlight-main .spotlight-introduction {
    padding-top: 5.5em;
  }
}

.spotlight-layout {
  scroll-margin-top: 5em;
  padding-left: 1em;
  padding-right: 1em;
}
.spotlight-layout.television {
  padding-top: 3.875em;
}
.spotlight-layout.film, .spotlight-layout.books {
  padding-top: 5.875em;
}
@media (min-width: 37.5em) {
  .spotlight-layout {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 56.25em) {
  @supports (display: grid) {
    .spotlight-layout {
      display: grid;
      grid-template-columns: 1fr 1.4155fr 9.351fr 1.4155fr 1fr;
    }
    .spotlight-layout.spotlight-introduction p {
      grid-column: 1/span 5;
    }
    .spotlight-layout .spotlight-heading,
.spotlight-layout .spotlight-listing {
      grid-column: 1/span 5;
    }
  }
}
@media (min-width: 75em) {
  .spotlight-layout {
    /* Grid allow for sizes of 1392, 1276, 1092, 938, and 720 
       720 would be grid-column: 5 / span 1
       938 would be grid-column: 3 / span 3 
       1092 would be grid-column: 2 / span 5
       1276 would be grid-column: 1 / -1
       1fr = 58px 

       58px 92px 77px 109px 720px 109px 77px 92px 58px

       1fr 1.586fr 1.327fr 1.879fr 12.413fr 1.879fr 1.327fr 1.586fr 1fr;
    */
  }
  .spotlight-layout.spotlight-introduction p {
    margin-left: 16.425%;
  }
  .spotlight-layout .spotlight-heading,
.spotlight-layout .spotlight-listing {
    margin-left: 16.425%;
  }
  @supports (display: grid) {
    .spotlight-layout {
      grid-template-columns: 1fr 1.586fr 1.327fr 1.879fr 12.413fr 1.879fr 1.327fr 1.586fr 1fr;
    }
    .spotlight-layout.spotlight-introduction p {
      grid-column: 4/span 5;
      margin-left: unset;
    }
    .spotlight-layout .spotlight-heading,
.spotlight-layout .spotlight-listing {
      grid-column: 4/span 6;
      margin-left: unset;
    }
  }
}
@media (min-width: 91em) {
  .spotlight-layout {
    padding-left: calc(50% - 696px);
    padding-right: calc(50% - 696px);
  }
}

.spotlight-introduction {
  scroll-margin-top: 8.625em;
}
@media (min-width: 105em) {
  .spotlight-introduction {
    scroll-margin-top: 9.5em;
  }
}
.spotlight-introduction p {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.486;
  margin: 0;
}
@media (min-width: 37.5em) {
  .spotlight-introduction p {
    font-size: 1.25em;
    max-width: 54em;
  }
}
.spotlight-introduction p:first-child {
  font-size: 1.25em;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .spotlight-introduction p:first-child {
    font-size: 1.5em;
    max-width: 45em;
  }
}
.spotlight-introduction p + p {
  margin-top: 2em;
}

@media (min-width: 37.5em) {
  .spotlight-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spotlight-listing .spotlight-card {
    width: calc(50% - 28px);
  }
  .spotlight-listing .spotlight-card:not(:nth-child(2n+1)) {
    margin-left: 3.5em;
  }
  @supports (display: grid) {
    .spotlight-listing {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 4.0625em 3.4375em;
    }
    .spotlight-listing .spotlight-card {
      width: unset;
    }
    .spotlight-listing .spotlight-card:not(:nth-child(2n+1)) {
      margin-left: 0;
    }
  }
}

.spotlight-heading {
  color: #0060A2;
  font-family: futura-pt-bold, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 0.8888888889em;
  margin: 0;
  margin-bottom: 0.8611111111em;
}

.spotlight-card img {
  display: block;
  width: 100%;
}
.spotlight-card img.book-cover {
  -webkit-box-shadow: 0px 1.24527px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 2.99255px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 5.6347px 10.0172px rgba(0, 0, 0, 0.035), 0px 10.0513px 17.869px rgba(0, 0, 0, 0.0417275), 0px 18.7999px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 45px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1.24527px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 2.99255px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 5.6347px 10.0172px rgba(0, 0, 0, 0.035), 0px 10.0513px 17.869px rgba(0, 0, 0, 0.0417275), 0px 18.7999px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 45px 80px rgba(0, 0, 0, 0.07);
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 22em;
}
.spotlight-card a[href*=vimeo] {
  display: block;
  position: relative;
}
.spotlight-card a[href*=vimeo]::after {
  background: url(dist/play-btn.svg) no-repeat;
  content: "";
  height: 4em;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4em;
}
.spotlight-card h3 {
  color: #053e65;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 2.375em;
  line-height: 1.2631578947em;
  margin: 0;
  margin-top: 0.6052631579em;
  margin-bottom: 0.3684210526em;
}
.books .spotlight-card h3 {
  margin-top: 1.0526315789em;
}
.spotlight-card .description {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.8888888889em;
}

#video-modal {
  background-color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#video-modal .video-container {
  height: auto;
  max-width: 58.625em;
  width: 100%;
}
@media (min-width: 37.5em) {
  #video-modal .video-container {
    width: 90%;
  }
}
#video-modal .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
#video-modal .video iframe,
#video-modal .video object,
#video-modal .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-iridium-in-the-spotlight .exhibits-section p {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.486;
  margin: 0;
}
@media (min-width: 37.5em) {
  .page-iridium-in-the-spotlight .exhibits-section p {
    font-size: 1.25em;
  }
}
.page-iridium-in-the-spotlight .exhibits-section p + p {
  margin-top: 2em;
}

.interactive-block#patches {
  height: auto;
  background: transparent;
  margin-top: 0;
}
.interactive-block#patches #launch-patch-interactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1035px) {
  .interactive-block#patches #launch-patch-interactive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interactive-block#patches #launch-patch-interactive .patch-details {
  padding: 40px 0 40px 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  max-width: 550px;
}
@media (max-width: 1035px) {
  .interactive-block#patches #launch-patch-interactive .patch-details {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 650px) {
  .interactive-block#patches #launch-patch-interactive .patch-details {
    max-width: 80vw;
  }
}
.interactive-block#patches #launch-patch-interactive .program-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 553px;
          flex: 0 1 553px;
  margin-left: 68px;
}
@media (max-width: 1035px) {
  .interactive-block#patches #launch-patch-interactive .program-info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: auto;
  }
}
.interactive-block#patches #launch-patch-interactive .program-info p {
  font-size: 20px;
  line-height: 148.58%;
  margin-bottom: 60px;
}
.interactive-block#patches #launch-patch-interactive .program-info .patch-thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.interactive-block#patches #launch-patch-interactive .program-info .patch-thumbnails a {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
.interactive-block#patches #launch-patch-interactive .program-info .patch-thumbnails a img {
  display: block;
}
.interactive-block#patches #launch-patch-interactive .program-info .patch-thumbnails a img:nth-child(1) {
  position: relative;
  z-index: 3;
}
.interactive-block#patches #launch-patch-interactive .program-info .patch-thumbnails a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  display: none;
}
.interactive-block#patches #launch-patch-interactive .program-info .patch-thumbnails a:not(.active) img:nth-child(2) {
  opacity: 0;
}
.interactive-block#patches #launch-patch-interactive .program-info .patch-thumbnails a.active {
  border-bottom: 3px solid #fff;
}
.interactive-block#patches article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interactive-block#patches article .image {
  position: relative;
  display: inline;
}
.interactive-block#patches article .image img {
  width: 100%;
}
.interactive-block#patches article .image span {
  width: 26px;
  height: 26px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 25a12 12 0 100-24 12 12 0 000 24z' fill='%23000' fill-opacity='.5' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M13 6.6v12.8V6.6zm6.4 6.4H6.6h12.8z' fill='%23000' fill-opacity='.5'/%3E%3Cpath d='M19.4 13H6.6M13 6.6v12.8V6.6z' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interactive-block#patches article .image span:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 25a12 12 0 100-24 12 12 0 000 24z' fill='%23F2B207' fill-opacity='.5' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M13 6.6v12.8V6.6zm6.4 6.4H6.6h12.8z' fill='%23F2B207' fill-opacity='.5'/%3E%3Cpath d='M19.4 13H6.6M13 6.6v12.8V6.6z' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
}
.interactive-block#patches article h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 148.58%;
  text-align: center;
}
.interactive-block#patches article p {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 148.58%;
  text-align: center;
}

.tippy-box {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #06395B;
  border: 2px solid #FFFFFF;
  font-family: "aktiv-grotesk", sans-serif;
}
.tippy-box .tippy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tippy-box .tippy-content h4 {
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.tippy-box .tippy-content p {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 13px;
  line-height: 148.58%;
}
.tippy-box .tippy-content img {
  max-width: 116px;
  margin-left: 12px;
}

.interactive-block#delta-2 {
  background: #fff;
  border: 4px solid #1e3556;
  height: auto;
  padding: 40px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 80vh;
}
.interactive-block#delta-2 h3 {
  color: #000;
}
.interactive-block#delta-2 svg {
  max-width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .interactive-block#delta-2 svg rect#delta-2-bg {
    -webkit-transform: scale(1.1) translateX(-5%);
            transform: scale(1.1) translateX(-5%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .interactive-block#delta-2 svg g#guidance-section, .interactive-block#delta-2 svg g#second-stage-miniskirt, .interactive-block#delta-2 svg g#helium-spheres, .interactive-block#delta-2 svg g#nitrogen-spheres {
    -webkit-transform: scale(1.4) translateX(-8%) translateY(2%);
            transform: scale(1.4) translateX(-8%) translateY(2%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.open-share-story {
  position: fixed;
  top: 79px;
  right: 19px;
  z-index: 499;
  color: #fff;
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid #fff;
}
body.admin-bar .open-share-story {
  top: 90px;
}

#share-your-story {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 12000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#share-your-story .form-container {
  background: #424954;
  color: #fff;
  padding: 36px;
  position: relative;
  max-height: 90vh;
  overflow: auto;
  max-width: calc(100vw - 40px);
}
#share-your-story .form-container #close-your-story {
  position: absolute;
  top: 41px;
  right: 41px;
  z-index: 50;
}
#share-your-story .form-container h3 {
  font-family: futura-pt-condensed;
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0;
  padding-right: 55px;
}
#share-your-story .form-container p {
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 149%;
  max-width: 841px;
}
#share-your-story .form-container .nf-form-fields-required {
  display: none;
}
#share-your-story .form-container label {
  font-family: futura-pt-bold;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
#share-your-story .form-container label#nf-label-field-19 {
  font-family: futura-pt-condensed !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
#share-your-story .form-container .nf-cell + .nf-cell {
  width: 48% !important;
  margin-left: 2%;
}
#share-your-story .form-container input[type=button] {
  color: #fff;
  text-transform: uppercase;
  background: #F2B207;
  font-family: aktiv-grotesk;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.11em;
  padding: 15px 20px;
  min-width: 215px;
  cursor: pointer;
}
#share-your-story .form-container .nf-field-description {
  margin: 5px 0;
}
#share-your-story .form-container a.delete {
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 10px;
  margin-left: 10px;
}
#share-your-story .form-container button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button {
  background: #343B47;
  display: block;
  width: 100%;
  min-height: 216px;
  position: relative;
}
#share-your-story .form-container button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button:before {
  content: "Click to Upload";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}
#share-your-story .form-container button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button span {
  color: transparent;
  background-image: url("dist/upload-bg.png");
  background-size: contain;
  width: 100px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #share-your-story .form-container button.btn.ninja-forms-field.nf-element.btn-success.nf-fu-fileinput-button span {
    background-image: url("dist/upload-bg@2x.png");
  }
}
#share-your-story .nf-response-msg {
  padding-right: 80px;
}
/*# sourceMappingURL=style.css.map */