.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/*  To utilize the font mixin,

@mixin font-source-serif($size: false, $color: false, $weight: false,  $lh: false, $ls: false) {
@mixin font-source-serif-italic($size: false, $color: false, $weight: false,  $lh: false, $ls: false) {
@mixin font-source-sans($size: false, $color: false, $weight: false,  $lh: false, $ls: false) {

// @include font-source-serif(40px, $brand-v2-off-black, normal, 50px, null);
// @include font-source-sans(16px, $brand-v2-off-black, normal, 21px, 0.03em);

*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

.display-none {
  display: none; }

.menu {
  float: left;
  margin: 0;
  padding: 0; }
  .menu li {
    float: left;
    list-style: none outside none !important; }

.text-ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 99%; }

/* mixin for multiline */
/* ============================================================================
Herocarouselitem component
============================================================================ */
/* ============================================================================
Common styles updates
============================================================================ */
/* ============================================================================
Custom styles
============================================================================ */
.ex-largeimage__headline-wrapper {
  color: #000; }
  .ex-largeimage__headline-wrapper .ex-largeimage__headline {
    text-transform: none; }

.ex-largeimage__image-wrapper {
  position: relative; }

.ex-largeimage__image {
  height: var(--height);
  width: var(--width);
  border-radius: var(--border-radius);
  box-sizing: content-box; }
  @media only screen and (min-width: 768px) {
    .ex-largeimage__image {
      height: var(--height-md);
      width: var(--width-md);
      border-radius: var(--border-radius-m); } }

.ex-largeimage__snippet p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.ex-largeimage__button {
  min-width: var(--min-width) !important; }
  @media only screen and (min-width: 768px) {
    .ex-largeimage__button {
      min-width: var(--min-width-md) !important; } }

.sti-icon {
  bottom: 15px;
  height: 36px;
  left: 15px;
  position: absolute;
  width: 36px; }
  @media only screen and (min-width: 768px) {
    .sti-icon {
      bottom: 50px;
      height: 48px;
      left: 50px;
      width: 48px; } }
  .sti-icon img {
    width: 100%; }

/*# sourceMappingURL=largeimage.css.map */