/* Landing page - Joint effort */
.banner .banner-content-center {
  justify-content: center;
}

.banner .banner-content-center .banner-content {
  flex: unset;
  width: 50%;
}

.banner .banner-content-fullwidth .banner-content{
  width: 100%;
  text-align: center;
}

.author-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.author-container .author-headshot img {
  width: 10rem;
  max-width: unset;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: left;
}

.accordion-section-title .custom-font {
  font-size: 2rem;
  display: block;
  line-height: normal;
  font-weight: 400;
}

.row-reverse .banner-container {
  flex-direction: row;
}

.row-reverse .banner-version-3.banner-background-orange {
  padding-block: 1rem;
}

.row-reverse .banner-image img {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
  object-position: left;
}

@media screen and (max-width: 768px) {
  .banner .banner-content-center .banner-content {
    width: 100%;
  }
}

.banner .banner-content-center .banner-image {
  display: none;
}

.section-title:has(.info-card-sky) {
  width: 100%;
}

.info-card-sky-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .info-card-sky-container {
    grid-template-columns: 1fr;
  }
}

.info-card-sky {
  background-color: #007b8f;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
}

.info-card-sky > p {
  font-family: ArboriaBold,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.info-card-sky > p a:link,
.info-card-sky > p a:visited {
  color: #fff;
  text-decoration: none;
}

.info-card-sky > p a:hover {
  text-decoration: underline;
}
  
.text-orange {
  color: #f65c00;
}

.no-orange {
  color: inherit !important;
}

.no-bold {
  font-family: ArboriaBook, sans-serif;
}

.article-banner-content-styling .article-banner {
  position: relative;
}

.article-banner-content-styling .article-banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 1140px) {
  .article-banner-content-styling .article-banner-content {
    position: static;
  }
}

.btn.no-cta {
  background-color: unset !important;
  color: #f65c00;
  padding: unset;
  margin: unset;
  position: relative;
}

.btn.no-cta .btn-hover-icon{
  position: relative;
  top: 2px;
}

.btn.no-cta:focus, 
.btn.no-cta:focus-visible {
  outline: none;
}

@media screen and (max-width: 1139px) {
  .btn.no-cta {
    font-size: 1rem;
  }
}

.btn.no-cta:hover {
  text-decoration: underline;
}

.dropdown-item.sub-item {
  padding-left: 1.5rem !important;
  padding-block: 0 !important;
}

.no-bullet-banner .bullet-banner {
  display: none;
}

.btn-ext-noarrow[target='_blank']::after {
  all: unset;
}

.image-left .image-shape {
  margin-left: auto;
}

.article.show-description .article-description {
  display: block;
}

@media screen and (min-width: 740px) {
  .banner-height .banner-version-1 {
    height: 780px;
  }

  .banner-height .banner-container {
    gap: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .banner-height .banner-version-1 {
    height: 680px;
  }
}

@media screen and (min-width: 1140px) {
  .banner-height .banner-container {
    gap: 40px;
  }
}

/* util classes */
em {
  font-style: italic;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.d-none {
  display: none;
}

.align-left .info-card-sky {
  text-align: left;
}