/* ==|====================
   Variables/Core
   ======================= */
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

[data-slot] .cl-icon-strip__image.animate {
  animation: flip 2s normal forwards ease-in-out; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: rotateY(-360deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

/* ==========================
   Core/grid - Grid helpers
   ========================== */
.cl-grid {
  padding: 0; }

.cl-row {
  margin-bottom: 0.5rem; }

[class*="cl-col-"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

@media (min-width: 48em) {
  .cl-col-full {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-half {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-third {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-quarter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-5 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-6 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-7 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-8 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-9 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-10 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-11 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .cl-col-12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; } }

.btn, .cl-btn__primary, .cl-promo-spotlight__button, .primary .cl-promo-spotlight__button, [data-slot] .cl-callout__button, [data-slot] .cl-search__button, .cl-btn__primary--solid, .cl-btn__secondary, .secondary .cl-promo-spotlight__button, .cl-btn__secondary--solid, .cl-btn__tertiary, .tertiary .cl-promo-spotlight__button, .cl-btn__tertiary--solid, .cl-btn__light, [data-slot] .cl-page-header__button, .cl-btn__light--on-primary, .cl-btn__light--on-primary--solid, .cl-btn__light--on-secondary, .cl-btn__light--on-secondary--solid, [data-slot] .cl-hero__button {
  border-radius: 2rem;
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: transparent; }

.cl-btn__primary, .cl-promo-spotlight__button, .primary .cl-promo-spotlight__button, [data-slot] .cl-callout__button, [data-slot] .cl-search__button {
  border: 2px solid #553d94;
  color: #553d94; }
  .cl-btn__primary:hover, .cl-promo-spotlight__button:hover, [data-slot] .cl-callout__button:hover, [data-slot] .cl-search__button:hover {
    background: #553d94;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border-color: #553d94; }
  .cl-btn__primary i, .cl-promo-spotlight__button i, .primary .cl-promo-spotlight__button i, [data-slot] .cl-callout__button i, [data-slot] .cl-search__button i {
    font-size: 1.4rem;
    margin-right: 0.5rem; }
  .cl-btn__primary--solid {
    background: #553d94;
    border: 2px solid #553d94;
    color: #FFFFFF; }
    .cl-btn__primary--solid:hover {
      background: #FFFFFF;
      color: #553d94;
      transition: all 0.3s ease;
      border-color: #553d94; }
    .cl-btn__primary--solid i {
      font-size: 1.4rem;
      margin-right: 0.5rem; }

.cl-btn__secondary, .secondary .cl-promo-spotlight__button {
  border: 2px solid #e71096;
  color: #e71096; }
  .cl-btn__secondary:hover, .secondary .cl-promo-spotlight__button:hover {
    background: #e71096;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border-color: #e71096; }
  .cl-btn__secondary i, .secondary .cl-promo-spotlight__button i {
    font-size: 1.4rem;
    margin-right: 0.5rem; }
  .cl-btn__secondary--solid {
    background: #e71096;
    border: 2px solid #e71096;
    color: #FFFFFF; }
    .cl-btn__secondary--solid:hover {
      background: #FFFFFF;
      color: #e71096;
      transition: all 0.3s ease;
      border-color: #e71096; }
    .cl-btn__secondary--solid i {
      font-size: 1.4rem;
      margin-right: 0.5rem; }

.cl-btn__tertiary, .tertiary .cl-promo-spotlight__button {
  border: 2px solid #00acc8;
  color: #00acc8; }
  .cl-btn__tertiary:hover, .tertiary .cl-promo-spotlight__button:hover {
    background: #00acc8;
    color: #FFFFFF;
    transition: all 0.3s ease;
    border-color: #00acc8; }
  .cl-btn__tertiary i, .tertiary .cl-promo-spotlight__button i {
    font-size: 1.4rem;
    margin-right: 0.5rem; }
  .cl-btn__tertiary--solid {
    background: #00acc8;
    border: 2px solid #00acc8;
    color: #FFFFFF; }
    .cl-btn__tertiary--solid:hover {
      background: #FFFFFF;
      color: #00acc8;
      transition: all 0.3s ease;
      border-color: #00acc8; }
    .cl-btn__tertiary--solid i {
      font-size: 1.4rem;
      margin-right: 0.5rem; }

.cl-btn__light, [data-slot] .cl-page-header__button {
  border: 2px solid #FFFFFF;
  color: #FFFFFF; }
  .cl-btn__light:hover, [data-slot] .cl-page-header__button:hover {
    background: #FFFFFF;
    color: #553d94;
    transition: all 0.3s ease;
    border-color: #FFFFFF; }
  .cl-btn__light i, [data-slot] .cl-page-header__button i {
    font-size: 1.4rem;
    margin-right: 0.5rem; }
  .cl-btn__light--on-primary {
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .cl-btn__light--on-primary:hover {
      background: #FFFFFF;
      color: #553d94;
      transition: all 0.3s ease;
      border-color: #FFFFFF; }
    .cl-btn__light--on-primary i {
      font-size: 1.4rem;
      margin-right: 0.5rem; }
    .cl-btn__light--on-primary--solid {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #553d94; }
      .cl-btn__light--on-primary--solid:hover {
        background: #553d94;
        color: #FFFFFF;
        transition: all 0.3s ease;
        border-color: #FFFFFF; }
      .cl-btn__light--on-primary--solid i {
        font-size: 1.4rem;
        margin-right: 0.5rem; }
  .cl-btn__light--on-secondary {
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .cl-btn__light--on-secondary:hover {
      background: #FFFFFF;
      color: #e71096;
      transition: all 0.3s ease;
      border-color: #FFFFFF; }
    .cl-btn__light--on-secondary i {
      font-size: 1.4rem;
      margin-right: 0.5rem; }
    .cl-btn__light--on-secondary--solid, [data-slot] .cl-hero__button {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #e71096; }
      .cl-btn__light--on-secondary--solid:hover, [data-slot] .cl-hero__button:hover {
        background: #e71096;
        color: #FFFFFF;
        transition: all 0.3s ease;
        border-color: #FFFFFF; }
      .cl-btn__light--on-secondary--solid i, [data-slot] .cl-hero__button i {
        font-size: 1.4rem;
        margin-right: 0.5rem; }

.cl-btn--large {
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem; }

.cl-product-grid {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media (min-width: 30em) {
    .cl-product-grid > div {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }
  @media (min-width: 40em) {
    .cl-product-grid > div {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }
  @media (min-width: 81.25em) {
    .cl-product-grid > div {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

/* ===================================
   Layout - Flex
   =================================== */
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 1rem; }
  .flex > div {
    width: 100%;
    flex-grow: 1;
    margin: 0 0 1rem;
    position: relative; }
    .flex > div:first-of-type {
      margin-left: 0; }
    .flex > div:last-of-type {
      margin-right: 0; }
    .flex > div:only-of-type {
      flex-basis: 1; }
    @media (min-width: 62em) {
      .flex > div {
        flex-basis: 0;
        margin: 0 0.5rem; } }
  @media (min-width: 62em) {
    .flex {
      flex-wrap: nowrap; } }

.split .module {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

@media (min-width: 62em) {
  .split .module {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; } }

.cl-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media (min-width: 81.25em) {
    .cl-content {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 75%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

.cl-sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-top: 50px;
  display: none; }
  .cl-sidebar [data-slot] > div {
    margin-bottom: 1rem; }
  @media (min-width: 81.25em) {
    .cl-sidebar {
      display: block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%; } }

/* =======================
   Module/promo
   ======================= */
[data-slot] .cl-brand-spotlight {
  position: relative;
  margin: 0;
  align-items: center;
  display: flex; }
  [data-slot] .cl-brand-spotlight__logo {
    max-width: 100%;
    padding: 0 0.5rem; }
    [data-slot] .cl-brand-spotlight__logo img {
      width: 100%; }
  [data-slot] .cl-brand-spotlight:first-of-type {
    margin-left: 0; }
  [data-slot] .cl-brand-spotlight:last-of-type {
    margin-right: 0; }
  @media (min-width: 48em) {
    [data-slot] .cl-brand-spotlight__logo {
      padding: 0 2rem; } }
  @media (min-width: 62em) {
    [data-slot] .cl-brand-spotlight__logo {
      padding: 0 3rem; } }

/* =======================
   Module/promo
   ======================= */
.cl-promo-spotlight {
  cursor: pointer;
  position: relative;
  text-align: center; }
  .cl-promo-spotlight img {
    width: 100%;
    max-width: 100%; }
  .cl-promo-spotlight__content {
    padding: 1rem;
    display: flex;
    flex-direction: column; }
  .cl-promo-spotlight__heading {
    color: #553d94;
    font-size: 1.5rem;
    margin: 0; }
  .cl-promo-spotlight__sub-heading {
    color: #222222; }
  .cl-promo-spotlight__button {
    align-self: center; }

.primary .cl-promo-spotlight__heading {
  color: #553d94; }

.secondary .cl-promo-spotlight__heading {
  color: #e71096; }

.tertiary .cl-promo-spotlight__heading {
  color: #00acc8; }

/* =================================
   Module / Editorial Spotlight / ES
   ================================= */
.cl-editorial-spotlight {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  clear: both; }
  .cl-editorial-spotlight > img {
    width: 100%;
    max-width: 100%;
    margin-bottom: -2px; }
  .cl-editorial-spotlight__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #553d94; }
  .cl-editorial-spotlight__cta {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1rem; }
    .cl-editorial-spotlight__cta:hover {
      color: #FFFFFF;
      text-decoration: underline; }

.primary .cl-editorial-spotlight__content {
  background: #553d94; }

.secondary .cl-editorial-spotlight__content {
  background: #e71096; }

.tertiary .cl-editorial-spotlight__content {
  background: #00acc8; }

.quaternary .cl-editorial-spotlight__content {
  background: #f3f3fd; }

/* =======================
   Module/hero
   ======================= */
[data-slot] .cl-hero {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 2rem 1rem; }
  [data-slot] .cl-hero__heading {
    color: #FFFFFF;
    font-size: 2.4rem;
    margin: 0; }
  [data-slot] .cl-hero__sub-heading {
    color: #222222; }
  [data-slot] .cl-hero__text {
    color: #FFFFFF;
    font-size: 1rem;
    list-style-position: inside; }
  [data-slot] .cl-hero__image {
    display: none; }
  @media (min-width: 62em) {
    [data-slot] .cl-hero {
      text-align: left;
      padding: 0; }
      [data-slot] .cl-hero__content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        padding: 2rem; }
      [data-slot] .cl-hero__image {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 40%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        display: block;
        height: -webkit-fill-available;
        max-height: 500px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat; } }
  [data-slot] .cl-hero--gradient {
    background: linear-gradient(to bottom, #e71096 0%, #553d94 100%); }
  [data-slot] .cl-hero--primary {
    background: #553d94; }
  [data-slot] .cl-hero--secondary {
    background: #e71096; }

/* =======================
   Module/loader
   ======================= */
[data-slot] .cl-loader {
  margin: auto;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  [data-slot] .cl-loader__inner {
    width: 250px;
    margin-bottom: 1.5rem; }
  [data-slot] .cl-loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white; }
  [data-slot] .cl-loader--dot:first-child {
    background-color: #e71096;
    animation-delay: 0.5s; }
  [data-slot] .cl-loader--dot:nth-child(2) {
    background-color: #553d94;
    animation-delay: 0.4s; }
  [data-slot] .cl-loader--dot:nth-child(3) {
    background-color: #553d94;
    animation-delay: 0.3s; }
  [data-slot] .cl-loader--dot:nth-child(4) {
    background-color: #553d94;
    animation-delay: 0.2s; }
  [data-slot] .cl-loader--dot:nth-child(5) {
    background-color: #553d94;
    animation-delay: 0.1s; }
  [data-slot] .cl-loader--dot:nth-child(6) {
    background-color: #553d94;
    animation-delay: 0s; }
  [data-slot] .cl-loader--text {
    clear: both;
    margin: auto;
    text-align: center; }

@keyframes loader {
  15% {
    transform: translateX(0); }
  45% {
    transform: translateX(230px); }
  65% {
    transform: translateX(230px); }
  95% {
    transform: translateX(0); } }

/* =======================
   Module/callout
   ======================= */
[data-slot] .cl-callout {
  min-height: 10rem;
  background: #f3f3fd;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  [data-slot] .cl-callout__content {
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
    z-index: 1;
    padding: 0 1rem; }
  [data-slot] .cl-callout__heading {
    text-transform: uppercase;
    color: #553d94;
    margin: 0.5rem 0; }
  [data-slot] .cl-callout__sub-heading {
    color: #553d94;
    font-weight: 500;
    margin: 0.5rem 0; }
  [data-slot] .cl-callout__text {
    color: #e71096;
    font-weight: 700;
    margin: 0.5rem 0; }
  [data-slot] .cl-callout__button {
    margin: 0.5rem 0;
    align-self: center;
    display: table; }
  [data-slot] .cl-callout__image {
    width: 100%;
    z-index: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }

/* =======================
   Module/search
   ======================= */
[data-slot] .cl-search {
  min-height: 10rem;
  margin-bottom: 2rem;
  background: #f3f3fd;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 1rem; }
  @media (max-width: 61.99em) {
    [data-slot] .cl-search {
      margin-left: -1rem;
      width: 110%; } }
  [data-slot] .cl-search__content {
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
    z-index: 1;
    padding: 0 1rem; }
  [data-slot] .cl-search__heading {
    color: #553d94;
    margin: 0.5rem 0; }
    [data-slot] .cl-search__heading span {
      color: #b62f88; }
  [data-slot] .cl-search__sub-heading {
    color: #553d94;
    font-weight: 500;
    margin: 0.5rem 0; }
  [data-slot] .cl-search__text {
    color: #e71096;
    font-weight: 700;
    margin: 0.5rem 0; }
  [data-slot] .cl-search__input {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    height: auto;
    margin: 0.5rem 0; }
  [data-slot] .cl-search__button {
    margin: 0.5rem auto; }
  [data-slot] .cl-search__image {
    width: 100%;
    max-width: 200px;
    z-index: 0;
    padding: 2rem;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
  @media (min-width: 62em) {
    [data-slot] .cl-search {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 2rem; } }

/* =======================
   Module/freetext
   ======================= */
[data-slot] .cl-freetext__header--secondary {
  color: #e71096; }

[data-slot] .cl-freetext__header--tertiary {
  color: #00acc8; }

[data-slot] .cl-freetext__header--light {
  color: #FFFFFF; }

[data-slot] .cl-freetext__header--dark {
  color: #222222; }

[data-slot] .cl-freetext hr {
  border: 2px solid #f3f3fd; }

/* =======================
   Module/product promo
   ======================= */
[data-slot] .cl-instore-product {
  position: relative;
  margin: 0 0 1.25rem; }
  [data-slot] .cl-instore-product__image {
    max-width: 100%;
    padding: 1px;
    min-height: 250px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd; }
    [data-slot] .cl-instore-product__image img {
      width: 100%;
      max-width: 100%;
      display: block; }
  [data-slot] .cl-instore-product__inner {
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1rem 0.5rem; }
  [data-slot] .cl-instore-product__heading {
    text-transform: none;
    color: #222222;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 2rem; }
  [data-slot] .cl-instore-product__price {
    color: #222222;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700; }
  [data-slot] .cl-instore-product__note {
    text-transform: none;
    color: #222222;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 2rem; }
  [data-slot] .cl-instore-product__info {
    color: #e71096;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 0; }

/* =======================
   Module/icon-strip
   ======================= */
[data-slot] .cl-icon-strip {
  padding: 0 1rem;
  position: relative;
  text-align: center;
  width: 100%; }
  [data-slot] .cl-icon-strip__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    clear: left; }
    [data-slot] .cl-icon-strip__item:nth-of-type(2n) {
      clear: right; }
    @media (min-width: 30em) {
      [data-slot] .cl-icon-strip__item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33333%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%;
        clear: none;
        padding: 1rem; } }
    @media (min-width: 48em) {
      [data-slot] .cl-icon-strip__item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.66667%;
        float: left;
        padding-left: 0.83333%;
        padding-right: 0.83333%; } }
  [data-slot] .cl-icon-strip__image.primary {
    background-color: #553d94;
    border-radius: 50%;
    width: 100%;
    border: 8px solid #fff;
    box-shadow: 0 0 0 2px #553d94; }
  [data-slot] .cl-icon-strip__image.secondary {
    background-color: #e71096;
    border-radius: 50%;
    width: 100%;
    border: 8px solid #fff;
    box-shadow: 0 0 0 2px #e71096; }
  [data-slot] .cl-icon-strip__image.tertiary {
    background-color: #00acc8;
    border-radius: 50%;
    width: 100%;
    border: 8px solid #fff;
    box-shadow: 0 0 0 2px #00acc8; }
  [data-slot] .cl-icon-strip__text {
    font-size: 1.2rem;
    color: #553d94; }

/* =======================
   Module/banner
   ======================= */
[data-slot] .cl-promo-strip {
  padding: 0 1rem;
  background: #553d94;
  position: relative;
  text-align: center;
  width: 100%; }
  [data-slot] .cl-promo-strip img {
    max-width: 100%; }

/* =======================
   Module/promo
   ======================= */
.cl-section-spacer {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.5rem 0 0;
  float: left;
  width: 100%; }
  .cl-section-spacer__heading {
    padding: 0;
    font-size: 1.5rem;
    margin: 0; }

.primary.cl-section-spacer {
  border-top: 5px solid #553d94; }

.secondary.cl-section-spacer {
  border-top: 5px solid #e71096; }

.tertiary.cl-section-spacer {
  border-top: 5px solid #00acc8; }

/* =======================
   Module/stacked nav
   ======================= */
[data-slot] .cl-stacked-nav {
  z-index: 5;
  background: #fff;
  width: 100%;
  float: left; }
  [data-slot] .cl-stacked-nav__list {
    padding: 0;
    margin: 0;
    float: left;
    justify-content: center; }
  [data-slot] .cl-stacked-nav__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    align-self: center;
    list-style: none;
    line-height: auto !important; }
    [data-slot] .cl-stacked-nav__item a {
      text-decoration: none;
      width: 100%;
      background: #f3f3fd;
      transition: background-color 0.5s ease;
      padding: 0.4rem 1rem;
      display: inline-block;
      cursor: pointer; }
      [data-slot] .cl-stacked-nav__item a:hover {
        background: #cdc8e4; }
      [data-slot] .cl-stacked-nav__item a[data-active="true"] {
        background: #553d94;
        color: #FFFFFF; }

/* =======================
   Module/promo
   ======================= */
[data-slot] .cl-page-header {
  background: #553d94;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 200px;
  position: relative;
  text-align: center;
  padding: 2rem 1rem;
  box-sizing: border-box; }
  [data-slot] .cl-page-header__heading {
    color: #FFFFFF;
    margin: 0 0 0.5rem; }
  [data-slot] .cl-page-header__text {
    color: #FFFFFF;
    margin-bottom: 1rem; }
  [data-slot] .cl-page-header__image {
    display: none;
    float: right; }
  @media (min-width: 62em) {
    [data-slot] .cl-page-header {
      text-align: left;
      padding: 0; }
      [data-slot] .cl-page-header__content {
        position: absolute;
        width: 45%;
        padding: 2rem;
        box-sizing: border-box; }
      [data-slot] .cl-page-header__text {
        max-width: 375px; }
      [data-slot] .cl-page-header__image {
        display: block; } }

/* =======================
   Module/promo
   ======================= */
.plyr input[type=range]:focus, .plyr:focus {
  outline: 0; }

.plyr .plyr__video-embed iframe, .plyr__tooltip {
  pointer-events: none; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  direction: ltr; }

.plyr, .plyr *, .plyr ::after, .plyr ::before {
  box-sizing: border-box; }

.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.plyr audio, .plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit; }

.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0; }

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none; }

.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box; }

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none; }

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box; }

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent; }

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none; }

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db; }

.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0; }

.plyr input[type=range]::-ms-tooltip {
  display: none; }

.plyr input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px; }

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25); }

.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25); }

.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25); }

.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px; }

.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important; }

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit; }

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0; }

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%); }

.plyr video::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400; }

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px); }

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px; } }

.plyr ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center; }

.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
  margin-left: 5px; }

.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
  margin-left: 0; }

.plyr__controls .plyr__volume {
  margin-left: 5px; }

.plyr__controls [data-plyr=pause] {
  margin-left: 0; }

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease,color .3s ease,opacity .3s ease;
  color: inherit; }

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor; }

.plyr__controls button:focus {
  outline: 0; }

.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
  display: none; }

@media (min-width: 480px) {
  .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
    margin-left: 10px; } }

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none; }

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity .3s ease; }

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff; }

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64; }

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
  background: #3498db;
  color: #fff; }

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all .3s ease; }

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor; }

.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px; }

.plyr .plyr__play-large {
  display: inline-block; }

.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
  display: none; }

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block; }

.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
  display: block; }

.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
  display: none; }

.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block; }

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease; }

.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2; }

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr button:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px; }

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%); }

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  flex: 1; }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0; }

.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0; }

.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0; }

.plyr__progress .plyr__tooltip {
  left: 0; }

.plyr .plyr__progress {
  display: inline-block; }

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px; }

.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px; }

.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px; }

.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  border-radius: 100px; }

.plyr__progress--played, .plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none; }

.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none; }

.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none; }

.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  display: none; }

.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease; }

.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease; }

.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease; }

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25); }

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66); }

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

.plyr__time + .plyr__time {
  display: none; }

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block; } }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

.plyr__volume {
  display: none; }

.plyr .plyr__volume {
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px; } }

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px; } }

.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
  display: none !important; }

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important; }

.plyr--fullscreen-active video {
  height: 100%; }

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible; }

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.cl-video {
  overflow: hidden;
  cursor: pointer;
  position: relative; }
  .cl-video > div {
    flex-grow: 1; }
  @media (min-width: 62em) {
    .cl-video {
      display: flex;
      align-items: center;
      justify-content: center; } }

video {
  max-width: 100%; }

.plyr__play-large {
  padding: 30px; }

/* =======================
   Module/promo
   ======================= */
[data-slot] .cl-photo-feed {
  position: relative;
  margin: 0; }
  [data-slot] .cl-photo-feed__image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    max-width: 100%;
    padding: 1px; }
    [data-slot] .cl-photo-feed__image img {
      width: 100%;
      max-width: 100%;
      display: block; }
    [data-slot] .cl-photo-feed__image--padded {
      padding: 1rem; }
  @media (min-width: 62em) {
    [data-slot] .cl-photo-feed {
      display: flex;
      margin: 0 1rem; }
      [data-slot] .cl-photo-feed:first-of-type {
        margin-left: 0; }
      [data-slot] .cl-photo-feed:last-of-type {
        margin-right: 0; } }

/* =======================
   Module / Accordion
   ======================= */
[data-slot] .cl-accordion {
  text-align: left;
  padding: 0;
  margin-bottom: -1rem; }
  [data-slot] .cl-accordion > ul {
    padding: 0;
    margin: 0;
    width: 100%; }
    [data-slot] .cl-accordion > ul > li {
      list-style: none; }
  [data-slot] .cl-accordion__heading {
    margin: 0; }
  [data-slot] .cl-accordion__title {
    background-color: #f3f3fd;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    transition: 0.4s; }
    [data-slot] .cl-accordion__title:hover {
      background-color: #cdc8e4; }
    [data-slot] .cl-accordion__title:after {
      content: "+";
      float: right; }
    [data-slot] .cl-accordion__title--active:after {
      content: "-"; }
  [data-slot] .cl-accordion__panel {
    padding: 0 1rem;
    background-color: white;
    display: none; }
  @media (min-width: 62em) {
    [data-slot] .cl-accordion {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0 2rem; }
      [data-slot] .cl-accordion:first-of-type {
        padding-left: 0; }
      [data-slot] .cl-accordion:last-of-type {
        padding-right: 0; } }

/* =======================
   Module/modal
   ======================= */
.cl-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  /* The Close Button */ }
  .cl-modal__header {
    padding: 0.5rem 2rem;
    background-color: #ddd;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between; }
  .cl-modal__body {
    padding: 0 1rem 2rem;
    min-height: 15rem; }
  .cl-modal__footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white; }
  .cl-modal__content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
    max-width: 830px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; }
  .cl-modal__close {
    color: #aaa;
    font-size: 3rem;
    font-weight: bold; }
  .cl-modal__close:hover, .cl-modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  @media (min-width: 48em) {
    .cl-modal__content {
      width: 90%; } }
  @media (min-width: 62em) {
    .cl-modal__content {
      width: 70%; }
    .cl-modal__body {
      padding: 1rem 2rem 2rem; } }

/* =======================
   Module/promo
   ======================= */
.cl-table {
  color: #666;
  font-size: 0.9rem;
  background: #eaebec;
  box-shadow: 0 1px 2px #d1d1d1; }
  .cl-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none; }
  .cl-table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none; }
  .cl-table a:active,
  .cl-table a:hover {
    color: #bd5a35;
    text-decoration: underline; }
  .cl-table th {
    padding: 0.5rem;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed, #ebebeb); }
  .cl-table th:first-child {
    text-align: left;
    padding-left: 1rem; }
  .cl-table tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .cl-table tr:first-child th:last-child {
    border-top-right-radius: 3px; }
  .cl-table tr {
    text-align: center;
    padding-left: 1rem; }
  .cl-table td:first-child {
    text-align: left;
    padding-left: 1rem;
    border-left: 0; }
  .cl-table td {
    padding: 0.5rem 1rem;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa; }
  .cl-table tr.even td {
    background: #f6f6f6; }
  .cl-table tr:last-child td {
    border-bottom: 0; }
  .cl-table tr:last-child td:first-child {
    border-bottom-left-radius: 3px; }
  .cl-table tr:last-child td:last-child {
    border-bottom-right-radius: 3px; }
  .cl-table tr:hover td {
    background: #f2f2f2; }

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

.top-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  top: 0; }

.top-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  top: 0; }

.top-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  top: 0; }

.left {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  bottom: 0; }

.center {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0; }

.right {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  top: 0;
  bottom: 0; }

.bottom-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  bottom: 0; }

.bottom-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  bottom: 0; }

.bottom-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  bottom: 0; }

.stretch {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.color-primary {
  color: #553d94; }

.bg-primary {
  background: #553d94; }

.border-primary {
  border: 1px solid #553d94; }

.color-secondary {
  color: #e71096; }

.bg-secondary {
  background: #e71096; }

.border-secondary {
  border: 1px solid #e71096; }

.color-tertiary {
  color: #00acc8; }

.bg-tertiary {
  background: #00acc8; }

.border-tertiary {
  border: 1px solid #00acc8; }

.color-quaternary {
  color: #f3f3fd; }

.bg-quaternary {
  background: #f3f3fd; }

.border-quaternary {
  border: 1px solid #f3f3fd; }

.color-grey {
  color: #cccccc; }

.bg-grey {
  background: #cccccc; }

.border-grey {
  border: 1px solid #cccccc; }

.color-light {
  color: #FFFFFF; }

.bg-light {
  background: #FFFFFF; }

.border-light {
  border: 1px solid #FFFFFF; }

.color-dark {
  color: #222222; }

.bg-dark {
  background: #222222; }

.border-dark {
  border: 1px solid #222222; }

.bg-semi-opaque {
  background: rgba(255, 255, 255, 0.7); }

.padding-one {
  padding: 1rem; }

.padding-two {
  padding: 2rem; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

@media (max-width: 47.99em) {
  .hide-mobile {
    display: none; } }

@media (min-width: 30em) {
  .show-mobile {
    display: none; } }

.clear:after, .cl-row:after {
  content: "";
  display: table;
  clear: both; }

* {
  touch-action: manipulation; }

html {
  font-size: 100%;
  background: #FFFFFF;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  width: 100%;
  height: 100%; }

.sticky {
  top: 0 !important; }

.toolkit__title {
  background: #e41f93;
  color: #fff;
  padding: 1rem;
  clear: both; }

.toolkit__example {
  padding: 1rem;
  background: #fff;
  border: 7px dotted #eaeaea; }
