@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i");
[data-tooltip] {
  position: relative; }
  [data-tooltip]:before, [data-tooltip]:after {
    position: absolute;
    z-index: 2;
    display: inline-block;
    visibility: hidden;
    opacity: 0; }
    @media screen and (max-width: 47.9375rem) {
      [data-tooltip]:before, [data-tooltip]:after {
        display: none;
        visibility: hidden;
        opacity: 0; } }
  [data-tooltip]:before {
    content: '';
    transition: all 0.1146s cubic-bezier(0.44, 0.01, 0.37, 0.99) 0.1146s; }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    width: 12em;
    height: auto;
    overflow: hidden;
    background-color: #333333;
    text-align: center;
    color: white;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.44, 0.01, 0.37, 0.99) 0.1854s; }
    @media screen and (max-width: 47.9375rem) {
      [data-tooltip]:after {
        font-size: 14px;
        line-height: 24px; } }
    @media screen and (min-width: 48rem) {
      [data-tooltip]:after {
        font-size: 14px;
        line-height: 24px; } }
    @media screen and (min-width: 64rem) {
      [data-tooltip]:after {
        font-size: 15px;
        line-height: 25.5px; } }
    @media screen and (min-width: 75rem) {
      [data-tooltip]:after {
        font-size: 16px;
        line-height: 27px; } }
  [data-tooltip]:hover:before {
    transition: all 0.3s cubic-bezier(0.44, 0.01, 0.37, 0.99) 0.3s; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    opacity: 1;
    visibility: visible; }
  [data-tooltip][data-tooltip-position="top"]:before {
    top: -2.5em;
    left: 50%;
    margin-left: -1.382em;
    border-top: 1.382em solid #333333;
    border-left: 1.382em solid transparent;
    border-right: 1.382em solid transparent; }
  [data-tooltip][data-tooltip-position="top"]:after {
    left: 50%;
    bottom: 100%;
    margin-left: -6em; }
  [data-tooltip][data-tooltip-position="top"]:hover:before {
    -webkit-transform: translateY(1em);
    transform: translateY(1em); }
  [data-tooltip][data-tooltip-position="top"]:hover:after {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); }
  [data-tooltip][data-tooltip-position="bottom"]:before {
    bottom: -2.5em;
    right: 50%;
    margin-right: -1.382em;
    border-top: none;
    border-bottom: 1.382em solid #333333;
    border-left: 1.382em solid transparent;
    border-right: 1.382em solid transparent; }
  [data-tooltip][data-tooltip-position="bottom"]:after {
    top: 100%;
    right: 50%;
    margin-right: -6em; }
  [data-tooltip][data-tooltip-position="bottom"]:hover:before {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); }
  [data-tooltip][data-tooltip-position="bottom"]:hover:after {
    -webkit-transform: translateY(1em);
    transform: translateY(1em); }

.pageTitle, .breadcrumb {
  word-break: break-word; }

.retailer-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media screen and (max-width: 31.9375rem) {
    .retailer-buttons {
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 1.5em; } }
  @media screen and (max-width: 31.9375rem) {
    .retailer-buttons .button-wrapper {
      flex: 1 1 35%; }
      .retailer-buttons .button-wrapper .button {
        font-size: revert; }
      .retailer-buttons .button-wrapper:nth-child(odd) {
        margin-right: 1.5em; } }
  .retailer-buttons .button-wrapper:hover > .button, .retailer-buttons .button-wrapper:focus > .button {
    transform: translateY(-0.25em);
    background: linear-gradient(180deg, #32A341 0%, #3EC950 100%);
    color: #fff;
    box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.5);
    border-color: transparent; }
    .retailer-buttons .button-wrapper:hover > .button .retailer-logo, .retailer-buttons .button-wrapper:focus > .button .retailer-logo {
      display: none; }
    .retailer-buttons .button-wrapper:hover > .button .mini-cart, .retailer-buttons .button-wrapper:focus > .button .mini-cart {
      display: none; }
    .retailer-buttons .button-wrapper:hover > .button .cart, .retailer-buttons .button-wrapper:focus > .button .cart {
      display: block;
      height: 3em;
      padding-top: 0.4em;
      color: #fff; }
  .retailer-buttons .button {
    font-size: inherit;
    padding: 0;
    margin-bottom: 1.5em;
    cursor: pointer;
    border: none;
    border-radius: 0.75em;
    box-sizing: border-box;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.3);
    width: 11em;
    transition: all 0.25s;
    height: 6em; }
    .retailer-buttons .button a {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: .6em 0;
      text-decoration: none; }
      .retailer-buttons .button a:hover {
        text-decoration: none; }
    .retailer-buttons .button.amazon {
      background: linear-gradient(180deg, #2E3D51 0%, #131A22 100%); }
    .retailer-buttons .button.target {
      background: linear-gradient(180deg, #EB0202 0%, #BD0000 100%); }
    .retailer-buttons .button.walmart {
      background: linear-gradient(180deg, #007ADE 0%, #0161B8 100%); }
    .retailer-buttons .button.office {
      background: linear-gradient(180deg, #C80000 0%, #A60101 100%); }
    .retailer-buttons .button.staples {
      background: linear-gradient(180deg, #EB0202 0%, #BD0000 100%); }
      .retailer-buttons .button.staples .retailer-logo svg {
        width: 8em; }
    .retailer-buttons .button.epi {
      background: linear-gradient(180deg, #23529A 0%, #193C70 100%); }
    .retailer-buttons .button.walgreens {
      background: linear-gradient(180deg, #E93A3B 0%, #D71819 100%); }
    .retailer-buttons .button .screen-reader-only {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    .retailer-buttons .button .cart-label {
      font-weight: bold;
      display: flex;
      align-items: center;
      color: white;
      font-size: 95%; }
      @media screen and (max-width: 47.9375rem) {
        .retailer-buttons .button .cart-label {
          font-size: 90%; } }
      .retailer-buttons .button .cart-label > svg {
        margin-left: 0.5em;
        width: 1.5em;
        height: 1.5em;
        fill: white; }
    .retailer-buttons .button .retailer-logo svg {
      height: 3em;
      margin-top: 0.2em; }
    .retailer-buttons .button .cart {
      display: none; }

.items-title {
  margin-top: 1.5em; }

.columns {
  display: flex;
  justify-content: space-between; }
  .columns .purchase-supplies {
    display: none;
    margin-bottom: 1em; }
    .columns .purchase-supplies a:link, .columns .purchase-supplies a:hover, .columns .purchase-supplies a:visited {
      color: #007aaf;
      font-weight: 600; }
    .columns .purchase-supplies svg {
      width: 20px;
      height: 20px;
      fill: #007aaf;
      vertical-align: middle; }
  @media screen and (max-width: 31.9375rem) {
    .columns {
      flex-wrap: wrap; }
      .columns .purchase-supplies {
        display: block; } }
  .columns .buy-link-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 18%;
    width: 100%; }
    @media screen and (max-width: 47.9375rem) {
      .columns .buy-link-column {
        flex: 1 1 25%; } }
    @media screen and (max-width: 31.9375rem) {
      .columns .buy-link-column {
        flex: unset; } }
  .columns .list-items {
    flex: 1 1 73%;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 64rem) {
      .columns .list-items {
        flex: 1 1 80%; } }
    .columns .list-items .item {
      display: flex;
      margin-bottom: 0.5em; }
      .columns .list-items .item > div:first-child {
        flex: 1 1 2.5em; }
      .columns .list-items .item > div:last-child {
        flex: 1 1 100%; }
    .columns .list-items .qualifier {
      padding-left: 0.5em;
      color: #777;
      font-size: 0.9em; }
    .columns .list-items .memo {
      color: #777;
      font-size: 0.9em; }

.payment-disclosure {
  color: #158449;
  font-weight: 600;
  margin-top: 1em;
  text-align: center; }
  @media screen and (min-width: 32rem) {
    .payment-disclosure {
      margin-bottom: 1em;
      margin-top: 0; } }
  .payment-disclosure svg {
    width: 20px;
    height: 20px;
    fill: #158449;
    vertical-align: middle; }
  .payment-disclosure p {
    margin: 0;
    font-size: 86%; }

.important-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .important-info .disclaimer {
    font-size: 0.9em;
    font-style: italic;
    margin-left: 1em; }
    @media screen and (min-width: 32rem) {
      .important-info .disclaimer {
        margin-bottom: 1em;
        margin-top: 0; } }
  .important-info [data-tooltip]:before {
    border-top-color: #EDEDED; }
  .important-info [data-tooltip]:after {
    background: #EDEDED;
    color: #444;
    width: 33em;
    margin-left: -18em;
    font-size: 1em;
    line-height: 1.7em;
    padding: 0.3em; }
  @media screen and (max-width: 75rem) {
    .important-info [data-tooltip]:before, .important-info [data-tooltip]:after {
      display: unset; } }
  .important-info .affiliate-info {
    font-size: 0.7em;
    text-decoration: underline;
    cursor: pointer; }

.detail {
  display: flex; }
  .detail .title {
    flex: 1 1 7.5em;
    font-weight: bold; }
  .detail .value {
    flex: 1 1 100%; }

.hint {
  display: flex;
  align-items: center;
  margin-top: 1.5em; }
  .hint > svg {
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5em; }

.file {
  margin: 0;
  padding: 0; }

.column {
  display: flex;
  flex-direction: column; }
  .column .supply-list:not(:last-child) {
    margin-bottom: 0.4em; }

/*# sourceMappingURL=../../../maps/features/supply-lists/css/public-supply-list-pack.css.map */
