/*! CSS by Element78 */
/**
 * Last-index v2
 * Less beautiful code
 * Better performance
 */
body {
  z-index: 1; }

.o-header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center; }
  .o-header.open {
    -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.4); }

/**
    Add padding top to .main to offset header position: fixed;
*/
.main {
  padding-top: 7rem; }

@media screen and (max-width: 61.25em) {
  .main {
    padding-top: 6.25rem; } }

@media screen and (min-width: 61.26em) and (max-width: 78.75em) {
  .main {
    padding-top: 10.5rem; } }

.o-header__top-wrap {
  background-color: #330066;
  color: #ffffff;
  width: 100%;
  font-size: 0.75em;
  line-height: 2em; }
  .o-header__top-wrap a {
    color: #ffffff;
    text-decoration: none;
    /*&:link,
    &:visited {
        background-color: $bg;
        color: $link;
    }

    &:visited {
        color: $visited;
    }*/ }
    .o-header__top-wrap a:hover, .o-header__top-wrap a:focus, .o-header__top-wrap a:active {
      color: #ffffff;
      text-decoration: none; }
    .o-header__top-wrap a:hover {
      opacity: .75; }

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  -webkit-transition: display .3s ease-in-out;
  -o-transition: display .3s ease-in-out;
  transition: display .3s ease-in-out; }
  .mask.active {
    display: block; }

.o-l {
  list-style: none;
  padding: 0;
  margin: 0; }

.o-l--h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .o-l--h li {
    padding-right: 1rem; }

.o-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.o-l--megamenu::before, .o-l--megamenu::after {
  content: '';
  display: table; }

.o-l--megamenu::after {
  clear: both; }

@media screen and (min-width: 61.26em) {
  .o-l--megamenu {
    display: inline-block; }
    .o-l--megamenu > .o-l__item {
      float: left;
      padding-right: 0.75rem; }
      .o-l--megamenu > .o-l__item:last-of-type {
        padding-right: 0; }
    @supports (display: flex) {
      .o-l--megamenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .o-l--megamenu::before, .o-l--megamenu::after {
          content: '';
          display: none; } } }

@media screen and (min-width: 61.26em) {
  .o-l--selectBy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .o-l--selectBy > .o-l__item {
      float: left;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 2;
          flex-shrink: 2;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%; }
      .o-l--selectBy > .o-l__item + .o-l__item {
        margin-left: 1.5rem;
        padding-left: 1.5rem;
        border-left: 1px solid #d9d9d9; }
    .o-l--selectBy .o-l {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .o-l--selectBy .o-l:not(.o-l--categories) .o-l__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .o-l--selectBy .o-l__item--categories {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%; } }

@supports (display: flex) {
  .o-l--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center; }
  @media screen and (max-width: 61.25em) {
    .o-l--actions {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } } }

@media screen and (min-width: 61.26em) {
  .o-l--actions {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.o-l--actions .o-l__item {
  display: inline-block;
  position: relative; }

@media screen and (max-width: 61.25em) {
  .o-l--actions .o-l__item:nth-of-type(2) {
    margin-left: 1.5rem; } }

@media screen and (min-width: 61.26em) {
  .o-l--actions .o-l__item {
    margin-left: 1.5rem; } }

.o-l--actions .o-l__icon {
  background-color: #c33;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 18px;
  width: 18px;
  line-height: 18px;
  position: absolute;
  left: -2px;
  top: -2px; }

.o-l--actions--mobile {
  margin-left: auto;
  margin-right: 1.5rem; }

@media screen and (min-width: 61.26em) {
  .o-l--actions--mobile {
    display: none; } }

.o-l--actions--desktop {
  display: none; }

@media screen and (min-width: 61.26em) {
  .o-l--actions--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.o-megamenu__panel--standard .o-l--selectBy {
  width: 100%; }
  .o-megamenu__panel--standard .o-l--selectBy > .o-l__item {
    -ms-flex-negative: 1;
        flex-shrink: 1; }

@media screen and (min-width: 61.26em) {
  .o-megamenu__panel--standard .o-l--selectBy > .o-l__item.o-l__item--wrapped {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
    .o-megamenu__panel--standard .o-l--selectBy > .o-l__item.o-l__item--wrapped .o-l--wrapped {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .o-megamenu__panel--standard .o-l--selectBy > .o-l__item.o-l__item--wrapped .o-l--wrapped .o-l__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }

@media screen and (min-width: 61.26em) {
  .o-l--wrapped::before, .o-l--wrapped::after {
    content: '';
    display: table; }
  .o-l--wrapped::after {
    clear: both; }
  @supports (display: flex) {
    .o-l--wrapped {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .o-l--wrapped .o-l__item {
    float: left;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @supports (display: flex) {
      .o-l--wrapped .o-l__item::before, .o-l--wrapped .o-l__item::after {
        content: '';
        display: none; } } }

.o-l--categories::before, .o-l--categories::after {
  content: '';
  display: table; }

.o-l--categories::after {
  clear: both; }

@supports (flex-wrap: wrap) {
  .o-l--categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .o-l--categories::before, .o-l--categories::after {
      content: '';
      display: none; } }

.o-l--categories .o-l__item {
  height: 178px; }
  @supports (flex-wrap: wrap) {
    .o-l--categories .o-l__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      height: unset; } }

@media screen and (min-width: 50.01em) {
  .o-l--categories .o-l__item {
    float: left;
    width: 25%;
    padding: 0.375rem; }
    @supports (flex-wrap: wrap) {
      .o-l--categories .o-l__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } } }

@media screen and (min-width: 61.26em) {
  .o-l--categories .o-l__item {
    float: left;
    width: 16.66667%;
    padding: 0.375rem; }
    @supports (flex-wrap: wrap) {
      .o-l--categories .o-l__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; } } }

@media screen and (min-width: 61.26em) {
  .o-l--gifts {
    width: calc(100% + 24px);
    margin-left: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.o-l--gifts > .o-l__item {
  margin-bottom: 1.5rem; }

@media screen and (min-width: 61.26em) {
  .o-l--gifts > .o-l__item {
    float: left;
    width: calc(25% - 24px);
    margin-left: 1.5rem; }
    @supports (display: flex) {
      .o-l--gifts > .o-l__item {
        width: unset;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(25% - 24px);
                flex: 0 1 calc(25% - 24px);
        max-width: calc(25% - 24px); } } }

.o-l--gifts .o-l__item--image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media screen and (min-width: 21.26em) {
  .o-l--gifts .o-l__item--image {
    max-width: 100%; } }

@media screen and (min-width: 61.26em) {
  .o-l--help {
    width: 66.66%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @supports (display: flex) {
      .o-l--help {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66%;
                flex: 0 0 66.66%; } }
    .o-l--help .o-l__item {
      padding-bottom: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      .o-l--help .o-l__item:nth-child(odd) {
        border-right: 1px solid #818181; } }

.o-l--help .o-l__item:last-of-type {
  margin-bottom: 0; }

.o-megamenu {
  background-color: #ffffff;
  position: relative; }
  .o-megamenu * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .o-megamenu img {
    max-width: 100%; }

.o-megamenu__container {
  margin: auto;
  max-width: 1080px;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .o-megamenu__container .o-megamenu__container {
    padding-left: 0;
    padding-right: 0; }

@media screen and (min-width: 78.76em) {
  .o-megamenu__container .o-megamenu__container {
    display: block; }
    @supports (display: flex) {
      .o-megamenu__container .o-megamenu__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } } }

@media screen and (max-width: 61.25em) {
  .o-megamenu__container {
    padding-left: 1rem;
    padding-right: 1rem; }
    .o-megamenu__container .o-megamenu__container {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 78.76em) {
  .o-megamenu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 61.26em) {
  .o-megamenu__container .o-megamenu__container--help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.o-megamenu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 61.25em) {
  .o-megamenu__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 61.26em) and (max-width: 78.75em) {
  .o-megamenu__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 61.25em) {
  .o-megamenu__burger {
    float: right; } }

@media screen and (max-width: 61.25em) {
  .o-megamenu__logo {
    float: left;
    width: 180px; }
    .o-megamenu__logo img {
      height: auto; } }

@media screen and (min-width: 61.26em) and (max-width: 78.75em) {
  .o-megamenu__logo img {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem; } }

@media screen and (min-width: 78.76em) {
  .o-megamenu__logo {
    display: inline-block;
    float: left; } }

.o-megamenu__nav {
  display: none; }

@media screen and (max-width: 61.25em) {
  .o-megamenu__nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-height: calc(100vh - 144px);
    overflow: auto; } }

@media screen and (min-width: 61.26em) {
  .o-megamenu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 61.26em) and (max-width: 78.75em) {
  .o-megamenu__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 78.76em) {
  .o-megamenu__nav {
    margin-left: auto; } }

@media screen and (max-width: 61.25em) {
  .o-megamenu__section {
    border-bottom: 1px solid #ededed;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; } }

.o-megamenu__panel {
  /*@include padding($O_MEGAMENU-Padding);*/
  display: none;
  background-color: #ffffff;
  margin-top: -3px;
  top: 96px;
  max-height: calc(100vh - 168px);
  overflow: auto;
  margin-bottom: 6px; }

@media screen and (min-width: 61.26em) and (max-width: 78.75em) {
  .o-megamenu__panel {
    top: 145px;
    max-height: calc(100vh - 208px);
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (min-width: 61.26em) {
  .o-megamenu__panel {
    -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto; } }

@media screen and (min-width: 78.76em) {
  .o-megamenu__panel {
    max-height: calc(100vh - 120px); } }

.o-megamenu__actions {
  padding-top: 1rem; }

@media screen and (min-width: 61.26em) {
  .o-megamenu__actions::before, .o-megamenu__actions::after {
    content: '';
    display: table; }
  .o-megamenu__actions::after {
    clear: both; }
  @supports (display: flex) {
    .o-megamenu__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .o-megamenu__actions::before, .o-megamenu__actions::after {
        content: '';
        display: none; } } }

@media screen and (min-width: 61.26em) {
  .o-megamenu__contact {
    width: 33.33%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-right: 1px solid #818181; }
    @supports (display: flex) {
      .o-megamenu__contact {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%; } } }

/*
 * TODO - Maybe - max-width for featured image
 */
/*.o-megamenu__featured-img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}*/
.c-button {
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #ffffff;
  font-weight: 700;
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  .c-button::before, .c-button::after {
    content: '';
    display: table; }
  .c-button::after {
    clear: both; }
  @supports (display: flex) {
    .c-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-button::before, .c-button::after {
        content: '';
        display: none; } }
  .c-button .c-button__icon {
    float: right;
    display: none;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
    .c-button .c-button__icon--plus {
      display: inline-block; }

@media screen and (min-width: 61.26em) {
  .c-button .c-button__icon--down-arrow {
    display: inline-block; }
  .c-button .c-button__icon--plus, .c-button .c-button__icon--minus {
    display: none; } }
  .c-button:hover, .c-button:focus {
    outline: none;
    color: #D81C16; }

.c-button--main {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #330066; }
  .c-button--main:hover, .c-button--main:focus, .c-button--main.btnActive {
    outline: none;
    color: #D81C16; }

.c-button--nav {
  font-size: 1.75rem;
  width: auto; }

@media screen and (min-width: 61.26em) {
  .c-button--nav {
    display: none; } }

.btnActive .c-button__icon--plus,
.sdBtnActive .c-button__icon--plus {
  display: none; }

.btnActive .c-button__icon--minus,
.sdBtnActive .c-button__icon--minus {
  display: inline-block; }

@media screen and (min-width: 61.26em) {
  .btnActive .c-button__icon--minus,
  .sdBtnActive .c-button__icon--minus {
    display: none; } }

.c-button--cta {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  /*@supports(display: flex) {*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*}*/ }
  .c-button--cta span,
  .c-button--cta i {
    color: #ffffff; }
  .c-button--cta span {
    font-size: 0.875rem; }
  .c-button--cta + .c-button--cta {
    margin-top: 0.75rem; }

@media screen and (min-width: 61.26em) {
  .c-button--cta {
    float: left;
    width: calc(50% - 6px); }
    @supports (display: flex) {
      .c-button--cta {
        width: unset; } }
    .c-button--cta + .c-button--cta {
      margin-left: 0.75rem;
      margin-top: 0; } }

.c-button--offer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .c-button--offer:hover {
    cursor: default; }

.c-button--purpleBg {
  background-color: #330066; }
  .c-button--purpleBg:hover {
    background-color: #4d0099; }

.c-button--redBg {
  background-color: #D81C16; }
  .c-button--redBg:hover {
    background-color: #eb3c36; }

.c-button--tealBg {
  background-color: #20928f; }
  .c-button--tealBg:hover {
    background-color: #29bcb8; }

.c-button--cranberryBg {
  background-color: #934156; }
  .c-button--cranberryBg:hover {
    background-color: #b3546c; }

.c-button--light-purpleBg {
  background-color: #64567e; }
  .c-button--light-purpleBg:hover {
    background-color: #7d6c9b; }

.c-button--whiteText span {
  color: #ffffff; }

.c-button--greyText span {
  color: #818181; }

.c-button--blackText span {
  color: #212121; }

.c-category__image {
  max-width: 100%;
  margin-bottom: 1.5rem; }

.c-contact {
  margin-bottom: 1.5rem; }
  .c-contact p {
    margin-top: 0;
    margin-bottom: 0.375rem; }
    .c-contact p:last-of-type {
      margin-bottom: 0; }

.c-contact__title {
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

.c-contact__phone {
  font-size: 1.375rem; }

.c-link {
  width: 100%;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  display: block; }
  .c-link::before, .c-link::after {
    content: '';
    display: table; }
  .c-link::after {
    clear: both; }
  .c-link::before, .c-link::after {
    content: '';
    display: table; }
  .c-link::after {
    clear: both; }
  @supports (display: flex) {
    .c-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-link::before, .c-link::after {
        content: '';
        display: none; } }
  .c-link:hover .c-link__text, .c-link:focus .c-link__text {
    color: #D81C16; }

@media screen and (max-width: 61.25em) {
  .c-link__body::before, .c-link__body::after {
    content: '';
    display: table; }
  .c-link__body::after {
    clear: both; }
  @supports (display: flex) {
    .c-link__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-link__body::before, .c-link__body::after {
        content: '';
        display: none; } } }

.c-link__title {
  color: #000000;
  font-size: 1rem;
  font-weight: 700; }

.c-link__text {
  color: #666;
  text-decoration: none;
  /*&:link,
    &:visited {
        background-color: $bg;
        color: $link;
    }

    &:visited {
        color: $visited;
    }*/
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
  background-color: #ffffff; }
  .c-link__text:hover, .c-link__text:focus, .c-link__text:active {
    color: #D81C16;
    text-decoration: none; }
  @supports (flex-wrap: wrap) {
    .c-link__text {
      margin-top: 0;
      margin-bottom: 0; } }

.c-link__icon {
  float: right;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

@media screen and (min-width: 61.26em) {
  .c-link__icon {
    display: none; } }

.c-link--category:hover .c-link__image {
  background-color: #D81C16; }

@media screen and (max-width: 50em) {
  @supports (flex-wrap: wrap) {
    .c-link--category {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-link--category::before, .c-link--category::after {
        content: '';
        display: none; } } }

.c-link--category .c-link__text,
.c-link--category .c-link__image {
  display: block;
  text-align: left; }

@media screen and (min-width: 50.01em) {
  .c-link--category .c-link__text,
  .c-link--category .c-link__image {
    text-align: center; } }

.c-link--category .c-link__text {
  font-style: normal; }

@media screen and (min-width: 50.01em) {
  .c-link--category .c-link__text {
    font-size: 0.75rem; } }

@media screen and (max-width: 61.25em) {
  .c-link--category .c-link__text .c-link__text {
    margin-left: 0.75rem; } }

@media screen and (min-width: 50.01em) {
  .c-link--category .c-link__icon {
    display: none; } }

.c-link--category .c-link__image {
  width: 100%;
  max-width: 3.125rem;
  background-color: #ededed;
  border-radius: 8px; }

@media screen and (min-width: 50.01em) {
  .c-link--category .c-link__image {
    max-width: 4.375rem; } }

@media screen and (min-width: 61.26em) {
  .c-link--category .c-link__image {
    max-width: 100%; } }

.c-link--help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .c-link--help .c-link__image {
    max-width: 120px;
    margin-right: 0.75rem; }
  .c-link--help .c-link__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
  .c-link--help .c-link__text {
    margin-top: 0.75rem;
    margin-bottom: 0; }
  .c-link--help .c-link__icon {
    margin-left: auto; }
  .c-link--help:hover .c-link__title,
  .c-link--help:hover .c-link__text {
    color: #D81C16; }

@media screen and (min-width: 61.26em) {
  .c-slidedown + .c-slidedown {
    margin-top: 1.5rem; } }

.c-slidedown__panel {
  display: none; }

@media screen and (min-width: 61.26em) {
  .c-slidedown__panel {
    display: block; } }

.c-slidedown__title {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  display: none; }

@media screen and (min-width: 61.26em) {
  .c-slidedown__title {
    display: block;
    font-size: 1rem;
    margin: 0 0 0.75rem 0; } }

.c-slidedown__button {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (min-width: 61.26em) {
  .c-slidedown__button {
    display: none; } }

.c::before, .c::after {
  content: '';
  display: table; }

.c::after {
  clear: both; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.vh {
  font-style: normal;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute; }

.vh-un {
  border: 0;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative; }

.no-select {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.block,
.show {
  display: block; }

.hide,
.hidden {
  display: none; }

.invisible {
  opacity: 0; }

.visible {
  opacity: 1; }

.scrollLock {
  overflow-y: hidden; }

.ir {
  font: 0/0 a;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.left {
  float: left; }

.right {
  float: right; }

.align--left {
  text-align: left; }

.align--right {
  text-align: right; }

.center,
.align--center {
  text-align: center; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #8f8f8f;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .g--gutters {
    margin: 0; } }

/* stylelint-disable */
/* stylelint-enable */

/*# sourceMappingURL=src/maps/megamenu.css.map */
