/* Colors and backgrounds */
.bg-attenuate-01-light {
  background: rgb(249, 223, 248);
  background: linear-gradient(90deg, rgb(249, 223, 248) 0%, rgb(234, 228, 250) 35%, rgb(223, 236, 249) 100%);
}

.bg-attenuate-01-dark {
  background: #6C207D;
  background: linear-gradient(90deg, #6C207D 10%, #442D82 60%, #274280 100%);
}

.bg-attenuate-02-light {
  background: rgb(234, 228, 250);
  background: linear-gradient(90deg, rgb(234, 228, 250) 0%, rgb(223, 236, 249) 35%, rgb(219, 244, 241) 100%);
}

.bg-attenuate-02-dark {
  background: #442D82;
  background: linear-gradient(90deg, #442D82 10%, #274280 60%, #1B566C 100%);
}

.bg-attenuate-03-light {
  background: rgb(223, 236, 249);
  background: linear-gradient(90deg, rgb(223, 236, 249) 0%, rgb(219, 244, 241) 35%, rgb(229, 244, 219) 100%);
}

.bg-attenuate-03-dark {
  background: #274280;
  background: linear-gradient(90deg, #274280 10%, #1B566C 60%, #375831 100%);
}

.bg-attenuate-04-dark {
  background: #1B566C;
  background: linear-gradient(90deg, #1B566C 10%, #375831 60%, #645130 100%);
}

.bg-attenuate-05-dark {
  background: #375831;
  background: linear-gradient(90deg, #375831 10%, #645130 60%, #723C36 100%);
}

.bg-attenuate-06-dark {
  background: #645130;
  background: linear-gradient(90deg, #645130 10%, #723C36 60%, #6C273E 100%);
}

.bg-attenuate-07-dark {
  background: #723C36;
  background: linear-gradient(90deg, #723C36 10%, #6C273E 60%, #6C207D 100%);
}

.bg-attenuate-08-dark {
  background: #6C273E;
  background: linear-gradient(90deg, #6C273E 10%, #6C207D 60%, #442D82 100%);
}

.bg-mid-gray {
  background-color: #7c7c7a;
}

.bg-gray-25 {
  background-color: #efefee;
}

.bg-mid-ultraviolet {
  background-color: #901588;
}

.bg-teal-25 {
  background-color: #c2ece8;
}

.bg-white {
  background-color: #ffffff;
}

.bg-mid-teal {
  background-color: #0e736c;
}

.bg-mid-purple {
  background-color: #4c3291;
}

.bg-bright-purple {
  background-color: #734cdd;
}

.bg-purple-25-gradient {
  background: #6C207D;
  background: linear-gradient(89deg, #6C207D 0%, #442D82 67.19%, #274280 100%);
}

.bg-bright-ultraviolet-gradient {
  background: #d62cd0;
  background: linear-gradient(86deg, #d62cd0 10%, #734cdd 60%, #2981d7 100%);
}

.polygon {
  overflow: hidden;
  position: relative;
}
.polygon:before {
  background-image: url("/themes/custom/lp/assets/icons/polygon-10percent.svg");
  background-repeat: no-repeat;
  content: "";
  height: 428px;
  left: -130px;
  position: absolute;
  top: -250px;
  width: 770px;
}
@media screen and (min-width: 576px) {
  .polygon:before {
    left: unset;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .polygon:before {
    top: -50px;
  }
}

.polygon-white {
  position: relative;
}
.polygon-white:before {
  background-image: url("/themes/custom/lp/assets/icons/polygon-white.svg");
  background-repeat: no-repeat;
  content: "";
  height: 428px;
  left: -130px;
  position: absolute;
  top: -250px;
  width: 770px;
}
@media screen and (min-width: 576px) {
  .polygon-white:before {
    left: unset;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .polygon-white:before {
    top: -50px;
  }
}

.polygon-full {
  overflow: hidden;
  position: relative;
}
.polygon-full:before {
  background-image: url("/themes/custom/lp/assets/icons/polygon-full.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 754px;
  position: absolute;
  right: -434px;
  top: 50px;
  transition: all 0.6s ease-in-out;
  width: 868px;
}
@media screen and (min-width: 992px) {
  .polygon-full:hover:before {
    right: -350px;
    top: -25px;
  }
}
.polygon-full.bg-dark:before {
  background-image: url("/themes/custom/lp/assets/icons/polygon-full-white.svg");
}

.animate {
  background-size: 100%;
  position: relative;
  transition: all 0.6s linear;
}
.animate:hover {
  background-size: 200%;
}

/* Apply a natural box layout model to all elements http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: none;
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0;
  padding-left: 15rem;
}

details {
  border: none;
}

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

figure {
  line-height: 1;
  margin: inherit;
}

.strike {
  text-decoration: line-through;
}

b,
strong {
  font-weight: bold;
}

.arrow-down {
  stroke: #4c3291;
}

body {
  font-family: "AvenirNext", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.444em;
  color: #3B3937;
}

h1 {
  color: #4c3291;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.96px;
  line-height: 49px;
  margin-bottom: 24px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 64px;
    line-height: 69px;
    margin-bottom: 32px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 56px;
    line-height: 64px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 48px;
    line-height: 58px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 36px;
    line-height: 46px;
  }
}

h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

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

h2,
h3,
h4,
h5,
h6 {
  color: #4c3291;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 24px;
  }
}

.heading-e,
.heading-e .field__label {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 1rem !important;
  text-transform: uppercase;
}

a {
  color: #901588;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.ico:hover {
  text-decoration: none;
}
a.ico-play {
  display: block;
  transition: all 0.15s linear;
}
a.ico-play, .bg-dark a.ico-play, .paragraph .bg-dark a.ico-play {
  background: transparent;
  border: none;
}
a.ico-play:hover, a.ico-play:focus, .bg-dark a.ico-play:hover, .bg-dark a.ico-play:focus, .paragraph .bg-dark a.ico-play:hover, .paragraph .bg-dark a.ico-play:focus {
  background: transparent;
  border: none;
}
a.ico-play:hover:before, a.ico-play:hover:before, a.ico-play:focus:before, a.ico-play:focus:before, .bg-dark a.ico-play:hover:before, .bg-dark a.ico-play:hover:before, .bg-dark a.ico-play:focus:before, .bg-dark a.ico-play:focus:before, .paragraph .bg-dark a.ico-play:hover:before, .paragraph .bg-dark a.ico-play:hover:before, .paragraph .bg-dark a.ico-play:focus:before, .paragraph .bg-dark a.ico-play:focus:before {
  color: rgba(255, 255, 255, 0.5);
}
a.ico-play:before {
  font-size: 70px;
  font-size: 7rem;
  color: #fff;
  transition: inherit;
}
@media screen and (min-width: 768px) {
  a.ico-play:before {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  a.ico-play:before {
    font-size: 110px;
    font-size: 11rem;
  }
}

p {
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  p {
    margin-bottom: 24px;
  }
}
p.lead, .lead p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 6rem;
}

.eyebrow {
  color: #4c3291;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h1.h1-small {
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  text-transform: unset;
}
@media screen and (min-width: 992px) {
  h1.h1-small {
    font-size: 64px;
    line-height: 69px;
  }
}

footer.outer-wrapper {
  max-width: 192rem;
  margin: 0 auto;
}

.region--footer-bottom {
  line-height: 1.06;
}

.secondary-footer {
  padding: 3rem 0;
}
@media screen and (min-width: 576px) {
  .secondary-footer {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .secondary-footer {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .secondary-footer {
    padding: 8rem 0;
  }
}
@media screen and (min-width:1600px) {
  .secondary-footer {
    padding: 10rem 0;
  }
}
.secondary-footer p {
  margin-bottom: 3.5rem;
}
.secondary-footer .flex-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .secondary-footer .flex-wrapper {
    flex-direction: row;
    margin: 0 -5rem;
  }
}
.secondary-footer .flex-wrapper > div:nth-child(1) {
  padding-bottom: 3rem;
}
.secondary-footer .flex-wrapper > div:nth-child(2) {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .secondary-footer .flex-wrapper > div:nth-child(1), .secondary-footer .flex-wrapper > div:nth-child(2) {
    width: 50%;
    padding: 4rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .secondary-footer .flex-wrapper > div.paragraph-slot.is-form {
    width: 100%;
    padding: 0 5rem;
  }
}
.secondary-footer .flex-wrapper .job-footer div {
  display: flex;
}
.secondary-footer input {
  height: 45px;
  line-height: 45px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  border: none;
  color: #999999;
}
.secondary-footer .form-item-job-title {
  display: flex;
}
.secondary-footer .job-search-keywords {
  box-shadow: none;
  border: 1px solid #b9a5ee;
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.secondary-footer a.search,
.secondary-footer input.job-search-button,
.secondary-footer button.job-search-button {
  background: #901588 !important;
  border: 1px solid #b9a5ee;
  border-radius: 0 8px 8px 0;
  color: #fff !important;
  display: inline-block;
  height: 45px;
  padding: 0;
  position: relative;
  width: 40px;
}
.secondary-footer a.search:hover, .secondary-footer a.search:focus,
.secondary-footer input.job-search-button:hover,
.secondary-footer input.job-search-button:focus,
.secondary-footer button.job-search-button:hover,
.secondary-footer button.job-search-button:focus {
  color: #cccccc !important;
}
.secondary-footer a.search:before,
.secondary-footer input.job-search-button:before,
.secondary-footer button.job-search-button:before {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .secondary-footer > div .form-wrap form {
    padding: 0 1rem;
  }
}
.secondary-footer .paragraph--view-mode--footer section,
.secondary-footer .component-formattedtext {
  padding-bottom: 0 !important;
}

.footer-layout {
  background: #201747;
  color: #fff;
  padding-bottom: 1rem;
}
.footer-layout h2,
.footer-layout h3,
.footer-layout h4,
.footer-layout h5,
.footer-layout h6 {
  color: inherit;
}
.footer-layout h2 {
  font-size: 24px;
}
.footer-layout a {
  font-weight: 400;
}
.footer-layout ul {
  padding: 0;
}
.footer-layout ul li {
  margin: 0;
  display: inline;
  list-style-type: none;
}
.footer-layout ul li a {
  color: #fff;
  display: inline-block;
  transition: all 0.15s linear;
}
.footer-layout ul li a:before {
  font-size: 21px;
  font-size: 2.1rem;
}
.footer-layout .menu a.is-active {
  color: #fff;
}
.footer-layout .primary {
  padding: 3rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .footer-layout .primary {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-layout .primary {
    padding: 6rem 0 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer-layout .primary {
    padding: 10rem 0 6rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer-layout .primary > div {
    display: flex;
    align-items: center;
    grid-gap: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-layout .primary > div {
    margin-bottom: 0;
  }
}
.footer-layout .primary > div h2,
.footer-layout .primary > div .btn {
  white-space: nowrap;
}
.footer-layout .primary > div p:last-of-type {
  margin-bottom: 0;
}
.footer-layout .primary > div .btn.secondary {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.footer-layout .primary > div .btn.secondary::after {
  display: none;
}
.footer-layout .primary > div .btn.secondary:hover, .footer-layout .primary > div .btn.secondary:focus {
  background: #850f89;
}
.footer-layout .primary li {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding: 0;
}
.footer-layout .primary li:before {
  content: none;
}
.footer-layout .primary ul {
  font-family: "Avenir Next Black", sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-left: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer-layout .primary ul {
    margin-bottom: 40px;
  }
}
.footer-layout .primary ul .menu-item > span,
.footer-layout .primary ul a {
  padding: 0 0 10px;
}
.footer-layout .primary ul ul {
  font-family: "AvenirNext", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.footer-layout .primary ul ul a {
  font-weight: inherit;
}
.footer-layout .primary > ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-layout .primary > ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .footer-layout .primary > ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 576px) {
  .footer-layout .primary > ul > li {
    width: 33%;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-layout .primary > ul > li {
    width: auto;
    padding-right: 0;
  }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
  .footer-layout .primary > ul > li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer-layout .primary > ul > li {
    margin-bottom: 0;
  }
}
.footer-layout .primary > ul ul li {
  margin-bottom: 0;
  flex-direction: column;
}
.footer-layout svg.ext {
  fill: #ffffff;
  height: 20px;
  margin-left: 10px;
  padding-right: 0;
  width: 20px;
}
.footer-layout svg.ext path {
  stroke: #ffffff;
}
.footer-layout .block-leidos-footermenu,
.footer-layout .utility {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .footer-layout .block-leidos-footermenu,
  .footer-layout .utility {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-layout .block-leidos-footermenu .block-block-content,
.footer-layout .utility .block-block-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-layout .block-leidos-footermenu .block-block-content,
  .footer-layout .utility .block-block-content {
    width: auto;
  }
}
.footer-layout .utility {
  margin: 0;
  padding: 3rem 0 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
  border-top: 1px solid #DCD2F6;
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer-layout .utility {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-layout .utility {
    flex-flow: row;
  }
}
.footer-layout .utility > nav {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .footer-layout .utility > nav {
    margin-bottom: 0;
  }
}
.footer-layout .utility > div:nth-child(1) li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  margin: 0;
  padding-right: 8px;
}
.footer-layout .utility > div:nth-child(1) li + li {
  padding-top: 7px;
}
.footer-layout .utility > div:nth-child(1) ul:not(.contextual-links) {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .footer-layout .utility > div:nth-child(1) ul:not(.contextual-links) {
    display: inline-block;
  }
}
.footer-layout .utility > div:nth-child(1) .contextual-links li {
  display: list-item;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .footer-layout .utility > div:nth-child(1), .footer-layout .utility > div:nth-child(3) {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .footer-layout .utility > div:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer-layout .utility .block-menu {
    width: 100%;
  }
}
.footer-layout nav.navigation .menu {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .footer-layout nav.navigation .menu {
    align-items: normal;
    flex-direction: row;
  }
}
.footer-layout nav.navigation li {
  padding: 0;
  margin: 0;
}
.footer-layout nav.navigation span,
.footer-layout nav.navigation a {
  display: inline-block;
  padding: 5px 10px;
}
.footer-layout nav.menu--utility-footer, .footer-layout nav.menu--utility-footer-navigation {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.footer-layout nav.menu--utility-footer .menu, .footer-layout nav.menu--utility-footer-navigation .menu {
  flex-direction: row;
  grid-gap: 16px;
  justify-content: left;
}
.footer-layout nav.menu--utility-footer span,
.footer-layout nav.menu--utility-footer a, .footer-layout nav.menu--utility-footer-navigation span,
.footer-layout nav.menu--utility-footer-navigation a {
  font-weight: inherit;
  padding: 0;
}
.footer-layout nav.social {
  padding: 0;
  float: none;
  line-height: 1.06;
  max-width: 340px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer-layout nav.social {
    margin: 0;
  }
}
.footer-layout nav.social ul {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .footer-layout nav.social ul {
    justify-content: flex-end;
  }
}
.footer-layout nav.social ul li {
  padding-left: 17px;
}
.footer-layout nav.social ul li:nth-child(1) {
  padding-left: 0;
}
.footer-layout nav.social ul li a {
  padding: 5px 0;
}
.footer-layout .block-personalization li {
  padding: 0;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
}
.footer-layout .block-personalization li a {
  font-weight: 400;
}

[class*=bg-ang] {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-dark {
  color: #fff;
}
.bg-dark.bg-ang-green {
  background-color: #029875;
  background-image: url("/themes/custom/lp/sass/img/sf_green.jpg");
}
.bg-dark.bg-ang-red {
  background-color: #a61747;
  background-image: url("/themes/custom/lp/sass/img/series.png");
}
.bg-dark.bg-ang-purple {
  background-color: #850f89;
  background-image: url("/themes/custom/lp/sass/img/sf_ultraviolet.png");
}
.bg-dark.bg-ang-purple .accordion dt {
  border-top: 2px solid #850f89;
}
.bg-dark.bg-ang-purple2 {
  background-color: #850f89;
  background-image: url("/themes/custom/lp/sass/img/relatedpurple.png");
}
.bg-dark.bg-ang-purple3 {
  background-color: #850f89;
  background-image: url("/themes/custom/lp/sass/img/forms.png");
}
.bg-dark.bg-ang-teal {
  background-color: #00778b;
  background-image: url("/themes/custom/lp/sass/img/sf_teal.png");
}
.bg-dark.bg-ang-teal .accordion dt {
  border-top: 2px solid #00778b;
}
.bg-dark.bg-ang-teal2 {
  background-color: #00778b;
  background-image: url("/themes/custom/lp/sass/img/teal2.png");
}
.bg-dark.bg-ang-teal3 {
  background-color: #00778b;
  background-image: url("/themes/custom/lp/sass/img/teal-contact.png");
}
.bg-dark.bg-ang-indigo {
  background-color: #201747;
  background-image: url("/themes/custom/lp/sass/img/indigo-wide.png");
}
.bg-dark.bg-ang-indigo .btn.primary:hover, .bg-dark.bg-ang-indigo .btn.primary:focus {
  background-color: #850f89;
}
.bg-dark.bg-ang-indigo .accordion dt {
  border-top: 2px solid #201747;
}
.bg-dark.bg-ang-gray {
  background-color: #FFFFFF;
  background-image: url("/themes/custom/lp/sass/img/sf_lt_gray.png");
}
.bg-dark.bg-ang-gray input[type=text],
.bg-dark.bg-ang-gray input[type=number],
.bg-dark.bg-ang-gray input[type=email] {
  border: 1px solid #333333;
}
.bg-dark.bg-ang-dark-gray {
  background-color: #333333;
  background-image: url("/themes/custom/lp/sass/img/sf_dk_gray.png");
}
.bg-dark.bg-ang-dark-purple {
  background-color: #201747;
  background-image: url("/themes/custom/lp/sass/img/sf_violet.png");
}
.bg-dark.bg-ang-dkGray {
  background-color: #525252;
  background-image: url("/themes/custom/lp/sass/img/N_Leidos_BG_1920x1068_DkGray.png");
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark caption {
  color: #fff;
}
.bg-dark table {
  color: #4c4c4c;
}
.bg-dark table a {
  color: #850f89;
  border-bottom: 2px solid #850f89;
}
.bg-dark table a:hover {
  color: #fff;
  background-color: #201747;
  border: none;
}
.bg-dark .contextual-links li,
.bg-dark .contextual-links li a {
  color: #201747;
}
.bg-dark.button-wrap {
  background-color: #4c4c4c;
}
.bg-dark.interior-intro {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .bg-dark.interior-intro {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bg-dark.interior-intro {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .bg-dark .tabs dt button {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .bg-dark .tabs dt button:hover, .bg-dark .tabs dt button:focus {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .bg-dark .tabs dd {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.bg-dark .accordion {
  background: #fff;
  color: #4c4c4c;
}
.bg-dark .eyebrow {
  color: #ffffff;
}
.bg-dark .btn.transparent {
  border: 2px solid white;
  color: white;
}
.bg-dark .btn.transparent:after {
  background-color: #ffffff;
}

.bg-dark a:not(.btn),
.bg-dark .paragraph a:not(.btn),
.paragraph .bg-dark a:not(.btn) {
  color: inherit;
}

.bg-ang-white input[type=text],
.bg-ang-white input[type=number],
.bg-ang-white input[type=email],
.bg-ang-gray input[type=text],
.bg-ang-gray input[type=number],
.bg-ang-gray input[type=email] {
  border: 1px solid #333333;
}

.bg-ang-white {
  background-color: #fff;
  background-image: url("/themes/custom/lp/sass/img/sf_white.png");
}

.bg-ang-gray {
  background-color: #7f7f7f;
  background-image: url("/themes/custom/lp/sass/img/gray.png");
}

.bg-card {
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
}
.bg-card--white {
  background: #fff;
}
.bg-card--purple {
  background: rgba(115, 76, 221, 0.1);
}

.block-tb-megamenu,
.megemenu-dropdown {
  box-shadow: -4px 4px 8px 0 rgba(144, 21, 136, 0.15);
}

.block-tb-megamenu {
  z-index: 10;
}
.block-tb-megamenu ul > * {
  margin-top: 0;
}

.tbm-main {
  background: none;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 0;
  width: 95%;
}

.tbm-nav {
  align-items: center;
}

.tbm-toggle.tbm-link.level-1 {
  margin-right: 10px;
}

.mm-search {
  height: 100%;
  width: 40px;
}

.mm-search-icon {
  display: block;
  height: 38px;
  transition: all 0.3s ease-out;
  width: 38px;
}
.mm-search-anchor:hover .mm-search-icon {
  transform: rotate(90deg);
}
.mm-search-icon path {
  stroke: #4c3291;
  transition: stroke 0.5s ease-out;
}
.mm-search-anchor:hover .mm-search-icon path {
  stroke: #901588;
}

.mm-logo {
  margin-left: auto;
}
.mm-logo.tbm-item .logo {
  padding: 0;
  width: auto;
}
.mm-logo svg,
.mm-logo img {
  width: 132px;
}

.megemenu-dropdown {
  border: none;
  color: #251846;
  font-family: "AvenirNext", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  left: -2.5%;
  height: calc(100vh - 80px) !important;
  padding: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown {
    left: unset;
    height: auto !important;
    max-height: calc(100vh - 80px);
    width: 100%;
  }
}
.mm-opened .megemenu-dropdown {
  display: block;
}
.toolbar-horizontal .megemenu-dropdown {
  max-height: calc(100vh - 119px);
}
.toolbar-horizontal.toolbar-tray-open .megemenu-dropdown {
  max-height: calc(100vh - 159px);
}
.megemenu-dropdown.mobile--slide-left > .tbm-row > .tbm-column {
  z-index: 1;
}
.megemenu-dropdown.mobile--slide-left > .tbm-row > .tbm-column > .tbm-column-inner {
  transform: translateX(-100vw);
}
.megemenu-dropdown > .tbm-row {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown > .tbm-row {
    height: auto;
  }
}
.megemenu-dropdown > .tbm-row > .tbm-column {
  overflow-y: auto;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown > .tbm-row > .tbm-column {
    overflow-y: visible;
  }
}
.megemenu-dropdown > .tbm-row > .tbm-column > .tbm-column-inner {
  background: linear-gradient(20.52deg, rgba(223, 236, 249, 0.1) 0%, rgba(219, 244, 241, 0.6) 67.19%, #E5F4DB 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
  transition: transform 0.4s ease-out;
  max-height: calc(100vh - 80px);
  width: 100vw;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown > .tbm-row > .tbm-column > .tbm-column-inner {
    direction: rtl;
    height: auto;
    overflow-y: auto;
    transition: none;
    width: 416px;
  }
}
.toolbar-horizontal .megemenu-dropdown > .tbm-row > .tbm-column > .tbm-column-inner {
  max-height: calc(100vh - 119px);
}
.toolbar-horizontal.toolbar-tray-open .megemenu-dropdown > .tbm-row > .tbm-column > .tbm-column-inner {
  max-height: calc(100vh - 159px);
}
.megemenu-dropdown .tbm-link-container,
.megemenu-dropdown .mobile--close-slide-left,
.megemenu-dropdown .mobile--parent-link {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 576px) {
  .megemenu-dropdown .tbm-link-container,
  .megemenu-dropdown .mobile--close-slide-left,
  .megemenu-dropdown .mobile--parent-link {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown .tbm-link-container,
  .megemenu-dropdown .mobile--close-slide-left,
  .megemenu-dropdown .mobile--parent-link {
    padding-left: 85px;
    padding-right: 85px;
  }
}
.megemenu-dropdown .tbm-item:first-child > .tbm-link-container {
  padding-top: 19px;
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown .tbm-item:first-child > .tbm-link-container {
    padding-top: 32px;
  }
}
.megemenu-dropdown .tbm-item:last-child > .tbm-link-container {
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown .tbm-item:last-child > .tbm-link-container {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .megemenu-dropdown .tbm-item.level-2 > .tbm-link-container {
    text-align: right;
  }
}
.megemenu-dropdown .tbm-item.level-2 > .tbm-link-container .tbm-link.level-2 {
  color: #4c3291;
}
.megemenu-dropdown .tbm-item.level-2 > .tbm-link-container .tbm-link.level-2:hover, .megemenu-dropdown .tbm-item.level-2 > .tbm-link-container .tbm-link.level-2.active-trail {
  color: #901588;
}

.tbm-link {
  color: inherit;
  font-weight: inherit;
}
.tbm-link:not(.level-1) {
  margin-bottom: 10px;
}
.tbm-item:last-child > .tbm-link-container > .tbm-link:not(.level-1) {
  margin-bottom: 0;
}
.tbm-link.level-2 {
  color: #4c3291;
}
.tbm-group .tbm-link.level-2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .tbm-group .tbm-link.level-2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 19px;
  }
}

.tbm-group-container {
  border: none;
}

.tbm-subnav > .tbm-item {
  margin-left: 0;
}
.tbm-subnav > .tbm-item > .tbm-link-container .tbm-link:hover, .tbm-subnav > .tbm-item > .tbm-link-container .tbm-link.active-trail, .tbm-subnav > .tbm-item.active > .tbm-link-container .tbm-link:hover, .tbm-subnav > .tbm-item.active > .tbm-link-container .tbm-link.active-trail {
  color: #901588 !important;
}
.tbm-subnav.level-1 > .tbm-item {
  clear: left;
}
@media screen and (min-width: 992px) {
  .tbm-subnav .level-2:hover > .tbm-item-child {
    display: block;
  }
}
.tbm-subnav .level-2 > .tbm-item-child {
  display: none;
  position: absolute;
  top: 0;
  left: 100vw;
  transition: transform 0.4s ease-out;
  width: 100vw;
}
@media screen and (min-width: 992px) {
  .tbm-subnav .level-2 > .tbm-item-child {
    direction: ltr;
    height: 100%;
    left: 416px;
    overflow-y: auto;
    transition: none;
    width: calc(100% - 416px);
  }
}
.tbm-subnav .level-2 > .tbm-item-child.mobile--slide-left {
  display: block;
}

.tbm-toggle {
  background: url("/themes/custom/lp/assets/icons/hamburger.svg") no-repeat 50% 50%;
  height: 38px;
  position: relative;
  text-indent: -9999px;
  width: 38px;
}

.tbm-item.level-1 {
  border: none;
}

.mm-search .search {
  position: relative;
}

.mobile--close-slide-left {
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #901588;
  display: flex;
  margin-bottom: 22px;
  margin-top: 26px;
  text-transform: uppercase;
  width: calc(100% - 48px);
}
@media screen and (min-width: 992px) {
  .mobile--close-slide-left {
    display: none;
  }
}
.mobile--close-slide-left .arrow-left-wrapper {
  line-height: 0;
}
.mobile--close-slide-left + .tbm-row .tbm-item.level-3:first-child > .tbm-link-container {
  padding-top: 13px;
}
@media screen and (min-width: 992px) {
  .mobile--close-slide-left + .tbm-row .tbm-item.level-3:first-child > .tbm-link-container {
    padding-top: 32px;
  }
}

.mobile--parent-link {
  color: inherit;
  display: block;
  font-weight: inherit;
}
@media screen and (min-width: 992px) {
  .mobile--parent-link {
    display: none;
  }
}

.tbm-subnav > .tbm-item > .tbm-link-container > .tbm-link:not(.level-2) {
  color: inherit;
  font-weight: inherit;
}

.btn {
  border-radius: 50px;
  display: block;
  font-family: "Avenir Next Medium", sans-serif;
  font-size: 16px !important;
  height: auto;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 2rem;
  min-width: 130px;
  padding: 10px 50px 10px 30px !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:after, .btn:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.btn:before {
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: translate(0, -5px) rotate(45deg);
  box-shadow: inset -2px 2px 0 0;
  border-radius: 0 2px 0 0;
}
.btn:after {
  top: 50%;
  right: 28px;
  width: 14px;
  height: 2px;
  transform: translate(0, -1px);
}
.btn:hover {
  text-decoration: none;
}
.btn:hover:before {
  transform: translate(7px, -5px) rotate(45deg);
}
.btn:hover:after {
  transform: translate(7px, -1px);
}
@media screen and (min-width: 768px) {
  .btn {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .btn {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .btn + .btn {
    margin-left: 2rem;
  }
}
.btn.primary {
  background-color: #901588;
  border: 2px solid #901588;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
  color: #fff;
}
.btn.primary:after {
  background-color: #ffffff;
}
.btn.primary:hover, .btn.primary:focus {
  background-color: #740f6d;
  box-shadow: -4px 4px 8px 0px rgba(37, 24, 70, 0.35);
}
.btn.secondary {
  background-color: #ffffff;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
  color: #901588;
  border: 2px solid #901588;
}
.btn.secondary:after {
  background-color: #901588;
}
.btn.secondary:hover, .btn.secondary:focus {
  box-shadow: -4px 4px 8px 0px rgba(37, 24, 70, 0.35);
  color: #740f6d;
  border-color: #740f6d;
}
.btn.tertiary {
  color: #901588;
  border: none;
  box-shadow: none;
  font-weight: 500;
}
.btn.tertiary:after {
  background-color: #901588;
}
.btn.tertiary:hover, .btn.tertiary:focus {
  background-color: transparent;
  color: #740f6d;
}
.btn.transparent {
  background-color: transparent;
  border: 2px solid #901588;
  color: #901588;
}
.btn.transparent:after {
  background-color: #901588;
}

.row {
  margin: 0 -1.5rem 1.5rem;
  display: flex;
}
.row.justify-content-center {
  justify-content: center;
}

.col-xs-1 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 8.3333333333%;
}

.col-sm-1 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-1 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-1 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-1 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-1 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-2 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 16.6666666667%;
}

.col-sm-2 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-2 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-2 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-2 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-2 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-3 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 25%;
}

.col-sm-3 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-3 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-3 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-3 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-3 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-4 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 33.3333333333%;
}

.col-sm-4 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-4 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-4 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-4 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-4 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-5 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 41.6666666667%;
}

.col-sm-5 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-5 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-5 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-5 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-5 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-6 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 50%;
}

.col-sm-6 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-6 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-6 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-6 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-6 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-7 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 58.3333333333%;
}

.col-sm-7 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-7 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-7 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-7 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-7 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-8 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 66.6666666667%;
}

.col-sm-8 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-8 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-8 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-8 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-8 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-9 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 75%;
}

.col-sm-9 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-9 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-9 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-9 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-9 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-10 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 83.3333333333%;
}

.col-sm-10 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-10 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-10 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-10 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-10 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-11 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 91.6666666667%;
}

.col-sm-11 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-11 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-11 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-11 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-11 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xs-12 {
  flex: 0 0 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
  width: 100%;
}

.col-sm-12 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-md-12 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-lg-12 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xl-12 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

.col-xxl-12 {
  flex: 1 1 auto;
  padding: 0 1.5rem;
  margin: 0;
  float: left;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width:1600px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@font-face {
  font-family: "Avenir Next";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next Light";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Lt.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Lt.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next Bold";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Bold.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Bold.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next Black";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Blk.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Blk.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next Demi";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Demi.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Demi.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next Medium";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Md.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Md.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next Thin";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Th.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Th.woff") format("woff");
}
@font-face {
  font-family: "AvenirLT-Book";
  src: url("/themes/custom/lp/sass/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"), url("/themes/custom/lp/sass/fonts/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
}
@font-face {
  font-family: "AvenirLT-Black";
  src: url("/themes/custom/lp/sass/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"), url("/themes/custom/lp/sass/fonts/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/7bdad4a5-289b-42f9-b6fa-c5883b9e9f23.svg#7bdad4a5-289b-42f9-b6fa-c5883b9e9f23") format("svg");
}
/***** requested additions *****/
@font-face {
  font-family: "Avenir LT W01 35 Light";
  src: url("/themes/custom/lp/sass/fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"), url("/themes/custom/lp/sass/fonts/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
}
@font-face {
  font-family: "AvenirLTW01-35LightObli";
  src: url("/themes/custom/lp/sass/fonts/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/6500273c-8e8b-48d2-b0c0-dcae293c0120.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/47fd1045-6e5b-4c87-9235-cfbc2b42cde7.woff") format("woff"), url("/themes/custom/lp/sass/fonts/60662abb-0ac3-46b2-930f-4719462489c9.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/9cf39ac2-87a5-4c4e-a604-7cece19d30bd.svg#9cf39ac2-87a5-4c4e-a604-7cece19d30bd") format("svg");
}
@font-face {
  font-family: "Avenir LT W01 45 Book";
  src: url("/themes/custom/lp/sass/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"), url("/themes/custom/lp/sass/fonts/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
}
@font-face {
  font-family: "AvenirLTW01-45BookObliq";
  src: url("/themes/custom/lp/sass/fonts/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/acc13cdc-338a-43e6-a156-e54a4c87582d.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/ca94ed56-18fc-4856-940a-70a072607c7c.woff") format("woff"), url("/themes/custom/lp/sass/fonts/dd6da407-70fe-4aa3-a1c7-64f0cb086f01.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/c7f424be-90e1-45b8-b617-ee3589a859bd.svg#c7f424be-90e1-45b8-b617-ee3589a859bd") format("svg");
}
@font-face {
  font-family: "Avenir LT W01 95 Black";
  src: url("/themes/custom/lp/sass/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"), url("/themes/custom/lp/sass/fonts/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/7bdad4a5-289b-42f9-b6fa-c5883b9e9f23.svg#7bdad4a5-289b-42f9-b6fa-c5883b9e9f23") format("svg");
}
@font-face {
  font-family: "AvenirLTW01-95BlackObli";
  src: url("/themes/custom/lp/sass/fonts/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/36ec15b9-f8da-447f-8fed-a9cfdfb91fbb.woff") format("woff"), url("/themes/custom/lp/sass/fonts/230d6b14-6d44-4dd5-a6ae-a4287936e51e.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/9bce4920-94e2-4e4d-bd34-818801dd3eb3.svg#9bce4920-94e2-4e4d-bd34-818801dd3eb3") format("svg");
}
@font-face {
  font-family: "Avenir LT W01 85 Heavy";
  src: url("/themes/custom/lp/sass/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("/themes/custom/lp/sass/fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
}
@font-face {
  font-family: "AvenirLTW01-85HeavyObli";
  src: url("/themes/custom/lp/sass/fonts/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/53554f6f-4b01-4815-87fe-82c49b8ba5a9.woff") format("woff"), url("/themes/custom/lp/sass/fonts/28dfedaf-6372-45a1-8833-b3078dc56a21.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/f747b6ee-4d13-4e45-815d-f33ac1b71d63.svg#f747b6ee-4d13-4e45-815d-f33ac1b71d63") format("svg");
}
@font-face {
  font-family: "Avenir";
  src: url("/themes/custom/lp/sass/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/4f32268f-fd86-4960-b72c-4bb1ba75ec6f.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/939cba03-5b40-4d01-9bc5-7589eca863db.woff") format("woff"), url("/themes/custom/lp/sass/fonts/849bc5b9-a2ff-4343-977b-26ba8bd24a60.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/f67fa3b5-c1d1-488f-8e60-a828b9ad56a4.svg#f67fa3b5-c1d1-488f-8e60-a828b9ad56a4") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("/themes/custom/lp/sass/fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"), url("/themes/custom/lp/sass/fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("/themes/custom/lp/sass/fonts/2a6f81a2-475c-4831-9949-33d7748ee561.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/2a6f81a2-475c-4831-9949-33d7748ee561.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/e0af2f49-a399-482b-a54e-d745e268ec80.woff") format("woff"), url("/themes/custom/lp/sass/fonts/6803d3dd-2107-45fc-ac8a-a4fa13771547.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/1bb1acb5-8d4e-4800-88af-dbcf1fe96ef8.svg#1bb1acb5-8d4e-4800-88af-dbcf1fe96ef8") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("/themes/custom/lp/sass/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("/themes/custom/lp/sass/fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("/themes/custom/lp/sass/fonts/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/7be0fdec-384a-42b5-ab27-c60a322cde7d.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/53554f6f-4b01-4815-87fe-82c49b8ba5a9.woff") format("woff"), url("/themes/custom/lp/sass/fonts/28dfedaf-6372-45a1-8833-b3078dc56a21.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/f747b6ee-4d13-4e45-815d-f33ac1b71d63.svg#f747b6ee-4d13-4e45-815d-f33ac1b71d63") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("/themes/custom/lp/sass/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/a24b3f55-c8c8-41a1-a77e-7cdf417d82f6.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff") format("woff"), url("/themes/custom/lp/sass/fonts/c33278bc-988e-440b-b4be-6acc095e6044.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/7bdad4a5-289b-42f9-b6fa-c5883b9e9f23.svg#7bdad4a5-289b-42f9-b6fa-c5883b9e9f23") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("/themes/custom/lp/sass/fonts/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix");
  src: url("/themes/custom/lp/sass/fonts/fbf3e69b-73b2-406d-84bc-feda30a0a563.eot?#iefix") format("eot"), url("/themes/custom/lp/sass/fonts/36ec15b9-f8da-447f-8fed-a9cfdfb91fbb.woff") format("woff"), url("/themes/custom/lp/sass/fonts/230d6b14-6d44-4dd5-a6ae-a4287936e51e.ttf") format("truetype"), url("/themes/custom/lp/sass/fonts/9bce4920-94e2-4e4d-bd34-818801dd3eb3.svg#9bce4920-94e2-4e4d-bd34-818801dd3eb3") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("/themes/custom/lp/sass/fonts/icomoon.eot?4xnheg");
  src: url("/themes/custom/lp/sass/fonts/icomoon.eot?#iefix4xnheg") format("embedded-opentype"), url("/themes/custom/lp/sass/fonts/icomoon.woff2?4xnheg") format("woff2"), url("/themes/custom/lp/sass/fonts/icomoon.ttf?4xnheg") format("truetype"), url("/themes/custom/lp/sass/fonts/icomoon.woff?4xnheg") format("woff"), url("/themes/custom/lp/sass/fonts/icomoon.svg?4xnheg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Th.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Th.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Lt.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Lt.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Md.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Md.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Demi.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Demi.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Bold.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/themes/custom/lp/sass/fonts/AvenirNextforLeidos-Blk.woff2") format("woff2"), url("/themes/custom/lp/sass/fonts/AvenirNextforLeido-Blk.woff") format("woff");
  font-weight: 900;
}
.container {
  max-width: 134rem;
  width: 100%;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .container {
    width: 95%;
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: calc(91% - 2.5rem);
  }
}
@media screen and (min-width:1600px) {
  .container {
    width: calc(85% - 2.5rem);
  }
}
.container.wide {
  max-width: 160rem;
}
@media screen and (min-width: 1200px) {
  .container.wide {
    width: 80%;
  }
}
.container.narrow {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .container.narrow {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container.narrow {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .container.narrow {
    width: 66.666%;
  }
}
@media screen and (min-width:1600px) {
  .container.narrow {
    width: 53.333%;
  }
}
.container .block-region-main {
  max-width: 100%;
}

.header-layout,
.main-layout {
  background: #fff;
  margin: 0 auto;
}
.header-layout .region--header,
.main-layout .region--header {
  position: relative;
}

.main-layout {
  max-width: 192rem;
}

#blockReadTime {
  line-height: 0.9;
}
#blockReadTime .ico {
  margin-right: 3px;
}
#blockReadTime span {
  vertical-align: middle;
  line-height: 1em;
}

.skip-link {
  width: 100%;
  background: #fff;
  position: relative;
  font-family: "Avenir Next Bold", sans-serif;
  color: #201747;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.skip-link:hover {
  color: #850f89;
}

.node--unpublished {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}
html body.path-node,
html body.path-frontpage {
  overflow-x: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width:575.98px) {
  .hidden-xs {
    display: none;
  }
}

@media screen and (min-width:576px) and (max-width:767.98px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width:1200px) and (max-width:1599.98px) {
  .hidden-xl {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  margin-bottom: 16px;
  padding-left: 1.2em;
}
@media screen and (min-width: 992px) {
  ol,
  ul {
    margin-bottom: 24px;
  }
}
ol > *,
ul > * {
  margin-top: 1em;
}

ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: upper-alpha;
}
ol ol ol ol ol {
  list-style: upper-roman;
}

.node--view-mode-full .kint dd,
header .kint dd,
footer .primary .kint dd,
.paragraphs-previewer .kint dd,
#leidos-megamenu-preview .kint dd,
.block-views-blockinsights-overview-block-1 .kint dd {
  padding: 4px !important;
}
.node--view-mode-full hr,
header hr,
footer .primary hr,
.paragraphs-previewer hr,
#leidos-megamenu-preview hr,
.block-views-blockinsights-overview-block-1 hr {
  margin: 5rem 0;
  border-top: 0.5px solid #cccccc;
}
.node--view-mode-full article,
header article,
footer .primary article,
.paragraphs-previewer article,
#leidos-megamenu-preview article,
.block-views-blockinsights-overview-block-1 article {
  padding-bottom: 35px;
}
.node--view-mode-full article.align-left,
header article.align-left,
footer .primary article.align-left,
.paragraphs-previewer article.align-left,
#leidos-megamenu-preview article.align-left,
.block-views-blockinsights-overview-block-1 article.align-left {
  padding-right: 35px;
}
.node--view-mode-full article.align-right,
header article.align-right,
footer .primary article.align-right,
.paragraphs-previewer article.align-right,
#leidos-megamenu-preview article.align-right,
.block-views-blockinsights-overview-block-1 article.align-right {
  padding-left: 35px;
}
.node--view-mode-full article.align-center,
header article.align-center,
footer .primary article.align-center,
.paragraphs-previewer article.align-center,
#leidos-megamenu-preview article.align-center,
.block-views-blockinsights-overview-block-1 article.align-center {
  text-align: center;
}
@media screen and (min-width: 450px) {
  .node--view-mode-full figure.align-right,
  .node--view-mode-full .embedded-entity.align-right,
  header figure.align-right,
  header .embedded-entity.align-right,
  footer .primary figure.align-right,
  footer .primary .embedded-entity.align-right,
  .paragraphs-previewer figure.align-right,
  .paragraphs-previewer .embedded-entity.align-right,
  #leidos-megamenu-preview figure.align-right,
  #leidos-megamenu-preview .embedded-entity.align-right,
  .block-views-blockinsights-overview-block-1 figure.align-right,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-right {
    margin-left: 35px;
  }
}
@media screen and (min-width: 450px) {
  .node--view-mode-full figure.align-right article,
  .node--view-mode-full .embedded-entity.align-right article,
  header figure.align-right article,
  header .embedded-entity.align-right article,
  footer .primary figure.align-right article,
  footer .primary .embedded-entity.align-right article,
  .paragraphs-previewer figure.align-right article,
  .paragraphs-previewer .embedded-entity.align-right article,
  #leidos-megamenu-preview figure.align-right article,
  #leidos-megamenu-preview .embedded-entity.align-right article,
  .block-views-blockinsights-overview-block-1 figure.align-right article,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-right article {
    text-align: right;
  }
}
@media screen and (min-width: 450px) {
  .node--view-mode-full figure.align-left,
  .node--view-mode-full .embedded-entity.align-left,
  header figure.align-left,
  header .embedded-entity.align-left,
  footer .primary figure.align-left,
  footer .primary .embedded-entity.align-left,
  .paragraphs-previewer figure.align-left,
  .paragraphs-previewer .embedded-entity.align-left,
  #leidos-megamenu-preview figure.align-left,
  #leidos-megamenu-preview .embedded-entity.align-left,
  .block-views-blockinsights-overview-block-1 figure.align-left,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-left {
    margin-right: 35px;
  }
}
.node--view-mode-full figure.align-center,
.node--view-mode-full .embedded-entity.align-center,
header figure.align-center,
header .embedded-entity.align-center,
footer .primary figure.align-center,
footer .primary .embedded-entity.align-center,
.paragraphs-previewer figure.align-center,
.paragraphs-previewer .embedded-entity.align-center,
#leidos-megamenu-preview figure.align-center,
#leidos-megamenu-preview .embedded-entity.align-center,
.block-views-blockinsights-overview-block-1 figure.align-center,
.block-views-blockinsights-overview-block-1 .embedded-entity.align-center {
  clear: both;
  text-align: center;
}
.node--view-mode-full figure.align-center.entity-type--video,
.node--view-mode-full .embedded-entity.align-center.entity-type--video,
header figure.align-center.entity-type--video,
header .embedded-entity.align-center.entity-type--video,
footer .primary figure.align-center.entity-type--video,
footer .primary .embedded-entity.align-center.entity-type--video,
.paragraphs-previewer figure.align-center.entity-type--video,
.paragraphs-previewer .embedded-entity.align-center.entity-type--video,
#leidos-megamenu-preview figure.align-center.entity-type--video,
#leidos-megamenu-preview .embedded-entity.align-center.entity-type--video,
.block-views-blockinsights-overview-block-1 figure.align-center.entity-type--video,
.block-views-blockinsights-overview-block-1 .embedded-entity.align-center.entity-type--video {
  width: 100%;
}
.node--view-mode-full figure.align-center figcaption,
.node--view-mode-full .embedded-entity.align-center figcaption,
header figure.align-center figcaption,
header .embedded-entity.align-center figcaption,
footer .primary figure.align-center figcaption,
footer .primary .embedded-entity.align-center figcaption,
.paragraphs-previewer figure.align-center figcaption,
.paragraphs-previewer .embedded-entity.align-center figcaption,
#leidos-megamenu-preview figure.align-center figcaption,
#leidos-megamenu-preview .embedded-entity.align-center figcaption,
.block-views-blockinsights-overview-block-1 figure.align-center figcaption,
.block-views-blockinsights-overview-block-1 .embedded-entity.align-center figcaption {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .node--view-mode-full figure.align-center figcaption,
  .node--view-mode-full .embedded-entity.align-center figcaption,
  header figure.align-center figcaption,
  header .embedded-entity.align-center figcaption,
  footer .primary figure.align-center figcaption,
  footer .primary .embedded-entity.align-center figcaption,
  .paragraphs-previewer figure.align-center figcaption,
  .paragraphs-previewer .embedded-entity.align-center figcaption,
  #leidos-megamenu-preview figure.align-center figcaption,
  #leidos-megamenu-preview .embedded-entity.align-center figcaption,
  .block-views-blockinsights-overview-block-1 figure.align-center figcaption,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-center figcaption {
    text-align: center;
  }
}
.node--view-mode-full figure.align-center article,
.node--view-mode-full .embedded-entity.align-center article,
header figure.align-center article,
header .embedded-entity.align-center article,
footer .primary figure.align-center article,
footer .primary .embedded-entity.align-center article,
.paragraphs-previewer figure.align-center article,
.paragraphs-previewer .embedded-entity.align-center article,
#leidos-megamenu-preview figure.align-center article,
#leidos-megamenu-preview .embedded-entity.align-center article,
.block-views-blockinsights-overview-block-1 figure.align-center article,
.block-views-blockinsights-overview-block-1 .embedded-entity.align-center article {
  text-align: center;
}
.node--view-mode-full figure.align-center article img,
.node--view-mode-full .embedded-entity.align-center article img,
header figure.align-center article img,
header .embedded-entity.align-center article img,
footer .primary figure.align-center article img,
footer .primary .embedded-entity.align-center article img,
.paragraphs-previewer figure.align-center article img,
.paragraphs-previewer .embedded-entity.align-center article img,
#leidos-megamenu-preview figure.align-center article img,
#leidos-megamenu-preview .embedded-entity.align-center article img,
.block-views-blockinsights-overview-block-1 figure.align-center article img,
.block-views-blockinsights-overview-block-1 .embedded-entity.align-center article img {
  display: inline;
}
@media screen and (max-width: 767px) {
  .node--view-mode-full figure.align-right, .node--view-mode-full figure.align-left,
  .node--view-mode-full .embedded-entity.align-right,
  .node--view-mode-full .embedded-entity.align-left,
  header figure.align-right,
  header figure.align-left,
  header .embedded-entity.align-right,
  header .embedded-entity.align-left,
  footer .primary figure.align-right,
  footer .primary figure.align-left,
  footer .primary .embedded-entity.align-right,
  footer .primary .embedded-entity.align-left,
  .paragraphs-previewer figure.align-right,
  .paragraphs-previewer figure.align-left,
  .paragraphs-previewer .embedded-entity.align-right,
  .paragraphs-previewer .embedded-entity.align-left,
  #leidos-megamenu-preview figure.align-right,
  #leidos-megamenu-preview figure.align-left,
  #leidos-megamenu-preview .embedded-entity.align-right,
  #leidos-megamenu-preview .embedded-entity.align-left,
  .block-views-blockinsights-overview-block-1 figure.align-right,
  .block-views-blockinsights-overview-block-1 figure.align-left,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-right,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-left {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .node--view-mode-full figure.align-right, .node--view-mode-full figure.align-left,
  .node--view-mode-full .embedded-entity.align-right,
  .node--view-mode-full .embedded-entity.align-left,
  header figure.align-right,
  header figure.align-left,
  header .embedded-entity.align-right,
  header .embedded-entity.align-left,
  footer .primary figure.align-right,
  footer .primary figure.align-left,
  footer .primary .embedded-entity.align-right,
  footer .primary .embedded-entity.align-left,
  .paragraphs-previewer figure.align-right,
  .paragraphs-previewer figure.align-left,
  .paragraphs-previewer .embedded-entity.align-right,
  .paragraphs-previewer .embedded-entity.align-left,
  #leidos-megamenu-preview figure.align-right,
  #leidos-megamenu-preview figure.align-left,
  #leidos-megamenu-preview .embedded-entity.align-right,
  #leidos-megamenu-preview .embedded-entity.align-left,
  .block-views-blockinsights-overview-block-1 figure.align-right,
  .block-views-blockinsights-overview-block-1 figure.align-left,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-right,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-left {
    max-width: calc(50% - 35px);
  }
}
@media screen and (min-width: 768px) {
  .node--view-mode-full figure.align-right.entity-type--video, .node--view-mode-full figure.align-left.entity-type--video,
  .node--view-mode-full .embedded-entity.align-right.entity-type--video,
  .node--view-mode-full .embedded-entity.align-left.entity-type--video,
  header figure.align-right.entity-type--video,
  header figure.align-left.entity-type--video,
  header .embedded-entity.align-right.entity-type--video,
  header .embedded-entity.align-left.entity-type--video,
  footer .primary figure.align-right.entity-type--video,
  footer .primary figure.align-left.entity-type--video,
  footer .primary .embedded-entity.align-right.entity-type--video,
  footer .primary .embedded-entity.align-left.entity-type--video,
  .paragraphs-previewer figure.align-right.entity-type--video,
  .paragraphs-previewer figure.align-left.entity-type--video,
  .paragraphs-previewer .embedded-entity.align-right.entity-type--video,
  .paragraphs-previewer .embedded-entity.align-left.entity-type--video,
  #leidos-megamenu-preview figure.align-right.entity-type--video,
  #leidos-megamenu-preview figure.align-left.entity-type--video,
  #leidos-megamenu-preview .embedded-entity.align-right.entity-type--video,
  #leidos-megamenu-preview .embedded-entity.align-left.entity-type--video,
  .block-views-blockinsights-overview-block-1 figure.align-right.entity-type--video,
  .block-views-blockinsights-overview-block-1 figure.align-left.entity-type--video,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-right.entity-type--video,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-left.entity-type--video {
    width: 50%;
  }
}
.node--view-mode-full figure.align-right article img, .node--view-mode-full figure.align-left article img,
.node--view-mode-full .embedded-entity.align-right article img,
.node--view-mode-full .embedded-entity.align-left article img,
header figure.align-right article img,
header figure.align-left article img,
header .embedded-entity.align-right article img,
header .embedded-entity.align-left article img,
footer .primary figure.align-right article img,
footer .primary figure.align-left article img,
footer .primary .embedded-entity.align-right article img,
footer .primary .embedded-entity.align-left article img,
.paragraphs-previewer figure.align-right article img,
.paragraphs-previewer figure.align-left article img,
.paragraphs-previewer .embedded-entity.align-right article img,
.paragraphs-previewer .embedded-entity.align-left article img,
#leidos-megamenu-preview figure.align-right article img,
#leidos-megamenu-preview figure.align-left article img,
#leidos-megamenu-preview .embedded-entity.align-right article img,
#leidos-megamenu-preview .embedded-entity.align-left article img,
.block-views-blockinsights-overview-block-1 figure.align-right article img,
.block-views-blockinsights-overview-block-1 figure.align-left article img,
.block-views-blockinsights-overview-block-1 .embedded-entity.align-right article img,
.block-views-blockinsights-overview-block-1 .embedded-entity.align-left article img {
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full figure.align-right article img, .node--view-mode-full figure.align-left article img,
  .node--view-mode-full .embedded-entity.align-right article img,
  .node--view-mode-full .embedded-entity.align-left article img,
  header figure.align-right article img,
  header figure.align-left article img,
  header .embedded-entity.align-right article img,
  header .embedded-entity.align-left article img,
  footer .primary figure.align-right article img,
  footer .primary figure.align-left article img,
  footer .primary .embedded-entity.align-right article img,
  footer .primary .embedded-entity.align-left article img,
  .paragraphs-previewer figure.align-right article img,
  .paragraphs-previewer figure.align-left article img,
  .paragraphs-previewer .embedded-entity.align-right article img,
  .paragraphs-previewer .embedded-entity.align-left article img,
  #leidos-megamenu-preview figure.align-right article img,
  #leidos-megamenu-preview figure.align-left article img,
  #leidos-megamenu-preview .embedded-entity.align-right article img,
  #leidos-megamenu-preview .embedded-entity.align-left article img,
  .block-views-blockinsights-overview-block-1 figure.align-right article img,
  .block-views-blockinsights-overview-block-1 figure.align-left article img,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-right article img,
  .block-views-blockinsights-overview-block-1 .embedded-entity.align-left article img {
    width: 100%;
    display: block;
  }
}
.node--view-mode-full figure img,
.node--view-mode-full .embedded-entity img,
header figure img,
header .embedded-entity img,
footer .primary figure img,
footer .primary .embedded-entity img,
.paragraphs-previewer figure img,
.paragraphs-previewer .embedded-entity img,
#leidos-megamenu-preview figure img,
#leidos-megamenu-preview .embedded-entity img,
.block-views-blockinsights-overview-block-1 figure img,
.block-views-blockinsights-overview-block-1 .embedded-entity img {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .node--view-mode-full figure img,
  .node--view-mode-full .embedded-entity img,
  header figure img,
  header .embedded-entity img,
  footer .primary figure img,
  footer .primary .embedded-entity img,
  .paragraphs-previewer figure img,
  .paragraphs-previewer .embedded-entity img,
  #leidos-megamenu-preview figure img,
  #leidos-megamenu-preview .embedded-entity img,
  .block-views-blockinsights-overview-block-1 figure img,
  .block-views-blockinsights-overview-block-1 .embedded-entity img {
    max-width: 260px;
  }
}
.node--view-mode-full figure article,
.node--view-mode-full .embedded-entity article,
header figure article,
header .embedded-entity article,
footer .primary figure article,
footer .primary .embedded-entity article,
.paragraphs-previewer figure article,
.paragraphs-previewer .embedded-entity article,
#leidos-megamenu-preview figure article,
#leidos-megamenu-preview .embedded-entity article,
.block-views-blockinsights-overview-block-1 figure article,
.block-views-blockinsights-overview-block-1 .embedded-entity article {
  padding-bottom: 0;
}
.node--view-mode-full figure figcaption,
.node--view-mode-full .embedded-entity figcaption,
header figure figcaption,
header .embedded-entity figcaption,
footer .primary figure figcaption,
footer .primary .embedded-entity figcaption,
.paragraphs-previewer figure figcaption,
.paragraphs-previewer .embedded-entity figcaption,
#leidos-megamenu-preview figure figcaption,
#leidos-megamenu-preview .embedded-entity figcaption,
.block-views-blockinsights-overview-block-1 figure figcaption,
.block-views-blockinsights-overview-block-1 .embedded-entity figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7em;
  font-style: italic;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .node--view-mode-full figure figcaption,
  .node--view-mode-full .embedded-entity figcaption,
  header figure figcaption,
  header .embedded-entity figcaption,
  footer .primary figure figcaption,
  footer .primary .embedded-entity figcaption,
  .paragraphs-previewer figure figcaption,
  .paragraphs-previewer .embedded-entity figcaption,
  #leidos-megamenu-preview figure figcaption,
  #leidos-megamenu-preview .embedded-entity figcaption,
  .block-views-blockinsights-overview-block-1 figure figcaption,
  .block-views-blockinsights-overview-block-1 .embedded-entity figcaption {
    display: block;
  }
}
.node--view-mode-full ::-webkit-scrollbar,
header ::-webkit-scrollbar,
footer .primary ::-webkit-scrollbar,
.paragraphs-previewer ::-webkit-scrollbar,
#leidos-megamenu-preview ::-webkit-scrollbar,
.block-views-blockinsights-overview-block-1 ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.node--view-mode-full ::-webkit-scrollbar-thumb,
header ::-webkit-scrollbar-thumb,
footer .primary ::-webkit-scrollbar-thumb,
.paragraphs-previewer ::-webkit-scrollbar-thumb,
#leidos-megamenu-preview ::-webkit-scrollbar-thumb,
.block-views-blockinsights-overview-block-1 ::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #d6d6d6;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  display: block;
}
.node--view-mode-full ::-webkit-scrollbar-track,
header ::-webkit-scrollbar-track,
footer .primary ::-webkit-scrollbar-track,
.paragraphs-previewer ::-webkit-scrollbar-track,
#leidos-megamenu-preview ::-webkit-scrollbar-track,
.block-views-blockinsights-overview-block-1 ::-webkit-scrollbar-track {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.node--view-mode-full .button-wrap,
header .button-wrap,
footer .primary .button-wrap,
.paragraphs-previewer .button-wrap,
#leidos-megamenu-preview .button-wrap,
.block-views-blockinsights-overview-block-1 .button-wrap {
  padding: 40px;
}
.node--view-mode-full .button-wrap + .button-wrap,
header .button-wrap + .button-wrap,
footer .primary .button-wrap + .button-wrap,
.paragraphs-previewer .button-wrap + .button-wrap,
#leidos-megamenu-preview .button-wrap + .button-wrap,
.block-views-blockinsights-overview-block-1 .button-wrap + .button-wrap {
  margin-bottom: 40px;
}
.node--view-mode-full button,
header button,
footer .primary button,
.paragraphs-previewer button,
#leidos-megamenu-preview button,
.block-views-blockinsights-overview-block-1 button {
  transition: all 0.15s linear;
}
.node--view-mode-full section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
header section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
footer .primary section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
.paragraphs-previewer section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
#leidos-megamenu-preview section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
.block-views-blockinsights-overview-block-1 section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card) {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  header section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  footer .primary section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  .paragraphs-previewer section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  #leidos-megamenu-preview section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  .block-views-blockinsights-overview-block-1 section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card) {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .node--view-mode-full section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  header section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  footer .primary section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  .paragraphs-previewer section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  #leidos-megamenu-preview section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card),
  .block-views-blockinsights-overview-block-1 section:not(.hero, .hero-video, .featured-component.component-edge, .paragraph--type--tabs .component-edge, .grid-intro-text, .grid, .stat-callout, .inline-video, .partners, .subsidiaries, .people, .secondary-footer, .series, .employee-lookup, .social-wrap, .tabs-card) {
    padding-bottom: 7rem;
  }
}
.node--view-mode-full .contextual-region .contextual .contextual-links li,
header .contextual-region .contextual .contextual-links li,
footer .primary .contextual-region .contextual .contextual-links li,
.paragraphs-previewer .contextual-region .contextual .contextual-links li,
#leidos-megamenu-preview .contextual-region .contextual .contextual-links li,
.block-views-blockinsights-overview-block-1 .contextual-region .contextual .contextual-links li {
  margin-bottom: 0;
}
.node--view-mode-full .contextual-region .contextual .contextual-links li a,
header .contextual-region .contextual .contextual-links li a,
footer .primary .contextual-region .contextual .contextual-links li a,
.paragraphs-previewer .contextual-region .contextual .contextual-links li a,
#leidos-megamenu-preview .contextual-region .contextual .contextual-links li a,
.block-views-blockinsights-overview-block-1 .contextual-region .contextual .contextual-links li a {
  display: block;
  font-family: sans-serif;
  font-size: small;
  line-height: 0.8em;
  margin: 0.25em 0;
  padding: 0.4em 0.6em;
  background-color: #fff;
  color: #666666;
  font-weight: 400;
  font-family: "AvenirNext", sans-serif;
  border: none;
}
.node--view-mode-full .contextual-region .contextual .contextual-links li a:hover, .node--view-mode-full .contextual-region .contextual .contextual-links li a:focus,
header .contextual-region .contextual .contextual-links li a:hover,
header .contextual-region .contextual .contextual-links li a:focus,
footer .primary .contextual-region .contextual .contextual-links li a:hover,
footer .primary .contextual-region .contextual .contextual-links li a:focus,
.paragraphs-previewer .contextual-region .contextual .contextual-links li a:hover,
.paragraphs-previewer .contextual-region .contextual .contextual-links li a:focus,
#leidos-megamenu-preview .contextual-region .contextual .contextual-links li a:hover,
#leidos-megamenu-preview .contextual-region .contextual .contextual-links li a:focus,
.block-views-blockinsights-overview-block-1 .contextual-region .contextual .contextual-links li a:hover,
.block-views-blockinsights-overview-block-1 .contextual-region .contextual .contextual-links li a:focus {
  background-color: #fff;
  color: #333333;
}

.contextual-region .contextual {
  z-index: 500 !important;
}
.contextual-region .contextual .contextual-links li {
  margin-bottom: 0;
}
.contextual-region .contextual .contextual-links li a {
  display: block;
  font-family: sans-serif;
  font-size: small;
  line-height: 0.8em;
  margin: 0.25em 0;
  padding: 0.4em 0.6em !important;
  background-color: #fff;
  color: #666666;
  font-weight: 400;
  font-family: "AvenirNext", sans-serif;
  border: none;
}
.contextual-region .contextual .contextual-links li a:hover, .contextual-region .contextual .contextual-links li a:focus {
  background-color: #fff;
  color: #333333;
}

button {
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: none;
}

.bg-img {
  background-color: #201747;
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.bg-img.tint-50:after {
  background: rgba(0, 0, 0, 0.4);
}
.bg-img.tint-60:after {
  background: rgba(0, 0, 0, 0.6);
}
.bg-img div {
  position: relative;
  z-index: 50;
}

#main-content .label {
  display: none;
}

.center {
  text-align: center;
}

.block-local-tasks-block {
  margin-top: 25px;
  padding: 0 50px;
  z-index: 101;
}
.node--type-insight .block-local-tasks-block {
  margin-top: 0;
}
.block-local-tasks-block .tabs {
  margin-bottom: 0;
}
.block-local-tasks-block .tabs a {
  text-decoration: none;
  padding: 0.2em 1em;
}

.ico:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-after:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-play:before {
  content: "\e900";
}

.ico-cyber2:before {
  content: "\e901";
}

.ico-development:before,
.ico-software:before {
  content: "\e902";
}

.ico-research:before {
  content: "\e903";
}

.ico-transportation:before {
  content: "\e904";
}

.ico-space:before {
  content: "\e905";
}

.ico-intelligence:before {
  content: "\e906";
}

.ico-homeland:before {
  content: "\e907";
}

.ico-government:before {
  content: "\e908";
}

.ico-energy:before {
  content: "\e909";
}

.ico-systemsintegration .path1:before {
  content: "\e90a";
  color: rgb(32, 23, 71);
}

.ico-systemsintegration .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.ico-systemsintegration .path3:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.ico-systemsintegration .path4:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(32, 23, 71);
}

.ico-systemsintegration .path5:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(32, 23, 71);
}

.ico-systemsintegration .path6:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.ico-systemsintegration .path7:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(32, 23, 71);
}

.ico-systemsintegration .path8:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(32, 23, 71);
}

.ico-systemsintegration .path9:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.ico-systemsintegration .path10:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.ico-securedevelopment:before {
  content: "\e914";
}

.ico-missionsupport:before {
  content: "\e915";
}

.ico-integratedsystems:before {
  content: "\e916";
}

.ico-missionsoftware:before {
  content: "\e917";
}

.ico-operations:before,
.ico-operations2:before {
  content: "\e918";
}

.ico-system2:before {
  content: "\e919";
}

.ico-modernization:before {
  content: "\e91a";
}

.ico-datascience:before {
  content: "\e91b";
}

.ico-defense:before {
  content: "\e91c";
}

.ico-cyber:before {
  content: "\e91d";
}

.ico-aviation:before {
  content: "\e91e";
}

.ico-health:before {
  content: "\e91f";
}

.ico-systems:before,
.ico-enterprise:before {
  content: "\e920";
}

.ico-lifesciences:before {
  content: "\e921";
}

.ico-sensors:before {
  content: "\e922";
}

.ico-close1:before {
  content: "\e923";
}

.ico-bars:before {
  content: "\f0c9";
}

.ico-navicon:before {
  content: "\f0c9";
}

.ico-reorder:before {
  content: "\f0c9";
}

.search-icon img {
  width: 14px;
  top: 2px;
  position: relative;
  max-width: inherit;
}

.ico.ico-search:before {
  content: "\f002";
  display: block;
}

.ico-instagram:before {
  content: "\f16d";
}

.ico-youtube:before,
.ico-youtube-play:before {
  content: "\f16a";
}

.ico-linkedin:before {
  content: "\f0e1";
}

.ico-facebook:before {
  content: "\f09a";
}

.ico-facebook-f:before {
  content: "\f09a";
}

.ico-twitter:before {
  content: url("../assets/icons/x.svg");
}

.ico-twitter-dark:before {
  content: url("../assets/icons/x-dark.svg");
}

.ico-twitter:hover,
.ico-twitter-dark:hover {
  opacity: 0.7;
}

.ico-angle-left:before {
  content: "\f104";
}

.ico-angle-right:before {
  content: "\f105";
}

.ico-caret-left:before {
  content: "\f0d9";
}

.ico-caret-right:before {
  content: "\f0da";
}

.ico-envelope:before {
  content: "\f0e0";
}

.ico-print:before {
  content: "\f02f";
}

.ico-close:before {
  content: "\f00d";
}

.ico-remove:before {
  content: "\f00d";
}

.ico-times:before {
  content: "\f00d";
}

.ico-check:before {
  content: "\f00c";
}

.ico-exclamation-triangle:before {
  content: "\f071";
}

.ico-warning:before {
  content: "\f071";
}

.ico-angle-down:before {
  content: "\f107";
}

.ico-clock:before {
  content: "\f017";
}

.contact-us-layout article {
  padding-bottom: 0;
}
.contact-us-layout .paragraph--type--formatted-text.container.narrow {
  width: 100%;
  max-width: none;
  padding: 0;
}
.contact-us-layout .component-edge section.interior-intro {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .contact-us-layout .component-edge section.interior-intro {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us-layout .component-edge section.interior-intro {
    padding-bottom: 7rem;
  }
}
.contact-us-layout .contact-body .row > div {
  padding-bottom: 3rem;
}
.contact-us-layout .contact-body .col-lg-8 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .contact-us-layout .contact-body .col-lg-8 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-us-layout .contact-body .col-lg-8 {
    margin-bottom: 7rem;
  }
}

body.node--type-author .block-region-sidebar .filler {
  display: none;
}

.node--view-mode-full figure.caption-article,
.paragraphs-previewer figure.caption-article {
  display: block;
  width: 100%;
}
.node--view-mode-full figure.caption-article img,
.paragraphs-previewer figure.caption-article img {
  display: block;
  max-width: 100%;
}
.node--view-mode-full figure.caption-article figcaption,
.paragraphs-previewer figure.caption-article figcaption {
  display: block;
  max-width: 100%;
}
.node--view-mode-full figure.caption-article.align-center article,
.paragraphs-previewer figure.caption-article.align-center article {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.node--view-mode-full figure.caption-article.align-center article > img,
.paragraphs-previewer figure.caption-article.align-center article > img {
  display: inline-block;
}
.node--view-mode-full figure.caption-article.align-center figcaption,
.paragraphs-previewer figure.caption-article.align-center figcaption {
  text-align: left;
}
.node--view-mode-full .social-sharing,
.paragraphs-previewer .social-sharing {
  z-index: 400;
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing,
  .paragraphs-previewer .social-sharing {
    order: 1;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing,
  .paragraphs-previewer .social-sharing {
    margin-right: 0;
    position: absolute;
    left: 2%;
    order: 2;
  }
}
@media screen and (min-width:1600px) {
  .node--view-mode-full .social-sharing,
  .paragraphs-previewer .social-sharing {
    left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing.affix,
  .paragraphs-previewer .social-sharing.affix {
    position: fixed;
    top: 65px;
  }
}
.node--view-mode-full .social-sharing h6,
.paragraphs-previewer .social-sharing h6 {
  font-family: "Avenir Next Bold", sans-serif;
  color: #666666;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing h6,
  .paragraphs-previewer .social-sharing h6 {
    display: none;
  }
}
.node--view-mode-full .social-sharing ul,
.paragraphs-previewer .social-sharing ul {
  margin-bottom: 2rem;
  display: flex;
  background: #fff;
  flex-direction: row;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing ul,
  .paragraphs-previewer .social-sharing ul {
    flex-direction: column;
    padding: 15px;
  }
}
.node--view-mode-full .social-sharing ul li,
.paragraphs-previewer .social-sharing ul li {
  margin: 0;
  margin-right: 3rem;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing ul li,
  .paragraphs-previewer .social-sharing ul li {
    margin-right: 0;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing ul li:last-of-type a,
  .paragraphs-previewer .social-sharing ul li:last-of-type a {
    margin-bottom: 0;
  }
}
.node--view-mode-full .social-sharing ul li a,
.paragraphs-previewer .social-sharing ul li a {
  border-bottom: none;
  background: transparent;
  color: #201747;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .social-sharing ul li a,
  .paragraphs-previewer .social-sharing ul li a {
    display: block;
    margin-bottom: 15px;
  }
}
.node--view-mode-full .social-sharing ul li a:before,
.paragraphs-previewer .social-sharing ul li a:before {
  transition: all 0.15s linear;
  font-size: 19px;
  font-size: 1.9rem;
}
.node--view-mode-full .social-sharing ul li a:hover, .node--view-mode-full .social-sharing ul li a:focus,
.paragraphs-previewer .social-sharing ul li a:hover,
.paragraphs-previewer .social-sharing ul li a:focus {
  border-bottom: none;
  background: transparent;
}
.node--view-mode-full .social-sharing ul li a:hover:before, .node--view-mode-full .social-sharing ul li a:focus:before,
.paragraphs-previewer .social-sharing ul li a:hover:before,
.paragraphs-previewer .social-sharing ul li a:focus:before {
  color: #850f89;
}
.node--view-mode-full .paragraph--type--formatted-text p:last-of-type,
.paragraphs-previewer .paragraph--type--formatted-text p:last-of-type {
  margin-bottom: 0;
}
.node--view-mode-full .border-top,
.paragraphs-previewer .border-top {
  border-top: 1px solid #cccccc;
}
.node--view-mode-full .interior-intro,
.paragraphs-previewer .interior-intro {
  padding-bottom: 5rem;
}
.node--view-mode-full .interior-intro h2,
.paragraphs-previewer .interior-intro h2 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .interior-intro h2,
  .paragraphs-previewer .interior-intro h2 {
    margin-bottom: 5rem;
  }
}
.node--view-mode-full .interior-intro p.lead,
.paragraphs-previewer .interior-intro p.lead {
  margin-bottom: 1rem;
}
.node--view-mode-full .interior-intro p:last-of-type,
.paragraphs-previewer .interior-intro p:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .interior-intro p:last-of-type,
  .paragraphs-previewer .interior-intro p:last-of-type {
    margin-bottom: 5.5rem;
  }
}
.node--view-mode-full .interior-intro nav,
.paragraphs-previewer .interior-intro nav {
  padding: 5rem 0 0;
}
.node--view-mode-full .interior-intro nav ul,
.paragraphs-previewer .interior-intro nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin: 0 -1.5rem;
}
.node--view-mode-full .interior-intro nav li,
.paragraphs-previewer .interior-intro nav li {
  margin: 8px 8px 0 0;
}
.node--view-mode-full .interior-intro nav li:before,
.paragraphs-previewer .interior-intro nav li:before {
  content: none;
}
.node--view-mode-full .scroll-nav,
.paragraphs-previewer .scroll-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .scroll-nav,
  .paragraphs-previewer .scroll-nav {
    display: block;
  }
}
.node--view-mode-full .scroll-nav ul li,
.paragraphs-previewer .scroll-nav ul li {
  list-style-type: none;
}
.node--view-mode-full .benefits h2,
.paragraphs-previewer .benefits h2 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .benefits h2,
  .paragraphs-previewer .benefits h2 {
    margin-bottom: 5rem;
  }
}
.node--view-mode-full .benefits img,
.paragraphs-previewer .benefits img {
  margin-bottom: 2.5rem;
}
.node--view-mode-full .benefits .row,
.paragraphs-previewer .benefits .row {
  flex-flow: wrap;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .node--view-mode-full .benefits .row,
  .paragraphs-previewer .benefits .row {
    justify-content: space-between;
  }
}
@media screen and (min-width: 576px) {
  .node--view-mode-full .benefits .row div,
  .paragraphs-previewer .benefits .row div {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .node--view-mode-full .benefits .row div,
  .paragraphs-previewer .benefits .row div {
    width: 22%;
  }
}
.node--view-mode-full .build-a-career,
.paragraphs-previewer .build-a-career {
  padding: 5rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .build-a-career,
  .paragraphs-previewer .build-a-career {
    padding: 7.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .node--view-mode-full .build-a-career,
  .paragraphs-previewer .build-a-career {
    padding: 9rem 0;
  }
}
.node--view-mode-full .build-a-career.bg-img > div,
.paragraphs-previewer .build-a-career.bg-img > div {
  position: relative;
  z-index: 50;
}
.node--view-mode-full .build-a-career h2,
.paragraphs-previewer .build-a-career h2 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .build-a-career h2,
  .paragraphs-previewer .build-a-career h2 {
    margin-bottom: 5rem;
  }
}
.node--view-mode-full .build-a-career .row,
.paragraphs-previewer .build-a-career .row {
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .build-a-career .row,
  .paragraphs-previewer .build-a-career .row {
    flex-direction: row;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .build-a-career .row > div,
  .paragraphs-previewer .build-a-career .row > div {
    width: 33%;
  }
}
.node--view-mode-full .build-a-career .row div + div,
.paragraphs-previewer .build-a-career .row div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .build-a-career .row div + div,
  .paragraphs-previewer .build-a-career .row div + div {
    border-top: 0;
    padding-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    margin-left: 30px;
  }
}
.node--view-mode-full .resources h2,
.paragraphs-previewer .resources h2 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .resources h2,
  .paragraphs-previewer .resources h2 {
    margin-bottom: 7rem;
  }
}
.node--view-mode-full .resources .lead,
.paragraphs-previewer .resources .lead {
  color: #00778b;
  margin-bottom: 1.5rem;
}
.node--view-mode-full .resources .row,
.paragraphs-previewer .resources .row {
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .node--view-mode-full .resources .row div,
  .paragraphs-previewer .resources .row div {
    width: 45%;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .node--view-mode-full .resources .row div,
  .paragraphs-previewer .resources .row div {
    width: 22%;
    margin-bottom: 0;
  }
}
.node--view-mode-full nav.careers-external,
.paragraphs-previewer nav.careers-external {
  background: #201747;
}
.node--view-mode-full nav.careers-external ul,
.paragraphs-previewer nav.careers-external ul {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full nav.careers-external ul,
  .paragraphs-previewer nav.careers-external ul {
    justify-content: center;
    flex-direction: row;
  }
}
.node--view-mode-full nav.careers-external ul li,
.paragraphs-previewer nav.careers-external ul li {
  list-style-type: none;
  margin-left: 0;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full nav.careers-external ul li,
  .paragraphs-previewer nav.careers-external ul li {
    padding: 0 20px;
    align-self: stretch;
    width: 25%;
    justify-content: center;
    position: relative;
  }
}
.node--view-mode-full nav.careers-external ul li div,
.paragraphs-previewer nav.careers-external ul li div {
  height: 100%;
  display: flex;
  align-items: center;
}
.node--view-mode-full nav.careers-external ul li a,
.paragraphs-previewer nav.careers-external ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: none;
  color: #fff;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full nav.careers-external ul li a,
  .paragraphs-previewer nav.careers-external ul li a {
    padding: 0;
  }
}
.node--view-mode-full nav.careers-external ul li a:hover,
.paragraphs-previewer nav.careers-external ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.node--view-mode-full nav.careers-external ul li img,
.paragraphs-previewer nav.careers-external ul li img {
  padding-right: 15px;
  align-self: center;
  width: 35px;
}
@media screen and (min-width: 576px) {
  .node--view-mode-full nav.careers-external ul li img,
  .paragraphs-previewer nav.careers-external ul li img {
    width: auto;
  }
}
.node--view-mode-full nav.careers-external ul li:before,
.paragraphs-previewer nav.careers-external ul li:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full nav.careers-external ul li:first-of-type:after,
  .paragraphs-previewer nav.careers-external ul li:first-of-type:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .node--view-mode-full nav.careers-external ul li:after,
  .paragraphs-previewer nav.careers-external ul li:after {
    display: block;
    position: absolute;
    content: "";
    background: white;
    width: 1px;
    height: 40px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 576px) {
  .node--view-mode-full nav.careers-external ul div,
  .paragraphs-previewer nav.careers-external ul div {
    justify-content: center;
  }
}
.node--view-mode-full .contact-body,
.paragraphs-previewer .contact-body {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .node--view-mode-full .contact-body,
  .paragraphs-previewer .contact-body {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .contact-body,
  .paragraphs-previewer .contact-body {
    padding-top: 7rem;
  }
}
.node--view-mode-full .contact-body p + h3,
.node--view-mode-full .contact-body p + h2,
.node--view-mode-full .contact-body p + h4,
.paragraphs-previewer .contact-body p + h3,
.paragraphs-previewer .contact-body p + h2,
.paragraphs-previewer .contact-body p + h4 {
  margin-top: 4.5rem;
}
.node--view-mode-full .contact-body .row,
.paragraphs-previewer .contact-body .row {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .contact-body .row div:nth-child(2),
  .paragraphs-previewer .contact-body .row div:nth-child(2) {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .node--view-mode-full .contact-body .row div:nth-child(2),
  .paragraphs-previewer .contact-body .row div:nth-child(2) {
    padding-left: 6rem;
  }
}
.node--view-mode-full .contact-body aside.bg-dark,
.paragraphs-previewer .contact-body aside.bg-dark {
  display: inline-block;
  width: 100%;
  padding: 2.5rem 2.5rem 3.5rem;
}
@media screen and (min-width: 576px) {
  .node--view-mode-full .contact-body aside.bg-dark,
  .paragraphs-previewer .contact-body aside.bg-dark {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .node--view-mode-full .contact-body aside.bg-dark,
  .paragraphs-previewer .contact-body aside.bg-dark {
    width: 100%;
  }
}
.node--view-mode-full .contact-body aside.bg-dark .btn,
.paragraphs-previewer .contact-body aside.bg-dark .btn {
  display: block;
}

.node.node--type-landing-page .paragraph--type--formatted-text .contact-body aside p:last-of-type, .node.node--type-insight-search .paragraph--type--formatted-text .contact-body aside p:last-of-type {
  margin-bottom: 3rem;
}

body.affix-footer {
  padding-bottom: 135px;
}
@media screen and (min-width: 576px) {
  body.affix-footer {
    padding-bottom: 85px;
  }
}
body.affix-footer .optanon-alert-box-wrapper {
  max-width: 192rem;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -175px);
}
@media screen and (min-width: 768px) {
  body.affix-footer .optanon-alert-box-wrapper {
    transform: translate(-50%, -101px);
  }
}

.st-ui-pagination {
  text-align: center;
}
.st-ui-pagination .st-query-present a {
  border-bottom: none !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.st-ui-pagination .st-query-present a:hover, .st-ui-pagination .st-query-present a:focus {
  background: transparent !important;
  color: #850f89 !important;
}

.employee-lookup .result {
  font-size: 32px;
  font-size: 3.2rem;
  color: #00778b;
}

#panels-ipe-tray {
  display: none;
}

.play-button.pointer-disabled {
  pointer-events: none;
  cursor: default;
}

ul.two-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
ul.two-column li {
  flex: 0 1 45%;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container .chosen-results {
  color: #444;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1rem 1.5rem;
  border: 1px solid #7f7f7f;
  background-color: #fff !important;
  color: #444 !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2.4;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 2.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  font-size: 0.1rem;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 5px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #7f7f7f;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  line-height: 1.3;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #7f7f7f;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#block-leidos-branding.contextual-region {
  position: static;
}

.node--type-insight header .main-menu {
  border-bottom: 1px solid #dbdbdb;
}

.main-layout {
  padding-top: 80px;
}
.main-layout.has-dropdown-main-menu {
  padding-top: 74px;
}
@media screen and (min-width: 1200px) {
  .main-layout.has-dropdown-main-menu {
    padding-top: 153px;
  }
}

@media screen and (max-width: 991.98px) {
  body.modal-open {
    overflow: hidden;
  }
}
@media screen and (max-width: 991.98px) {
  body.modal-open header.outer-wrapper .header-layout {
    height: 100vh;
    overflow-y: auto;
  }
}

header.outer-wrapper,
#leidos-megamenu-preview {
  background: white;
  box-shadow: -4px 4px 8px 0px rgba(144, 21, 136, 0.15);
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  header.outer-wrapper,
  #leidos-megamenu-preview {
    position: fixed;
  }
}
header.outer-wrapper .header-layout,
#leidos-megamenu-preview .header-layout {
  width: 100vw;
}
@media screen and (max-width: 767.98px) {
  header.outer-wrapper .header-layout,
  #leidos-megamenu-preview .header-layout {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 500;
  }
}
header.outer-wrapper.affix .header-layout #site-branding,
#leidos-megamenu-preview.affix .header-layout #site-branding {
  min-height: 6rem;
  top: 0;
  transform: none;
}
header.outer-wrapper.affix .header-layout .main-menu,
#leidos-megamenu-preview.affix .header-layout .main-menu {
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
}
@media screen and (min-width: 992px) {
  header.outer-wrapper.affix .header-layout .main-menu,
  #leidos-megamenu-preview.affix .header-layout .main-menu {
    padding: 1.1rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  header.outer-wrapper.affix .header-layout .utility,
  #leidos-megamenu-preview.affix .header-layout .utility {
    display: none;
  }
}
header.outer-wrapper a,
#leidos-megamenu-preview a {
  border-bottom: none;
}
header.outer-wrapper a:hover, header.outer-wrapper a:focus,
#leidos-megamenu-preview a:hover,
#leidos-megamenu-preview a:focus {
  background: transparent;
}
header.outer-wrapper a.skip,
#leidos-megamenu-preview a.skip {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
header.outer-wrapper a.skip:focus,
#leidos-megamenu-preview a.skip:focus {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #201747;
  color: #850f89;
}
header.outer-wrapper a.ico-search,
#leidos-megamenu-preview a.ico-search {
  line-height: normal;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Avenir Next Black", sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  header.outer-wrapper a.ico-search,
  #leidos-megamenu-preview a.ico-search {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 992px) {
  header.outer-wrapper a.ico-search,
  #leidos-megamenu-preview a.ico-search {
    left: 0;
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
header.outer-wrapper a.ico-search:before,
#leidos-megamenu-preview a.ico-search:before {
  color: #201747;
}
header.outer-wrapper a.ico-search:hover:before, header.outer-wrapper a.ico-search:focus:before,
#leidos-megamenu-preview a.ico-search:hover:before,
#leidos-megamenu-preview a.ico-search:focus:before {
  color: #850f89;
}
@media screen and (min-width: 992px) {
  header.outer-wrapper li a.ico-search,
  #leidos-megamenu-preview li a.ico-search {
    display: block;
  }
}
header.outer-wrapper .primary,
#leidos-megamenu-preview .primary {
  display: flex;
  list-style: none;
}
header.outer-wrapper .primary a,
#leidos-megamenu-preview .primary a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 20px;
  padding: 0 0 15px 0;
  font-family: "Avenir Next Black", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #201747;
}
header.outer-wrapper .primary a:hover, header.outer-wrapper .primary a:active,
#leidos-megamenu-preview .primary a:hover,
#leidos-megamenu-preview .primary a:active {
  border-bottom: 5px solid #850f89;
}
header.outer-wrapper #site-branding,
#leidos-megamenu-preview #site-branding {
  margin: 0;
  height: 6rem;
  z-index: 400;
}
@media screen and (min-width: 992px) {
  header.outer-wrapper #site-branding,
  #leidos-megamenu-preview #site-branding {
    min-height: 9rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 3%; /* temporary container */
  }
}
@media screen and (min-width: 1200px) {
  header.outer-wrapper #site-branding,
  #leidos-megamenu-preview #site-branding {
    min-height: 10rem;
  }
}
header.outer-wrapper #site-branding #logo,
#leidos-megamenu-preview #site-branding #logo {
  z-index: 400;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  header.outer-wrapper #site-branding #logo,
  #leidos-megamenu-preview #site-branding #logo {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  header.outer-wrapper #site-branding #logo,
  #leidos-megamenu-preview #site-branding #logo {
    position: relative;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
}
header.outer-wrapper #site-branding #logo img,
#leidos-megamenu-preview #site-branding #logo img {
  width: 132px;
}
header.outer-wrapper #site-branding button,
#leidos-megamenu-preview #site-branding button {
  transition: all 0.15s linear;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 2rem;
}
@media screen and (min-width: 992px) {
  header.outer-wrapper #site-branding button,
  #leidos-megamenu-preview #site-branding button {
    display: none;
  }
}
header.outer-wrapper #site-branding button .ico,
#leidos-megamenu-preview #site-branding button .ico {
  color: #201747;
  font-family: "AvenirNext", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
  header.outer-wrapper #site-branding button .ico,
  #leidos-megamenu-preview #site-branding button .ico {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.megamenu--type-megamenu-v1 #leidos-megamenu-preview {
  position: relative;
  z-index: 499;
  margin-top: 70px;
}

.main-menu {
  display: none;
  background: #fff;
  position: relative;
  z-index: 300;
}
@media screen and (min-width: 992px) {
  .main-menu {
    background: transparent;
    display: block;
  }
}
.main-menu.open {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .main-menu.open {
    display: block;
  }
}
.main-menu > div {
  position: relative;
  height: auto;
}
@media screen and (min-width: 992px) {
  .main-menu > div {
    height: 5.3rem;
  }
}
.main-menu nav#mainNav {
  position: static;
}
.main-menu nav#mainNav ul {
  list-style: none;
}
.main-menu nav#mainNav > ul {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .main-menu nav#mainNav > ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu nav#mainNav > ul {
    padding-right: 3%;
  }
}
@media screen and (max-width: 991.98px) {
  .main-menu nav#mainNav > ul {
    flex-direction: column;
    position: relative;
    top: auto;
  }
}
.main-menu nav#mainNav > ul > li {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 2rem 0;
}
@media screen and (min-width: 992px) {
  .main-menu nav#mainNav > ul > li {
    padding: 0 2rem 0;
  }
}
.main-menu nav#mainNav > ul > li:first-of-type {
  margin-left: 0;
  padding-left: 200px;
}
@media screen and (max-width: 991.98px) {
  .main-menu nav#mainNav > ul > li:first-of-type {
    padding-left: 2rem;
  }
}
.main-menu nav#mainNav > ul > li:last-of-type {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .main-menu nav#mainNav > ul > li:last-of-type {
    padding: 0 1rem;
  }
}
.main-menu nav#mainNav > ul.full {
  top: 100%;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media screen and (max-width: 991.98px) {
  .main-menu nav#mainNav > ul.full {
    top: auto;
    transform: none;
  }
}
.main-menu nav#mainNav > ul.simple {
  top: 1.5rem;
  display: none;
}
.main-menu nav.utility {
  padding-right: 3%; /* temporary container */
}
@media screen and (max-width: 991.98px) {
  .main-menu nav.utility {
    background: #201747;
  }
}
.main-menu nav.utility ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  top: auto;
}
@media screen and (max-width: 991.98px) {
  .main-menu nav.utility ul {
    flex-direction: column;
    padding: 1.5rem 2rem;
  }
}
.main-menu nav.utility ul li {
  padding: 15px 0 0;
}
@media screen and (max-width: 991.98px) {
  .main-menu nav.utility ul li {
    padding: 1rem 0;
  }
}
.main-menu nav.utility ul li:before {
  content: none;
}
.main-menu nav.utility ul a {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "AvenirNext", sans-serif;
  font-weight: 400;
  padding-left: 25px;
  color: #201747;
}
@media screen and (max-width: 991.98px) {
  .main-menu nav.utility ul a {
    color: #fff;
    padding: 1rem 0;
  }
}
.main-menu nav.utility ul a:hover, .main-menu nav.utility ul a:focus {
  text-decoration: none;
  color: #850f89;
}
@media screen and (max-width: 991.98px) {
  .main-menu nav.utility ul a:hover, .main-menu nav.utility ul a:focus {
    color: rgba(255, 255, 255, 0.5);
  }
}

#leidos-megamenu-preview {
  min-height: 400px;
}
#leidos-megamenu-preview nav#mainNav > ul {
  position: relative;
}

.megamenu--type-megamenu-v1 .ui-autocomplete {
  z-index: 500;
}

.header-layout .logo {
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100px;
}
@media screen and (min-width: 992px) {
  .header-layout .logo {
    width: 168px;
  }
}
.header-layout .site-logo {
  display: block;
}
.header-layout .menu--main--links {
  width: calc(100% - 100px - 40px);
}
@media screen and (min-width: 992px) {
  .header-layout .menu--main--links {
    width: calc(100% - 168px - 40px);
  }
}
.header-layout .menu--main--links .menu-item--expanded .menu-item {
  width: 100%;
}
.header-layout .mm-search {
  width: 40px;
}
.header-layout .header-cols {
  align-items: center;
  display: flex;
}

.form-wrapper.captcha {
  margin-bottom: 2rem;
}
.form-wrapper.captcha > summary {
  font-size: 15px;
  margin-bottom: 1rem;
}
.form-wrapper.captcha .details-description {
  margin-bottom: 2rem;
}
.form-wrapper.captcha span.field-prefix {
  display: block;
  font-size: 18px;
  margin-bottom: 2rem;
}
.form-wrapper.captcha input {
  margin-bottom: 2rem;
}
.form-wrapper.captcha .form-item-captcha-response .description {
  font-size: 16px;
  line-height: 26px;
}
.form-wrapper.captcha-admin-links details {
  font-size: 10px;
  font-size: 1rem;
}
.form-wrapper.captcha-admin-links summary,
.form-wrapper.captcha-admin-links .details-wrapper {
  padding: 0;
}

.view .pager__item {
  margin-left: 0;
}

.si-toggle-container {
  line-height: 1;
}

.form-item {
  margin-bottom: 0;
  margin-top: 0;
}

.form-wrap .mktoForm .mktoCheckboxList,
.form-wrap .mktoForm .mktoRadioList {
  padding: 0;
}
.form-wrap .mktoForm .mktoCheckboxList > label,
.form-wrap .mktoForm .mktoRadioList > label {
  margin: 0;
}
.form-wrap .mktoForm *,
.form-wrap .mktoForm *::before,
.form-wrap .mktoForm *::after {
  box-sizing: border-box;
}
.form-wrap .mktoForm,
.form-wrap .mktoForm .mktoField,
.form-wrap .mktoForm .mktoHtmlText,
.form-wrap .mktoForm .mktoFormCol,
.form-wrap .mktoForm .mktoFieldWrap,
.form-wrap .mktoForm .mktoCheckboxList,
.form-wrap .mktoForm .mktoRadioList {
  width: 100% !important;
}
.form-wrap .mktoForm .mktoOffset,
.form-wrap .mktoForm .mktoGutter {
  display: none;
}
.form-wrap .mktoForm .mktoFieldDescriptor {
  margin-bottom: 20px !important;
}
@media (min-width: 740px) {
  .form-wrap .mktoForm .mktoFormRow {
    display: flex;
  }
}
@media (min-width: 740px) {
  .form-wrap .mktoForm .mktoFormRow .mktoFormCol:not(.mktoFieldDescriptor) {
    min-width: 0;
  }
}
.form-wrap .mktoForm .mktoRequiredField .mktoAsterix,
.form-wrap .mktoForm .mktoCheckboxList input,
.form-wrap .mktoForm .mktoRadioList input {
  display: inline-block;
  padding-left: 0;
  width: auto !important;
}
.form-wrap .mktoForm textarea.mktoField {
  margin-bottom: 2rem;
  resize: vertical !important;
}
.form-wrap .mktoForm .mktoCheckboxList > input,
.form-wrap .mktoForm .mktoRadioList > input {
  position: absolute;
  left: -9999px;
}
.form-wrap .mktoForm .mktoCheckboxList > label,
.form-wrap .mktoForm .mktoRadioList > label {
  position: relative;
}
.form-wrap .mktoForm .mktoCheckboxList label::before,
.form-wrap .mktoForm .mktoRadioList label::before {
  background: transparent;
  border: 1px solid #b9a5ee;
  border-radius: 2px;
  padding: 0 4px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  content: "";
  font-family: "icomoon";
  font-size: 9px;
  color: transparent;
}
.bg-dark .form-wrap .mktoForm .mktoCheckboxList label::before,
.bg-dark .form-wrap .mktoForm .mktoRadioList label::before {
  border-color: #ffffff;
}
.form-wrap .mktoForm .mktoRadioList label::before {
  height: 16px;
  width: 16px;
}
.form-wrap .mktoForm .mktoCheckboxList label::before {
  content: "\f00c";
}
.form-wrap .mktoForm .mktoCheckboxList input:checked + label::before {
  border-color: #201747;
  background-color: #201747;
  color: #fff;
  position: relative;
}
.form-wrap .mktoForm .mktoRadioList input:checked + label::before {
  border: 5px solid #201747;
  background-color: white;
  position: relative;
  padding: 0;
}
.form-wrap .mktoForm .mktoCheckboxList input:checked ~ label::before {
  border-color: #201747;
  background-color: #201747;
  color: #fff;
  position: relative;
}
.form-wrap .mktoForm .mktoRadioList label::before {
  border-radius: 50%;
}
.form-wrap .mktoForm.mktoLayoutAbove .mktoRadioList,
.form-wrap .mktoForm.mktoLayoutAbove .mktoCheckboxList {
  width: auto !important;
  float: left !important;
  clear: none !important;
}
.form-wrap .mktoForm .mktoCheckboxList input:checked + label::before,
.form-wrap .mktoForm .mktoRadioList input:checked + label::before {
  border-color: #201747;
}
.form-wrap .mktoForm .mktoAsterix {
  color: #4c3291;
  position: absolute;
  left: -12px;
  top: 0;
}
.form-wrap #mktoAviationSubIndustry option:first-child {
  padding-left: 20px;
  margin-left: 20px;
}
.form-wrap label[for=mktoAviationSubIndustry] .mktoAsterix {
  display: none;
}
.form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton {
  background-color: #901588;
  background-image: none;
  border-radius: 50px;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
  color: #ffffff;
  display: block;
  font-family: "Avenir Next Medium", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  height: auto;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 2rem;
  min-width: 130px;
  padding: 10px 50px 10px 30px !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  width: auto;
}
.form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:after, .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:before,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:before,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:after,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:before,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:before,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:before {
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: translate(0, -5.5px) rotate(45deg);
  box-shadow: inset -2px 2px 0 0;
  border-radius: 0 2px 0 0;
}
.form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:after,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:after {
  top: 50%;
  right: 28px;
  width: 14px;
  height: 2px;
  transform: translate(0, -1.5px);
  background-color: #ffffff;
}
.form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover, .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:focus,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:hover,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:focus {
  background-color: #740f6d;
  background-image: none;
  box-shadow: -4px 4px 8px 0px rgba(37, 24, 70, 0.35);
  color: #ffffff;
}
.form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover:before,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover:before,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:hover:before {
  transform: translate(7px, -5.5px) rotate(45deg);
}
.form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover:after,
.form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover:after,
.form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:hover:after {
  transform: translate(7px, -1.5px);
}
@media screen and (min-width: 768px) {
  .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton,
  .form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
  .form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton,
  .form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
  .form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  #mktoForm_1151 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #mktoForm_1151 .mktoFormRow:nth-child(2),
  #mktoForm_1151 .mktoFormRow:nth-child(3),
  #mktoForm_1151 .mktoFormRow:nth-child(4),
  #mktoForm_1151 .mktoFormRow:nth-child(5),
  #mktoForm_1151 .mktoFormRow:nth-child(6) {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  #mktoForm_1151 .mktoFormRow:nth-child(3),
  #mktoForm_1151 .mktoFormRow:nth-child(4),
  #mktoForm_1151 .mktoFormRow:nth-child(6) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #mktoForm_1151 .mktoFormRow:nth-child(7),
  #mktoForm_1151 .mktoButtonRow {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #mktoForm_1151 .mktoFormRow:nth-child(8),
  #mktoForm_1151 .mktoFormRow:nth-child(9),
  #mktoForm_1151 .mktoFormRow:nth-child(10) {
    width: auto;
    padding-right: 3rem;
  }
}
#mktoForm_1151 .mktoFormRow:nth-child(6) .mktoFormCol:before {
  display: block;
  content: " ";
  position: absolute;
  top: 45px;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #4c4c4c;
  z-index: 9;
}
#mktoForm_1151 .mktoFormRow:nth-child(6) .mktoFormCol select {
  -webkit-appearance: none;
}

.form-wrap:not(.modal-wrap) {
  padding: 0 1rem;
}
.secondary-footer .form-wrap.contact-form {
  z-index: 20;
}
.bg-dark .form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap .mktoLabel {
  color: #fff;
}
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton {
  background-color: #ffffff;
  color: #901588;
}
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:after,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:after {
  background-color: #901588;
}
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover, .bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:focus,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:hover,
.bg-dark .form-wrap .mktoForm .mktoButtonWrap.mktoStriped .mktoButton:focus {
  color: #740f6d;
}
.bg-dark .form-wrap.newsletter {
  padding: 2.5rem;
}
.bg-dark .form-wrap.newsletter .mktoHtmlText,
.bg-dark .form-wrap.newsletter .mktoCheckboxList label {
  font-size: 14px;
  font-size: 1.4rem;
}
.bg-dark .form-wrap.newsletter .mktoForm .mktoButtonRow {
  width: 100%;
}
.bg-dark .form-wrap.newsletter .mktoForm .mktoButtonRow .mktoButton {
  display: block;
  width: 100%;
}
.bg-dark .form-wrap .mktoForm label {
  color: #fff;
}
.bg-dark .form-wrap .mktoForm .mktoCheckboxList label {
  color: #ffffff;
}
.bg-dark .form-wrap .mktoForm .mktoError .mktoErrorMsg {
  color: #fff;
}
.bg-dark .form-wrap .mktoForm .mktoError .mktoErrorMsg:before {
  color: #fff;
}
.bg-dark .form-wrap .mktoForm .mktoAsterix {
  color: #fff;
}
.bg-dark .form-wrap .mktoForm .mktoHtmlText {
  color: #fff;
}
.bg-dark .form-wrap .mktoForm input {
  border-color: transparent;
}
.bg-dark .form-wrap .mktoForm input.mktoInvalid {
  border-color: #a61747;
  color: #a61747;
}
.bg-dark.secondary-footer .form-wrap .container {
  width: 100%;
  padding: 0;
}
.bg-dark.secondary-footer .form-wrap.newsletter {
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .bg-dark.secondary-footer .form-wrap.newsletter {
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .bg-dark.secondary-footer .form-wrap.newsletter .container > div {
    margin: 0 -3rem;
  }
}
@media screen and (min-width: 576px) {
  .bg-dark.secondary-footer .form-wrap.newsletter .mktoFormRow:nth-child(7) {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .bg-dark.secondary-footer .form-wrap.newsletter form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) {
  .bg-dark.secondary-footer .form-wrap.newsletter form .mktoFormRow {
    width: 33.333%;
    padding: 0 3rem;
  }
}

#mktoForm_1125 {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  #mktoForm_1125 {
    padding: 0;
  }
}
#mktoForm_1125 .mktoLabel {
  position: relative;
}

.block-region-sidebar .bg-dark {
  margin-bottom: 3rem;
}
.block-region-sidebar .bg-dark h2 {
  color: #fff;
}

.contact-form {
  width: 100%;
  z-index: 500;
}
.contact-form section {
  padding-bottom: 0;
}
.contact-form.affix {
  top: 9rem;
  background: #fff;
  position: fixed;
}

.form-wrap h3 {
  margin-bottom: 2rem;
  letter-spacing: 0.75px;
}
.form-wrap p {
  font-family: "Avenir Next Light", sans-serif;
}
.form-wrap p:last-of-type {
  margin-bottom: 5rem !important;
}
.form-wrap section {
  padding-bottom: 0 !important;
}
.form-wrap .mktoForm * {
  font-family: "AvenirNext", sans-serif;
  margin: 0;
  padding: 0;
}
.form-wrap .mktoForm label {
  color: #4c3291;
  font-family: "AvenirNext", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 30px;
  margin-bottom: 6px;
  width: 100% !important;
  min-height: 2rem;
  padding: 0;
}
.form-wrap .mktoForm .mktoRadioList label {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  font-family: "Avenir Next Light", sans-serif;
}
.form-wrap .mktoForm .mktoRadioList label {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.form-wrap .mktoForm input,
.form-wrap .mktoForm select,
.form-wrap .mktoForm textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1.5rem !important;
}
.form-wrap .mktoForm input {
  border-radius: 8px;
  border: 1px solid #b9a5ee;
  background: #ffffff;
  height: 4.2rem;
  line-height: 4.2rem;
  margin-bottom: 1.5rem;
  color: #7c7c7a;
}
.form-wrap .mktoForm input[type=text], .form-wrap .mktoForm input[type=url], .form-wrap .mktoForm input[type=email], .form-wrap .mktoForm input[type=tel], .form-wrap .mktoForm input[type=number], .form-wrap .mktoForm input[type=date] {
  line-height: 4.2rem;
  margin-bottom: 1.5rem;
}
.form-wrap .mktoForm input ::placeholder,
.form-wrap .mktoForm input ::-webkit-input-placeholder,
.form-wrap .mktoForm input ::-moz-placeholder,
.form-wrap .mktoForm input :-ms-input-placeholder,
.form-wrap .mktoForm input :-moz-placeholder {
  color: #7c7c7a;
}
.form-wrap .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.form-wrap .mktoForm select {
  border-radius: 8px;
  border: 1px solid #b9a5ee;
  background: #ffffff;
  margin-bottom: 2rem;
  height: 4.2rem;
  line-height: 4.2rem;
}
.form-wrap .mktoForm textarea {
  border-radius: 8px;
  border: 1px solid #b9a5ee;
  background: #ffffff;
  min-height: 11rem;
  padding-top: 1.5rem !important;
  margin-bottom: 2rem;
}
.form-wrap .mktoForm .mktoCheckboxList label {
  color: #3B3937;
  font-family: "AvenirNext", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.form-wrap .mktoForm .mktoFieldWrap {
  display: flex;
  flex-direction: column;
}
.form-wrap .mktoForm .mktoHtmlText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.form-wrap .mktoForm .mktoError {
  position: relative;
  right: auto !important;
  bottom: auto !important;
}
.form-wrap .mktoForm .mktoError .mktoErrorMsg {
  display: block;
  background-image: none;
  background-color: transparent;
  color: #a61747;
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "AvenirNext", sans-serif;
  margin-top: 0;
  margin-right: 2rem;
  padding: 0;
  text-shadow: none;
}
.form-wrap .mktoForm .mktoError .mktoErrorMsg:before {
  content: "\f071";
  font-family: "icomoon";
  font-style: normal;
  color: #a61747;
  font-size: 1.4rem;
  margin-right: 7px;
}
.form-wrap .mktoForm input.mktoInvalid,
.form-wrap .mktoForm select.mktoInvalid {
  border-color: #a61747;
  color: #a61747;
}
.form-wrap .mktoForm .mktoErrorArrowWrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-wrap .mktoForm .mktoFormRow .mktoFieldDescriptor + .mktoFieldDescriptor {
    margin-left: 2.5rem;
  }
}
.form-wrap .mktoForm#mktoForm_1392 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.form-wrap .mktoForm#mktoForm_1392 .mktoFormRow {
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392 .mktoFormRow {
    flex-direction: row;
  }
}
.form-wrap .mktoForm#mktoForm_1392.expanded {
  padding: 0 1rem;
  display: block;
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392.expanded {
    padding: 0;
  }
}
.form-wrap .mktoForm#mktoForm_1392.expanded .mktoButtonRow {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392.expanded .mktoFormRow {
    margin: 0 -1rem;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392.expanded .mktoFormRow .mktoFieldDescriptor {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392 select {
    margin-right: 2rem;
  }
}
.form-wrap .mktoForm#mktoForm_1392 select.mktoInvalid {
  border-color: transparent;
  color: #000;
}
.form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type {
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type {
    margin-bottom: 0;
  }
}
.form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap {
    flex-direction: row;
  }
}
.form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap > select,
.form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap > label {
  width: auto !important;
  margin-bottom: 0;
  position: relative;
}
.form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap .mktoLabel {
  color: #4c4c4c;
  font-family: "Avenir Next Light", sans-serif;
  font-weight: 200;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-right: 2rem;
  text-transform: none;
}
@media screen and (min-width: 576px) {
  .form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap .mktoLabel {
    margin-bottom: 0;
  }
}
.form-wrap .mktoForm#mktoForm_1392 > .mktoFormRow:first-of-type .mktoFieldWrap .mktoLabel .mktoAsterix {
  display: none;
}
.form-wrap .mktoForm#mktoForm_1151 .mktoFormRow:nth-child(10) {
  margin-bottom: 4rem;
}
.form-wrap .mktoForm#mktoForm_1151 .mktoFormRow:nth-child(10) .mktoAsterix,
.form-wrap .mktoForm#mktoForm_1151 .mktoFormRow:nth-child(9) .mktoAsterix,
.form-wrap .mktoForm#mktoForm_1151 .mktoFormRow:nth-child(8) .mktoAsterix {
  display: none;
}
.form-wrap .mktoForm#mktoForm_1151 .mktoCheckboxList label {
  margin-bottom: 0;
}
.form-wrap .mktoForm#mktoForm_1151 p:last-of-type {
  margin-bottom: 3rem !important;
}

.marketo-modal.paragraph:not(.no-padding),
.paragraph--type--marketo.paragraph:not(.no-padding) {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .marketo-modal.paragraph:not(.no-padding),
  .paragraph--type--marketo.paragraph:not(.no-padding) {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

body.form-modal-open,
body.modal-open {
  overflow: hidden;
}
body.form-modal-open .marketo-modal.modal,
body.modal-open .marketo-modal.modal {
  height: 100vh;
  overflow-y: auto;
}

.marketo-modal.modal {
  z-index: 5000000000;
  background-color: #efefee;
}
.marketo-modal.modal .modal-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .marketo-modal.modal .modal-wrap {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .marketo-modal.modal .modal-wrap {
    padding-top: 7rem;
  }
}
.marketo-modal.modal .mktoForm {
  padding: 0 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .marketo-modal.modal .mktoForm {
    padding: 0;
  }
}
.marketo-modal.modal button.close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #4c4c4c;
}

.paragraph--type--anchor .label {
  display: none;
}

.paragraph--type--jump-nav.sticky {
  display: none;
}

.paragraph--type--jump-nav a {
  background-color: #ffffff;
  border: 1px solid #901588;
  border-radius: 50px;
  color: #3B3937;
  display: block;
  font-size: 14px;
  height: auto;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 5px 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.paragraph--type--jump-nav a:hover, .paragraph--type--jump-nav a:focus {
  background-color: #901588;
  color: #ffffff;
}
.paragraph--type--jump-nav a .label {
  font-weight: normal;
}

.page-section { /* temporary - remove later */
  height: 150px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  padding: 2em;
  background: #850f89;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .jumpnav { /* temporary - remove later */
    z-index: 300;
    position: fixed;
    right: 0;
    width: 130px;
    top: 50%;
  }
  .jumpnav a {
    display: block;
    color: transparent;
    text-decoration: none;
    padding: 0.65em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Avenir Next Bold", sans-serif;
  }
  .jumpnav a:hover, .jumpnav a:focus {
    color: #850f89;
  }
  .jumpnav a:hover:after, .jumpnav a:focus:after {
    background: #850f89;
    border-color: #850f89;
  }
  .jumpnav a.active:after {
    background: #850f89;
    border-color: #850f89;
  }
  .jumpnav a:after {
    content: "";
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1.5px solid #cccccc;
    position: absolute;
    margin-left: 15px;
  }
}
#scroll-indicator-bullets {
  display: none;
  font-size: 0.8rem;
  position: fixed;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 700;
}
@media screen and (min-width: 768px) {
  #scroll-indicator-bullets {
    display: block;
  }
}
#scroll-indicator-bullets ul {
  background: #fff;
  border-radius: 12px;
  list-style: none;
  margin: 0;
  padding: 1px 0 10px;
}
#scroll-indicator-bullets ul.open .bullet-nav-title {
  visibility: visible;
}
#scroll-indicator-bullets ul li {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
}
#scroll-indicator-bullets ul li a {
  display: block;
  color: #850f89;
  padding: 4px 0 0 0;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none;
}
#scroll-indicator-bullets ul li .bullet-nav-title {
  border-radius: 2px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  opacity: 0;
  padding: 6px 30px 2px 4px;
  position: absolute;
  right: -10px;
  text-align: right;
  text-shadow: 0 0 7px #191919;
  top: 4px;
  transition: opacity 300ms, right 300ms, text-shadow 300ms;
  transition-timing-function: ease-out;
  visibility: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Avenir Next Bold", sans-serif;
}
#scroll-indicator-bullets ul li .bullet-item-link .circle {
  position: relative;
  top: 2px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  border: 1px solid #4c3291;
  background: transparent;
  margin: 8px 0;
}
#scroll-indicator-bullets ul li .bullet-item-link.active .circle {
  background: #4c3291;
}
#scroll-indicator-bullets ul li.show-title .circle {
  text-shadow: none;
}
#scroll-indicator-bullets ul li.show-title .bullet-nav-title {
  opacity: 1;
  right: 2px;
  visibility: visible;
}

.content-moderation-entity-moderation-form .entity-moderation-form {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 1rem;
}
.content-moderation-entity-moderation-form .entity-moderation-form .form-item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content-moderation-entity-moderation-form .entity-moderation-form .form-item label {
  padding-bottom: 0.25em;
  display: table;
  font-weight: bold;
  font-size: 1.8rem;
}
.content-moderation-entity-moderation-form .entity-moderation-form input[type=submit] {
  margin-bottom: 1.2rem;
  padding: 1rem 1.5rem;
  background-color: #850f89;
  color: #fff;
  border: 1px solid #850f89;
  font-family: "Avenir Next Bold", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 2.5rem;
  min-width: 130px;
  box-shadow: none;
}
.content-moderation-entity-moderation-form .entity-moderation-form input[type=submit]:hover {
  background-color: #201747;
  border: 1px solid #201747;
}
.content-moderation-entity-moderation-form .entity-moderation-form__item {
  display: table;
  margin-left: 0;
  margin-right: 2rem;
}
.content-moderation-entity-moderation-form .entity-moderation-form__item:last-child {
  align-self: flex-end;
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .mm-featured-paragraph p,
  nav#mainNav ul.full li .mm-featured-paragraph p {
    background: #fff;
    padding: 2rem 2.5rem;
    margin-bottom: 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  .mm-featured-paragraph p + p,
  nav#mainNav ul.full li .mm-featured-paragraph p + p {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mm-featured-paragraph a,
  nav#mainNav ul.full li .mm-featured-paragraph a {
    border-bottom: none;
    color: #850f89;
    display: inline-block;
    font-size: 1.6em;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .mm-featured-paragraph a:before,
  nav#mainNav ul.full li .mm-featured-paragraph a:before {
    content: none;
  }
}
@media screen and (min-width: 1200px) {
  .mm-featured-paragraph a:hover, .mm-featured-paragraph a:focus,
  nav#mainNav ul.full li .mm-featured-paragraph a:hover,
  nav#mainNav ul.full li .mm-featured-paragraph a:focus {
    color: #201747;
  }
}
@media screen and (min-width: 1200px) {
  .mm-featured-paragraph img,
  nav#mainNav ul.full li .mm-featured-paragraph img {
    display: block;
    width: 100%;
  }
}

nav#mainNav ul.full > li:hover > div > a, nav#mainNav ul.full > li:focus > div > a {
  border-bottom-color: #850f89;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full > li:hover .tier-2, nav#mainNav ul.full > li:focus .tier-2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full > li:hover .tier-2 > ul:not(:hover) > li:nth-child(1) > a, nav#mainNav ul.full > li:focus .tier-2 > ul:not(:hover) > li:nth-child(1) > a {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full > li:hover .tier-2 > ul:not(:hover) > li:nth-child(1) .tier-3, nav#mainNav ul.full > li:focus .tier-2 > ul:not(:hover) > li:nth-child(1) .tier-3 {
    display: flex;
  }
}
nav#mainNav ul.full > li:hover .field--name-field-megamenu-link-logos, nav#mainNav ul.full > li:focus .field--name-field-megamenu-link-logos {
  width: 95%;
  margin-top: 3rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown ul > li:hover .tier-3, nav#mainNav ul.full div.dropdown ul > li:focus .tier-3 {
    display: flex;
  }
}
nav#mainNav ul ul li:hover > div:first-child a, nav#mainNav ul ul li:focus > div:first-child a {
  color: #850f89;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul ul li:hover > div:first-child a:before, nav#mainNav ul ul li:focus > div:first-child a:before {
    border-color: #850f89;
  }
}
nav#mainNav ul ul li a {
  position: relative;
  transition: all 0.15s linear;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul ul li a:before {
    position: absolute;
    content: "";
    border-left: 3px solid transparent;
    transition: all 0.15s linear;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li > div a {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li > div:first-of-type {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li {
    position: relative;
  }
}
nav#mainNav ul.full li:before {
  content: none;
}
@media screen and (max-width:575.98px) {
  nav#mainNav ul.full li.search {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li.search {
    display: none;
  }
}
nav#mainNav ul.full li.search:hover a, nav#mainNav ul.full li.search:focus a {
  border-bottom-color: transparent;
}
nav#mainNav ul.full li a {
  letter-spacing: 0.5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Avenir Next Bold", sans-serif;
  font-weight: 700;
  color: #201747;
  display: block;
  padding: 0 0 1.5rem;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li:hover .dropdown {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li.expanded .dropdown {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li .mm--link-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li.parent > .mm--link-wrapper:after, nav#mainNav ul.full li.parent > .mm--link-wrapper:before,
  nav#mainNav ul.full li.parent > .tier-1 > .mm--link-wrapper:after,
  nav#mainNav ul.full li.parent > .tier-1 > .mm--link-wrapper:before {
    background: #850f89;
    content: "";
    height: 0.2rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transition: all 0.15s linear;
    width: 1.6rem;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li.parent > .mm--link-wrapper:after,
  nav#mainNav ul.full li.parent > .tier-1 > .mm--link-wrapper:after {
    transform: translate(50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li.parent > .mm--link-wrapper:before,
  nav#mainNav ul.full li.parent > .tier-1 > .mm--link-wrapper:before {
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li a {
    width: auto;
    display: inline-block;
    position: relative;
    border-bottom: none;
    margin: 0;
    font-family: "Avenir Next Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li a li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full li.expanded > .mm--link-wrapper:after,
  nav#mainNav ul.full li.expanded > .tier-1 > .mm--link-wrapper:after {
    transform: translate(50%, -50%) rotate(180deg);
  }
}
nav#mainNav ul.full div.dropdown {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 100%;
  color: #201747;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-width: 60rem;
  padding: 1rem;
  display: none;
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown {
    position: relative;
    left: auto;
    min-width: 0;
    transform: none;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown {
    padding: 5rem 0 6.5rem;
    min-height: 500px;
    padding-left: calc(6.333% + 25px);
    padding-right: 5%;
  }
}
@media screen and (min-width:1600px) {
  nav#mainNav ul.full div.dropdown {
    padding: 4rem 0 10rem;
    padding-left: calc(15% + 25px);
    padding-right: 10%;
  }
}
nav#mainNav ul.full div.dropdown.bg-ang-gray {
  background: none;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown.bg-ang-gray {
    box-shadow: 0 10px 17px -9px rgba(0, 0, 0, 0.3);
    background-color: #7f7f7f;
    background-size: cover !important;
    background-position: center;
    background: url("/themes/custom/lp/sass/img/gray.png");
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown li.list-item:before, nav#mainNav ul.full div.dropdown li.list-item:after {
    right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children.hovered > li:nth-child(1) > div > a {
    color: #201747;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children.hovered > li:nth-child(1) > div > a:before {
    border-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children.hovered > li:nth-child(1):hover > div > a, nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children.hovered > li:nth-child(1):focus > div > a {
    color: #850f89;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children.hovered > li:nth-child(1):hover > div > a:before, nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children.hovered > li:nth-child(1):focus > div > a:before {
    border-color: #850f89;
  }
}
nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children > li:nth-child(1) > div > a {
  color: #850f89;
}
nav#mainNav ul.full div.dropdown > ul.field--name-field-megamenu-link-children > li:nth-child(1) > div > a:before {
  border-color: #850f89;
}
nav#mainNav ul.full div.dropdown ul {
  display: block;
  position: relative;
  width: 20%;
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown ul {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown ul > li:hover a,
  nav#mainNav ul.full div.dropdown ul > li:focus a {
    display: inline-block;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown ul li {
    padding: 0;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown ul li a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown.tier-2 {
    margin-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown li.expanded .tier-3 {
    display: block;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown li.expanded .tier-3 .col-1 {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991.98px) {
  nav#mainNav ul.full div.dropdown li.expanded .tier-3 .col-1 li > div:before, nav#mainNav ul.full div.dropdown li.expanded .tier-3 .col-1 li > div:after {
    content: none;
  }
}
nav#mainNav ul.full div.dropdown .tier-3 {
  position: relative;
  display: none;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown .tier-3 {
    display: none;
    width: 400%;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
  }
}
nav#mainNav ul.full div.dropdown .tier-3 ul {
  width: 100%;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown .tier-3 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown .tier-3 ul > li {
    min-width: 33%;
    width: 53%;
    padding-right: 3rem;
  }
}
nav#mainNav ul.full div.dropdown .tier-3 div.col-1 {
  flex-direction: column;
  padding: 0 5rem;
  display: block;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown .tier-3 div.col-1 {
    flex: 0 0 80%;
    width: 80%;
    order: 0;
    align-self: auto;
    flex: auto;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  nav#mainNav ul.full div.dropdown .tier-3 div.col-1 {
    flex: 0 0 50%;
    width: 50%;
    order: 0;
    align-self: auto;
    flex: auto;
    display: block;
  }
}
nav#mainNav ul.full div.dropdown .tier-3 div.col-1 ul li a {
  font-family: "AvenirNext", sans-serif;
}
nav#mainNav ul.full div.dropdown .tier-3 div.col-1 ul li a:before {
  content: none;
}
nav#mainNav ul.full div.dropdown .tier-3 div.col-2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  nav#mainNav ul.full div.dropdown .tier-3 div.col-2 {
    display: flex;
    flex: 0 0 33%;
    width: 33%;
    order: 0;
    align-self: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
nav#mainNav ul.full div.dropdown .cta {
  display: none;
  width: 100%;
  padding: 0;
  border-bottom: none;
  background: transparent;
  color: #666666;
  margin-bottom: 4rem;
  font-family: "AvenirNext", sans-serif;
  font-weight: 200;
}
@media screen and (min-width: 992px) {
  nav#mainNav ul.full div.dropdown .cta {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width:1600px) {
  nav#mainNav ul.full div.dropdown .cta {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
nav#mainNav ul.full div.dropdown .cta h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1em;
}
nav#mainNav ul.full div.dropdown li {
  margin: 0;
  text-align: left;
  padding: 0.5rem 0;
}
nav#mainNav ul.full div.dropdown li a {
  border-bottom-color: transparent;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
nav#mainNav ul a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
nav#mainNav ul a:hover, nav#mainNav ul a:focus {
  color: #029875;
}

table {
  width: 100%;
  display: block;
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  table {
    width: auto;
  }
}
p + table {
  margin-top: 3rem;
}
table caption {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
table tbody {
  width: 100%;
  overflow-x: scroll;
}
table th {
  padding: 15px 20px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Avenir Next Black", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background-color: #201747;
}
table td {
  padding: 7px 20px;
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}
table tr td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
}
table tr td:last-of-type {
  border-right: none;
}
table tr td ul,
table tr td ol {
  line-height: 1.65;
}

.modal {
  position: fixed;
  left: 0;
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 10050;
  overflow: hidden;
  display: none;
  transition: all 0.15s linear;
  background: rgba(0, 0, 0, 0.65);
}
.modal#searchModal {
  background: #f5f5f5;
}
.modal#searchModal.in {
  background: rgba(0, 0, 0, 0.5);
}
.modal#searchModal > figure {
  background: transparent;
  box-shadow: none;
  width: 70%;
}
@media screen and (min-width: 992px) {
  .modal#searchModal > figure {
    width: 90%;
  }
}
.modal#searchModal > figure > header > button {
  background: none;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 200;
  font-family: "Avenir Next Light", sans-serif;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .modal#searchModal > figure > header > button {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .modal#searchModal > figure > header > button {
    font-size: 90px;
    font-size: 9rem;
  }
}
.modal#searchModal > figure > header > button:focus, .modal#searchModal > figure > header > button:hover {
  opacity: 0.8;
}
.modal#searchModal form {
  line-height: 0.75;
}
.modal#searchModal label,
.modal#searchModal input {
  display: block;
  width: 100%;
}
.modal#searchModal label h6 {
  color: #4c4c4c;
  letter-spacing: 0.5px;
  font-family: "Avenir Next Bold", sans-serif;
  font-weight: 700;
}
.modal#searchModal input {
  font-size: 32px;
  font-size: 3.2rem;
  border: none;
  border-bottom: 1px solid #333333;
  box-sizing: content-box;
  padding: 7px 0;
}
.modal#searchModal input::placeholder {
  color: #b2b2b2;
  line-height: 4.2rem;
  font-family: "AvenirNext", sans-serif;
  font-weight: 400;
}
.modal#searchModal input[type=submit] {
  display: none;
}
.modal-open .modal:not(.inline-video-modal) {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .ico-close-thin:before, .modal .ico-close-thin:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: solid 2px #00778b;
}
.modal .ico-close-thin:before {
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.modal .ico-close-thin:after {
  border-width: 0 0 2px 2px;
  transform: rotate(135deg);
  position: relative;
  top: 5px;
}
.modal > figure {
  font-family: "AvenirNext", sans-serif;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #000;
  padding: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modal > figure {
    width: 73%;
  }
}
.modal > figure > header > button {
  position: absolute;
  right: -4rem;
  top: -4rem;
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 2.2rem;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: #201747;
  border-radius: 50%;
  cursor: pointer;
}
.modal > figure > header > button:focus, .modal > figure > header > button:hover {
  opacity: 0.8;
}
.modal > figure p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 1.5em;
}
.modal > figure p:last-of-type {
  margin: 0;
}
.modal > figure.video article {
  position: relative;
  padding-top: 56.25%;
}
.modal > figure.video article > iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.outer-wrapper .st-default-search-input,
.outer-wrapper .st-ui-search-input {
  background: none;
  border-radius: 0;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  margin-top: 3rem;
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outer-wrapper .st-default-search-input,
  .outer-wrapper .st-ui-search-input {
    width: 70%;
  }
}
.outer-wrapper .st-search-container {
  line-height: normal;
  margin-top: 2rem;
}
.outer-wrapper .st-search-container .st-query-present {
  padding-bottom: 1rem;
  font-family: "Avenir Next Light", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.outer-wrapper .st-search-results .st-query-present {
  text-align: center;
}
.outer-wrapper .st-search-results .st-query-present a {
  underline: none;
  border-bottom: none;
}
.outer-wrapper .st-search-results .st-query-present a:hover, .outer-wrapper .st-search-results .st-query-present a:focus {
  background: none;
  color: #201747;
  border-bottom: none;
}
.outer-wrapper .st-search-results a.st-ui-result {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2rem;
  padding: 0 0 2rem;
}
.outer-wrapper .st-search-results a.st-ui-result:hover, .outer-wrapper .st-search-results a.st-ui-result:focus {
  background: transparent;
  border-bottom: 1px solid #cccccc;
}
.outer-wrapper .st-search-results a.st-ui-result:hover .st-ui-type-heading, .outer-wrapper .st-search-results a.st-ui-result:focus .st-ui-type-heading {
  color: #201747 !important;
}
.outer-wrapper .st-search-results a.st-ui-result:hover .st-ui-type-detail, .outer-wrapper .st-search-results a.st-ui-result:focus .st-ui-type-detail {
  color: #333333;
}
.outer-wrapper .st-search-results a.st-ui-result .st-ui-type-heading {
  color: #850f89;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.outer-wrapper .st-search-results .st-ui-type-detail {
  font-family: "Avenir Next Light", sans-serif;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  max-height: 40px;
}
.outer-wrapper .st-ui-container-overlay .st-ui-arrow,
.outer-wrapper .st-ui-arrow {
  margin: 0;
}

.site-search--submit-button {
  display: none;
}

.paragraph.no-padding {
  padding-bottom: 0;
}
.paragraph.no-padding.paragraph--type--ceros-embed section {
  padding-bottom: 0 !important;
}
.paragraph + .paragraph:not(.sticky-footer, .social-wrap, .partner) {
  padding-top: 0;
}
.paragraph .embedded-entity a, .paragraph .embedded-entity a:hover, .paragraph .embedded-entity a:focus {
  border: 0;
  background-color: transparent;
}

.paragraph--type--formatted-text blockquote {
  margin-bottom: 3rem;
}
.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: 860px;
  padding: 32px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .paragraph--type--formatted-text-with-img-bg .field--name-field-formatted-text, .paragraph--type--formatted-text-with-color-bg .field--name-field-formatted-text {
    padding: 100px;
  }
}
.paragraph--type--formatted-text-with-img-bg section {
  min-height: unset;
  position: relative;
}
.paragraph--type--formatted-text-with-img-bg section:before {
  background: #251846;
  content: "";
  height: 100%;
  opacity: 0.65;
  position: absolute;
  width: 100%;
}

.component-formattedtext {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .component-formattedtext {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .component-formattedtext {
    padding-bottom: 7rem;
  }
}
.component-formattedtext section:not(.hero, .hero-video) {
  padding: 0 !important;
}

.paragraph--type--embed-code .swe_carousel_horizontal .swiper-container .swe_post.swe_has_image .swe_post_sliding_container,
.block-block-content .swe_carousel_horizontal .swiper-container .swe_post.swe_has_image .swe_post_sliding_container {
  background: rgba(255, 255, 255, 0.85) !important;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-container .swe_post .swe_post_user_names_container,
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-container .swe_post .swe_post_meta_container,
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-container .swe_post .swe_post_user_container a,
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-container .swe_post .swe_post_text,
.block-block-content .swe_carousel_horizontal .swiper-container .swe_post .swe_post_user_names_container,
.block-block-content .swe_carousel_horizontal .swiper-container .swe_post .swe_post_meta_container,
.block-block-content .swe_carousel_horizontal .swiper-container .swe_post .swe_post_user_container a,
.block-block-content .swe_carousel_horizontal .swiper-container .swe_post .swe_post_text {
  color: #000;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-container .swe_post .swe_post_channel_icon svg,
.block-block-content .swe_carousel_horizontal .swiper-container .swe_post .swe_post_channel_icon svg {
  fill: #000;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-pagination-switch,
.block-block-content .swe_carousel_horizontal .swiper-pagination-switch {
  background: #bebfbd !important;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-pagination-switch:focus,
.block-block-content .swe_carousel_horizontal .swiper-pagination-switch:focus {
  outline: none;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swiper-pagination-switch.swiper-active-switch,
.block-block-content .swe_carousel_horizontal .swiper-pagination-switch.swiper-active-switch {
  background: #850f89 !important;
}
.paragraph--type--embed-code .swe_post .swe_post_text a.swe_meta_link,
.paragraph--type--embed-code .swe_post .swe_post_text a,
.paragraph--type--embed-code .swe_meta_hashtag,
.paragraph--type--embed-code .swe_meta_link,
.block-block-content .swe_post .swe_post_text a.swe_meta_link,
.block-block-content .swe_post .swe_post_text a,
.block-block-content .swe_meta_hashtag,
.block-block-content .swe_meta_link {
  color: #850f89 !important;
  font-family: "Avenir Next Bold", sans-serif;
  border: none;
}
.paragraph--type--embed-code .swe_post.swe_has_image .swe_post_text_container,
.block-block-content .swe_post.swe_has_image .swe_post_text_container {
  padding: 50px 15px 0.7em;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swe_post .swe_post_user_container,
.paragraph--type--embed-code .swe_carousel_horizontal .swe_user_container_style_1 .swe_post_user_container,
.block-block-content .swe_carousel_horizontal .swe_post .swe_post_user_container,
.block-block-content .swe_carousel_horizontal .swe_user_container_style_1 .swe_post_user_container {
  padding: 0 0.7em;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swe_post .swe_post_user_container .swe_post_user_names_container,
.paragraph--type--embed-code .swe_carousel_horizontal .swe_user_container_style_1 .swe_post_user_container .swe_post_user_names_container,
.block-block-content .swe_carousel_horizontal .swe_post .swe_post_user_container .swe_post_user_names_container,
.block-block-content .swe_carousel_horizontal .swe_user_container_style_1 .swe_post_user_container .swe_post_user_names_container {
  padding-left: 0.4em;
}
.paragraph--type--embed-code .swe_carousel_horizontal .swe_post.swe_has_image .swe_post_user_container a,
.block-block-content .swe_carousel_horizontal .swe_post.swe_has_image .swe_post_user_container a {
  border: none;
}

.paragraph--type--full-width-image {
  line-height: 0;
  padding-bottom: 3rem !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--full-width-image {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--full-width-image {
    padding-bottom: 7rem !important;
  }
}
.paragraph--type--full-width-image.no-padding {
  padding-bottom: 0 !important;
}
.paragraph--type--full-width-image img {
  display: inline-block;
}

.hero-sections,
.paragraph--type--hero,
.paragraph--type--video-hero {
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-sections,
  .paragraph--type--hero,
  .paragraph--type--video-hero {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 992px) {
  .hero-sections,
  .paragraph--type--hero,
  .paragraph--type--video-hero {
    margin-bottom: 100px;
  }
}

.paragraph--type--hero > .hero {
  z-index: 2;
}

.hero img,
.hero-video img {
  display: block;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.hero-video {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-video {
    position: absolute;
    top: 0;
  }
}
.hero-video .wrapper {
  height: 100%;
}
.hero-video .field--name-field-page-hero-video,
.hero-video .field--name-field-hero-video {
  bottom: 24px;
  position: absolute;
  right: 24px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .hero-video .field--name-field-page-hero-video,
  .hero-video .field--name-field-hero-video {
    right: 75px;
  }
}
.hero-video .field--name-field-page-hero-video a.ico-youtube-play,
.hero-video .field--name-field-hero-video a.ico-youtube-play {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  height: 52px;
  width: 52px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.hero-video .field--name-field-page-hero-video a.ico-youtube-play:before,
.hero-video .field--name-field-hero-video a.ico-youtube-play:before {
  font-size: 8rem;
  font-weight: 900;
  opacity: 0.7;
}
.hero-video .field--name-field-page-hero-video a.ico-youtube-play:hover:before,
.hero-video .field--name-field-hero-video a.ico-youtube-play:hover:before {
  opacity: 9;
}

.hero {
  padding-bottom: 24px;
  padding-top: 54px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero:not(.bg-purple-25-gradient) {
    background-image: url("/themes/custom/lp/assets/icons/polygon-midultraviolet.svg");
    background-position: calc(50% - 280px) calc(50% + 50px);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .hero:not(.bg-purple-25-gradient) {
    background-position: calc(50% - 450px) calc(50% + 50px);
  }
}
@media screen and (min-width:1600px) {
  .hero:not(.bg-purple-25-gradient) {
    background-position: calc(50% - 600px) calc(50% + 50px);
  }
}
@media screen and (min-width: 768px) {
  .hero {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.hero .container > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero.style1 .container > * {
    max-width: 55%;
  }
}
.hero.squared {
  min-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 32px 0;
  position: relative;
}
.hero.squared:not(.bg-purple-25-gradient) {
  background-image: none;
  background-position: unset;
}
@media screen and (min-width: 992px) {
  .hero.squared {
    padding: 64px;
  }
}
@media screen and (min-width: 768px) {
  .hero.squared:before {
    background-image: url(/themes/custom/lp/assets/icons/polygon-25.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 485px;
    right: -68px;
    position: absolute;
    top: -160px;
    width: 485px;
  }
}
@media screen and (min-width: 992px) {
  .hero.squared:before {
    right: -68px;
    top: -100px;
  }
}
.hero.squared p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .hero p,
  .hero h1 {
    max-width: 85%;
  }
}

.paragraph--type--video-hero {
  margin-bottom: 0;
  padding: 0 !important;
  position: relative;
}
.paragraph--type--video-hero video {
  display: block;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--video-hero video {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width:767.98px) {
  .paragraph--type--video-hero .hero {
    padding-top: 24px;
  }
}
.paragraph--type--video-hero .container {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .paragraph--type--video-hero .container > * {
    max-width: 55%;
  }
}

.node--type-page.node--view-mode-full table {
  border-collapse: separate;
  line-height: normal;
}
.node--type-page.node--view-mode-full table tr td[style*=border-color] {
  border-width: 1px;
  border-style: solid;
}
.node--type-page.node--view-mode-full .tabs .field--name-field-tabs-item-text table ul li {
  margin-top: 0;
  line-height: 34px;
  color: #4c4c4c;
}
.node--type-page.node--view-mode-full .tabs .field--name-field-tabs-item-text table a {
  color: #850f89;
  border-bottom: 2px solid #850f89;
  background: transparent;
}
.node--type-page.node--view-mode-full .tabs .field--name-field-tabs-item-text table a:hover {
  color: #fff;
  background-color: #201747;
  border: none;
}

.owl-carousel {
  width: 100%;
  position: relative;
  z-index: 100;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0, 0, 0);
  -moz-transform: translate(0, 0, 0);
  -ms-transform: translate(0, 0, 0);
  -o-transform: translate(0, 0, 0);
  transform: translate(0, 0, 0);
}
.owl-carousel .owl-stage {
  height: 100%;
  position: relative;
}
.owl-carousel .owl-item {
  color: #fff;
  min-height: 400px;
  height: 100%;
  float: left;
  position: relative;
}
.owl-carousel .owl-item h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav {
  position: static;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}
.owl-carousel .owl-nav > div.owl-prev {
  left: 1.5rem;
}
.owl-carousel .owl-nav > div.owl-next {
  right: 1.5rem;
}
.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
  background: transparent;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 0 0.5em;
  border: 1px solid white;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
}

.sticky-footer {
  background: #fff;
  bottom: 0;
  border-top: #cccccc 1px solid;
  height: auto;
  max-width: 192rem;
  margin: 0 auto;
  min-height: 80px;
  padding: 2.5rem 0;
  position: fixed;
  transition: padding 0.25s;
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .sticky-footer {
    min-height: 0;
    padding: 2.5rem 0;
  }
}
.sticky-footer .lead p,
.sticky-footer p.lead {
  margin-bottom: 1rem;
}
.sticky-footer .lead p:only-child,
.sticky-footer p.lead:only-child {
  margin-bottom: 0;
}
.sticky-footer a:only-child {
  margin-bottom: 0;
}
.sticky-footer > .container :last-child {
  margin: 0;
}
.sticky-footer.minimize {
  min-height: 0;
  padding: 1rem 0;
}
.sticky-footer.minimize > .container {
  display: none;
}
.sticky-footer.minimize .sticky-footer-minimize button i {
  transform: rotate(180deg) translateY(3px);
  display: inline-block;
}
.sticky-footer .sticky-footer-minimize {
  line-height: normal;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
}
.sticky-footer .sticky-footer-minimize button {
  background: #fff;
  font-size: 16px;
  box-shadow: 0 -1px 2px #383937;
  padding: 5px 10px 0;
}
.sticky-footer .sticky-footer-minimize .container {
  display: flex;
  justify-content: flex-end;
}

.paragraph--type--related-insights .featured-insights {
  margin-bottom: 0;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--related-insights .featured-insights {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--related-insights .featured-insights {
    padding-top: 7rem;
  }
}
.node--type-page .paragraph--type--related-insights .featured-insights h2 {
  font-weight: 200;
  margin-bottom: 3.5rem;
}
.paragraph--type--related-insights .featured-insights .row {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (min-width: 768px) {
  .paragraph--type--related-insights .featured-insights .row {
    margin: 0 -1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--related-insights .featured-insights .row {
    margin: 0 -3rem;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--related-insights .featured-insights .row > div {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--related-insights .featured-insights .row > div {
    padding: 0 3rem;
  }
}
@media screen and (min-width:576px) and (max-width:767.98px) {
  .paragraph--type--related-insights .featured-insights .row .col-sm-6 {
    width: 48%;
  }
}

.related-insights-tile {
  display: flex;
  height: 100%;
}
.related-insights-tile h2,
.related-insights-tile h3,
.related-insights-tile h4,
.related-insights-tile h5,
.related-insights-tile h6,
.related-insights-tile .wrapper .content .type,
.related-insights-tile .wrapper,
.related-insights-tile img {
  transition: all 0.15s ease-in-out;
}
.related-insights-tile:hover .wrapper {
  box-shadow: -4px 4px 8px 0px rgba(37, 24, 70, 0.35);
}
.related-insights-tile:hover h2,
.related-insights-tile:hover h3,
.related-insights-tile:hover h4,
.related-insights-tile:hover h5,
.related-insights-tile:hover h6,
.related-insights-tile:hover .wrapper .content .type {
  color: #901588;
}
.related-insights-tile:hover .img-container img {
  transform: scale(1.1);
}
.related-insights-tile .img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 48%;
}
.related-insights-tile .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.related-insights-tile .wrapper {
  background: #fff;
  border: none;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .related-insights-tile .wrapper {
    margin-bottom: 6rem;
  }
}
.related-insights-tile .wrapper .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  position: relative;
  padding: 2.5rem;
  width: 100%;
}
.related-insights-tile .wrapper .content .type {
  color: #4c3291;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.related-insights-tile .wrapper .content p:last-of-type {
  margin-bottom: 0;
}
.related-insights-tile .wrapper .content .title {
  flex-grow: 1;
  margin-bottom: 3.2rem;
}
.related-insights-tile .btn {
  margin: 0;
  padding-left: 0 !important;
  width: fit-content;
}

.view-related-insights.view-display-id-block_2 .view-content.row {
  margin: 0;
}

.featured-component {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.featured-component.component-edge {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .featured-component {
    flex-direction: row;
  }
  .featured-component > div {
    width: 50%;
  }
  .featured-component.right {
    flex-direction: row-reverse;
  }
}
.featured-component .txt-wrapper {
  padding: 24px;
}
@media screen and (min-width: 992px) {
  .featured-component .txt-wrapper {
    padding: 100px 80px;
  }
}
.featured-component .img-wrapper img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.featured-component.component-edge {
  padding-bottom: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .featured-component.component-edge {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-component.component-edge {
    margin-bottom: 7rem;
  }
}
.featured-component.component-edge.no-padding {
  margin-bottom: 0;
}

.paragraph--type--grid {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--grid {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--grid {
    padding-bottom: 7rem;
  }
}
.paragraph--type--grid .grid-intro-text {
  padding-bottom: 3rem;
}
.paragraph--type--grid .grid a {
  border-bottom: none;
  display: flex;
  font-family: inherit;
}
@media screen and (min-width: 576px) {
  .paragraph--type--grid .grid a {
    display: block;
  }
}
.paragraph--type--grid .grid a, .paragraph--type--grid .grid a:hover, .paragraph--type--grid .grid a:focus {
  color: #3B3937;
}
@media screen and (max-width: 767.98px) {
  .paragraph--type--grid .grid a > div:last-child {
    width: 70%;
  }
}
.paragraph--type--grid .grid span {
  display: flex;
}
@media screen and (min-width: 576px) {
  .paragraph--type--grid .grid span {
    display: block;
  }
}
.paragraph--type--grid .grid .row {
  margin: 0 -2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:575.98px) {
  .paragraph--type--grid .grid .row {
    margin: 0;
  }
}
.paragraph--type--grid .grid .row > div {
  padding: 0 2.5rem;
}
@media screen and (max-width:575.98px) {
  .paragraph--type--grid .grid .row > div {
    padding: 0;
    display: block;
  }
}
.paragraph--type--grid .grid h4 {
  color: #4c3291;
  margin-bottom: 1.6rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.paragraph--type--grid .grid p {
  font-weight: 600;
}
.paragraph--type--grid .grid p:last-child {
  margin-bottom: 0;
}
.paragraph--type--grid .grid img {
  width: auto;
  height: 75px;
  margin-bottom: 1.6rem;
  padding-right: 2rem;
}
@media screen and (min-width: 576px) {
  .paragraph--type--grid .grid img {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
.paragraph--type--grid .grid .paragraph {
  padding-bottom: 32px;
  height: 100%;
  display: flex;
}
.paragraph--type--grid .field--name-field-media-image {
  line-height: 1;
  margin-bottom: 16px;
  width: 80px;
}
@media screen and (min-width: 576px) {
  .paragraph--type--grid .field--name-field-media-image {
    width: auto;
  }
}
.paragraph--type--grid .field--name-field-media-image img {
  margin-bottom: 0;
}
.paragraph--type--grid .field--name-field-media-image + div {
  width: calc(100% - 80px);
}
@media screen and (min-width: 576px) {
  .paragraph--type--grid .field--name-field-media-image + div {
    width: auto;
  }
}
.paragraph--type--grid .profile-wrapper {
  padding: 16px;
  background: #fff;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
}
@media screen and (max-width:575.98px) {
  .paragraph--type--grid .profile-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--grid .profile-wrapper {
    padding: 24px;
  }
}

.paragraph--type--partners {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--partners {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--partners {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width:767.98px) {
  .paragraph--type--partners .field--name-field-partners-head,
  .paragraph--type--partners .field--name-field-partners-text,
  .paragraph--type--partners .field--name-field-partners-cta {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.paragraph--type--partners .field--name-field-partners-head {
  margin-bottom: 2rem;
}
.paragraph--type--partners h5 {
  color: #4c3291;
  margin: 1.6rem 0;
}
.paragraph--type--partners .field--name-field-partners-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  .paragraph--type--partners .field--name-field-partners-text {
    max-width: calc(66% - 2px);
  }
}
.paragraph--type--partners .field--name-field-partners-logo-text {
  line-height: 24px;
}
.paragraph--type--partners .img-container {
  display: block;
  border: none;
  margin-bottom: 2rem;
}
.paragraph--type--partners a.img-container:hover, .paragraph--type--partners a.img-container:focus {
  border-bottom: none;
  background: none;
}
.paragraph--type--partners a.img-container:hover img, .paragraph--type--partners a.img-container:focus img {
  filter: none;
  opacity: 0.6;
  transition: all 0.15s linear;
}
.paragraph--type--partners .field--name-field-partners-cta {
  text-align: center;
}
.paragraph--type--partners .field--name-field-partners-cta .btn {
  background: none;
}
.paragraph--type--partners .btn {
  margin-top: 0;
}
.paragraph--type--partners .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.paragraph--type--partners .owl-carousel .owl-item {
  min-height: auto;
}
.paragraph--type--partners .owl-carousel .owl-dots .owl-dot {
  background: rgba(76, 50, 145, 0.5);
  border-color: transparent;
  height: 10px;
  width: 10px;
}
.paragraph--type--partners .owl-carousel .owl-dots .owl-dot.active {
  background: #4c3291;
  border-color: #4c3291;
}
.paragraph--type--partners.bg-dark .owl-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
}
.paragraph--type--partners.bg-dark .owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
  border-color: #fff;
}
.paragraph--type--partners .row {
  margin: 0 0 1.5rem;
  overflow: hidden;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--partners .row {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph--type--partners .row > .img-container {
  display: block;
  position: relative;
  height: 80px;
  width: 200px;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: all 0.15s linear;
  border-bottom: none;
}
.paragraph--type--partners .partners {
  padding: 3rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--partners .partners {
    padding: 10.2rem 0 8rem;
  }
}
.paragraph--type--partners.no-padding .partners {
  padding: 2rem 0 1px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--partners.no-padding .partners {
    padding: 4.5rem 0 1px;
  }
}
.paragraph--type--partners .partner {
  color: #3B3937;
  height: 100%;
  padding: 2rem 2rem 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--partners .partner {
    height: auto;
    margin-bottom: 32px;
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--partners .partner {
    width: calc(33% - 16px);
  }
}
@media screen and (max-width:767.98px) {
  .paragraph--type--partners .partner .btn {
    margin-bottom: 8px;
  }
}
.paragraph--type--partners .img-container {
  line-height: 1;
}
.paragraph--type--partners.bg-attenuate-01-dark .field--name-field-partners-cta .btn.secondary {
  border-color: #fff;
  color: #fff;
}
.paragraph--type--partners.bg-attenuate-01-dark .field--name-field-partners-cta .btn.secondary:after {
  background: #fff;
}

.paragraph--type--subsidiaries {
  padding-bottom: 7rem;
}

.subsidiaries {
  padding: 32px 0;
}
@media screen and (min-width: 992px) {
  .subsidiaries {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .subsidiaries .container {
    width: calc(91% + 3.5rem);
  }
}
.subsidiaries .field--name-field-subsidiaries-item-head {
  color: #4c3291;
  margin-bottom: 16px;
}
.subsidiaries .btn {
  min-width: 160px;
}
.subsidiaries .subsidiaries-carousel:focus {
  outline: none;
}
.subsidiaries .owl-stage-outer {
  margin-bottom: 3rem;
}
.subsidiaries .flex-wrapper {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .subsidiaries .flex-wrapper {
    flex-direction: row;
  }
}
.subsidiaries .flex-wrapper > div {
  margin-bottom: 4rem;
}
.subsidiaries .flex-wrapper .owl-item {
  background-color: #ffffff;
  color: #3B3937;
  height: auto;
  padding: 24px;
}
@media screen and (min-width: 992px) {
  .subsidiaries .flex-wrapper .owl-item.active + .owl-item.active {
    position: relative;
  }
}
.subsidiaries .flex-wrapper .owl-item p:last-of-type {
  margin-bottom: 0;
}
.subsidiaries .flex-wrapper .owl-nav {
  display: flex;
  line-height: normal;
  justify-items: center;
  justify-content: center;
  text-align: center;
}
.subsidiaries .flex-wrapper .owl-nav .owl-dots {
  position: relative;
  padding: 0 20px;
  transform: none;
  display: flex;
  align-items: center;
  left: auto;
  bottom: auto;
}
.subsidiaries .flex-wrapper .owl-nav > button,
.subsidiaries .flex-wrapper .owl-nav > .owl-dots {
  height: 3.5rem;
}
.subsidiaries .flex-wrapper .owl-nav button {
  font-size: 24px;
  font-size: 2.4rem;
}
.subsidiaries .flex-wrapper .owl-dot {
  margin: 5px;
}
.subsidiaries .flex-wrapper p:last-of-type {
  margin-bottom: 0;
}

.paragraph--type--list .list {
  border: none !important;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
  margin-bottom: 32px;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--list .list {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--list .list {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    padding: 100px 64px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--list .list.right {
    flex-direction: row-reverse;
  }
}
.paragraph--type--list .list.icons .ico {
  display: flex;
  align-items: flex-start;
}
.paragraph--type--list .list.icons .ico:before {
  color: #901588;
  display: inline-table;
  font-size: 32px;
  line-height: 31px;
  margin-right: 25px;
}
.paragraph--type--list .list.icons ul.field > li {
  transition: all 0.15s linear;
  list-style-type: none;
  margin-left: 0;
  position: relative;
}
.paragraph--type--list .list.thumbnails ul.field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 576px) {
  .paragraph--type--list .list.thumbnails ul.field {
    justify-content: space-between;
  }
}
.paragraph--type--list .list.thumbnails ul.field > li {
  width: 27%;
  margin: 0;
  text-align: center;
  list-style: none;
}
.paragraph--type--list .list.thumbnails ul.field > li:before {
  content: none;
}
.paragraph--type--list .list.thumbnails ul.field > li img {
  opacity: 1;
  margin-bottom: 5rem;
}
.paragraph--type--list .list.thumbnails ul.field > li a {
  border: none;
  transition: all 0.15s linear;
}
.paragraph--type--list .list.thumbnails ul.field > li a:hover, .paragraph--type--list .list.thumbnails ul.field > li a:focus {
  background: none;
}
.paragraph--type--list .list.thumbnails ul.field > li a:hover img, .paragraph--type--list .list.thumbnails ul.field > li a:focus img {
  filter: none;
  opacity: 0.6;
  transition: all 0.15s linear;
}
.paragraph--type--list .list.thumbnails ul.field > li div {
  width: 100%;
}
.paragraph--type--list .list.thumbnails ul.field > .list-item {
  width: 40%;
}
@media screen and (min-width: 576px) {
  .paragraph--type--list .list.thumbnails ul.field > .list-item {
    width: 33%;
  }
}
.paragraph--type--list .list > div {
  margin-bottom: 40px;
}
.paragraph--type--list .list ul,
.paragraph--type--list .list ul.field {
  margin-bottom: 0;
}
.paragraph--type--list .list ul > li,
.paragraph--type--list .list ul.field > li {
  margin-bottom: 16px;
}
.paragraph--type--list .list ul > li span.field a,
.paragraph--type--list .list ul.field > li span.field a {
  border-bottom: 0;
}
.paragraph--type--list .list ul > li span.field a:hover, .paragraph--type--list .list ul > li span.field a:focus,
.paragraph--type--list .list ul.field > li span.field a:hover,
.paragraph--type--list .list ul.field > li span.field a:focus {
  color: #201747;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .paragraph--type--list .list div {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--list .list ul.field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--list .list ul.field {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--list .list ul.field > li {
    width: 45%;
  }
}

.stat-callout {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  font-size: 20px;
  justify-content: center;
  padding: 32px;
  width: 100%;
}
@media screen and (max-width:575.98px) {
  .stat-callout {
    flex-direction: column;
  }
}
@media screen and (min-width: 576px) {
  .stat-callout {
    justify-content: space-around;
  }
}
.stat-callout h2 {
  font-family: "Avenir Next Bold", sans-serif;
  font-size: 28px;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .stat-callout h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.featured-component .stat-callout img {
  display: none;
}
.stat-callout.img-right img {
  order: 1;
}
@media screen and (max-width:575.98px) {
  .stat-callout.img-right img {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width:575.98px) {
  .stat-callout.img-left img {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.stat-callout > div {
  text-align: center;
}
.stat-callout img {
  margin-bottom: 24px;
  max-width: 200px;
}
@media screen and (max-width:575.98px) {
  .stat-callout img {
    max-width: 210px;
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .stat-callout img + div {
    max-width: 50%;
  }
}
.stat-callout img.right {
  order: 1;
}
@media screen and (max-width:575.98px) {
  .stat-callout img.right {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width:575.98px) {
  .stat-callout img.left {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.stat-callout.bg-white {
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
}

blockquote {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  gap: 32px;
  line-height: 30px;
  padding: 32px 24px;
}
@media screen and (min-width: 992px) {
  blockquote {
    flex-direction: row;
    padding: 64px 100px;
  }
}
blockquote .quote-icon {
  margin-bottom: 16px;
}
blockquote .img-container {
  border-radius: 50%;
  flex: 0 0 150px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
blockquote .field--name-field-blockquote-text {
  margin-bottom: 32px;
}
blockquote .field--name-field-blockquote-text p {
  margin: 0;
}
blockquote .author {
  margin-bottom: 8px;
}
blockquote .cta {
  margin-top: 24px;
}
blockquote .cta .btn {
  margin-bottom: 0;
}
blockquote .inner > *:last-child {
  margin-bottom: 0;
}
blockquote.bg-dark .quote-icon path {
  fill: #ffffff;
}
blockquote.bg-dark .author {
  color: #ffffff;
}
blockquote.about-the-author {
  color: #4c4c4c;
  border-top: 5px solid #cccccc;
  font-family: "AvenirNext", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 24px;
  padding: 3rem 0 0;
}
blockquote.about-the-author img {
  width: 100%;
}
blockquote.about-the-author span {
  display: block;
}
blockquote.about-the-author span.author {
  color: #850f89;
  margin-bottom: 0;
}
blockquote.about-the-author span.title {
  font-family: "Avenir Next", sans-serif;
  margin-bottom: 1.5rem;
}
blockquote.about-the-author .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: 400;
}
blockquote.about-the-author .author {
  color: #4c3291;
  margin-bottom: 8px;
}

.accordion {
  background: #fff;
  color: #4c3291;
}
.accordion dd > div {
  display: inline-block;
}
.accordion > dt {
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
}
.accordion > dt button {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 1.5rem 5.5rem 1.5rem 1.5rem;
  font-family: "AvenirNext", sans-serif;
  text-align: left;
  position: relative;
  font-weight: bold;
}
.accordion > dt button:after, .accordion > dt button:before {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  height: 0.2rem;
  width: 1.6rem;
  background: #734cdd;
  font-family: "Avenir Next Light", sans-serif;
  font-weight: 200;
}
.accordion > dt button:after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  -moz-transform: translate(50%, -50%) rotate(90deg);
  -ms-transform: translate(50%, -50%) rotate(90deg);
  -o-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}
.accordion > dt button:before {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.accordion > dt button[aria-expanded=true]:after {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  -moz-transform: translate(50%, -50%) rotate(180deg);
  -ms-transform: translate(50%, -50%) rotate(180deg);
  -o-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}
.accordion > dd {
  margin-bottom: 24px;
  padding: 0 5.5rem 1.5rem 1.5rem;
  background: #fff;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
}
.accordion > dd[hidden] {
  display: block;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.accordion p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 576px) {
  .tabs.opportunities dd {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1150px) {
  .tabs.opportunities dd {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tabs.opportunities dd {
    padding: 5.5rem 0 5rem;
  }
}
@media screen and (min-width: 576px) {
  .tabs.opportunities dd > div {
    width: 45%;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1150px) {
  .tabs.opportunities dd > div {
    margin-bottom: 0;
    width: 23%;
  }
}
.tabs.opportunities dd h4 {
  margin-bottom: 1.5rem;
}
.tabs.opportunities dd p {
  margin-bottom: 1.5rem;
}
.tabs h2 {
  margin-bottom: 4rem;
  max-width: 800px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .tabs dd > div {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .tabs dd > div {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs > dt {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767.98px) {
  .tabs > dt:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs > dt button {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    width: 100%;
    padding: 1.5rem 5.5rem 1.5rem 1.5rem;
    text-transform: uppercase;
    font-family: "Avenir Next Bold", sans-serif;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.5px;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs > dt button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 10px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: translate(0, -5.5px) rotate(-45deg);
    box-shadow: inset -2px 2px 0 0;
    border-radius: 0 2px 0 0;
  }
}
.tabs > dt button[aria-expanded=true]:after {
  color: #734cdd;
}
@media screen and (max-width: 767.98px) {
  .tabs > dt button[aria-expanded=true]:after {
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767.98px) {
  .tabs > dd {
    padding: 1.5rem 5.5rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs > dd[hidden] {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs p:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  dl.tabs {
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: flex-start;
  }
}
dl.tabs a {
  display: inline;
}
dl.tabs .btn {
  display: block;
}
@media screen and (min-width: 768px) {
  dl.tabs .btn {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  dl.tabs .container-narrow {
    display: block;
  }
}
dl.tabs > dt {
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.1490196078);
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
@media screen and (min-width: 768px) {
  dl.tabs > dt {
    flex: 0 0 auto;
    order: 0;
    align-self: auto;
    padding: 0;
    box-shadow: none;
    margin: 0;
  }
}
dl.tabs > dt button {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3B3937;
  font-weight: 500;
  padding: 2.1rem 5.5rem 2.1rem 2.4rem;
}
@media screen and (min-width: 768px) {
  dl.tabs > dt button {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    padding: 1.6rem;
    margin: 1.4rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  dl.tabs > dt button:hover, dl.tabs > dt button:focus {
    color: #901588;
  }
}
dl.tabs > dt [aria-expanded=true] {
  color: #901588;
}
dl.tabs > dd {
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.tabs > dd {
    padding: 5.5rem 0 9rem;
    flex: 0 0 100%;
    width: 100%;
    order: 1;
    align-self: auto;
  }
}
@media screen and (min-width: 768px) {
  dl.tabs > dd:before {
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
    top: -6px;
    left: 0;
    z-index: 999;
    content: "";
  }
}
@media screen and (min-width: 768px) {
  dl.tabs > dd[hidden] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  dl.tabs > dd :last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  dl.tabs > dd h4 {
    margin-bottom: 2.5rem;
  }
}

.paragraph--type--tabs section.tabs {
  padding: 0;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tabs section.tabs {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--tabs section.tabs {
    padding-top: 7rem;
  }
}
.paragraph--type--tabs .field--name-field-tabs-item-text a {
  padding: 3px 0;
}

.inline-video .wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56%;
}
.inline-video .wrapper > div {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inline-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
}
.inline-video .field--name-field-video-caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: normal;
  margin: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .inline-video .field--name-field-video-caption {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.inline-video h2 {
  padding-bottom: 1.5rem;
}
.inline-video a {
  text-decoration: none;
}

.people {
  position: relative;
  background: linear-gradient(45.75deg, rgba(41, 129, 215, 0.15) 10%, rgba(12, 178, 164, 0.15) 60%, rgba(82, 183, 17, 0.15) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
}
.people__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .people__wrapper {
    display: flex;
    justify-content: space-between;
    line-height: normal;
  }
}
@media screen and (min-width: 992px) {
  .people__wrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .people__wrapper {
    flex-direction: row;
    padding-bottom: 0;
  }
}
.people h2 + .btn {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .people h2 + .btn {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.people__image {
  padding: 16px;
  max-width: 316px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .people__image {
    padding: 40px 49px 0;
    margin-right: 0;
    width: 50%;
    max-width: 640px;
  }
}
.people__image img {
  display: block;
}
.people__content {
  padding: 16px 24px 32px;
}
@media screen and (min-width: 992px) {
  .people__content {
    width: 50%;
    max-width: 670px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 16px;
    padding-left: 40px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .people__content {
    padding-left: 80px;
  }
}
.people__head h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: normal;
}
.people__name {
  color: #4c3291;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .people__name {
    font-size: 56px;
  }
}
.people__position {
  color: #4c3291;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .people__position {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .people .name-field-featured-person-text {
    margin-bottom: 48px;
  }
}
.people .field--name-field-featured-person-link a {
  text-decoration: underline;
}
.people .field--name-field-featured-person-link a:hover, .people .field--name-field-featured-person-link a:focus {
  background: #201747;
  color: #fff;
  text-decoration: none;
}

.social-wrap {
  background: url("/themes/custom/lp/sass/img/social-bg.jpg");
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .social-wrap {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .social-wrap {
    padding-top: 7rem;
  }
}
.social-wrap .drag {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.social-wrap .drag span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Avenir Next Bold", sans-serif;
  position: relative;
  width: 100px;
  color: #000;
}
.social-wrap .drag span:before, .social-wrap .drag span:after {
  content: "";
  background: #333333;
  height: 1px;
  top: 50%;
  position: absolute;
}
.social-wrap .drag span:before {
  left: -20px;
  width: 12px;
}
.social-wrap .drag span:after {
  width: 70px;
  right: -78px;
}
@media screen and (min-width: 768px) {
  .social-wrap .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .social-wrap h2 {
    padding-right: 15rem;
  }
}
@media screen and (min-width:1600px) {
  .social-wrap h2 {
    width: 40%;
    padding-right: 7rem;
  }
}
.social-wrap p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .social-wrap p {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .social-wrap p {
    width: 50%;
  }
}

.paragraph--type--job-search.paragraph--view-mode--default h2 {
  text-align: center;
}
.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title {
  display: flex;
}
.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title input {
  height: 45px;
  line-height: 45px;
  flex-grow: 1;
  font-size: 1.4rem;
  background: none;
  padding: 0 1rem !important;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  width: auto;
  box-shadow: none;
  margin-bottom: 1rem;
  max-width: 95%;
}
.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title .search {
  width: 38px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f124a;
  border: 0;
  color: #fff;
  font-size: 1.4rem;
}
.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title .search:hover {
  background-color: #850f89;
}
.paragraph--type--job-search .node--type-page .leidos-jobs-search h6 {
  font-size: 1.4rem;
}

.paragraph--type--employee-lookup {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .paragraph--type--employee-lookup, .paragraph--type--employee-lookup.container.narrow {
    max-width: 1010px;
  }
}
.paragraph--type--employee-lookup h4 {
  color: inherit;
  font-family: inherit;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--employee-lookup h4 {
    margin-bottom: 55px;
  }
}
.paragraph--type--employee-lookup h4.username-label {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--employee-lookup h4.username-label {
    margin-left: auto;
    margin-right: auto;
    max-width: 553px;
  }
}
.paragraph--type--employee-lookup b,
.paragraph--type--employee-lookup em {
  font-weight: 800;
}
.paragraph--type--employee-lookup .lookup-result {
  border: 1px solid #201747;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 15px 10px 13px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--employee-lookup .lookup-result {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    width: calc(100% - 174px);
    max-width: 369px;
  }
}
.paragraph--type--employee-lookup .lookup-result-and-copy {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--employee-lookup .lookup-result-and-copy {
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
  }
}
.paragraph--type--employee-lookup .copy-employee-username {
  background: #201747;
  border-color: #201747;
  border-radius: 0;
  border-width: 2px;
  box-shadow: none;
  margin-top: 0;
  padding: 1.5rem !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--type--employee-lookup .copy-employee-username {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    text-align: center;
    width: 174px;
  }
}
.paragraph--type--employee-lookup .copy-employee-username:hover, .paragraph--type--employee-lookup .copy-employee-username:focus, .paragraph--type--employee-lookup .copy-employee-username:active {
  background: #850f89;
  border-color: #850f89;
  border-width: 2px;
}
.paragraph--type--employee-lookup .copy-employee-username.copied {
  background: none;
  color: #201747;
}
.paragraph--type--employee-lookup .copy-employee-username.copied:hover, .paragraph--type--employee-lookup .copy-employee-username.copied:focus, .paragraph--type--employee-lookup .copy-employee-username.copied:active {
  border-color: #201747;
}
.paragraph--type--employee-lookup .notice-message-wrapper {
  display: flex;
  justify-content: space-between;
}
.paragraph--type--employee-lookup .icon-notice-wrapper {
  margin-top: 2px;
  width: 20px;
}
.paragraph--type--employee-lookup .notice-message {
  width: calc(100% - 30px);
}
.paragraph--type--employee-lookup .notice-message p {
  margin-bottom: 0;
}

.leidos-employee-lookup {
  background: #FBFFD3;
  border: 1px solid #201747;
  border-radius: 2px;
  color: #201747;
  margin-bottom: 32px;
  margin-top: -38px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .leidos-employee-lookup {
    padding: 33px 29px 32px;
  }
}
.leidos-employee-lookup .form-wrapper.captcha {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .leidos-employee-lookup .form-wrapper.captcha {
    margin-bottom: 3.2rem;
  }
}
.leidos-employee-lookup .form-wrapper.captcha > summary {
  display: none;
}
.leidos-employee-lookup details {
  margin-top: 1.6rem;
}
.leidos-employee-lookup details > .details-wrapper {
  padding: 0;
}
.leidos-employee-lookup .details-description {
  font-weight: 800;
}
.leidos-employee-lookup .form-wrapper.captcha span.field-prefix {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1.7rem;
}
.leidos-employee-lookup .form-wrapper.captcha .details-description {
  margin-bottom: 34px;
}
.leidos-employee-lookup .form-type-textfield .description {
  color: inherit;
  margin-top: -4px;
}

.lookup-container .form-type-textfield label {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 32.78px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lookup-container .form-type-textfield label {
    margin-bottom: 1.6rem;
  }
}
.lookup-container .form-text {
  font-size: 16px;
  font-size: 1.6rem;
}
.lookup-container input {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #b2b2b2;
  height: 56px;
  line-height: 50px;
  margin-bottom: 1.6rem;
  padding: 2.1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lookup-container input {
    max-width: 369px;
  }
}
.lookup-container .form-submit {
  background: #201747;
  border: 1px solid #201747;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Avenir Next Bold", sans-serif;
  font-weight: 800;
  font-size: 12px;
  font-size: 1.2rem;
  height: 50px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 0;
  min-width: 130px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s linear;
}
@media screen and (min-width: 768px) {
  .lookup-container .form-submit {
    width: auto;
  }
}
.lookup-container .form-submit:hover, .lookup-container .form-submit:focus {
  background: #850f89;
  border: 1px solid #850f89;
}
.lookup-container .messages--error {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #a61747;
  display: flex;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "AvenirNext", sans-serif;
  margin: 0 2rem 2rem 0;
  text-shadow: none;
}
.lookup-container .messages--error:before {
  content: "\f071";
  font-family: "icomoon";
  font-style: normal;
  color: #a61747;
  font-size: 1.4rem;
  margin-right: 7px;
}
.lookup-container .paragraph--type--site-search {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .lookup-container .paragraph--type--site-search {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lookup-container .paragraph--type--site-search {
    padding-top: 7rem;
  }
}
.lookup-container .st-ui-pagination {
  text-align: center;
}
.lookup-container .st-ui-pagination a {
  border-bottom: none !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.lookup-container .st-ui-pagination a:hover, .lookup-container .st-ui-pagination a:focus {
  background: transparent !important;
  color: #850f89 !important;
}

.tabs-card {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 0;
}
.tabs-card h2,
.tabs-card h3,
.tabs-card h4,
.tabs-card h5,
.tabs-card h6 {
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .tabs-card h2,
  .tabs-card h3,
  .tabs-card h4,
  .tabs-card h5,
  .tabs-card h6 {
    margin-bottom: 33px;
  }
}
.tabs-card--buttons-wrapper {
  box-shadow: -4px 4px 8px 0px rgba(37, 24, 70, 0.35);
  margin-bottom: 31px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .tabs-card--buttons-wrapper:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
}
.tabs-card--buttons-inner {
  overflow-x: auto;
}
.tabs-card--buttons {
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.tabs-card--button {
  flex-shrink: 0;
  margin-top: 0;
  position: relative;
  z-index: 5;
}
.tabs-card--button:first-child {
  margin-left: auto;
}
.tabs-card--button:last-child {
  margin-right: auto;
}
.tabs-card--toggle {
  padding: 23px 25px 25px;
}
@media screen and (min-width: 992px) {
  .tabs-card--toggle {
    padding: 29px 31px 31px;
  }
}
.tabs-card--toggle[aria-expanded=true] {
  font-weight: 600;
}
.tabs-card--toggle:hover, .tabs-card--toggle[aria-expanded=true] {
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
  .tabs-card--list {
    padding: 0 33px 33px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-card--list {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-card--content {
    display: flex;
  }
}
.tabs-card--content[hidden] {
  display: none;
}
.tabs-card--copy {
  line-height: 30px;
  margin-bottom: 34px;
}
@media screen and (min-width: 992px) {
  .tabs-card--copy {
    margin-bottom: 0;
    padding-right: 33px;
    width: 41.3%;
  }
}
@media screen and (min-width: 992px) {
  .tabs-card--copy .field--name-field-body {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-card--copy .btn {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .tabs-card--img {
    width: 58.7%;
  }
}
.tabs-card--img img {
  display: block;
}

#block-breadcrumbs,
.block-system-breadcrumb-block {
  left: 0;
  margin-top: 25px;
}
#block-breadcrumbs .container,
.block-system-breadcrumb-block .container {
  max-width: 134rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  #block-breadcrumbs .container,
  .block-system-breadcrumb-block .container {
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  #block-breadcrumbs .container,
  .block-system-breadcrumb-block .container {
    width: 87.333%;
  }
}
@media screen and (min-width:1600px) {
  #block-breadcrumbs .container,
  .block-system-breadcrumb-block .container {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  #block-breadcrumbs .container,
  .block-system-breadcrumb-block .container {
    width: calc(91% - 2.5rem);
  }
}
@media screen and (min-width:1600px) {
  #block-breadcrumbs .container,
  .block-system-breadcrumb-block .container {
    width: calc(85% - 2.5rem);
  }
}
#block-breadcrumbs .container.narrow,
.block-system-breadcrumb-block .container.narrow {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #block-breadcrumbs .container.narrow,
  .block-system-breadcrumb-block .container.narrow {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #block-breadcrumbs .container.narrow,
  .block-system-breadcrumb-block .container.narrow {
    width: 90%;
  }
}
#block-breadcrumbs li:before,
.block-system-breadcrumb-block li:before {
  content: " / ";
  margin: 2px;
}
#block-breadcrumbs .breadcrumb ol,
.block-system-breadcrumb-block .breadcrumb ol {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#block-breadcrumbs ol > li,
.block-system-breadcrumb-block ol > li {
  color: #3B3937;
  font-size: 14px;
  line-height: 24px;
  font-family: "AvenirNext", sans-serif;
}
#block-breadcrumbs ol > li:first-of-type,
.block-system-breadcrumb-block ol > li:first-of-type {
  margin-left: 0;
}
#block-breadcrumbs ol > li:first-of-type:before,
.block-system-breadcrumb-block ol > li:first-of-type:before {
  content: none;
}
#block-breadcrumbs ol > li a,
.block-system-breadcrumb-block ol > li a {
  color: #901588;
  font-weight: 400;
}
#block-breadcrumbs ol > li a:focus, #block-breadcrumbs ol > li a:hover,
.block-system-breadcrumb-block ol > li a:focus,
.block-system-breadcrumb-block ol > li a:hover {
  color: #4c3291;
}
.node--type-insight #block-breadcrumbs,
.node--type-insight .block-system-breadcrumb-block {
  margin-bottom: 5rem;
}
.node--type-insight #block-breadcrumbs li:before,
.node--type-insight .block-system-breadcrumb-block li:before {
  color: #3B3937;
}
.node--type-page #block-breadcrumbs,
.node--type-page .block-system-breadcrumb-block {
  color: #ffffff;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.node--type-page #block-breadcrumbs a,
.node--type-page .block-system-breadcrumb-block a {
  color: #ffffff;
}
.node--type-page #block-breadcrumbs a:focus, .node--type-page #block-breadcrumbs a:hover,
.node--type-page .block-system-breadcrumb-block a:focus,
.node--type-page .block-system-breadcrumb-block a:hover {
  color: #ffffff;
  font-weight: 600;
}
.node--type-page #block-breadcrumbs ol > li,
.node--type-page #block-breadcrumbs li:before,
.node--type-page .block-system-breadcrumb-block ol > li,
.node--type-page .block-system-breadcrumb-block li:before {
  color: #ffffff;
}

.breadcrumb {
  padding-bottom: 0.5rem;
  text-shadow: 1px 1px 1px #740f6d;
}

.form-type-textfield label,
.field--type-entity-reference label,
.form-type-textarea label {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
.form-type-textfield input,
.field--type-entity-reference input,
.form-type-textarea input {
  width: 100%;
  max-width: 100%;
  padding: 0.35rem 0.5rem;
  font-size: 1.2em;
  font-weight: normal;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.form-type-textfield input:focus,
.field--type-entity-reference input:focus,
.form-type-textarea input:focus {
  border: 2px solid #3A3A3A;
}
.form-type-textfield textarea,
.field--type-entity-reference textarea,
.form-type-textarea textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.35em 0.25em;
  font-size: 1.2em;
  font-weight: normal;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.form-type-textfield textarea:focus,
.field--type-entity-reference textarea:focus,
.form-type-textarea textarea:focus {
  border: 2px solid #3A3A3A;
}
.form-type-textfield .description,
.field--type-entity-reference .description,
.form-type-textarea .description {
  margin-top: 0.5em;
  color: #8d8d8d;
}

.field--type-created h4.label {
  display: block;
  margin-bottom: 0.25em;
}
.field--type-created .form-type-date input {
  padding: 0.35em 0.25em;
  font-size: 1.2em;
  font-weight: normal;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.field--type-created .form-type-date input:focus {
  border: 2px solid #3A3A3A;
}
.field--type-created .description {
  margin-top: 0.5em;
  color: #8d8d8d;
}

.vertical-tabs .vertical-tabs__menu-item-summary {
  font-size: 0.75em;
}

a.button,
input.button {
  text-decoration: none;
  margin: 0 1em 0 0;
  padding: 0.25em 0.5em;
  background: #CCCCCC;
  border: 2px solid #1A1A1A;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  font-size: 1em;
  color: #9A9A9A;
}
a.button:hover, a.button:focus,
input.button:hover,
input.button:focus {
  background: #b3b3b3;
}

label,
select,
input,
textarea {
  font-size: 1.9rem;
}

select,
input,
textarea {
  padding: 0.35rem 0.5rem;
}

label {
  display: block;
  font-weight: bold;
}

input,
textarea {
  font-weight: normal;
  border: 1px solid #383937;
}
input:focus,
textarea:focus {
  border-color: #383937;
}

.description {
  margin-top: 0.5rem;
  color: #8d8d8d;
}

.tabs .field--name-field-tabs-item-name {
  line-height: normal;
}
.tabs a:hover, .tabs a:focus {
  background-color: transparent;
}

.messages--warning {
  box-shadow: none;
  border-left: 8px solid #E09600;
}

.messages--status {
  box-shadow: none;
  border-left: 8px solid #77B259;
}

.messages--error {
  box-shadow: none;
  border-left: 8px solid #E62600;
}

.navigation .menu {
  margin: 0;
  padding: 0;
}
.navigation .menu-item {
  margin: 3px 5px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
}
.navigation .menu-item:first-child {
  margin-left: 0;
}
.navigation .menu-item:last-child {
  margin-right: 0;
}

.menu.dropdown {
  font-size: 18px;
  font-size: 1.8rem;
}
.menu.dropdown .menu-item {
  margin: 0;
  padding: 0;
}
.menu.dropdown .menu-item span,
.menu.dropdown .menu-item a {
  display: block;
  font-weight: 500;
}
.menu.dropdown .menu-item--expanded {
  list-style: none;
  position: relative;
}
.menu.dropdown .menu-item--expanded > span,
.menu.dropdown .menu-item--expanded > a {
  padding: 10px 26px;
  position: relative;
}
.menu.dropdown .menu-item--expanded > .arrow-down-wrapper {
  height: 8px;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  width: 12px;
}
.menu.dropdown .menu-item--expanded:hover > .menu, .menu.dropdown .menu-item--expanded:focus > .menu {
  display: block;
}
.menu.dropdown .menu-item--expanded:hover > .arrow-down-wrapper, .menu.dropdown .menu-item--expanded:focus > .arrow-down-wrapper {
  transform: rotate(180deg) translateY(0%);
  top: 40%;
}
.menu.dropdown .menu-item--expanded:hover > .arrow-down-wrapper .arrow-down, .menu.dropdown .menu-item--expanded:focus > .arrow-down-wrapper .arrow-down {
  stroke: #901588;
}
.menu.dropdown .menu-item--expanded > .menu {
  font-size: 20px;
  font-size: 2rem;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .menu.dropdown .menu-item--expanded > .menu {
    background: #fff;
    box-shadow: -4px 4px 8px 0px rgba(144, 21, 136, 0.15);
    left: -20px;
    top: 100%;
  }
}
.menu.dropdown .menu-item--expanded > .menu .menu-item span,
.menu.dropdown .menu-item--expanded > .menu .menu-item a {
  padding: 10px 26px;
}
.menu.dropdown .menu-item--expanded:last-child > .menu {
  left: auto;
  right: 0;
}
.menu.dropdown.mobile .menu-item {
  display: block;
}

.menu--main.block-menu {
  align-items: center;
}
.menu--main.block-menu .row {
  align-items: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .menu--main.block-menu .mm-search {
    margin-left: auto;
  }
}
@media screen and (max-width: 1199.98px) {
  .menu--main.block-menu .container:after {
    background: #fff;
    box-shadow: -4px 4px 8px 0px rgba(144, 21, 136, 0.15);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}
.menu--main.block-menu .hamburger-toggle {
  background: url("/themes/custom/lp/assets/icons/hamburger-right.svg") no-repeat 50% 50%;
}
.menu--main.block-menu .hamburger-toggle--opened {
  background-image: url("/themes/custom/lp/assets/icons/hamburger-right-open.svg");
}
@media screen and (min-width: 1200px) {
  .menu--main.block-menu .menu--mobile-toggle,
  .menu--main.block-menu .menu--mobile-tray {
    display: none;
  }
}
.menu--main.block-menu .menu--mobile-toggle {
  margin-left: auto;
  margin-right: 16px;
}
.menu--main.block-menu .menu--mobile-tray {
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: -2;
}
.menu--main.block-menu .menu--mobile-tray--opened {
  transform: translateY(calc(100% - 1px));
}
.menu--main.block-menu .menu--mobile-tray .menu.mobile {
  flex: 0 0 100vw;
  top: 0;
}
.menu--main.block-menu .menu--mobile-tray .mobile--close-slide-left {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 0;
  padding: 0px 26px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.menu--main.block-menu .menu--mobile-tray .menu-item > span:not(.arrow-down-wrapper),
.menu--main.block-menu .menu--mobile-tray .menu-item > a {
  padding: 10px 26px;
}
.menu--main.block-menu .menu--mobile-tray .menu-item a {
  color: #4c3291;
}
.menu--main.block-menu .menu--mobile-tray .menu-item a:hover, .menu--main.block-menu .menu--mobile-tray .menu-item a.is-active {
  color: #901588;
}
.menu--main.block-menu .menu--mobile-tray .menu-item a.mobile {
  color: #251846;
}
.menu--main.block-menu .menu--mobile-tray .mobile-menu--inner {
  display: flex;
  padding: 3.9rem 0;
  transition: transform 0.4s ease-out;
}
.menu--main.block-menu .menu--mobile-tray .mobile-menu--inner.mobile--slide-left {
  transform: translateX(-100vw);
}
.menu--main.block-menu .menu--mobile-tray .menu-level--0 > .menu-item > span:not(.arrow-down-wrapper),
.menu--main.block-menu .menu--mobile-tray .menu-level--0 > .menu-item > a {
  font-weight: 700;
  text-transform: uppercase;
  z-index: 10;
}
.menu--main.block-menu .menu--mobile-tray .menu-level--0 > .menu-item > span:not(.arrow-down-wrapper).mobile,
.menu--main.block-menu .menu--mobile-tray .menu-level--0 > .menu-item > a.mobile {
  font-weight: normal;
  text-transform: none;
}
.menu--main.block-menu .menu--mobile-tray .menu-level--0 > .menu-item > .arrow-down-wrapper {
  z-index: 5;
}
.menu--main.block-menu .menu--mobile-tray .menu-level--1 {
  display: none;
}
.menu--main.block-menu .menu--mobile-tray .menu-level--1.active {
  display: block;
}
.menu--main.block-menu .menu--mobile-tray .menu-level--1 > .menu-item > span:not(.arrow-down-wrapper),
.menu--main.block-menu .menu--mobile-tray .menu-level--1 > .menu-item > a {
  padding: 10px 40px;
}
.menu--main.block-menu .menu--mobile-tray .menu-level--1 > .menu-item > .arrow-down-wrapper {
  z-index: 5;
}
.menu--main.block-menu .menu--mobile-tray svg.ext {
  fill: #901588;
  height: 20px;
  margin-left: 10px;
  padding-right: 0;
  width: 18px;
}
.menu--main.block-menu .menu--mobile-tray svg.ext path {
  stroke: #901588;
}
.menu--main.block-menu .menu--mobile-tray a.ext {
  color: #901588;
}

@media screen and (max-width: 1199.98px) {
  .menu--main--links,
  .menu--utility-header-navigation {
    display: none;
  }
}
.menu--main--links svg.ext,
.menu--utility-header-navigation svg.ext {
  fill: #901588;
  height: 24px;
  margin-left: 10px;
  padding-right: 0;
  width: 24px;
}
.menu--main--links svg.ext path,
.menu--utility-header-navigation svg.ext path {
  stroke: #901588;
}
.menu--main--links a,
.menu--utility-header-navigation a {
  color: #4c3291;
}
.menu--main--links a:hover, .menu--main--links a:focus,
.menu--utility-header-navigation a:hover,
.menu--utility-header-navigation a:focus {
  color: #901588;
  text-decoration: none;
}
.menu--main--links a.ext,
.menu--utility-header-navigation a.ext {
  color: #901588;
}
.menu--main--links .row,
.menu--utility-header-navigation .row {
  margin-bottom: 0;
}

.menu--utility-header-navigation nav > .menu {
  text-align: right;
}
.menu--utility-header-navigation nav > .menu > .menu-item > span,
.menu--utility-header-navigation nav > .menu > .menu-item > a {
  font-weight: 400;
  padding: 10px 15px;
}
.menu--utility-header-navigation nav > .menu > .menu-item--expanded > span,
.menu--utility-header-navigation nav > .menu > .menu-item--expanded > a {
  padding-right: 38px;
}

.menu--main--links > .menu {
  display: flex;
  justify-content: end;
}
.menu--main--links > .menu > .menu-item:first-child > span,
.menu--main--links > .menu > .menu-item:first-child > a {
  padding-left: 2px;
}
.menu--main--links > .menu > .menu-item > span,
.menu--main--links > .menu > .menu-item > a {
  font-weight: 700;
  padding: 10px 1.1rem;
  text-transform: uppercase;
}
.menu--main--links > .menu > .menu-item--expanded > span,
.menu--main--links > .menu > .menu-item--expanded > a {
  padding-right: calc(23px + 1.1rem);
}
.menu--main--links > .menu.dropdown .menu-item--expanded > .menu {
  background: linear-gradient(25.6deg, rgba(214, 44, 208, 0.1) 8.33%, rgba(115, 76, 221, 0.1) 59.26%, rgba(41, 129, 215, 0.1) 100%), linear-gradient(0deg, #fff, #fff);
  min-width: 300px;
}

.field--taxonomy-terms {
  padding: 5px 0px;
  margin: 5px 0;
  border: 1px solid #CCC;
  border-left-width: 0;
  border-right-width: 0;
}
.field--taxonomy-terms .field__label {
  font-size: 1.1em;
  font-weight: normal;
}
.field--taxonomy-terms .field-item--taxonomy-term {
  display: block;
  float: left;
}
.field--taxonomy-terms .taxonomy-term {
  display: block;
}
.field--taxonomy-terms .taxonomy-term {
  font-size: 0.75em;
  padding: 5px 8px;
  text-decoration: none;
  margin: 0.25em;
  background: #7f7f7f;
  border: #7f7f7f;
  color: #7f7f7f;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.field--taxonomy-terms .taxonomy-term:hover {
  background: #7f7f7f;
  border: #7f7f7f;
  color: #7f7f7f;
}
.field--taxonomy-terms .taxonomy-term:after {
  font-size: 0;
}

.view-clinic-locations .view-header {
  background: linear-gradient(39.57deg, #6C207D 0%, #442D82 67.19%, #274280 100%);
  color: #ffffff;
  padding: 48px 24px;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .view-header {
    padding: 100px 64px;
  }
}
.view-clinic-locations .view-header h1 {
  color: #ffffff;
}
.view-clinic-locations .view-header p {
  font-size: 24px;
  font-weight: 100;
  line-height: 34px;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .view-header p {
    font-size: 36px;
    line-height: 46px;
  }
}
.view-clinic-locations .view-header .form-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .view-header .form-item {
    flex-direction: row;
  }
}
.view-clinic-locations .view-header .form-item label {
  flex-shrink: 0;
  font-size: 24px;
  line-height: 34px;
}
.view-clinic-locations .view-header .form-item select {
  border-radius: 8px;
  padding: 8px 24px;
  width: 100%;
}
.view-clinic-locations .view-content,
.view-clinic-locations .view-empty {
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .view-content,
  .view-clinic-locations .view-empty {
    padding-bottom: 100px;
    padding-top: 52px;
  }
}
.view-clinic-locations .view-content h3,
.view-clinic-locations .view-empty h3 {
  font-size: 24px;
  font-weight: 100;
  line-height: 34px;
  margin: 32px 0 16px;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .view-content h3,
  .view-clinic-locations .view-empty h3 {
    font-size: 36px;
    line-height: 46px;
    margin: 48px 0 32px 0;
  }
}
.view-clinic-locations .clinic-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .clinic-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.view-clinic-locations .clinic-tile {
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 16px;
  padding: 24px 16px;
}
.view-clinic-locations .clinic-tile p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .clinic-tile {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 1200px) {
  .view-clinic-locations .clinic-tile {
    width: calc(33% - 11px);
  }
}
@media screen and (min-width:1600px) {
  .view-clinic-locations .clinic-tile {
    width: calc(25% - 12px);
  }
}
.view-clinic-locations .views-field-title {
  font-size: 24px;
  line-height: 34px;
}
.view-clinic-locations .views-field-title a {
  color: #4c3291;
  font-weight: 700;
}
.view-clinic-locations .views-field-field-location-telephone {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.view-clinic-locations .views-field-view-node a {
  margin: 16px 0 0 0;
}
.view-clinic-locations .views-field-field-location-gmap-link a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.view-clinic-locations .views-field-field-location-gmap-link a svg.ext {
  fill: #901588;
  height: 24px;
  margin-left: 16px;
  padding: 0;
  width: 24px;
}
.view-clinic-locations .views-field-field-location-gmap-link a svg.ext path {
  stroke: #901588;
  stroke-width: 1px;
}
.view-clinic-locations .pager {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .view-clinic-locations .pager {
    margin-bottom: 100px;
  }
}

.hbspt-modal.paragraph:not(.no-padding),
.paragraph--type--hubspot-form.paragraph:not(.no-padding) {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .hbspt-modal.paragraph:not(.no-padding),
  .paragraph--type--hubspot-form.paragraph:not(.no-padding) {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.hbspt-form label {
  font-size: 20px;
  font-size: 2rem;
  color: #4c3291;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 6px;
}
.bg-dark .hbspt-form label {
  color: inherit;
}
.hbspt-form input,
.hbspt-form textarea {
  border-radius: 8px;
  border: 1px solid #b9a5ee;
  background: #fff;
  color: #7c7c7a;
}
.bg-dark .hbspt-form input,
.bg-dark .hbspt-form textarea {
  border-color: transparent;
}
.hbspt-form textarea {
  min-height: 11rem;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
}
.hbspt-form input {
  height: 4.2rem;
  line-height: 4.2rem;
  margin-bottom: 1.5rem;
}
.hbspt-form input ::placeholder,
.hbspt-form input ::-webkit-input-placeholder,
.hbspt-form input ::-moz-placeholder,
.hbspt-form input :-ms-input-placeholder,
.hbspt-form input :-moz-placeholder {
  color: #7c7c7a;
}
.hbspt-form .hs-input {
  width: 100%;
}
.hbspt-form .hs-button.primary {
  background-color: #901588;
  background-image: none;
  border-radius: 50px;
  box-shadow: -4px 4px 6px 0px rgba(115, 76, 221, 0.15);
  color: #fff;
  display: block;
  font-family: "Avenir Next Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  height: auto;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 2rem;
  min-width: 130px;
  padding: 10px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  width: auto;
}
@media screen and (min-width: 768px) {
  .hbspt-form .hs-button.primary {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .hbspt-form .hs-button.primary {
    display: inline-block;
  }
}
.bg-dark .hbspt-form .hs-button.primary {
  background-color: #fff;
  color: #901588;
}
.hbspt-form .hs-button.primary:hover, .hbspt-form .hs-button.primary:focus {
  background-color: #740f6d;
  background-image: none;
  box-shadow: -4px 4px 8px 0px rgba(37, 24, 70, 0.35);
  color: #fff;
}
.bg-dark .hbspt-form .hs-button.primary:hover, .bg-dark .hbspt-form .hs-button.primary:focus {
  background-color: #fff;
  color: #740f6d;
}

.component-edge {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .component-edge {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .component-edge {
    padding-bottom: 7rem;
  }
}

.node--view-mode-insights-overview,
.node--type-insight-search.node--view-mode-full {
  padding-bottom: 0 !important;
}
.node--view-mode-insights-overview .hero,
.node--type-insight-search.node--view-mode-full .hero {
  background: #201747;
  background: url("/themes/custom/lp/sass/img/insights-hero.jpg");
  padding: 4rem 0 73rem;
  margin-bottom: -73rem;
  background-position: top center;
  background-repeat: no-repeat;
}
.node--view-mode-insights-overview .node__content,
.node--type-insight-search.node--view-mode-full .node__content {
  position: relative;
  z-index: 250;
}

.node--type-landing-page.node--view-mode-full .grid-item,
.node--type-landing_page.node--view-mode-full .grid-item,
.node--type-insight-search.node--view-mode-full .grid-item {
  transform: scale(0);
  animation: intro 0.25s 0.25s;
  animation-fill-mode: forwards;
  flex-grow: 0;
}
.node--type-landing-page.node--view-mode-full .grid-item .content,
.node--type-landing_page.node--view-mode-full .grid-item .content,
.node--type-insight-search.node--view-mode-full .grid-item .content {
  position: absolute;
  bottom: 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  color: #4c4c4c;
  transition: all 0.25s linear;
}
@media screen and (min-width: 768px) {
  .node--type-landing-page.node--view-mode-full .grid-item .content,
  .node--type-landing_page.node--view-mode-full .grid-item .content,
  .node--type-insight-search.node--view-mode-full .grid-item .content {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item .content,
  .node--type-landing_page.node--view-mode-full .grid-item .content,
  .node--type-insight-search.node--view-mode-full .grid-item .content {
    left: 0;
    padding: 2.5rem;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item .content h6,
.node--type-landing-page.node--view-mode-full .grid-item .content p,
.node--type-landing-page.node--view-mode-full .grid-item .content div,
.node--type-landing_page.node--view-mode-full .grid-item .content h6,
.node--type-landing_page.node--view-mode-full .grid-item .content p,
.node--type-landing_page.node--view-mode-full .grid-item .content div,
.node--type-insight-search.node--view-mode-full .grid-item .content h6,
.node--type-insight-search.node--view-mode-full .grid-item .content p,
.node--type-insight-search.node--view-mode-full .grid-item .content div {
  position: relative;
}
.node--type-landing-page.node--view-mode-full .grid-item .content .summary,
.node--type-landing_page.node--view-mode-full .grid-item .content .summary,
.node--type-insight-search.node--view-mode-full .grid-item .content .summary {
  margin-bottom: 0;
}
.node--type-landing-page.node--view-mode-full .grid-item .content .lead,
.node--type-landing-page.node--view-mode-full .grid-item .content .cta,
.node--type-landing_page.node--view-mode-full .grid-item .content .lead,
.node--type-landing_page.node--view-mode-full .grid-item .content .cta,
.node--type-insight-search.node--view-mode-full .grid-item .content .lead,
.node--type-insight-search.node--view-mode-full .grid-item .content .cta {
  margin-bottom: 1.5rem;
  display: none;
}
.node--type-landing-page.node--view-mode-full .grid-item .content .lead,
.node--type-landing_page.node--view-mode-full .grid-item .content .lead,
.node--type-insight-search.node--view-mode-full .grid-item .content .lead {
  display: inherit;
}
.node--type-landing-page.node--view-mode-full .grid-item .content .type,
.node--type-landing_page.node--view-mode-full .grid-item .content .type,
.node--type-insight-search.node--view-mode-full .grid-item .content .type {
  font-family: "Avenir Next Bold", sans-serif;
  font-weight: 700;
  color: #850f89;
}
.node--type-landing-page.node--view-mode-full .grid-item .content .cta,
.node--type-landing-page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
.node--type-landing_page.node--view-mode-full .grid-item .content .cta,
.node--type-landing_page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
.node--type-insight-search.node--view-mode-full .grid-item .content .cta,
.node--type-insight-search.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc {
  display: none;
}
.node--type-landing-page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
.node--type-landing_page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
.node--type-insight-search.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc {
  line-height: 1.3em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1250px) {
  .node--type-landing-page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
  .node--type-landing_page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
  .node--type-insight-search.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (min-width:1600px) {
  .node--type-landing-page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
  .node--type-landing_page.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc,
  .node--type-insight-search.node--view-mode-full .grid-item .content .field--name-field-insight-overview-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item .content .title,
.node--type-landing_page.node--view-mode-full .grid-item .content .title,
.node--type-insight-search.node--view-mode-full .grid-item .content .title {
  line-height: 1.3em;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (min-width: 1250px) {
  .node--type-landing-page.node--view-mode-full .grid-item .content .title,
  .node--type-landing_page.node--view-mode-full .grid-item .content .title,
  .node--type-insight-search.node--view-mode-full .grid-item .content .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width:1600px) {
  .node--type-landing-page.node--view-mode-full .grid-item .content .title,
  .node--type-landing_page.node--view-mode-full .grid-item .content .title,
  .node--type-insight-search.node--view-mode-full .grid-item .content .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item .img-container img,
.node--type-landing_page.node--view-mode-full .grid-item .img-container img,
.node--type-insight-search.node--view-mode-full .grid-item .img-container img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item .img-container img,
  .node--type-landing_page.node--view-mode-full .grid-item .img-container img,
  .node--type-insight-search.node--view-mode-full .grid-item .img-container img {
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-left.three .content, .node--type-landing-page.node--view-mode-full .grid-item.content-right.three .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three .content {
    background-repeat: no-repeat;
    background-size: 41% 100%;
    display: block;
    padding-top: 180px;
    transition: all 0.25s linear;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-left.three .content .title, .node--type-landing-page.node--view-mode-full .grid-item.content-right.three .content .title,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three .content .title,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three .content .title,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three .content .title,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three .content .title {
    width: 31%;
    display: inline-block;
    min-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-left.three .content .field--name-field-insight-overview-desc, .node--type-landing-page.node--view-mode-full .grid-item.content-right.three .content .field--name-field-insight-overview-desc,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three .content .field--name-field-insight-overview-desc,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three .content .field--name-field-insight-overview-desc,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three .content .field--name-field-insight-overview-desc,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three .content .field--name-field-insight-overview-desc {
    width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-left.three a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.content-left.three a:focus .content, .node--type-landing-page.node--view-mode-full .grid-item.content-right.three a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.content-right.three a:focus .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three a:hover .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three a:focus .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three a:hover .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three a:focus .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three a:hover .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three a:focus .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three a:hover .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three a:focus .content {
    background-size: 73% 100%;
    height: calc(100% + 1rem);
    padding-top: 10rem;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-left.three .img-container img, .node--type-landing-page.node--view-mode-full .grid-item.content-right.three .img-container img,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three .img-container img,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three .img-container img,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three .img-container img,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three .img-container img {
    width: 670px;
    height: auto;
    max-width: unset;
    min-width: unset;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-left.three .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three .content {
    left: 0;
    background-position: -0.5% 100.5%;
    background-image: url("/themes/custom/lp/sass/img/insight-left.svg");
  }
}
.node--type-landing-page.node--view-mode-full .grid-item.content-left.three .img-container.img-2-col,
.node--type-landing_page.node--view-mode-full .grid-item.content-left.three .img-container.img-2-col,
.node--type-insight-search.node--view-mode-full .grid-item.content-left.three .img-container.img-2-col {
  display: none;
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-left.three .img-container img,
  .node--type-landing_page.node--view-mode-full .grid-item.content-left.three .img-container img,
  .node--type-insight-search.node--view-mode-full .grid-item.content-left.three .img-container img {
    right: 0;
    transform: translate(-203px, 0);
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-right.three .content,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three .content,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three .content {
    align-items: flex-end;
    background-position: 100% 100%;
    background-image: url("/themes/custom/lp/sass/img/insight-right.svg");
    right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-right.three .content .field--name-field-insight-overview-desc,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three .content .field--name-field-insight-overview-desc,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three .content .field--name-field-insight-overview-desc {
    position: absolute;
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.content-right.three .img-container img,
  .node--type-landing_page.node--view-mode-full .grid-item.content-right.three .img-container img,
  .node--type-insight-search.node--view-mode-full .grid-item.content-right.three .img-container img {
    left: 0;
    transform: translate(0, 0);
  }
}
.node--type-landing-page.node--view-mode-full .grid-item.one .img-1-col,
.node--type-landing_page.node--view-mode-full .grid-item.one .img-1-col,
.node--type-insight-search.node--view-mode-full .grid-item.one .img-1-col {
  display: block;
}
.node--type-landing-page.node--view-mode-full .grid-item.one .img-2-col,
.node--type-landing-page.node--view-mode-full .grid-item.one .img-4-col,
.node--type-landing_page.node--view-mode-full .grid-item.one .img-2-col,
.node--type-landing_page.node--view-mode-full .grid-item.one .img-4-col,
.node--type-insight-search.node--view-mode-full .grid-item.one .img-2-col,
.node--type-insight-search.node--view-mode-full .grid-item.one .img-4-col {
  display: none;
}
@media screen and (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one .content h6,
  .node--type-landing-page.node--view-mode-full .grid-item.one .content p,
  .node--type-landing-page.node--view-mode-full .grid-item.one .content div,
  .node--type-landing_page.node--view-mode-full .grid-item.one .content h6,
  .node--type-landing_page.node--view-mode-full .grid-item.one .content p,
  .node--type-landing_page.node--view-mode-full .grid-item.one .content div,
  .node--type-insight-search.node--view-mode-full .grid-item.one .content h6,
  .node--type-insight-search.node--view-mode-full .grid-item.one .content p,
  .node--type-insight-search.node--view-mode-full .grid-item.one .content div {
    width: 100%;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item.one a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.one a:focus .content,
.node--type-landing_page.node--view-mode-full .grid-item.one a:hover .content,
.node--type-landing_page.node--view-mode-full .grid-item.one a:focus .content,
.node--type-insight-search.node--view-mode-full .grid-item.one a:hover .content,
.node--type-insight-search.node--view-mode-full .grid-item.one a:focus .content {
  background-position: -0.5% 100.5%;
}
@media screen and (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.one a:focus .content,
  .node--type-landing_page.node--view-mode-full .grid-item.one a:hover .content,
  .node--type-landing_page.node--view-mode-full .grid-item.one a:focus .content,
  .node--type-insight-search.node--view-mode-full .grid-item.one a:hover .content,
  .node--type-insight-search.node--view-mode-full .grid-item.one a:focus .content {
    transform: translateY(0%);
    height: calc(100% + 4.5rem);
    padding-top: 6rem;
  }
}
@media screen and (max-width: 991.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one .img-container.img-1-col,
  .node--type-landing_page.node--view-mode-full .grid-item.one .img-container.img-1-col,
  .node--type-insight-search.node--view-mode-full .grid-item.one .img-container.img-1-col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one .img-container.img-2-col, .node--type-landing-page.node--view-mode-full .grid-item.one .img-container.img-4-col,
  .node--type-landing_page.node--view-mode-full .grid-item.one .img-container.img-2-col,
  .node--type-landing_page.node--view-mode-full .grid-item.one .img-container.img-4-col,
  .node--type-insight-search.node--view-mode-full .grid-item.one .img-container.img-2-col,
  .node--type-insight-search.node--view-mode-full .grid-item.one .img-container.img-4-col {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one.content-right .content,
  .node--type-landing_page.node--view-mode-full .grid-item.one.content-right .content,
  .node--type-insight-search.node--view-mode-full .grid-item.one.content-right .content {
    align-items: flex-start;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item.one .content, .node--type-landing-page.node--view-mode-full .grid-item.three .content,
.node--type-landing_page.node--view-mode-full .grid-item.one .content,
.node--type-landing_page.node--view-mode-full .grid-item.three .content,
.node--type-insight-search.node--view-mode-full .grid-item.one .content,
.node--type-insight-search.node--view-mode-full .grid-item.three .content {
  background: url("/themes/custom/lp/sass/img/insight-single.svg");
  background-size: 100%;
  justify-content: flex-start;
  padding: 1.5rem;
  padding-top: 8rem;
  height: 300px;
  transform: translateY(30%);
}
@media screen and (min-width: 768px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one .content, .node--type-landing-page.node--view-mode-full .grid-item.three .content,
  .node--type-landing_page.node--view-mode-full .grid-item.one .content,
  .node--type-landing_page.node--view-mode-full .grid-item.three .content,
  .node--type-insight-search.node--view-mode-full .grid-item.one .content,
  .node--type-insight-search.node--view-mode-full .grid-item.three .content {
    padding-top: 5.5rem;
    height: 100%;
  }
}
@media screen and (max-width:767.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one .img-container, .node--type-landing-page.node--view-mode-full .grid-item.three .img-container,
  .node--type-landing_page.node--view-mode-full .grid-item.one .img-container,
  .node--type-landing_page.node--view-mode-full .grid-item.three .img-container,
  .node--type-insight-search.node--view-mode-full .grid-item.one .img-container,
  .node--type-insight-search.node--view-mode-full .grid-item.three .img-container {
    height: 220px;
    position: relative;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item.one a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.one a:focus .content, .node--type-landing-page.node--view-mode-full .grid-item.three a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.three a:focus .content,
.node--type-landing_page.node--view-mode-full .grid-item.one a:hover .content,
.node--type-landing_page.node--view-mode-full .grid-item.one a:focus .content,
.node--type-landing_page.node--view-mode-full .grid-item.three a:hover .content,
.node--type-landing_page.node--view-mode-full .grid-item.three a:focus .content,
.node--type-insight-search.node--view-mode-full .grid-item.one a:hover .content,
.node--type-insight-search.node--view-mode-full .grid-item.one a:focus .content,
.node--type-insight-search.node--view-mode-full .grid-item.three a:hover .content,
.node--type-insight-search.node--view-mode-full .grid-item.three a:focus .content {
  transform: translateY(0%);
  height: calc(100% + 0.5rem);
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.one a:focus .content, .node--type-landing-page.node--view-mode-full .grid-item.three a:hover .content, .node--type-landing-page.node--view-mode-full .grid-item.three a:focus .content,
  .node--type-landing_page.node--view-mode-full .grid-item.one a:hover .content,
  .node--type-landing_page.node--view-mode-full .grid-item.one a:focus .content,
  .node--type-landing_page.node--view-mode-full .grid-item.three a:hover .content,
  .node--type-landing_page.node--view-mode-full .grid-item.three a:focus .content,
  .node--type-insight-search.node--view-mode-full .grid-item.one a:hover .content,
  .node--type-insight-search.node--view-mode-full .grid-item.one a:focus .content,
  .node--type-insight-search.node--view-mode-full .grid-item.three a:hover .content,
  .node--type-insight-search.node--view-mode-full .grid-item.three a:focus .content {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item.three .content,
  .node--type-landing_page.node--view-mode-full .grid-item.three .content,
  .node--type-insight-search.node--view-mode-full .grid-item.three .content {
    transform: translateY(0);
  }
}
@media screen and (max-width:575.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one .img-container.img-1-col,
  .node--type-landing_page.node--view-mode-full .grid-item.one .img-container.img-1-col,
  .node--type-insight-search.node--view-mode-full .grid-item.one .img-container.img-1-col {
    display: flex;
  }
}
@media screen and (max-width:575.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item.one .img-container.img-2-col, .node--type-landing-page.node--view-mode-full .grid-item.one .img-container.img-4-col,
  .node--type-landing_page.node--view-mode-full .grid-item.one .img-container.img-2-col,
  .node--type-landing_page.node--view-mode-full .grid-item.one .img-container.img-4-col,
  .node--type-insight-search.node--view-mode-full .grid-item.one .img-container.img-2-col,
  .node--type-insight-search.node--view-mode-full .grid-item.one .img-container.img-4-col {
    display: none;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item .wrapper,
.node--type-landing_page.node--view-mode-full .grid-item .wrapper,
.node--type-insight-search.node--view-mode-full .grid-item .wrapper {
  border-bottom: none;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: 389px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width:575.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item .wrapper,
  .node--type-landing_page.node--view-mode-full .grid-item .wrapper,
  .node--type-insight-search.node--view-mode-full .grid-item .wrapper {
    height: 330px;
    padding-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .node--type-landing-page.node--view-mode-full .grid-item .wrapper,
  .node--type-landing_page.node--view-mode-full .grid-item .wrapper,
  .node--type-insight-search.node--view-mode-full .grid-item .wrapper {
    height: 330px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .node--type-landing-page.node--view-mode-full .grid-item .wrapper,
  .node--type-landing_page.node--view-mode-full .grid-item .wrapper,
  .node--type-insight-search.node--view-mode-full .grid-item .wrapper {
    height: 330px;
  }
}
@media screen and (min-width: 992px) {
  .node--type-landing-page.node--view-mode-full .grid-item .wrapper,
  .node--type-landing_page.node--view-mode-full .grid-item .wrapper,
  .node--type-insight-search.node--view-mode-full .grid-item .wrapper {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .grid-item .wrapper,
  .node--type-landing_page.node--view-mode-full .grid-item .wrapper,
  .node--type-insight-search.node--view-mode-full .grid-item .wrapper {
    height: 350px;
  }
}
@media screen and (min-width: 1350px) {
  .node--type-landing-page.node--view-mode-full .grid-item .wrapper,
  .node--type-landing_page.node--view-mode-full .grid-item .wrapper,
  .node--type-insight-search.node--view-mode-full .grid-item .wrapper {
    height: 400px;
  }
}
.node--type-landing-page.node--view-mode-full .grid-item .wrapper:hover, .node--type-landing-page.node--view-mode-full .grid-item .wrapper:focus,
.node--type-landing_page.node--view-mode-full .grid-item .wrapper:hover,
.node--type-landing_page.node--view-mode-full .grid-item .wrapper:focus,
.node--type-insight-search.node--view-mode-full .grid-item .wrapper:hover,
.node--type-insight-search.node--view-mode-full .grid-item .wrapper:focus {
  background: none;
}
.node--type-landing-page.node--view-mode-full .grid-item .wrapper:hover .field--name-field-insight-overview-desc, .node--type-landing-page.node--view-mode-full .grid-item .wrapper:focus .field--name-field-insight-overview-desc,
.node--type-landing_page.node--view-mode-full .grid-item .wrapper:hover .field--name-field-insight-overview-desc,
.node--type-landing_page.node--view-mode-full .grid-item .wrapper:focus .field--name-field-insight-overview-desc,
.node--type-insight-search.node--view-mode-full .grid-item .wrapper:hover .field--name-field-insight-overview-desc,
.node--type-insight-search.node--view-mode-full .grid-item .wrapper:focus .field--name-field-insight-overview-desc {
  display: block;
}
.node--type-landing-page.node--view-mode-full .grid-item .wrapper img[class*=col],
.node--type-landing_page.node--view-mode-full .grid-item .wrapper img[class*=col],
.node--type-insight-search.node--view-mode-full .grid-item .wrapper img[class*=col] {
  padding: 0;
  flex: none;
  float: none;
}
.node--type-landing-page.node--view-mode-full .grid-item > div,
.node--type-landing_page.node--view-mode-full .grid-item > div,
.node--type-insight-search.node--view-mode-full .grid-item > div {
  padding: 1rem;
}
@media screen and (min-width:768px) and (max-width:991.98px) {
  .node--type-landing-page.node--view-mode-full .grid-item > div,
  .node--type-landing_page.node--view-mode-full .grid-item > div,
  .node--type-insight-search.node--view-mode-full .grid-item > div {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .node--type-landing-page.node--view-mode-full .grid-item > div,
  .node--type-landing_page.node--view-mode-full .grid-item > div,
  .node--type-insight-search.node--view-mode-full .grid-item > div {
    padding: 1.5rem;
  }
}
@media screen and (min-width:1600px) {
  .node--type-landing-page.node--view-mode-full .grid-item > div,
  .node--type-landing_page.node--view-mode-full .grid-item > div,
  .node--type-insight-search.node--view-mode-full .grid-item > div {
    padding: auto -2.5rem;
  }
}

.views-infinite-scroll-content-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .views-infinite-scroll-content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.node--type-insight-search.node--view-mode-full {
  overflow: hidden;
}

.paragraph--view-mode--homepage .img-2-col,
.paragraph--view-mode--homepage .img-4-col,
.paragraph--type--related-insights .img-2-col,
.paragraph--type--related-insights .img-4-col {
  display: none;
}

.view-insights-overview .content-right .wrapper .content,
.view-authored-by .content-right .wrapper .content {
  right: 0;
}
.view-insights-overview .view-filters .form--inline,
.view-authored-by .view-filters .form--inline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .view-insights-overview .view-filters .form--inline,
  .view-authored-by .view-filters .form--inline {
    flex-direction: row;
    align-items: center;
    margin-bottom: 5rem;
  }
}
.view-insights-overview .view-filters .form--inline:after,
.view-authored-by .view-filters .form--inline:after {
  content: none;
}
.view-insights-overview .view-filters .form--inline .form-item,
.view-authored-by .view-filters .form--inline .form-item {
  margin-right: 0;
}
.view-insights-overview .view-filters .form--inline #intro,
.view-authored-by .view-filters .form--inline #intro {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Avenir Next Bold", sans-serif;
  width: auto;
}
.view-insights-overview .view-filters .form--inline select,
.view-authored-by .view-filters .form--inline select {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .view-insights-overview .view-filters .form--inline select,
  .view-authored-by .view-filters .form--inline select {
    width: 100%;
  }
}
.view-insights-overview .view-filters .form--inline .chosen-search-input:focus,
.view-authored-by .view-filters .form--inline .chosen-search-input:focus {
  border: 2px solid #850f89;
}
.view-insights-overview .view-filters .form--inline .chosen-drop,
.view-authored-by .view-filters .form--inline .chosen-drop {
  border: none;
  border-radius: 0;
}
.view-insights-overview .view-filters .form--inline ul.chosen-results,
.view-authored-by .view-filters .form--inline ul.chosen-results {
  padding: 0;
  margin: 0;
}
.view-insights-overview .view-filters .form--inline ul.chosen-results li,
.view-authored-by .view-filters .form--inline ul.chosen-results li {
  padding: 5px 15px;
  word-wrap: normal;
}
.view-insights-overview .view-filters .form--inline ul.chosen-results li.highlighted, .view-insights-overview .view-filters .form--inline ul.chosen-results li:focus,
.view-authored-by .view-filters .form--inline ul.chosen-results li.highlighted,
.view-authored-by .view-filters .form--inline ul.chosen-results li:focus {
  background: #201747;
  color: #fff;
}
.view-insights-overview .view-filters .form--inline .chosen-container,
.view-authored-by .view-filters .form--inline .chosen-container {
  width: 100% !important;
}
.view-insights-overview .view-filters .form--inline .chosen-container.chosen-with-drop a.chosen-single:after,
.view-authored-by .view-filters .form--inline .chosen-container.chosen-with-drop a.chosen-single:after {
  transform: rotate(180deg);
}
.view-insights-overview .view-filters .form--inline .chosen-single,
.view-authored-by .view-filters .form--inline .chosen-single {
  transition: all 0.15s linear;
  border: none;
  height: 45px;
  line-height: 45px;
  padding: 0 30px 0 15px;
}
.view-insights-overview .view-filters .form--inline .chosen-single span,
.view-authored-by .view-filters .form--inline .chosen-single span {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "AvenirNext", sans-serif;
  margin-right: 0;
}
.view-insights-overview .view-filters .form--inline .chosen-single li,
.view-authored-by .view-filters .form--inline .chosen-single li {
  transition: all 0.15s linear;
}
.view-insights-overview .view-filters .form--inline .chosen-single:after,
.view-authored-by .view-filters .form--inline .chosen-single:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.view-insights-overview .view-filters .form--inline > div,
.view-authored-by .view-filters .form--inline > div {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .view-insights-overview .view-filters .form--inline > div,
  .view-authored-by .view-filters .form--inline > div {
    width: 22%;
  }
}
.view-insights-overview .view-filters .form--inline > div:last-of-type,
.view-authored-by .view-filters .form--inline > div:last-of-type {
  margin-right: 0;
}
.view-insights-overview .view-empty,
.view-authored-by .view-empty {
  background-color: #f5f5f5;
  justify-content: flex-start;
  padding: 1.5rem;
  padding-top: 5.5rem;
  bottom: 0;
}
.view-insights-overview .view-empty h6,
.view-insights-overview .view-empty p,
.view-insights-overview .view-empty div,
.view-authored-by .view-empty h6,
.view-authored-by .view-empty p,
.view-authored-by .view-empty div {
  width: 100%;
}
.view-insights-overview .view-empty:before,
.view-authored-by .view-empty:before {
  content: none;
}
.view-insights-overview .views-row,
.view-authored-by .views-row {
  padding: 0;
}
.view-insights-overview .views-row a,
.view-authored-by .views-row a {
  border: none;
  font-family: inherit;
}
.view-insights-overview .views-row a:hover, .view-insights-overview .views-row a:focus,
.view-authored-by .views-row a:hover,
.view-authored-by .views-row a:focus {
  background: transparent;
}
.view-insights-overview .col-xs-12,
.view-authored-by .col-xs-12 {
  padding: 0;
}

.view-insights-overview .view-empty {
  min-height: 100px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .view-insights-overview .view-empty {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .view-insights-overview .view-empty {
    min-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .view-insights-overview .view-empty {
    min-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .view-insights-overview .view-empty {
    min-height: 500px;
  }
}

.insights-landing-layout .view-content,
.insights-landing-layout .view-empty {
  min-height: 100px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .insights-landing-layout .view-content,
  .insights-landing-layout .view-empty {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .insights-landing-layout .view-content,
  .insights-landing-layout .view-empty {
    min-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .insights-landing-layout .view-content,
  .insights-landing-layout .view-empty {
    min-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .insights-landing-layout .view-content,
  .insights-landing-layout .view-empty {
    min-height: 500px;
  }
}

.insight-layout > .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .insight-layout > .container {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.insight-layout .block-region-sidebar {
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .insight-layout .block-region-sidebar {
    width: 35%;
    max-width: 315px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .insight-layout .block-region-sidebar {
    width: 25%;
  }
}
.insight-layout .block-region-sidebar a {
  color: #850f89;
}
.insight-layout .block-region-sidebar a:hover {
  color: #201747;
}
.insight-layout .block-region-sidebar h2 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Avenir Next Bold", sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.insight-layout .block-region-sidebar .insight-posted-date {
  font-size: 16px;
  font-size: 1.6rem;
}
.insight-layout .block-region-sidebar > div {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.insight-layout .block-region-sidebar > div:last-of-type {
  border-bottom: none;
}
.insight-layout .block-region-sidebar > div span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.insight-layout .block-region-sidebar > div .field__item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline;
  font-style: italic;
  font-style: normal;
}
.insight-layout .block-region-sidebar > div .field__item:after {
  content: ", ";
}
.insight-layout .block-region-sidebar > div .field__item:last-of-type:after {
  content: none;
}
.insight-layout .block-region-sidebar .field--name-field-insights-tags {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .insight-layout .block-region-main {
    width: 75%;
    max-width: 800px;
  }
}
@media screen and (min-width: 992px) {
  .insight-layout .block-region-main h1 {
    margin-bottom: 2rem;
  }
}
.insight-layout .block-region-main .about-the-author h1 {
  margin-bottom: 0;
}
.insight-layout .block-region-footer {
  width: 100%;
}
.insight-layout .block-region-footer .newsletter {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.path-node.node--type-insight .region-content .newsletter {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.insights-no-results {
  font-size: 2rem;
  text-align: center;
}

.series {
  color: #3B3937;
  background-color: #c2ece8;
  padding: 3rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .series {
    padding: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .series {
    padding: 6rem 5.5rem;
  }
}
.series ul {
  margin-bottom: 0;
}
.series li {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}
.series li:before {
  content: none;
}
.series li:last-of-type a {
  border-bottom: none;
  padding-bottom: 0;
}
.series a {
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5px;
  color: #901588;
  padding: 2.5rem 0;
  font-size: 20px;
  font-size: 2rem;
}
.series a, .paragraph--type--related-insights .series a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Avenir Next Light", sans-serif;
}
.series a:focus, .series a:hover, .paragraph--type--related-insights .series a:focus, .paragraph--type--related-insights .series a:hover {
  background: transparent;
  opacity: 0.7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.series a.current:after {
  content: " - Currently Reading";
  font-style: italic;
}
.series a.coming-soon {
  opacity: 0.5;
}
.series a.coming-soon:after {
  content: " - Coming Soon";
  font-style: italic;
}
.series h6 {
  letter-spacing: 1px;
  font-family: "Avenir Next Bold", sans-serif;
  margin-bottom: 20px;
}
.series.related {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .series.related {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .series.related {
    margin-bottom: 7rem;
  }
}
.series.related a {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .series.related a {
    display: flex;
    align-items: center;
  }
}
.series.related a.view-more {
  width: auto;
  padding: 0;
}
.series.related a.view-more h6 {
  margin-bottom: 0;
}
.series.related a.current:after, .series.related a.coming-soon:after {
  content: none;
}
@media screen and (min-width: 576px) {
  .series.related h6 {
    margin-bottom: 0;
  }
}
.series.related p {
  padding-left: 30px;
}
.series.related > p {
  padding-left: 0;
}
.series.related .top-row {
  margin-bottom: 3.5rem;
}
.series.related .item-list {
  margin-top: -3.5rem;
}
@media screen and (min-width: 576px) {
  .series.related > div:not(.contextual) {
    display: flex;
    justify-content: space-between;
  }
}
.series.related .view-authored-by ul a {
  justify-content: space-between;
}
.series.related .view-authored-by ul a div:nth-child(2) {
  width: 76%;
}
.series.related .img-container {
  position: relative;
  max-width: 250px;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .series.related .img-container {
    margin-bottom: 0;
    width: 135px;
    height: 95px;
    overflow: hidden;
    margin-right: 30px;
  }
}
@media screen and (min-width: 576px) {
  .series.related .img-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.view-display-id-block_insights_overview_reskin .view-content {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (min-width: 1200px) {
  .view-display-id-block_insights_overview_reskin .view-content {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.view-display-id-block_insights_overview_reskin .views-exposed-form label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.view-display-id-block_insights_overview_reskin .views-row {
  padding: 0 1.5rem;
}
@media screen and (min-width: 1200px) {
  .view-display-id-block_insights_overview_reskin .views-row {
    padding: 0 3rem;
  }
}

@keyframes intro {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes outro {
  0% {
    transform: scale(1);
    display: block;
  }
  99% {
    transform: scale(0);
  }
  100% {
    display: none;
  }
}
.node--type-insight .insight-body .field--name-field-insight-author {
  display: none;
}
@media screen and (min-width: 1200px) {
  .node--type-insight .insight-body .field--name-field-insight-author {
    display: block;
  }
}

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