.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 544px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

.sticky-cta {
  background-color: var(--sticky-bg-color, #fff);
  color: var(--sticky-text-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px;
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 2;
  width: 100%; }
  .sticky-cta.no-image {
    padding-left: 32px; }
    @media (min-width: 769px) {
      .sticky-cta.no-image {
        padding-left: 40px; } }
  .sticky-cta.is-sticky {
    transform: translateY(0);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
  .sticky-cta__wrapper.container {
    padding: 0;
    gap: 35px; }
    @media (min-width: 769px) {
      .sticky-cta__wrapper.container {
        padding: 0 48px; } }
  .sticky-cta__image-text {
    gap: 8px; }
    @media (min-width: 769px) {
      .sticky-cta__image-text {
        gap: 16px; } }
  .sticky-cta__text {
    font-size: 14px;
    line-height: 24px; }
    .sticky-cta__text * {
      margin: 0;
      color: var(--sticky-text-color); }
    .sticky-cta__text a:hover {
      color: var(--sticky-text-color); }
    @media (min-width: 769px) {
      .sticky-cta__text {
        font-size: 16px; } }
  .sticky-cta__cta {
    white-space: nowrap; }
  .sticky-cta__image {
    max-height: 54px; }
    @media (min-width: 769px) {
      .sticky-cta__image {
        max-height: 108px; } }

.sticky-cta__cta-inner {
  color: inherit; }

.modal-secondary.is-full-height .modal-dialog {
  height: 100%; }

.modal-secondary.is-full-height .modal-content {
  height: 100%; }

.modal-secondary .modal-header {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 20px 20px 24px;
  border-bottom: 0; }
  @media (min-width: 769px) {
    .modal-secondary .modal-header {
      padding: 60px 60px 40px; } }

.modal-secondary .modal-body {
  padding: 0 20px 20px; }
  @media (min-width: 769px) {
    .modal-secondary .modal-body {
      padding: 0 60px 60px; } }

.modal-secondary .modal-dialog {
  padding: 0; }

.modal-secondary .modal-content,
.modal-secondary .modal-body {
  background-color: #fff3dc; }

.modal-secondary.m-right .modal-dialog {
  position: absolute;
  transform: translateX(100%);
  transition: transform 300ms ease-out;
  margin: 0;
  left: initial;
  right: 0;
  height: 100%;
  width: 100%; }

.modal-secondary.m-right.show .modal-dialog {
  transform: translateX(0); }

.modal-secondary .close {
  margin: 0;
  padding: 0; }
  .modal-secondary .close:hover {
    cursor: pointer; }

.modal-secondary .modal-back-icon {
  border-radius: 50%;
  background-color: #ffa300;
  width: 24px;
  height: 24px; }

.modal-secondary .modal-back-text {
  text-decoration: underline;
  font-size: 16px;
  margin-left: 10px; }

.modal-secondary .modal-subtitle {
  font-size: 16px; }

.modal-secondary .modal-section-title {
  font-size: 24px; }

.modal-secondary .modal-divider {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fed68e;
  -ms-flex: 1;
      flex: 1; }

.modal-secondary .modal-divider-text {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 20px; }

.modal-secondary-open .modal-backdrop {
  background-color: #ffa300; }
  .modal-secondary-open .modal-backdrop.show {
    opacity: 0.7; }

.eretailers-name,
.storelocator-link {
  font-size: 16px; }

.storelocator-section-wrapper {
  margin-top: 40px; }

.eretailers-wrapper {
  padding: 10px 0; }


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