/*********************
* Rotating Banner Web
*********************/
.rotating-banner {
  min-height: 820px;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Give space for notification banner  */
  padding-top: 90px;
}

.rotating-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    #0e4d64 0%,
    rgba(14, 77, 100, 0.7) 20%,
    rgba(14, 77, 100, 0.3) 35%,
    rgba(14, 77, 100, 0) 50%
  );
  z-index: 1;
}

.rotating-banner-card-container {
  grid-column: 2 / 12;
  grid-row: 3;
  margin-top: -52px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 560px;
  z-index: 10;
}
.rotating-banner-header-maxwidth {
  max-width: 900px;
  word-break: normal;
  overflow-wrap: normal;
  min-height: 270px;
  margin-bottom: 35px;
}
.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 560px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1.7s cubic-bezier(0.4, 0, 0.2, 1);
  /* transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out; */
  display: flex;
}
.banner-slide.active {
  opacity: 1;
  transform: scale(1); /* translateX(0);*/
}
.banner-slide.slide-out {
  transform: scale(1); /*translateX(-100%); */
  opacity: 0;
}
.header-texture {
  margin-bottom: 70px;
  text-shadow: 0 0 35px rgba(14, 78, 99, 0.21);
}
.arrow-spacing {
  margin-left: 20px;
}
.arrow-svg {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: none;
}
.arrow-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.slide-nav-button {
  background: #062935;
  padding: 24px 26px;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  margin-bottom: 100px;
}
.slide-nav-button a:hover {
  text-decoration: none;
}
.banner-slider-dots {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: flex-start;
  position: absolute;
  bottom: 20px;
  left: 5px;
  z-index: 10;
}
.banner-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #f46036;
  opacity: 0.5;
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
}
.banner-slider-dot.active {
  opacity: 1;
  transform: scale(1.2);
}

/*********************
* Rotating Banner Tablet
*********************/

@media (max-width: 1279px) {
  .rotating-banner {
    background-position: top center;
  }
  .rotating-banner-card-container {
    grid-column: 2 / 12;
    grid-row: 3;
  }
  .slide-nav-button {
    padding: 22px 24px;
    margin-bottom: 80px;
  }
  .arrow-svg {
    width: 24px;
    height: 14px;
  }
}

@media (max-width: 1024px) {
  .rotating-banner {
    min-height: 740px;
  }
  .banner-slide {
    min-height: 500px;
  }
}
@media (max-width: 1000px) {
  .rotating-banner {
    min-height: 820px;
  }
  .rotating-banner-header-maxwidth {
    min-height: 330px;
  }
  .rotating-banner-card-container {
    min-height: 600px;
  }
  .banner-slide {
    min-height: 540px;
  }
}
@media (max-width: 930px) {
  .rotating-banner-header-maxwidth {
    min-height: 320px;
  }
}
@media (max-width: 768px) {
  .header-texture {
    margin-bottom: 55px;
    width: 94%;
  }
}
/*********************
* Rotating Banner Mobile
*********************/

@media (max-width: 767px) {
  .rotating-banner {
    min-height: 620px;
    background-position: 100% 10%;
  }
  .rotating-banner-card-container {
    min-height: 645px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column: 1;
    grid-row: 2;
  }
  .banner-slide {
    margin-top: 30px;
    width: 100%;
    padding: 20px 0;
    gap: 60px;
  }
  .header-texture {
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 0 20px rgba(14, 78, 99, 0.21);
  }
  .slide-nav-button {
    padding: 14px 12px;
    margin-bottom: 40px;
  }
  .arrow-spacing {
    margin-left: 8px;
  }
  .arrow-svg {
    width: 18px;
    height: 10px;
  }
  .banner-slider-dots {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .banner-slider-dot {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 450px) {
  .rotating-banner-header-maxwidth {
    min-height: 0px;
  }
  .banner-slide {
    justify-content: flex-start;
    min-height: 500px;
    padding: 0;
    gap: 30px;
  }
}
/*********************
* Path to Success Desktop
*********************/

.path-to-success {
  min-height: 1200px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 10;
}
.path-to-success .box-wrap {
  padding-bottom: 220px;
}

.bridging-strategy-engineering-execution .box-wrap {
  padding-bottom: 85px;
}

.path-to-success-header-container {
  width: 75%;
  grid-column: 2/11;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  padding-top: 54px;
}
.pts-card-container {
  grid-column: 2/12;
  grid-row: 3;
  justify-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.pts-card {
  max-width: 289px;
  min-width: 200px;
  min-height: 570px;
  background: rgb(14, 78, 99);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 42px;
  position: relative;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: normal;
  box-shadow: 0 0 27px 7px rgba(5, 33, 42, 0.27);
}
.pts-card::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px; /* initial height of the color bar */
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgb(255, 255, 255);
  z-index: 1;
}
/* no hover until we have links 
.pts-card:hover::after{
  height: 14px;
  transition: height 0.3s cubic-bezier(.4,0,.2,1);
}*/

.card-green::after {
  background: rgb(102, 224, 181);
}
.card-blue::after {
  background: rgb(52, 153, 231);
}
.card-yellow::after {
  background: rgb(245, 185, 57);
}
.card-orange::after {
  background: rgb(244, 96, 54);
}
.pts-content-spacing {
  padding: 0 34px;
}
.card-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 46px;
}
.path-header-alignment {
  width: 88%;
  height: 120px;
  margin-bottom: 40px;
}

/*********************
* Path to Success Tablet
*********************/
@media (max-width: 1279px) {
  .path-to-success {
    min-height: 0;
    background-position: 55% 100%;
  }
  .path-to-success-header-container {
    grid-column: 2 / 12;
    grid-row: 2;
    width: 100%;
    height: auto;
  }
  .pts-card-container {
    grid-column: 2 / 12;
    grid-row: 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 30px;
  }
  .pts-card {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: 100px;
  }
  .path-header-alignment {
    width: 50%;
  }
  .path-content-width {
    width: 86%;
  }
}

@media (max-width: 1024px) {
  .path-to-success {
    min-height: 0;
    background-position: 55% 50%;
  }
  .path-to-success-header-container {
    grid-column: 2/12;
    grid-row: 2;
    width: 100%;
  }
  .pts-card-container {
    grid-column: 2/12;
    grid-row: 3;
    min-height: 600px;
  }
  .pts-card {
    min-height: 500px;
    padding-bottom: 55px;
  }
  .path-header-alignment {
    width: 60%;
  }
}

@media (max-width: 900px) {
  .pts-card-container {
    display: flex;
    flex-direction: column;
  }
  .path-content-width {
    width: 84%;
  }
  .pts-card {
    width: 100%;
    max-width: none;
    margin: 0 0 20px 0;
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .path-header-alignment {
    height: auto;
    margin-bottom: 25px;
    width: 100%;
  }
}
/*********************
*Path to Success Mobile
*********************/

@media (max-width: 767px) {
  .path-to-success {
    min-height: 0;
    background-position: center top;
  }
  .path-to-success-header-container {
    grid-column: 1;
    grid-row-start: 2;
    box-sizing: border-box;
  }
  .pts-card-container {
    grid-column: 1;
    grid-row-start: 3;
    display: flex;
    flex-direction: column;
  }
  .pts-card {
    padding-bottom: 60px;
  }
  .pts-content-spacing {
    padding: 0 50px;
  }
  .path-header-alignment {
    height: auto;
    margin-bottom: 0;
  }
  .card-icon {
    margin-bottom: 40px;
  }
  .path-content-width {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .path-to-success-header-container {
    margin-top: -25px;
  }
  .path-header-alignment {
    width: 77%;
    margin-bottom: 25px;
  }
  .path-header-width {
    width: 63%;
  }
}
/*********************
* Bridging Strategy Desktop
*********************/
.bridging-strategy-engineering-execution {
  min-height: 1700px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 15;
}
.bsee-header-container {
  width: 864px;
  grid-column: 2/11;
  grid-row: 2;
  justify-self: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px 0 rgba(37, 146, 113, 0.32);
}
.bsee-offerings-container {
  grid-column: 2/12;
  grid-row: 3;
  justify-self: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  row-gap: 62px;
  margin-top: 20px;
}
.offering-card {
  flex: 0 1 calc(50% - 20px);
  width: 577px;
  min-width: 200px;
  height: 189px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(2, 84px);
  box-shadow: 0 4px 24px 0 rgba(37, 146, 113, 0.32);
}
.offering-offset {
  margin-left: 32px;
}
.offering-icon {
  height: 90px;
  width: 90px;
  grid-column: 1/2;
  grid-row: 1/3;
}
.offering-header {
  grid-column-start: 2;
  grid-row-start: 1;
  padding: 10px 0 0 34px;
  gap: 40px;
}
.offering-body {
  grid-column-start: 2;
  grid-row-start: 2;
  padding: 0 22px 0 34px;
  margin-top: -12px;
}
.bridging-line-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 52%;
  width: 60px;
  z-index: 1;
  pointer-events: none;
}

/*********************
* Bridging Strategy Tablet
*********************/

@media (max-width: 1279px) {
  .bridging-strategy-engineering-execution {
    min-height: 0;
  }
  .bsee-header-container {
    grid-column: 2 / 11;
    grid-row: 2;
    width: 100%;
  }
  .offering-card {
    flex: none;
  }
  .bridging-line-svg {
    display: none;
  }
  .offering-offset {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .bridging-strategy-engineering-execution .box-wrap {
    padding-bottom: 60px;
  }
  .bsee-offerings-container {
    row-gap: 20px;
  }
  .bsee-header-container {
    grid-column: 2 / 12;
  }
  .bsee-header-container .section-header-content-fs {
    width: 88%;
  }
  .offering-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bsee-offerings-container {
    row-gap: 50px;
  }
}

/*********************
* Bridging Strategy Mobile
*********************/

@media (max-width: 767px) {
  .bridging-strategy-engineering-execution {
    min-height: 0px;
    background-repeat: no-repeat;
  }
  .bsee-header-container {
    grid-column: 1;
    grid-row: 2;
    box-sizing: border-box;
  }
  .bsee-offerings-container {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    box-sizing: border-box;
  }
  .offering-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0px;
    height: auto;
    padding-top: 24px;
    padding-bottom: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: normal;
    gap: 16px;
  }
  .offering-icon {
    width: 66px;
    height: 66px;
    align-self: flex-start;
  }
  .offering-header {
    font-size: 24px;
    font-weight: bold;
    height: auto;
    margin-bottom: 16px;
    text-align: left;
    padding: 0px;
  }
  .offering-body {
    padding: 0;
  }
  .offering-offset {
    margin-left: 0;
  }
  .bridging-line-svg {
    display: none;
  }
}
@media (max-width: 450px) {
  .bsee-header-container {
    margin-top: -25px;
  }
}
/*********************
* Insights Desktop
*********************/
.insights {
  min-height: 1270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  /* Grid variables for consistent alignment */
  --grid-max-width: 1500px;
  --grid-padding: 20px;
  --grid-gap: 20px;
  --grid-columns: 12;
  --single-column-width: calc(
    (
        var(--grid-max-width) - (2 * var(--grid-padding)) -
          (var(--grid-columns) - 1) * var(--grid-gap)
      ) / var(--grid-columns)
  );
}

.insights-header-container {
  grid-column: 2 / 9;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 54px;
}
.slider-card-container {
  width: 100%;
  max-height: 550px;
  margin-top: 30px;
  position: relative;
}
.slider {
  display: flex;
  margin-left: calc(
    max((100vw - var(--grid-max-width)) / 2, 0px) + var(--grid-padding) +
      (
        min(100vw, var(--grid-max-width)) - 2 * var(--grid-padding) - 11 *
          var(--grid-gap)
      ) / var(--grid-columns) + var(--grid-gap)
  );
  gap: 24px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-item-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 550px;
  width: 474px;
  min-width: 474px;
  max-width: 474px;
  background: #fff;
  border-radius: 8px;
  border-color: #eee6e6;
  border-width: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  padding: 40px 40px 0px 40px;
  flex: 0 0 32%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
}
.slider-card-top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slider-item-card::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.slider-fade {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.slider-fade-left {
  left: 0;
  width: 104px;
  background: transparent;
  transition: background 0.3s;
  background: linear-gradient(
    to right,
    rgb(242, 242, 242) 0%,
    rgba(237, 237, 237, 0) 100%
  );
}
.slider-fade-right {
  right: 0;
  width: 104px;
  background: linear-gradient(
    to left,
    rgb(242, 242, 242) 0%,
    rgba(237, 237, 237, 0) 100%
  );
}
.slider-item-card:hover::after {
  height: 14px;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.slider-card-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.card-title-formatting {
  justify-self: left;
  margin: 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-card-link {
  margin-top: auto;
  margin-bottom: 45px;
  display: inline-block;
}
.slider-card-link a {
  text-transform: uppercase;
}
.slider-card-link.card-orange {
  color: rgb(244, 96, 54);
}
.slider-card-link.card-yellow {
  color: rgb(245, 185, 57);
}
.slider-card-link.card-blue {
  color: rgb(52, 153, 231);
}

.insights-button-container {
  grid-column: 2 / 9;
  grid-row: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  gap: 20px;
  margin-top: 70px;
}
.slider-arrow {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: stroke 0.2s;
}
.slider-arrow svg {
  display: block;
}
.slider-arrow:hover svg polyline {
  stroke: #259271;
}
.slider-link-arrow {
  display: inline-block;
  margin-left: 10px;
}

/*********************
* Insights Tablet
*********************/
@media (max-width: 1024px) {
  .slider-item-card {
    height: 500px;
    min-width: 424px;
    max-width: 424px;
    width: 424px;
  }
}
@media (max-width: 768px) {
  .insights {
    min-height: 1150px;
  }
  .insights-header-container {
    grid-column: 2 / 10;
  }
}
/*********************
* Insights Mobile
*********************/
@media (max-width: 767px) {
  .insights {
    min-height: 0px;
    padding-bottom: 20px;
    background-position: center top;
  }
  .insights-header-container {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    box-sizing: border-box;
  }
  .slider-card-container {
    display: flex;
    grid-row: 3;
    height: 480px;
    width: 100vw;
    padding: 20px 0;
  }
  .slider {
    display: flex;
    gap: 24px;
    margin-left: 40px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .slider-item-card {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    min-height: 425px;
    height: 425px;
    margin: 0;
    padding: 24px 24px;
  }
  .slider-card-image {
    margin-bottom: 24px;
  }
  .slider-fade-left,
  .slider-fade-right {
    display: block;
    width: 15vw;
    min-width: 15vw;
    max-width: 15vw;
    height: 100%;
    z-index: 11;
  }
  .slider-fade-left {
    left: 0;
  }
  .slider-fade-right {
    right: 0;
  }
  .insights-button-container {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-top: 26px;
  }
}

/*********************
* Learn More Desktop
*********************/
.learn-more-banner-container {
  grid-column: 2 / 7;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
}
.learn-more-banner-spacing {
  margin-bottom: 60px;
}
.learn-more-button {
  height: 65px;
  width: 285px;
  padding: 28px 25px;
  background-color: rgb(7, 42, 54);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.learn-more .fc-learn-more-button {
  background-color: #062935;
}
.learn-more-button a {
  text-decoration: none;
}
.learn-more-image-container {
  position: absolute;
  display: flex;
  justify-content: right;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.learn-more-image-container img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: 50% 50%;
  transform: scale(1.6) translateX(-100px) translateY(70px);
}

@media (max-width: 900px) {
  .learn-more-image-container img {
    width: 140%;
  }
}
/*********************
* Learn More Mobile
*********************/
@media (max-width: 767px) {
  .learn-more {
    display: block !important;
    padding: 0;
    flex-direction: column;
  }
  .learn-more-banner-container {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    box-sizing: border-box;
  }
  .learn-more-image-container {
    position: relative;
    width: 100%;
  }
  .learn-more-banner-text {
    font-size: 42px !important;
    margin-bottom: 18px;
    width: 400px !important;
    word-break: break-word;
    padding: 0 !important;
  }
  .learn-more-button,
  .learn-more-banner-container button {
    height: 48px;
    margin-bottom: 32px;
    margin-top: 32px;
    background: rgb(7, 42, 54);
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .learn-more-button {
    width: 70vw;
    padding: 14px 12px 14px 16px;
  }
  .learn-more-banner-container button a {
    width: 100%;
    font-size: 12px !important;
    text-decoration: none;
  }
  .learn-more-image-container {
    height: 300px !important;
  }

  .learn-more-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(120px) translateX(-200px) scale(1.9);
  }

  .learn-more-banner-spacing {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 450px) {
  .learn-more-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(75px) translateX(-150px) scale(1.9);
  }
}
@media (min-width: 2250px) {
  .learn-more-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(210px) translateX(-200px) scale(2);
  }
}
/*********************
* Nav Bar Styles
*********************/

/* Nav Bar Mobile */
@media (max-width: 900px) {
  .header-menu-container {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 0 10px !important;
    position: relative;
  }
  .logo-container {
    width: 100%;
    justify-content: center;
    margin: 16px 0;
  }
  .menu-item-container {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
  .menu-item {
    width: 100%;
    text-align: center;
    color: #fff !important;
  }
  .menu-item a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px !important;
    display: block;
    padding: 12px 0;
  }
  .search-container {
    width: 100%;
    justify-content: center;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .learn-more {
    min-height: unset !important;
  }
}
