* {
  font-family: futura-pt, Arial, sans-serif;
}

.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;
}

.search-page__result-filters {
  min-width: 200px;
}

.site-navigation__layout {
  position: relative;
}

div[data-radix-popper-content-wrapper] {
  /* need to stay in centered horizantally on the screen*/
  /* background-color: red; */
  position: absolute !important;
  /* top: 50% !important; */
  left: 50% !important;
  transform: translate(-50%, 74px) !important;
  z-index: 9999 !important;
  height: 550px;
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: rgba(255, 255, 255, 0.8); */

}

.sitecore-preview-search-content {
  /* transform: translate(-80%, 25px); */
  width: 90vw;
  min-width: 90vw;
  /* width: 100%; */
  /* height: 100vh; */
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row;
  /* align-items: center;
  justify-content: center; */
}

.sitecore-preview-search-item {
  /* display: flex !important;
max-height:175px; */
}

.sitecore-preview-search-item:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.05);
}

.search-disabled {
  background-color: rgba(0, 38, 153, 0.5) !important;
  cursor: not-allowed !important;
}

/* search preview styles */
@keyframes rotate-animation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* PreviewSearchInput */
.sitecore-preview-search-input {
  width: 800px;
  box-sizing: border-box;
  padding: var(--sdc-spacing-xs);
}

.sitecore-preview-search-input:focus {
  outline: 1px solid var(--sdc-palette-grey-400);
}

/* PreviewSearchContent */
.sitecore-preview-search-content {
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  height: 500px;
  overflow: hidden;
}

@keyframes slide-up-and-fade {
  from {
    opacity: 0;
    /* transform: translateY(2px); */
  }

  to {
    opacity: 1;
    /* transform: translateY(0); */
  }
}

@keyframes slide-right-and-fade {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-down-and-fade {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-left-and-fade {
  from {
    opacity: 0;
    transform: translateX(2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.sitecore-preview-search-content[data-state='open'][data-side='top'] {
  animation-name: slide-down-and-fade;
}

.sitecore-preview-search-content[data-state='open'][data-side='right'] {
  animation-name: slide-left-and-fade;
}

.sitecore-preview-search-content[data-state='open'][data-side='bottom'] {
  animation-name: slide-up-and-fade;
}

.sitecore-preview-search-content[data-state='open'][data-side='left'] {
  animation-name: slide-right-and-fade;
}

/* PreviewSearchSuggestions */
.sitecore-preview-search-suggestions {
  display: flex;
  box-sizing: border-box;
  top: 0;
  justify-content: flex-start;
  list-style: none;
  width: 50%;
  max-width: calc(90vh/2);

  height: 100%;
  /* font-size: var(--sdc-typography-fontSize1-fontSize); */
  /* need responsive font size that does not wrap */


  margin-bottom: auto;
}

.sitecore-preview-search-suggestions-group {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
  width: 100%;

  /* padding: 10px; */
  padding-top: 20px;

  margin-bottom: auto;
}

.sitecore-preview-search-items {
  display: flex;
  /* overflow: scroll; */
  flex-direction: column !important;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  /* height: 100%; */
  width: 100%;
  min-width: 100%;
  overflow: scroll;
  gap: 10px;
  padding: 10px;
  padding-left: 40px;

}

.filter-column {
  display: flex;
  flex-direction: column;
  width: 259px;
}

/* PreviewSearchSuggestionItem */
.sitecore-preview-search-suggestion-item {
  padding: var(--sdc-spacing-s) var(--sdc-spacing-s);
}

.sitecore-preview-search-suggestion-item:focus,
.sitecore-preview-search-suggestion-item:hover {
  outline: none;
  font-weight: bold;
  color: var(--sdc-palette-primary-main);
  background: #fff;
}

/* PreviewSearchSuggestionTrigger */
.sitecore-preview-search-suggestion-trigger {
  /* width: 100%; */

  cursor: pointer;
  padding: var(--sdc-spacing-s) var(--sdc-spacing-s);
}

.sitecore-preview-search-suggestion-trigger[data-state='active'],
.sitecore-preview-search-suggestion-trigger:focus,
.sitecore-preview-search-suggestion-trigger:hover {
  outline: none;
  font-weight: bold;
  color: var(--sdc-palette-primary-main);
  background: #9a9999;
}

/* PreviewSearchSuggestionsGroup */
.sitecore-preview-search-suggestions-group {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
}

/* PreviewSearchLink */
.sitecore-preview-search-link {
  color: var(--sdc-palette-primary-main);
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  width: 100%;
}

.sitecore-preview-search-link:focus {
  box-shadow: 2px 2px 4px var(--sdc-palette-primary-main);
}

/* PreviewSearchItems */
.sitecore-preview-search-items {
  /* flex: 3; */
  /* background: #fff; */
  /* background: rgba(255, 255, 255, 0.1); */
  /* overflow-y: auto; */
  /* width: 50%; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

}

.sitecore-preview-search-items[data-loading='false'] {
  /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: var(--sdc-spacing-s);
    gap: 10px; */
  display: flex;
  flex-wrap: nowrap;
}

/* PreviewSearchRoot */
.sitecore-preview-search-root {}

/* PreviewSearchItem */
.sitecore-preview-search-item {}

/* PreviewSearchForm */
.sitecore-preview-search-form {}

/* ArticleRoot */
.sitecore-article-root {
  box-shadow: 2px 2px 4px var(--sdc-palette-grey-400);
  padding: var(--sdc-spacing-s);
  cursor: pointer;
  display: block;
  border: solid 1px transparent;
  text-align: center;
}

.sitecore-article-root:focus-within {
  box-shadow: 2px 2px 4px var(--sdc-palette-primary-main);
}

.sitecore-article-root:hover {
  box-shadow: 2px 2px 4px var(--sdc-palette-primary-main);
}

/* ArticleImage */
.sitecore-article-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
}

/* ArticleImageWrapper */
.sitecore-article-image-wrapper {
  margin: auto auto 10px;
  position: relative;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* ArticleName */
.sitecore-article-name {
  max-height: 2rem;
  overflow: hidden;
  margin: 0 0 var(--sdc-spacing-m);
  font-family: var(--sdc-typography-fontFamilySystem);
  font-size: 0.8rem;
  font-weight: var(--sdc-typography-fontSize4-fontWeight);
}

/* ArticleContent */
.sitecore-article-content {
  margin: 0;
  font-family: var(--sdc-typography-fontFamilySystem);
  font-size: var(--sdc-typography-fontSize1-fontSize);
  font-weight: var(--sdc-typography-fontWeight);
  line-height: var(--sdc-typography-lineHeight);
  color: var(--sdc-palette-primary-main);
}

/* ArticleLink */
.sitecore-article-link {
  text-decoration: none;
  color: var(--sdc-palette-primary-main);
  font-size: var(--sdc-typography-fontSize4-fontSize);
}

.sitecore-article-link:hover {
  text-decoration: none;
}

.sitecore-article-link:focus {
  text-decoration: none;
}

/* LoaderContainer */
.sitecore-loader-container {
  align-items: center;
  display: flex;
  flex: 1;
}

/* LoaderAnimation */
.sitecore-loader-animation {
  animation: rotate-animation 2s linear infinite;
  display: block;
  fill: var(--sdc-palette-primary-main);
  height: 50px;
  margin: auto;
  width: 50px;
}

/* SearchGroupHeading */
.sitecore-search-group-heading {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-left: var(--sdc-spacing-s);
}

.sc_search-page__result-item-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  /* height: 250px; */
  /* margin: 10px; */
}



/* PREVIEW CARDS  */
/* Basic card styling */

.sc_search-page__result-item {
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
  /* border-radius: 8px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: 10px;
  /* max-height: 250px; */
  /* margin: 30px 15px; */
  width: 90%;
  min-width: 300px;

  min-height: 100px;
  height: auto;
  transition: box-shadow 0.3s ease;
}

.sc_preview-search-item {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.sc_search-page__result-item a {
  text-decoration: none;
  color: inherit;
}

/* Hover effect */
.sc_search-page__result-item:hover {
  background-color: #002554;
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.search-page__result-item:hover {

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Container for the image with 16:9 aspect ratio */
.sc_search-page__result-item-media {
  /* position: relative; */
  /* padding-top: 56.25%; 16:9 aspect ratio */
  background-color: black;
  /* max-height: 120px; */
  width: 300px;
  overflow: hidden;
}



/* Ensures the image fits within the 16:9 container */
.sc_search-page__result-item-media img {
  max-width: 100%;
  height: 100%;
  /* min-width: 200px !important; */
  object-fit: cover;

  /* Ensures the image covers the entire area */
}

.logo-padding {
  height: auto !important;
  padding: 12px;

  img {
    height: auto;
  }
}

/* Styling for the content body */
.sc_search-page__result-item-body {
  padding: 16px;
  background: white;
  height: 100%;
  width: 100%;

  .sc_search-page__result-item-body:hover {
    background-color: #002554;
    color: white;
  }
}

.sc_search-page__result-item-body h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}

.sc_search-page__result-item-body p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.sc-chip-filters-container {
  min-height: 185.325px;
}

.sc-chip-section {
  padding-bottom: 40px;

  h3 {
    font-size: 16px;
  }
}

.sc-chip-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  word-wrap: none;
}

.sc-chip-value {
  /* background-color: #f0f0f0; */
  /* border: ; */
  border-radius: 5px;
  padding: 5px 10px;
  /* margin: 100px 0; */
  font-size: 15px;
  font-weight: 600;
  /* color: #333; */
  cursor: pointer;

  &.is-selected {
    color: white;
    background-color: #002554;
  }
}

.hovered {
  color: white;
  background-color: #002554;
}

.sc-search-header__search-input-wrapper {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  padding: 10px;

  input::placeholder {
    font-weight: 700;
  }

  /* background-color: #f0f0f0; */
}

.sc-filter-search-input-wrap {
  max-width: 715px;
}

.sc-result-count-container {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #002554;
  margin-bottom: 30px;

  * {
    color: white !important;
  }


  p {
    margin: 0;
  }

  .bold {
    font-weight: 700;
  }
}

.content-container-fluid {
  min-height: 100vh;
}

.sc-clear-filter-btn {
  background-color: #002554;
  color: white;
  border: none;
  padding: 10px 20px;

  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color 0.3s;

  &:hover {
    background-color: #003a6c;
  }

  &.disabled {
    background-color: #f0f0f0;
    color: #333;
    cursor: not-allowed;
  }
}

.sc-filters-applied-container {
  width: 100%;
  background-color: #002554;
  padding: 10px;
  color: white;
  margin-top: 8px;
  margin-bottom: 16px;

  ul {
    padding: 0;
  }

  li {
    list-style: none;

  }
}

.sc-reset-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 36px;
  background-color: white !important;
  color: black !important;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.more-filters-header {
  font-size: 22px;
  font-weight: 700;
  padding-left: 5px;
  margin-bottom: 15px;
}

.search-page__result-filter-fieldsets {
  padding: 5px;
}

.no-results-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 50px;
}

.suggestion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  margin: 10px;
  /* background-color: #f0f0f0; */
  border-radius: 5px;
}

.suggestion-item {
  padding: 5px 10px;
  border-radius: 5px;

  :hover {
    background-color: #002554;
    color: white !important;

  }

  cursor: pointer;
}

@media (max-width: 992px) {
  @media screen and (orientation: landscape) {
    .header-wrapper{
      opacity: 1;
    }
    .hide-header {
        opacity: 0;
        transition: opacity 0.3s ease-in-out !important;
        pointer-events: none;
      }
    }
  }


/* JOBS FILTER */
.jobs-filter-search-filter {
  max-width: 660px !important;
  height: 52px !important;
  margin: 0 auto;
  margin-bottom: 40px;

  input::placeholder {
    font-size: 24px;
    font-weight: 700;
  }
}

.jobs-filter-search-search {
  width: 100%;
  height: 52px !important;
  margin: 0 auto;
}

.jobs-filter-search-icon {
  width: 50px;
}

.jobs-filter-search-icon:before {
  background-size: 25px 25px !important;
  width: 25px !important;
  background-position: center !important;
}

.jobs-chip-filters-container {
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}