/* All other sass files compiled here to make one css file. */
/* Typography overrides. Font sizes, etc. */
body {
  color: var(--dark-grey);
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6,
.eyebrow,
.description {
  color: var(--dark-purple);
}

h1 {
  font-family: "Avenir Next Thin", sans-serif;
  font-size: 40px;
  line-height: 56px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  font-family: "Avenir Next Light", sans-serif;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
}

h3,
.paragraph--type--featured-banner h2 {
  font-family: "Avenir Next Light", sans-serif;
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-family: "Avenir Next Light", sans-serif;
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-family: "Avenir Next Demi", sans-serif;
  font-size: 22px;
  line-height: 32px;
}

h6 {
  font-family: "Avenir Next Demi", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.eyebrow,
.insight-layout .block-region-sidebar > div .field__item {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.insight-layout .block-region-sidebar > div .field__item {
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 74px;
  }
  .hero h1 {
    font-size: 56px;
    line-height: 72px;
  }
  h2 {
    font-size: 48px;
    line-height: 64px;
  }
  h3,
  .paragraph--type--featured-banner h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h4 {
    font-size: 32px;
    line-height: 46px;
  }
  h5 {
    font-size: 24px;
    line-height: 34px;
  }
  h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
/* All color palette changes. */
:root {
  --gradient-light: linear-gradient(61deg, #FDDFFA -4.68%, #FFF 49.32%, #E5DAFB 101.2%);
  --gradient-dark: linear-gradient(66deg, #4C3291 0%, #372468 14.42%, #251846 40.38%, #251846 64.9%, #8F1588 100%);
  --bright-blue: #008DF0;
  --sky-blue:#D6ECFD;
  --25-grey: #E2E3E3;
  --mid-grey: #3B3937;
  --dark-grey: #262629;
  --dark-lavender-grey: #706879;
  --dark-purple: #251846;
  --dark-purple-rgb: 37, 24, 70;
  --mid-purple: #4c3291;
  --bright-purple: 115, 76, 221;
  --purple-25: 220, 210, 246;
}

body.node--type-page,
body.node--type-landing-page,
body.node--type-insight-search {
  /* Different from graident light, for now. */
  background: linear-gradient(244deg, #FDDFFA -0.83%, #FFF 52.76%, #E5DAFB 104.25%);
  background-attachment: fixed;
}

/* Removing the white backgrounds. */
.main-layout {
  background: none;
}

/* Atentuate gradient backgrounds. */
.bg-attenuate-01-light,
.bg-attenuate-02-light,
.bg-attenuate-03-light,
.megemenu-dropdown > .tbm-row > .tbm-column > .tbm-column-inner {
  background: var(--gradient-light);
}

.bg-attenuate-01-dark,
.bg-attenuate-02-dark,
.bg-attenuate-03-dark,
.bg-attenuate-04-dark,
.bg-attenuate-05-dark,
.bg-attenuate-06-dark,
.bg-attenuate-07-dark,
.bg-attenuate-08-dark,
.bg-bright-ultraviolet-gradient {
  background: var(--gradient-dark);
}

.bg-mid-gray {
  background-color: var(--dark-lavender-grey);
}

.bg-gray-25 {
  background-color: var(--25-grey);
}

.bg-teal-25 {
  background-color: var(--sky-blue);
}

.bg-white,
.people,
.paragraph--type--list .list,
.paragraph--type--blockquote .bg-attenuate-03-light,
.paragraph--type--featured-banner .bg-attenuate-03-light,
.paragraph--type--featured-banner .bg-attenuate-01-light,
.accordion > dt {
  background: #ffffff;
  background-color: #ffffff;
}

.bg-mid-teal {
  background-color: var(--dark-lavender-grey);
}

.paragraph--type--tabs-card .tabs-card {
  background: var(--gradient-dark);
}

.bg-card--purple {
  background-color: #ffffff;
}

.quote-icon path {
  fill: var(--bright-blue);
}

/* Transparency */
.bg-white.paragraph--type--partners,
.bg-attenuate-white.paragraph--type--partners,
.bg-attenuate-03-light.paragraph--type--partners,
.paragraph--type--partners .partners:not(.bg-dark),
.paragraph--type--list,
.paragraph--type--related-insights .featured-insights,
.accordion {
  background: none;
}

/* Polygon backgrounds */
.polygon:before,
.polygon-white:before,
.polygon-full:before,
.polygon-full.bg-dark:before {
  background: none;
}

/* Animation. */
.animate:hover {
  background-size: 100%;
}

/* Overrides specific to page/CT layouts. */
/* Full width. */
.main-layout,
.sticky-footer,
footer.outer-wrapper {
  max-width: none;
}

/* Heros. */
.hero-video,
.hero-video img,
.paragraph--type--full-width-image img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
/* Overrides for paragraphs and other components. */
.paragraph--type--list .list {
  margin-bottom: 0;
  padding: 24px;
}

.people__image {
  align-content: end;
}

.people__name {
  text-transform: uppercase;
}

.paragraph--type--partners > section:not(.bg-dark) {
  padding-bottom: 0;
  padding-top: 0;
}

.paragraph--type--partners .partners {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.paragraph--type--partners .partner {
  background: #ffffff;
}

.paragraph--type--related-insights .featured-insights,
.paragraph--type--tabs section.tabs {
  padding-top: 0;
}

.paragraph--type--blockquote,
.paragraph--type--stat-callout {
  max-width: 914px;
}

.paragraph--type--formatted-text-with-img-bg .field--name-field-formatted-text,
.paragraph--type--formatted-text-with-color-bg .field--name-field-formatted-text {
  max-width: 800px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.paragraph--type--list .list.icons .ico:before {
  color: var(--bright-blue);
  font-weight: 600;
}

.paragraph--type--featured-banner,
.paragraph--type--tabs-card {
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 134rem;
  padding: 0 2.4rem 3rem 2.4rem !important;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .paragraph--type--featured-banner,
  .paragraph--type--tabs-card {
    padding: 0 2.5rem 3rem 2.5rem !important;
    width: 95%;
  }
  .paragraph--type--formatted-text-with-img-bg .field--name-field-formatted-text,
  .paragraph--type--formatted-text-with-color-bg .field--name-field-formatted-text,
  .paragraph--type--partners .partners {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hero:not(.bg-purple-25-gradient) {
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  .hero:not(.bg-purple-25-gradient).has-img .container {
    position: relative;
  }
  .hero:not(.bg-purple-25-gradient).has-img .container > * {
    position: relative;
    z-index: 1;
  }
}
.hero:not(.bg-purple-25-gradient).has-img .container:before {
  background-color: rgba(var(--dark-purple-rgb), 0.7);
  height: calc(100% + 128px);
  position: absolute;
  right: 60px;
  top: -64px;
  transform: skewX(-30deg);
  transform-origin: top left;
  width: 100dvw;
}
@media screen and (min-width: 768px) {
  .hero:not(.bg-purple-25-gradient).has-img .container:before {
    content: "";
  }
}
@media screen and (min-width:1600px) {
  .hero:not(.bg-purple-25-gradient).has-img .container:before {
    right: 265px;
  }
}

.sticky-footer,
#scroll-indicator-bullets {
  z-index: 499;
}

@media screen and (min-width: 768px) {
  .paragraph--type--subsidiaries .subsidiaries .container {
    width: calc(91% - 2.5rem);
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--list .list {
    padding: 64px;
  }
  .paragraph--type--featured-banner,
  .paragraph--type--tabs-card {
    padding-bottom: 5rem !important;
    width: calc(91% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--featured-banner,
  .paragraph--type--tabs-card {
    padding-bottom: 7rem !important;
  }
}
.force-show {
  display: block !important;
}

.outer-wrapper .block-system-main-block .st-default-search-input,
.outer-wrapper .block-system-main-block .st-ui-search-input {
  border: none;
  font-size: inherit;
  margin-top: 0;
  width: 100%;
}
.outer-wrapper .block-system-main-block .st-search-container {
  margin-top: 0;
}
.outer-wrapper .block-system-main-block .st-search-container .st-query-present {
  font-family: inherit;
  font-size: inherit;
  padding-bottom: 4.3rem;
}
.outer-wrapper .block-system-main-block .st-search-container .st-ui-no-results .st-query-present {
  padding-bottom: 0;
}
.outer-wrapper .block-system-main-block .st-search-results .st-query-present {
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 992px) {
  .outer-wrapper .block-system-main-block .st-search-results .st-query-present {
    padding-bottom: 7.3rem;
  }
}
.outer-wrapper .block-system-main-block .st-search-results a.st-ui-result {
  background: #fff;
  border: none;
  box-shadow: -4px 4px 6px 0px rgba(var(--bright-purple), 0.15);
  margin-bottom: 26px;
  padding: 20px 18px;
}
.outer-wrapper .block-system-main-block .st-search-results a.st-ui-result:hover, .outer-wrapper .block-system-main-block .st-search-results a.st-ui-result:focus {
  background: #fff;
  border: none;
}
.outer-wrapper .block-system-main-block .st-search-results a.st-ui-result .st-ui-type-heading {
  color: var(--mid-purple);
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
}
.outer-wrapper .block-system-main-block .st-search-results .st-ui-type-detail {
  font-family: inherit;
  font-size: inherit;
  color: var(--dark-grey);
  max-height: none;
}

.leidos-search-results .st-ui-injected-on-page-container {
  font-family: inherit;
}
.leidos-search-results .st-ui-pagination .st-query-present a {
  font-size: 18px;
  font-size: 1.8rem;
}
.leidos-search-results .st-result-pagination-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  width: 20px;
}
.leidos-search-results .st-result-pagination-link:before {
  background: url("../../assets/icons/arrow-left.svg") 0 0 no-repeat;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -72%);
  width: 20px;
}
.leidos-search-results .st-result-pagination-link + .st-result-pagination-link:before {
  transform: translate(-50%, -26%);
}
.leidos-search-results .st-result-pagination-link:last-child {
  transform: rotate(180deg);
}
.leidos-search-results .st-result-pagination-link.st-ui-pagination-number-link {
  background: #fff;
  border: 1px solid rgb(var(--purple-25));
  border-bottom: 1px solid rgb(var(--purple-25)) !important;
  border-radius: 4px;
  padding: 6px 18px;
  text-indent: unset;
  width: unset;
}
@media screen and (min-width: 992px) {
  .leidos-search-results .st-result-pagination-link.st-ui-pagination-number-link {
    padding: 4px 14px;
  }
}
.leidos-search-results .st-result-pagination-link.st-ui-pagination-number-link:before {
  content: none;
}
.leidos-search-results .st-result-pagination-link.st-ui-pagination-number-link.active {
  background: var(--mid-purple);
  box-shadow: -4px 4px 6px 0px rgba(var(--bright-purple), 0.15);
  border-color: var(--mid-purple) !important;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .paragraph--type--site-search > section {
    padding-bottom: 6rem !important;
  }
}
.paragraph--type--site-search .leidos-search-form form[role=search] {
  background: #fff;
  border: 1px solid rgb(var(--purple-25));
  border-radius: 8px;
  display: flex;
  margin-top: 3.5rem;
  padding: 3px 0;
}
@media screen and (min-width: 992px) {
  .paragraph--type--site-search .leidos-search-form form[role=search] {
    margin-top: 8.5rem;
  }
}
.paragraph--type--site-search .leidos-search-form .site-search--submit-button {
  display: block;
}
.paragraph--type--site-search .leidos-search-form .site-search--submit-button path {
  stroke: var(--mid-purple);
}

.modal#searchModal {
  background: var(--dark-purple);
  backdrop-filter: blur(25px);
}
@media screen and (min-width: 992px) {
  .modal#searchModal {
    background: rgba(var(--dark-purple-rgb), 0.9);
  }
}
.modal#searchModal label h6,
.modal#searchModal > figure > header > button,
.modal#searchModal input {
  color: #fff;
}
.modal#searchModal label h6,
.modal#searchModal input {
  font-family: "AvenirNext", sans-serif;
  font-weight: 600;
}
.modal#searchModal label h6 {
  font-size: 16px;
  font-size: 1.6rem;
  opacity: 0.9;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .modal#searchModal label h6 {
    margin-bottom: 18px;
  }
}
.modal#searchModal > figure > header > button {
  font-size: 50px;
  font-size: 5rem;
  right: -0.4rem;
}
.modal#searchModal input {
  border-bottom-color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
.modal#searchModal input::placeholder {
  color: inherit;
  font-family: "AvenirNext", sans-serif;
  font-weight: 600;
  opacity: 1;
}
.modal#searchModal input:-ms-input-placeholder {
  color: inherit;
  font-family: "AvenirNext", sans-serif;
  font-weight: 600;
}
.modal#searchModal input::-ms-input-placeholder {
  color: inherit;
  font-family: "AvenirNext", sans-serif;
  font-weight: 600;
}

.menu--main,
.menu--utility-header-navigation {
  line-height: 1.444em;
}

.breadcrumb {
  text-shadow: none;
}

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