/* 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 {
  width: 100%;
}

.section-title > .info-card-sky-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .section-title > .info-card-sky-container {
    grid-template-columns: 1fr;
  }
  
}

.section-title .info-card-sky {
  background-color: #007b8f;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
}

.section-title .info-card-sky > p {
  font-family: ArboriaBold,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.section-title .info-card-sky > p a:link,
.section-title .info-card-sky > p a:visited {
  color: #fff;
  text-decoration: none;
}

.section-title .info-card-sky > p a:hover {
  text-decoration: underline;
}

article.article.article-default-small.article-background-white {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 739px) {
  article.article.article-default-small.article-background-white {
    flex-direction: row;
  }
}

div.container.grid > div > article > div.article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

/* .accordion-container > div > em > b, */
main > section:nth-child(1)  .banner-container > .banner-content  p  b,
main > div .section-title > p > b,
main > div .section-title > p > strong,
.sign-description > p > strong {
  color: #f65c00;
}

.no-orange {
  color: inherit !important;
}

.no-bold {
  font-family: ArboriaBook, sans-serif;
}

/* Arthritis Tails */
main > section:nth-child(1) > section.article-banner {
  position: relative;
}

main > section:nth-child(1) > section.article-banner .article-banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
}

@media screen and (max-width: 1140px) {
  main > section:nth-child(1) > section.article-banner .article-banner-content {
    position: static;
  }
}

/* .article.article-default-small .article-description + .btn-primary {
  margin-top: 1.5rem;
}

@media screen and (max-width: 739px) {
  .article.article-default-small .article-description + .btn-primary {
    margin-top: 1rem;

    font-size: 1rem;
    padding: 10px 16px;
  }
} */

.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;
}

/* .btn.no-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #F65C00;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.40s ease-out;
  transition: -webkit-transform 0.40s ease-out;
  transition: transform 0.40s ease-out;
  transition: transform 0.40s ease-out, -webkit-transform 0.40s ease-out;
}

.btn.no-cta:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
} */

/* .btn.btn-primary::after {
  content: '';
  background-image: url('https://dev-zoetispets.cphostaccess.com/_assets/images/icons/arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
} */

.dropdown-item.sub-item {
  padding-left: 1.5rem !important;
  padding-block: 0 !important;
}

/* section .banner-version-3 {
  padding: 0;
} */

.accordion-section-container {
  padding-bottom: 112px;
}

@media screen and (max-width: 1024px) {
  .accordion-section-container {
    padding-bottom: 64px;
  }
}

.no-bullet-banner .bullet-banner {
  display: none;
}

.btn-ext-noarrow[target='_blank']::after {
  all: unset;
}

.banner-version-1 .banner-image .image-shape {
  margin-left: auto;
}

.article.show-description .article-description {
  display: block;
}

/* 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;
}