div.super-card{height:auto}
.super-card{height:100%;.super-card__lock-icon{display:block;position:static;flex-shrink:0;margin:0 !important;path{fill:var(--base-indigo)}
}
.super-card__lock-icon svg{display:block;width:24px;height:24px}
.super-card__card{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:0}
&.super-card--resourceCard{.super-card__card--resource-card{border-radius:.25rem;padding:1.5rem;background-color:var(--white);border:1px solid rgba(112,112,112,0.3);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}
.super-card__content--resource-card{display:flex;flex-direction:column;flex:1;height:100%;min-height:0;justify-content:space-between}
.super-card__body--resource{display:flex;flex-direction:column;gap:1rem}
.super-card__title--resource{margin:0;font-size:1.25rem;font-weight:500;color:var(--background-mid-blue)}
.super-card__text--resource{margin:0;font-size:1rem;line-height:1.5;color:var(--text-body)}
.super-card__link--download.super-card__link--text-link{display:inline-flex;align-items:center;flex-direction:row;gap:.25rem;margin-top:2rem;border:0;background:0;color:var(--text-primary);text-decoration:none;font-size:1rem;font-weight:700}
.super-card__link--download.super-card__link--text-link:hover{text-decoration:underline}
.super-card__link--download.super-card__link--text-link .super-card__link-icon{color:var(--text-primary)}
.super-card__link-icon--left{order:-1;display:inline-flex;align-items:center;flex-shrink:0}
.super-card__link-icon--large svg{width:1.5rem;height:1.5rem;display:block}
@media(min-width:1024px){.super-card__title--resource{font-size:1.5rem}
.super-card__text--resource{font-size:1.125rem}
.super-card__link--download.super-card__link--text-link{font-size:1.125rem}
.super-card__link-icon--large svg{width:1.5rem;height:1.5rem}
}
}
&.super-card--cardType1{.super-card__card--card-type1{border-radius:.25rem;padding:2rem;gap:1rem;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,border-color .3s ease-in-out}
.super-card__card--card-type1-clickable{color:inherit;text-decoration:none;cursor:pointer}
.super-card__card--card-type1-light{background-color:var(--background-light-blue-1);border:0}
.super-card__card--card-type1-light:hover{border:0;box-shadow:0 0 15px 5px rgba(0,0,0,0.1)}
.super-card__card--card-type1-light:focus-within{outline-offset:3px;outline:3px solid var(--base-medium-blue)}
.super-card__card--card-type1-white{background-color:var(--white);border:1px solid var(--border-dark-grey)}
.super-card__card--card-type1-white:hover{border-color:var(--border-dark-grey);box-shadow:0 0 15px 5px rgba(0,0,0,0.1)}
.super-card__card--card-type1-white:focus-within{outline-offset:3px;outline:3px solid var(--base-medium-blue)}
.super-card__card--card-type1 .super-card__content{display:flex;flex-direction:column;flex:1;height:100%;min-height:0;gap:1rem}
.super-card__card--card-type1 .super-card__title,.super-card__card--card-type1 .super-card__text{margin:0}
.super-card__card--card-type1 .super-card__text{font-size:1rem}
@media(min-width:1024px){.super-card__card--card-type1 .super-card__text{font-size:1.125rem}
}
.super-card__card--card-type1 .super-card__actions{display:flex;flex-wrap:wrap;gap:.5rem}
.super-card__card--card-type1 .super-card__icon-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-left:auto;margin-right:0;padding:0;border:0;background:transparent;text-decoration:none;cursor:pointer}
.super-card__card--card-type1 .super-card__icon-button .super-card__arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-left:auto;margin-right:0;color:var(--base-orange);&.blue-arrow{color:var(--base-indigo)}
}
.super-card__card--card-type1 .super-card__icon-button .super-card__arrow svg{width:32px;height:22px;flex-shrink:0}
}
&.super-card--cardType2{.super-card__card--type2{border-radius:.25rem;padding:2rem 1.5rem;gap:1.5rem}
.super-card__card--type2.super-card__card--light-blue-2{background:var(--background-light-blue-2)}
.super-card__card--type2.super-card__card--light-blue-1{background:var(--background-light-blue-1)}
.super-card__card--type2.super-card__card--light-orange{background:var(--background-light-orange)}
.super-card__card--type2 .super-card__content{display:flex;flex-direction:column;flex:1;height:100%;min-height:0;gap:1rem}
.super-card__card--type2 .super-card__links{flex-shrink:0}
.super-card__card--type2 .super-card__title,.super-card__card--type2 .super-card__text{margin:0}
.super-card__card--type2 .super-card__text{font-size:1rem}
.super-card__card--type2 .super-card__links{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:1.625rem;column-gap:0}
.super-card__card--type2 .super-card__link{flex:0 0 auto;align-self:flex-start;max-width:100%;display:inline-flex;align-items:center;border:0;color:var(--link-default);text-decoration:none;font-size:1rem;font-weight:700}
.super-card__card--type2 .super-card__link::after{content:url("https://ig.ca/content/dam/mackenzie/arrow-right.svg");padding-left:.5rem;padding-top:.25rem;filter:brightness(0) saturate(100%) invert(51%) sepia(53%) saturate(830%) hue-rotate(343deg) brightness(95%) contrast(91%)}
@media(min-width:1024px){.super-card__card--type2 .super-card__text{font-size:1.125rem}
.super-card__card--type2 .super-card__link{font-size:1.125rem}
}
}
&.super-card--campaignWidget{.super-card__card--campaign-widget{padding:1.5rem;display:flex;flex-direction:column;gap:3rem;overflow:hidden;background-color:#3f5775}
@media(min-width:768px){.super-card__card--campaign-widget{flex-direction:row;flex-wrap:wrap}
}
.super-card__media{min-height:200px;display:flex;justify-content:center;align-items:center}
.super-card__media .super-card__img{width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;display:block}
.super-card__media-video{position:relative;width:100%;min-height:200px}
.super-card__media-video .super-card__video-js.vjs-fluid,.super-card__media-video .bc-video-gallery{position:absolute;top:0;left:0;width:100%;height:100%}
.super-card__media-video .super-card__video-js.vjs-fluid{min-height:200px}
@media(max-width:767px){.super-card__media{width:100%;min-width:100%;height:auto;min-height:0}
.super-card__media .super-card__img{width:100%;height:auto;display:block}
.super-card__media-video{width:100%;min-height:200px;height:auto}
.super-card__content--campaign-widget .super-card__cta{width:100%;align-self:stretch}
}
@media(min-width:768px){.super-card__media{position:relative;overflow:hidden;background-color:var(--base-charcoal);min-height:auto}
.super-card__media-video{aspect-ratio:16 / 9;height:auto}
}
@media(min-width:768px) and (max-width:1023px){.super-card__media{width:312px;height:256px;flex-shrink:1;min-width:0}
.super-card__media .super-card__img{max-width:100%;width:auto;height:auto}
}
@media(min-width:1024px) and (max-width:1279px){.super-card__media{width:359px;height:251px;flex-shrink:1;min-width:0}
.super-card__media .super-card__img{max-width:100%;width:auto;height:auto}
}
@media(min-width:1280px) and (max-width:1439px){.super-card__media{width:352px;min-width:352px;height:310px}
.super-card__media .super-card__img{max-width:100%;width:auto;height:auto}
}
@media(min-width:1440px){.super-card__media{width:400px;height:251px}
.super-card__media .super-card__img{max-width:100%;width:auto;height:auto}
}
.super-card__content--campaign-widget{display:flex;flex-direction:column;flex:1;min-height:0;background-color:var(--tint-indigo-80)}
.super-card__content--campaign-widget .super-card__widget-inner{display:flex;flex-direction:column;justify-content:space-between;flex:1;min-height:0}
.super-card__content--campaign-widget .super-card__widget-body{display:flex;flex-direction:column;gap:1rem}
.super-card__content--campaign-widget .super-card__lock-icon svg{filter:brightness(0) invert(1)}
.super-card__content--campaign-widget .super-card__cta{margin-top:2rem;align-self:flex-start;width:auto;border-color:var(--white);color:var(--white);background-color:transparent}
@media(min-width:768px){.super-card__content--campaign-widget .super-card__cta{width:auto;align-self:flex-start;margin-top:2rem}
}
.super-card__content--campaign-widget .super-card__cta:hover,.super-card__content--campaign-widget .super-card__cta:focus{background-color:var(--white);color:var(--base-medium-blue,#0f2d52);border-color:var(--white)}
.super-card__title--widget,.super-card__text--widget{margin:0}
.super-card__title--widget{font-size:1.25rem;font-weight:500;color:var(--white)}
.super-card__text--widget{font-size:1rem;line-height:1.5;color:var(--white)}
@media(min-width:1024px){.super-card__title--widget{font-size:1.5rem}
.super-card__text--widget{font-size:1.125rem}
}
}
.button.button-tertiary{text-align:left;@media(min-width:1024px){font-size:1.125rem}
}
}