.video-container-modal {
  position: relative;
  padding: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-container-modal iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.components-modal__screen-overlay {
  width: 100%;
  height: 100%;
}
.components-modal__frame .ng-video-gallery-modal {
  width: 100%;
  height: 100%;
  margin: 0;
}
.components-modal__screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.components-modal__header-1 {
  font-weight: 600;
  font-size: 0.5rem;
  color: #222;
  background-color: #fff;
}
.components-modal__frame {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.suppliers-style ol,
.suppliers-style ul {
  list-style: none;
}
.suppliers-style a {
  text-decoration: none;
}
.iuid-resource-information-paper a {
  text-decoration: underline;
}
.who-we-are-privacy-policy a {
  text-decoration: none;
}
.entry-footer .tags-links a {
  text-decoration: none;
}
.ms-tooltip-top {
  display: block !important;
  transition: opacity 0.5s, transform 0.3s;
  transform: translateY(-100px) !important;
  pointer-events: none !important;
  cursor: pointer;
}
.ms-tooltip-top-active {
  display: block !important;
  opacity: 1 !important;
  transition: opacity 0.5s, transform 0.3s;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}
.ms-slide-layers {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: -8px !important;
  left: -8px !important;
}
.ms-layer {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}

.text-container-ee {
  background-color: white;
}

.wp-block-northrop-grumman-card-grid.is-style-navy{
  color: #fff;
}
.wp-block-northrop-grumman-card-grid.is-style-navy a {
  color: #fff;
  text-decoration: underline !important;
}
.wp-block-northrop-grumman-card-grid.is-style-navy a:hover {
  color: #DAE7EF;
}
.wp-block-northrop-grumman-simple-quote {
  position: relative;
  display: block;
  font-family: futura-pt,Arial,sans-serif;
  color: #000;
  margin: 80px 0;
  background-color: rgba(247,248,249,.9)
}
.wp-block-northrop-grumman-editorial-with-cards[data-appearance=navy] { 
  color: #fff;
  & a {
    color: #fff;
    text-decoration: underline !important;
  }
}
.wp-block-northrop-grumman-editorial-with-video
[data-appearance=navy] { 
  color: #fff !important;
  & a {
    color: #fff;
    text-decoration: underline !important;
  }
}
.p-tag { 
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 500;
}