/**************************************************************************************************
* Paragraph Styles                                                                               *
***************************************************************************************************/

/**************************************************************************************************
* Hero Banner - Home (hero_banner_home)                                                           *
***************************************************************************************************/
.home-hero-banner {
  /* background-image: url(/assets/img/home/hero-banner/hero-image-north-america.svg); */
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero-banner-mobile {
  display: none;
}

@media (max-width: 767px) {
  .home-hero-banner {
    background-image: none !important;
  }

  .home-hero-banner-mobile {
    display: block;
    height: 45vh;
    width: 100%;
    object-position: center;
    object-fit: cover;
    margin-top: -1rem;
    border-radius: 0 0 2rem 2rem;
  }
}

.home-hero-banner-content {
  position: absolute;
  bottom: 15%;
  width: 100%;
}

@media (max-width: 767px) {
  .home-hero-banner-content {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
  }
}

.home-hero-banner-content h1 {
  color: #002857;
  width: 50%;
}

.home-hero-banner-content p {
  width: 50%;
}

@media (max-width: 767px) {
  .home-hero-banner-content p {
    width: 100%;
  }
}

.see-below-arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.see-below-arrow img {
  width: 42px;
  height: auto;
}

@media (max-width: 767px) {
  .see-below-arrow img {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-hero-banner .cta-button-primary {
    width: 100%;
    min-width: none;
    margin-bottom: 2rem;
  }
}

/**************************************************************************************************
* Hero Banner - Sector / General (hero_banner_sector)                                             *
***************************************************************************************************/
.hero-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-banner-mobile {
  display: none;
}

@media (max-width: 767px) {
  .general-hero-banner {
    background-image: none !important;
  }

  .hero-banner-mobile {
    display: block;
    height: 45vh;
    width: 100%;
    object-position: center;
    object-fit: cover;
    margin-top: -1rem;
    border-radius: 0 0 2rem 2rem;
  }
}

.hero-banner-content {
  position: absolute;
  bottom: 10%;
  width: 50%;
}

@media (max-width: 767px) {
  .hero-banner-content {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
    width: 100%;
  }
}

.hero-banner-content h1,
.hero-banner-content h2,
.hero-banner-content p {
  color: white;
}

@media (max-width: 1400px) {
  .hero-banner-content h1 {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }

  .hero-banner-content h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

@media (max-width: 1200px) {
  .hero-banner-content h1 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }

  .hero-banner-content h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .hero-banner-content h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }

  .hero-banner-content h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 767px) {
  .hero-banner-content h1,
  .hero-banner-content h2,
  .hero-banner-content p {
    color: #002857 !important;
  }

  .hero-banner-content h1 {
    /*font-size: 38px;*/
    /*line-height: 42px;*/
    font-size: 2.375rem;
    line-height: 2.625rem;
    margin-bottom: 1rem;
  }
}

.hero-banner-content .cta-button-primary {
  display: none;
}

@media (max-width: 767px) {
  .hero-banner-content .cta-button-primary {
    display: block;
    width: 100%;
    min-width: none;
    margin-top: 2rem;
    /* Fix for IO8412-15 Mobile text after hero banner not centered vertically */
    /*margin-bottom: 2rem;*/
  }
}

/**************************************************************************************************
* Hero Banner - Float / with floating image (hero_banner_float)                                   *
***************************************************************************************************/
.hero-banner .floating-image {
  width: 50%;
  height: auto;
  position: absolute;
  top: 80vh;
  right: 0;
}

.hero-banner .floating-image img {
  width: 100%;
}

.floating-image-caption {
  margin-top: 1rem;
  margin-right: 5%;
}

@media (max-width: 767px) {
  .hero-banner .floating-image {
    width: 100%;
    height: auto;
    position: static;
  }

  .hero-banner .floating-image-caption {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/**************************************************************************************************
* Hero Banner - Short (hero_banner_short)                                                         *
***************************************************************************************************/
.hero-banner-short h1,
.hero-banner-short h1 strong {
  line-height: 1em !important;
}

.hero-banner-short-last p {
  color: black;
}

@media (min-width: 768px) {
  .hero-banner-short {
    height: unset;
    min-height: 40vh;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-position: right;
  }

  .hero-banner-short .home-hero-banner-content {
    position: unset;
    padding-top: 6rem;
  }

  .hero-banner-short .see-below-arrow {
    display: none;
  }
}

@media (max-width: 1400px) {
  .hero-banner-short h1,
  .hero-banner-short h1 strong {
    font-size: 2.25rem !important;
  }
}

@media (max-width: 1100px) {
  .hero-banner-short h1,
  .hero-banner-short h1 strong {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 1000px) {
  .home-hero-banner.hero-banner-short {
    background-image: none !important;
    background-color: white;
  }

  .hero-banner-short .home-hero-banner-mobile {
    display: block;
    height: 45vh;
    width: 100%;
    object-position: right;
    object-fit: cover;
    margin-top: -1rem;
    border-radius: 0 0 2rem 2rem;
  }

  .hero-banner-short h1,
  .hero-banner-short h1 strong {
    font-size: 2.375rem !important;
  }

  .hero-banner-short .home-hero-banner-content {
    padding-top: 2rem;
  }

  .hero-banner-short h1 {
    width: 100%;
  }

  /*.hero-banner-short .cta-button-primary {*/
  /*  margin-bottom: 0;*/
  /*}*/

  .hero-banner-short-last {
    padding-top: 0;
  }

  .hero-banner-short-last .home-hero-banner-mobile {
    margin-top: 0;
  }

  .hero-banner-short-last p {
    color: #404041;
  }
}

/**************************************************************************************************
* Hero Banner - Press Releases (hero_banner_press)                                                *
***************************************************************************************************/
.hero-banner-press-release {
  height: 0;
  min-height: 50vh;
  display:flex;
  align-items: center;
}

.hero-banner-press-release .hero-banner-content {
  position: relative;
  bottom: 0;
  width: 100%;
}

.hero-banner-press-release h1 {
  color: #002857;
  margin-bottom: 0.5rem;
}

.hero-banner-press-release p {
  color: #000000;
}

/**************************************************************************************************
* CK Editor Content (ck_editor_content)                                                           *
***************************************************************************************************/
.ck-editor-content-block {
  background-color: white;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .ck-editor-content-block {
    width: 100%;
  }
}

/**************************************************************************************************
* CTA with Background Image (cta_with_background_image)                                           *
***************************************************************************************************/
.cta-with-image-wrapper {
  /* background-image: url(/assets/img/home/cta-banner/opportunity-banner-pattern-navy-blue-eng.svg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-with-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-with-image-text {
  text-align: center;
  color: white;
  width: 80%;
}

.cta-with-image-text h2,
.cta-with-image-text h3 {
  color: white;
}

@media (max-width: 575px) {
  .cta-with-image-text .cta-button-primary {
    width: 100%;
    min-width: none;
  }
}

/**************************************************************************************************
* CTA White (cta_white)                                                                           *
***************************************************************************************************/
.cta-white-wrapper,
.cta-white {
  background-color: white;
  border: solid 1px white; /* fix for showing rounded corner in Safari */
}

.cta-white {
  display: flex;
  align-items: center;
  justify-content: start;
}

.cta-white-text {
  text-align: left;
  width: 50%;
}

@media (max-width: 575px) {
  .cta-white-text {
    width: 100%;
  }

  .cta-white-text .cta-button-primary {
    width: 100%;
    min-width: none;
  }
}

.cta-white p {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.cta-white h2 {
  color: #002857;
}

/**************************************************************************************************
* CTA with Floating Image - Dev Team CTA (cta_with_floating_image)                                *
***************************************************************************************************/
.dev-team-cta-wrapper {
  overflow: visible;
}

.dev-team-cta-wrapper,
.dev-team-cta {
  background-color: #B01E59;
}

.dev-team-cta {
  position: relative;
  min-height: 40vh;
}

.dev-team-cta-img img {
  /* width: 50%; */
  /* height: auto; */
  height: 125%;
  /* object-fit: cover; */
  position: absolute;
  bottom: 0;
  /*bottom: -2rem;*/
}

/* @media (max-width: 767px) { */
@media (max-width: 991px) {
  .dev-team-cta-img img {
    width: 100%;
    height: auto;
    position: relative;
    top: -9rem;
  }

  .dev-team-cta-text {
    margin-top: -7rem;
  }
}

@media (max-width: 575px) {
  .dev-team-cta-img img {
    top: -7rem;
  }

  .dev-team-cta-text {
    margin-top: -5rem;
  }
}

.dev-team-cta-text-wrapper {
  position: relative; /* text goes over the image */
}

.dev-team-cta-text {
  padding-left: 30%;
}

@media (max-width: 992px) {
  .dev-team-cta-text {
    padding-left: 0;
  }
}

.dev-team-cta-text h2 {
  color: white;
}

.dev-team-cta .cta-button {
  border: 1px solid white;
  margin-top: 3rem;
}

.dev-team-cta .cta-button:hover {
  border: 1px solid #0099AB;
}

@media (max-width: 575px) {
  .dev-team-cta .cta-button {
    width: 100%;
  }
}

/**************************************************************************************************
* Coloured Text Block with Image / Subsector with Image (subsector_image_right)                   *
***************************************************************************************************/
.subsector-with-large-image {
  color: white;
}

.subsector-with-large-image-description {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.subsector-with-large-image .cta-link {
  margin-top: 3rem;
  /*margin-bottom: 3rem;*/
}

.subsector-with-large-image a {
  border-color: white;
}

.subsector-with-large-image a:hover {
  color: white;
}

.subsector-with-large-image-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .subsector-with-large-image-bg {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .subsector-with-large-image-bg {
    height: 40vh;
  }
}

.subsector-with-large-image-description h3 {
  color: white;
}

.subsector-dark-text h3 {
  color: #002857;
}

.subsector-dark-text p {
  color: #404041;
}

.subsector-dark-text .cta-link a,
.subsector-dark-text .cta-link a:hover {
  color:#0043AF;
  border-color: #0043AF;
}

/**************************************************************************************************
* Text with Image (text_with_image)                                                               *
***************************************************************************************************/
.text-with-full-image-description.twi-right {
  /*padding-left: 2rem;*/
  padding-left: 5%;
}

.text-with-full-image-description.twi-left {
  /*padding-right: 2rem;*/
  padding-right: 5%;
}

@media (max-width: 767px) {
  .text-with-full-image-description.twi-right {
    padding-left: 0;
  }

  .text-with-full-image-description.twi-left {
    padding-right: 0;
  }
}

.text-with-full-image-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 767px) {
  .text-with-full-image img {
    border-radius: 2rem 2rem 0 0;
  }
}

/**************************************************************************************************
* Sector Subheader (sector_subheader)                                                             *
***************************************************************************************************/
.sector-subheader {
  background-color: white;
  /*margin-bottom: -2rem;*/
}

.sector-subheader img {
  border-top: 2px solid #002857;
  position: relative;
  top: 12px;
}

@media (max-width: 767px) {
  .sector-subheader img {
    border-top: 0;
    position: relative;
    top: 0;
  }
}

/**************************************************************************************************
* Feature Company (feature_company)                                                               *
***************************************************************************************************/
.feature-company-wrapper,
.feature-company {
  background-color: #f3f3f3;
}

.feature-company-title-and-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .feature-company-title-and-logo {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: -3rem;
  }
}

.feature-company-title {
  color: #002857;
  width: 60%;
}

@media (max-width: 767px) {
  .feature-company-title,
  .feature-company-title .display-black {
    width: 100%;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.feature-company-logo {
  width: 150px;
  height: auto;
}

.feature-company-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.feature-company-description {
  padding-right: 5%;
}

/*.feature-company-description-title,*/
.feature-company-description h3 {
  color: #0C9AA9;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold !important;
  width: 80%;
}

@media (max-width: 767px) {
  /*.feature-company-description-title,*/
  .feature-company-description h3 {
    width: 100%;
  }
}

.feature-company .cta-link {
  position: relative;
  bottom: 1.5rem;
  margin-bottom: -1.5rem;
}

@media (max-width: 767px) {
  .feature-company .cta-link {
    bottom: 0;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }

  .feature-company .cta-link a {
    font-size: 0.9rem;
  }
}

/**************************************************************************************************
* Success Story (success_story)                                                                   *
***************************************************************************************************/
.success-story {
  margin-top: -4rem;
}

.success-story-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  position: relative;
}

.success-story-banner h2 {
  color: white;
  position: absolute;
  bottom: 15%;
}

.success-story-quote {
  background-color: #f3f3f3;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* min-height: 40vh; */
  margin-bottom: -4rem;
}

@media (max-width: 767px) {
  .success-story-quote {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.success-story-quote-logo img {
  width: 70px;
  height: auto;
}

.success-story-quote-mark {
  display: flex;
  justify-content: flex-end;
}

.success-story-quote-mark img {
  height: 2rem;
  width: auto;
}

.success-story-quote-text {
  padding-right: 5%;
}

@media (max-width: 767px) {
  .success-story-quote-text {
    padding-right: 0;
    margin-top: 1rem;
  }
}

.success-story-quote-name {
  height: 100%;
  border-left: 2px solid #818181;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .success-story-quote-name {
    border-left: 0;
    padding-left: 0;
  }
}

.success-story-quote-name h3 {
  text-transform: none;
  font-size: 1.5rem;
  color: black;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .success-story-quote-name h3 {
    font-size: 1rem;
  }
}

.success-story-quote-name p {
  font-size: 0.9rem;
}

/**************************************************************************************************
* CTA Here to Help (here_to_help)                                                                 *
***************************************************************************************************/
.here-to-help-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  position: relative;
}

.here-to-help h2 {
  color: #002857;
}

.here-to-help .cta-link {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .here-to-help .here-to-help-description.i_ybars-both {
    padding-top: 0;
  }

  .here-to-help .here-to-help-description {
    padding-right: 1rem;
  }

  .here-to-help.i_ybars-both {
    padding-bottom: 0;
  }

  .here-to-help-img {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .here-to-help-img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .here-to-help-wrapper {
    background-image: none !important;
    background-color: white;
  }

  .here-to-help .here-to-help-description {
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
  }

  .here-to-help-img img {
    width: 100%;
    margin-bottom: -4rem;
  }
}

/**************************************************************************************************
* Thriving Sectors (thriving_sectors)                                                             *
***************************************************************************************************/
.thriving-sectors-wrapper,
.thriving-sectors {
  background-color: #0099AB;
  color: white;
}

.thriving-sectors h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: white;
}

.thriving-sectors a:hover {
  color: white;
}

.thriving-sectors img {
  filter: invert(1) brightness(2); /* fix to make dark-blue svg sector icons white */
}

.thriving-sector-card {
  position: relative;
  padding-right: 4rem;
  padding-bottom: 1rem;
  height: 100%;
}

@media (max-width: 767px) {
  .thriving-sector-card {
    padding-right: 0;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.thriving-sector-card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #51bbc5;
  left: -20px;
}

@media (max-width: 767px) {
  .thriving-sector-card::before {
    display: none;
  }
}

.thriving-sector-card img {
  width: 120px;
  height: auto;
  display: block;
}

.thriving-sector-card .cta-link a {
  font-size: 1.25rem;
  line-height: 2.25rem; /* Fix for IO8412-28 Dotted line too tight  */
}

.thriving-sectors h3 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: white;
}

@media (max-width: 767px) {
  .thriving-sectors h3 {
    text-align: center;
  }
}

.other-sector-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .other-sector-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.other-sector-card img {
  width: 50px;
  height: auto;
}

@media (max-width: 767px) {
  .other-sector-card img {
    width: 50px;
    height: auto;
  }
}

.other-sector-card .cta-link-white a {
  line-height: 2rem; /* Fix for IO8412-28 Dotted line too tight  */
}

/**************************************************************************************************
* Quote (quote)                                                                                   *
***************************************************************************************************/
.quote-block-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-block {
  width: 50%;
}

@media (max-width: 767px) {
  .quote-block {
    width: 80%;
  }
}

.quote-block img {
  height: 3rem;
  width: auto;
}

@media (max-width: 767px) {
  .quote-block img {
    display: block;
    margin: 0 auto;
  }
}

.quote-block-quote {
  color: #002857;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.quote-block-person-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.quote-block-person-title {
  color: #818181;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/**************************************************************************************************
* Quote with Large Image (quote_large_image)                                                      *
***************************************************************************************************/
.quote-with-large-image-wrapper {
  background-color: #e4e4e4;
}

.quote-with-large-image .quote-block {
  width: 100%;
}

.quote-with-large-image-description {
  padding-left: 10%;
}

.quote-with-large-image {
  overflow: hidden; /* Hide the image overflow */
}

.quote-with-large-image-img {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}

@media (max-width: 767px) {
  .quote-with-large-image-img {
    justify-content: center;
    max-width: 100%;
  }
}

.quote-with-large-image-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .quote-with-large-image .quote-block-quote p {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}

/*.quote-with-large-image-img img {*/
/*  !*max-width: 100%;*!*/
/*  !*width: 100%;*!*/
/*  !*height: auto;*!*/
/*  width: auto;*/
/*  !*max-height: 100%;*!*/
/*  max-height: 450px; !* Fix for image size due to Drupal's rendering 1300x1300 setting change *!*/
/*  object-fit: cover;*/
/*}*/

@media (max-width: 767px) {
  .quote-with-large-image-img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .quote-with-large-image-description {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2rem;
  }
}

/**************************************************************************************************
* Checkered (checkered)                                                                           *
***************************************************************************************************/
.checkered-block-first-col {
  background-position: left;
  background-size: cover;
}

.checkered-block-third-col {
  background-position: center;
  background-size: cover;
}

.checkered-img-mobile {
  display: none;
}

@media (max-width: 767px) {
  .checkered-img-mobile {
    display: block;
    border-radius: 2rem 2rem 0 0;
  }
}

.checkered-block-text {
  background-color: #f3f3f3;
}

.checkered-block-cards {
  background-color: #e4e4e4;
}

.checkered-block-text {
  padding-left: 2rem;
  padding-right: 5%;
}

.checkered-block-text h3,
.checkered-block-second-row-text h3 {
  color: #002857;
  margin-bottom: 2rem;
}

.checkered-block-text h4,
.checkered-block-second-row-text h4,
.checkered-block-text h5,
.checkered-block-second-row-text h5 {
  text-transform: none;
  color: #0099A8;
  /*margin-top: 3rem;*/
  margin-bottom: 1rem;
}

.checkered-block-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #002857;
}

.checkered-block-card-one {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .checkered-block-cards {
    flex-direction: row;
    padding-left: 1rem;
    padding-right: 0;
    padding-top: 0;
  }

  .checkered-block-card {
    width: 45%;
  }

  .checkered-block-card-one {
    margin-bottom: 0;
  }

  .checkered-block-card-two {
    padding-right: 1rem;
  }
}

.checkered-block-card-fact {
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

.checkered-block-card img {
  width: 100px;
  height: auto;
  margin-bottom: 1rem;
}

.checkered-block-second-row-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 5%;
  background-color: #f3f3f3;
}

.checkered-block-second-row-bg {
  background-position: center;
  background-size: cover;
}

.checkered-block.i_block-rounded-bottom {
  border-bottom-right-radius: 0 !important;
}

/**************************************************************************************************
* Fact Cards (fact_cards)                                                                         *
***************************************************************************************************/
.fact-cards {
  position: relative; /* fix for IO8412-27 Space Magic tucks element under first element */
  /*z-index: auto;*/
}

.fact-cards h2,
.fact-cards-title {
  color: #0099ab;
  margin-top: 0;
  margin-bottom: 3rem;
}

.fact-card {
  position: relative;
  margin-bottom: 1rem;
}

.fact-card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #e4e4e4;
  left: -10%;
}

@media (max-width: 767px) {
  .fact-card::before {
    left: 0;
  }

  .fact-card {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
}

.fact-cards-number {
  color: #002857;
  text-transform: uppercase;
}

/* Fix for long numbers overflowing in Fact Cards */
.fact-cards-number {
  font-size: 3rem;
  line-height: 3.25rem;
  word-wrap: break-word;
}
/* End - Fix for long numbers overflowing in Fact Cards */

@media (max-width: 767px) {
  .fact-cards-number {
    /*font-size: 3rem;*/
    font-size: 2.5rem;
  }
}

.fact-cards-text {
  text-transform: uppercase;
  /* padding-right: 3rem; */
  width: 60%;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .fact-cards-text {
    width: 80%;
    padding-bottom: 0.5rem;
  }
}

.fact-cards .cta-link-with-icon {
  margin-top: 0;
}

.fact-card-border-bottom {
  display: flex;
  flex-direction: column;
}

.fact-card-border-bottom .fact-cards-divider {
  display: block !important;
  border-bottom: 2px solid #e4e4e4;
  width: 95%;
  position: relative;
  bottom: -5%;
  left: 40%;
  transform: translateX(-50%);
  margin-top: auto;
}

@media (max-width: 767px) {
  .fact-card-border-bottom .fact-cards-divider {
    display: none !important;
  }
}

/**************************************************************************************************
* Tabbed block - Smart Business Insights (tabs)                                                   *
***************************************************************************************************/
.business-insights-block-wrapper,
.business-insights-block {
  background-color: #002857;
  color: white !important;
}

.business-insights-block h2,
.business-insights-block h3 {
  color: white;
}

.business-insights-block .sbi-icon {
  position: relative;
  top: -20px;
}

@media (max-width: 767px) {
  .business-insights-block .sbi-icon {
    top: 0;
  }
}

/* Tabs */
#sbi-tabs {
  display: flex;
  /*justify-content: space-between;*/
}

#sbi-tabs .nav-tabs {
  border-color: #e4e4e4;
}

#sbi-tabs .nav-link {
  background-color: transparent;
  color: #e4e4e4;
  border: 0;
  border-bottom: 5px solid transparent;
}

#sbi-tabs .nav-link.active {
  background-color: transparent;
  font-weight: bold;
  color: #0099AB;
  border: 0;
  border-bottom: 5px solid #0099AB;
}

#sbi-tabs .nav-link {
  display: flex;
  align-items: center;
}

#sbi-tabs .nav-link .chevron {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url('/themes/investon/images/investon-icons/icon-chevron-down.svg') no-repeat center center;
  background-size: contain;
}

#sbi-tabs .nav-link.active .chevron {
  background: url('/themes/investon/images/investon-icons/icon-chevron-up.svg') no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  #sbi-tabs .nav-link {
    padding-left: 0;
  }
}

/* Tab Content Panels */
#sbi-tabs-content {
  margin-top: 4rem;
}

#sbi-tabs-content h4 {
  text-transform: none;
  color: #0099AB;
}

#sbi-tabs-content h3 {
  position: relative;
}

#sbi-tabs-content h3::before {
  /*content: url('/assets/img/investment-services/icon-find-the-right-site.svg');*/
  display: inline-block;
  position: absolute;
  left: -60px;
  width: 50px;
  height: auto;
}

@media (max-width: 767px) {
  #sbi-tabs-content h3::before {
    /* display: block; */
    left: -30px;
    width: 20px;
    height: auto;
  }
}

#sbi-tabs-content h4,
#sbi-tabs-content h5 {
  text-transform: none;
  color: #0099AB;
  margin-top: 2rem;
}

#sbi-tabs-content .sbi-pane-left {
  padding-left: 5%;
  padding-right: 5%;
}

#sbi-tabs-content ul {
  list-style: none;
  padding-left: 0;
}

#sbi-tabs-content ul li {
  list-style-type: none;
  background-image: url('/themes/investon/images/investon-icons/icon-arrow.svg');
  background-repeat: no-repeat;
  background-position: 0 top;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-left: -30px;
}

#sbi-tabs-content img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

#sbi-tabs-content .cta-link {
  margin-top: 2rem;
}

#sbi-tabs-content .cta-link a:hover {
  color: white;
}

.business-insights-block .cta-button {
  margin-left: 5%;
}

@media (max-width: 767px) {
  .business-insights-block .cta-button {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .business-insights-block .cta-button {
    width: 100%;
  }
}

/**************************************************************************************************
* Governance Documents Block (governance_documents)                                               *
***************************************************************************************************/

/* Bootstrap Accordion adjustments */
.governance-documents .accordion-button {
  background-color: #f3f3f3;
  color: #0043AF;
  box-shadow: none;
  font-weight: bold;
  border: 0;
}

.governance-documents .accordion-button {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}

/*.governance-documents .accordion-item:last-child .accordion-button {*/
/*  border-bottom: 2px solid #e4e4e4;*/
/*}*/
/* End - Bootstrap Accordion adjustments */

/*.governance-reports-intro {*/
/*  margin-bottom: 2rem;*/
/*}*/

.governance-documents {
  margin-bottom: 4rem;
}

.governance-documents-content {
  /*border-top: 2px solid #e4e4e4;*/
  /*padding-top: 1rem;*/
  margin-bottom: 3rem;
}

/*.governance-annual-reports .governance-business-plan-content,*/
/*.governance-memorandum-of-understanding .governance-business-plan-content,*/
/*.governance-financial-statements .governance-business-plan-content {*/
/*  border-top: 0;*/
/*}*/

.governance-documents-text {
  margin-bottom: 3rem;
}

.governance-downloads {
  /*border-top : 2px solid #e4e4e4;*/
  /*padding-top: 1rem;*/
  margin-left: 10%;
}

@media (max-width: 767px) {
  .governance-downloads {
    margin-left: 0;
  }
}

/*.governance-annual-reports .governance-downloads,*/
/*.governance-memorandum-of-understanding .governance-downloads,*/
/*.governance-financial-statements .governance-downloads {*/
/*  border-top : 0;*/
/*}*/

/*.governance-downloads-title {*/
/*  text-transform: uppercase;*/
/*  font-weight: bold;*/
/*  margin-bottom: 2rem;*/
/*}*/

.governance-downloads img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

.governance-downloads a,
.governance-documents-accordion a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.governance-documents-accordion a {
  margin-right: 1rem;
}

/*.governance-financial-statements {*/
/*  margin-bottom: 0;*/
/*}*/

/**************************************************************************************************
* Sliders                                                                                         *
***************************************************************************************************/
/* Center all slider images */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; /* indicate that the sliders are draggable */
}

.swiper-pagination {
  bottom: 0 !important;
}

/* Gray out non-active images and highlight the active one */
.about-slider .swiper-slide img {
  filter: grayscale(100%);
  opacity: 50%;
}

.about-slider .swiper-slide-active img {
  filter: grayscale(0%);
  opacity: 100%;
}

.spotlight-block .swiper-slide img {
  opacity: 50%;
}

.spotlight-block .swiper-slide-active img {
  opacity: 100%;
}

/* Remove JS swiper additional styles */
.about-slider-wrapper,
.companies-slider-two-wrapper {
  margin-bottom: 0 !important;
}

/**************************************************************************************************
* Slider - Company Logos, Two Rows (slider_companies_two)                                         *
***************************************************************************************************/
/*.companies-slider-two-wrapper,*/
.companies-slider-two {
  background-color: #e4e4e4;
}

.companies-slider-two h2,
.companies-slider-two-title {
  color: #002857;
  text-align: center;
  margin-bottom: 4rem;
}

.companies-slider-two .companies-swiper-one,
.companies-slider-two .companies-swiper-two {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.companies-slider-two .slider-company-logo img {
  max-height: 100px;
  width: 200px;
}

@media (max-width: 767px) {
  .companies-slider-two .slider-company-logo img {
    max-width: 150px;
    max-height: 75px;
  }
}

.companies-slider-two .swiper-pagination-bullet-active {
  background-color: #002857;
}

.companies-slider-two .swiper-wrapper {
  align-items: center;
}

/* Prev/Next Navigation arrows */
.companies-slider-two .swiper-button-next,
.companies-slider-two .swiper-button-prev {
  color: #002857;
  height: 1rem;
}

.companies-slider-two .swiper-button-next {
  right: 0;
}

.companies-slider-two .swiper-button-prev {
  left: 0;
}

.companies-slider-two .swiper-button-next::after,
.companies-slider-two .swiper-button-prev::after {
  font-size: 20px;
}

@media (max-width: 767px) {
  .companies-slider-two .swiper-button-next,
  .companies-slider-two .swiper-button-prev {
    display: none; /* Hide the navigation arrows on mobile */
  }
}


/**************************************************************************************************
* Slider - Spotlight (slider_spotlight)                                                           *
***************************************************************************************************/
.spotlight-block-title h2 {
  color: #002857;
  margin-bottom: 2rem;
}

.spotlight-block .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.spotlight-card {
  height: 100%;
}

.spotlight-card-body-text {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 2px solid #e4e4e4;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.spotlight-card-title {
  color: #002857;
  margin-bottom: 0.5rem;
}

.spotlight-card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.spotlight-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100% !important;
  align-items: stretch;
}

/* Highlight the active card */
@media (min-width: 768px) {
  .spotlight-block .swiper-slide {
    transform: scale(0.9);
    transition: transform 0.4s ease-in-out;
    position: relative;
  }

  .spotlight-block .swiper-slide-active {
    transform-origin: 50% 0%;
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 3;
    background-color: white;
    box-shadow: 15px 0 10px -10px rgba(0, 0, 0, 0.1), -15px 0 10px -10px rgba(0, 0, 0, 0.1);
  }

  .spotlight-block .swiper-slide-active .spotlight-card-body-text {
    border: 0;
  }

  .spotlight-block .swiper-slide-active .spotlight-card-body-text h5 {
    font-size: 0.82em;
  }

  .spotlight-block .swiper-slide-active .spotlight-card-body-text p,
  .spotlight-block .swiper-slide-active .spotlight-card-body-text a {
    font-size: 0.8em;
    line-height: 1.125rem;
  }

  .spotlight-block .spotlight-swiper {
    transform: scale(1.025);
    padding-bottom: 10rem !important;
  }
}

.spotlight-block .cta-link {
  visibility: hidden;
}

.spotlight-block .swiper-slide-active .cta-link {
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.spotlight-block .cta-link {
  margin-top: 1rem;
}

.spotlight-block .spotlight-swiper {
  padding-bottom: 3rem;
}

.spotlight-block .swiper-pagination {
  bottom: 10px !important;
}

.spotlight-block .spotlight-swiper .swiper-pagination-bullet-active {
  background-color: #002857;
}

/**************************************************************************************************
* Slider - Company Logos with Text (slider_logo_with_text)                                        *
***************************************************************************************************/
.about-slider-wrapper,
.about-slider {
  background-color: #F3F3F3;
}

.about-slider-title {
  color: #002857;
  padding-left: 5%;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .about-slider-title {
    padding-right: 5%;
  }
}

.about-slider .text-swiper {
  padding-bottom: 3rem;
  padding-right: 0;
}

@media (max-width: 767px) {
  .about-slider .text-swiper {
    margin-top: 1rem;
  }
}

.about-slider .text-slider-content {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 80%;
}

@media (max-width: 767px) {
  .about-slider .text-slider-content {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
}

.about-slider .text-slider-title {
  color: #002857;
  font-weight: bold;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.about-slider .text-slider-title::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #002857;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .about-slider .text-slider-title::before {
    display: none;
  }
}

.about-slider .logos-swiper {
  padding-bottom: 3rem;
}

/* Fix for centering the logo on mobile screens */
@media (max-width: 767px) {
  .about-slider .logos-swiper .swiper-wrapper {
    left: -16px;
  }
}
/* End - Fix for centering the logo on mobile screens */

.about-slider .slider-company-logo img {
  max-height: 100px;
  width: 200px;
}

@media (max-width: 767px) {
  .about-slider .slider-company-logo img {
    max-width: 150px;
    max-height: 75px;
  }
}

.about-slider .swiper-wrapper {
  align-items: center;
}

.about-slider .swiper-pagination-bullet-active {
  background-color: #002857;
}
