section.section-text-media-cta {
	padding: 3em 0;
}

/* collapse margin on same color sections in a row */
section.brand-color-background-white +
section.section-text-media-cta.brand-color-background-white{
	padding-top: 0em;
}

.cover-heading {}
.cover-heading p {}

.cover-heading h2 {}

.cover-img-heading {}

section.section-text-media-cta  h2.headline-four-alternative {
	padding-left: 6.5rem;
	margin-top: 1em;
}

@media only screen and (max-width: 1024px) {
  section.section-text-media-cta  h2.headline-four-alternative {
    padding-left: 0;
  }
}

section.section-text-media-cta  h3 {
	margin-bottom: 1.0em;
}

section.section-text-media-cta figure {
	margin: 4em 0 0 0;
}

section.section-text-media-cta h1:has(span.highlight) + p,
section.section-text-media-cta h1:has(span.highlight-left) + p,
section.section-text-media-cta h1:has(span.highlight-right) + p
{
	margin-top: 3em;
}


.highlight-container {
  margin-left: -15px;
  margin-top: -25px !important;
}

.cover-highlight-heading {
  background-color: var(--color-green-light);
  font-weight: 400 !important;
}

.cover-right-icon {
  margin-top: 90px;
  height: 90px;
}

.cover-left-icon {
  margin-top: -107px;
  height: 90px;
}

.cover-text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-primary-text);
}

.cover-quote-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--color-petrol);
}

.cover-quote-author {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: var(--color-petrol);
}

figure > figcaption > p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-petrol-70);
}

.img-right-bottom {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
}

@media only screen and (max-width: 1326px) {
  .highlight-container {
    margin-top: -30px !important;
  }
}

@media only screen and (max-width: 600px) {
  .img-right-bottom {
    margin-top: 10%;
    justify-content: center;
  }

  .highlight-container {
    margin-top: -45px !important;
  }
}

.img-left-center {
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .img-left-center {
    justify-content: center;
  }
}

.img-right-center {
  align-items: center;
  justify-content: center;
}

.cover-header-hr {}

.content-left-centered {
  margin-left: 25%;
}

.video-container iframe {
  min-height: 375px;
  width: 100%;
}

.video-grid iframe {
  min-height: 300px;
  width: 100%;
}

.link_cta {
  text-decoration: none !important;
}

.text-media-content h2 {
  
}

.text-media-content h3 {
  
}

.cover-container .carousel-item img {
  /*aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;*/
	max-width: 100%;
}

.greeting-img-container img {
  width: 100%;
}

.greet-card h3 {
  font-weight: 400;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--color-petrol);
}

.greet-card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: var(--color-petrol);
}

/*@media only screen and (max-width: 1024px) {
  .text-media-content h2 {
    font-size: 52px;
    line-height: 48px;
  }

  .cover-img-heading {
    font-size: 32px;
    line-height: 32px;
  }

  .text-media-content h3 {
    font-size: 48px;
    line-height: 40px;
  }
}*/

@media only screen and (max-width: 600px) {
  .text-media-content h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .cover-img-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .text-media-content h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.carousel-text-media button span {
  background-color: light-grey;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.carousel-text-media .carousel-control-next-icon,
.carousel-text-media .carousel-control-prev-icon {
  background-color: #aca8a85c;
}

.carousel-indicators button {
  border-top: 0px !important;
  border-bottom: 0px !important;
  background-color: lightgray;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
}

main section.section-text-media-cta div.common-cta a{
	max-width: 80%;
	border: none;
	display: inline-block;
}
main section.section-text-media-cta div.common-cta a:hover {
	border: none;
}





