<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Top Level
 */

html {

}

body {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    background-color: #FBFBFB;
    margin: 0;
}

@font-face  {
    font-family: 'bonial';
    src: url('../fonts/bonial.woff') format("woff"), url('../fonts/bonial.ttf') format("truetype");
}


/**
 * Foundation modifications
 */
.row {
    max-width: 1024px;
}
.column, .columns {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

/**
 * Text / links
 */
p {
    color: #6f6f6f;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.67;
    margin-bottom: 20px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
a:active, a:hover, textarea, input, button {
    outline: none;
}
a {
    color: #4a4a4a;
}

a:hover {
    color: #38d1e0;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

/**
 * Titles
 */
h1, h2, h3, h4 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 2.667rem;
    font-weight: 800;
    line-height: 1.2;
}
h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.4;
    color: #474746;
    margin-bottom: 30px;
}
h3 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.4;
    color: #474746;
    margin-bottom: 30px;
    margin-top: 60px;
}
h4 {
    font-size: 1em;
    margin-top: 1em;
    color: #474746;
    font-weight: bold;
    margin-bottom: 0;
}


/* lists */
#contentArea ul {
    color: #6f6f6f;
    font-size: 1rem;
    list-style: none;
    margin: 0;

}
#contentArea ol {
    color: #6f6f6f;
    font-size: 1rem;
    margin: 0;

}

#contentArea li {
    font-weight: 300;
    padding-left: 1.8rem;
    text-indent: -1.5em;
    margin-bottom: 10px;
}
#contentArea li:before {
    content: "\25A0"; /* \25A0 */
    color: #38d1e0;
    padding-right: 10px;

    /*border-color: transparent #38d1e0;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;*/
}
#sidebar li:before {

    content: "\25B6"; /*\25B6*/
}
#contentArea ol li:before {
    content: "\25BB";
    color: #000;
    padding-right: 5px;
}
/* tables */
table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 60px;
    border: none;
}
table th {
    font-size: 0.8889rem;
    font-weight: 800;
    margin-left: 0;
    text-align: left;
    padding-right: 20px;
}
table td {
    font-size: 0.8889rem;
    margin-left: 0;
    padding-right: 40px;
    vertical-align: text-bottom;
    line-height: 1.9;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid rgba(10,10,10,0.1);
}
table p {
    margin-bottom: 5px;
}
table tr th {
    border: none;
    border-bottom: 1px solid rgba(10,10,10,0.1);
}






.contenttype {
    text-transform: uppercase;
}

.category {

}

/**
 * nav
 */
nav {
    background-color: #1d1e20;
}
nav a {
    color: #38d1e0;
}
/**
 * Header
 */
header {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
#header_image {
    overflow: hidden;
    background-color: #000;
    opacity: 0.57;
    margin-top: 0;
    height: 400px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
#header_image img {
    width: 100%;
    position: absolute;
    bottom: 0;
}
#header_image {

}
.shoppingList_page #header_titles {
    position: absolute;
    bottom: 0;
    width:100%;
}
#header_titles .columns {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 30px;
}
#header_titles h1 {
    padding-bottom: 15px;
    border-bottom: solid 0.1px rgba(0,0,0,0.5);
}
.shoppingList_page  #header_titles h1 {
    color: #fff;
    border-bottom: solid 0.1px rgba(255,255,255,0.5);
}
#header_titles .subCrumb, #header_titles .subCrumb a {
    color: #38d1e0;
    font-size: 1.333rem;
    line-height: 1.2;
}
.retailer_page #header_titles .columns {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}
.retailer_page  #header_titles {
    padding: 1rem 2rem 2rem;
    background: #fff;
    min-height: 180px;
    height: auto;
    overflow: hidden;
}





/**
 * Subheader (Localization Header)
 */
.subheader {
    background-color: #18C6DC;
    margin-top: 0;
    margin-bottom: 0;
}

.subheader p {
    color: white;
    margin: 0;
    padding: 7px;
    text-align: center;
    font-size: 0.9em;
}

.subheader #change_location_button {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}


/**
 * content area
 */
#contentArea {
    background-color: #FBFBFB;
    position: relative;
    width: 100%;

}
#mainContent, #sidebar {
    margin-top: 30px;
}
/**
 * Main Content Row
 */
.main_row {
    position: relative;
    z-index: 9;
}
.content_blocks {
    margin-bottom: 30px;
}
.content_blocks .columns {
    padding-top: 25px;
    background-color: #fff;
}

.sectionWrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.sectionWrap img {
    display: block;
    margin: 2rem auto;
}
.sectionWrap .cover img {
    margin: 0 auto;
}

#mainContent .content_blocks ul.columns {
    padding-left: 0;
    padding-right: 0;
}
#mainContent .shopping_list .list_area {
    padding-top: 25px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.content_blocks .list_area .columns {
    padding-top: 0;
}

#mainContent .shopping_list li {
    font-size: 0.8889rem;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1em;
    padding-right: 20px;
    line-height: 2;
    font-weight: 500;
    border-bottom: 1px solid rgba(10,10,10,0.1);
}
#mainContent .shopping_list li:before {
    content: "\2713";
    padding-right: 5px;
}



.button.primary, button.primary {
    background-color: #38d1e0;
    border: 1px solid #14bfce;
    font-size: 0.9rem;
    color: #fff;
    white-space: normal;
    height: auto;
    padding: 0.6rem 1rem;
}
button.radius, .button.radius {
    border-radius: 3px;
}
.button.primary:hover, button.primary:hover {
    color: #ffffff;
    background-color: #0e8b96;
    text-decoration: none;
    border-color: #0c767f;
    transition: background-color 0.3s ease;
}
/**
 * related lists block
 */

#mainContent .content_blocks  .related_lists .columns {
    padding: 1rem;
}
.listImg {
    float: left;
    width: 110px;
    height: 110px;
    overflow: hidden;

}
.listImg img {
    vertical-align: middle;
    padding: 0;
    width: auto;
    position: relative;
    top: 0;
    text-align: center;
    max-width: none;
    max-height: 110%;
    margin: 0;
}
.listInfo {
    font-size: 0.889rem;
    line-height: 1;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 4px;
}
.listInfo a {
    font-size: 0.8889rem;
    color: #6f6f6f;
}
.listInfo .subCrumb {
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #38d1e0;
    padding-top: 5px;
    margin-top: 7px;
}
.listInfo .subCrumb a {
    color: #38d1e0;
}


/**
 * sidebar
 */
#sidebar .content_blocks {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;

}
#sidebar h2 {
    font-size: 0.99rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
#sidebar h2:after {
    display: block;
    content: "";
    border-bottom: 0.1px solid rgba(10,10,10,0.2);
    width: 50%;
    margin: 20px auto 30px;
}



#sidebar li {
    font-size: 0.8889rem;
    margin-left: 0;
    font-weight: 500;
}

/**
 * Footer
 */
footer {
    background-color: #1d1e20;
    text-align: center;
}

ul.legal-links {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    font-size: 0.8em;
}

ul.legal-links li {
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 10px;
}

ul.legal-links li a {
    color: #bdbdbd;
    text-decoration: none;
}

footer .copyright_notice {
    color: #bdbdbd;
    font-size: 0.7em;
    margin: 0;
    padding-bottom: 10px;
}

/**
 * Brochures
 */
.brochures {
    overflow: hidden;
    font-size: 0.8rem;
}
.brochures .columns {
    padding: 0 0.5rem;
}

.brochure-card-wrapper {
    position: relative;
    margin: 0 auto 20px;
    display: block;
    max-width: 180px;
    text-align: center;
    width: 100%;
    padding: 15px;
    border: solid 1px rgba(204, 204, 204, 0.47);
    display: block;
    visibility: visible;
    -webkit-animation: fadeIn .6s 1 ease-in-out;
    -moz-animation: fadeIn .6s 1 ease-in-out;
    -ms-animation: fadeIn .6s 1 ease-in-out;
    -o-animation: fadeIn .6s 1 ease-in-out;
    animation: fadeIn .6s 1 ease-in-out;
}
.brochure-card-wrapper .cover {
    vertical-align: top;

}
.brochure-card-wrapper .cover input[type=image]{
    height: auto;
    max-height: 180px;
    border: solid 1px rgba(220, 220, 220, 0.5);
    margin: 0 auto;
}

.brochure-card-wrapper .brochure-card-info {
    position: relative;
    bottom: 0;
    width: 100%;
    line-height: 1rem;
    margin: 1.2rem 0 0 0;

}
.brochure-card-wrapper .brochure-card-info-publisher {
    padding: 0 1.69231rem;
    font-weight: 600;
    line-height: 1.1;
}
.brochure-card-wrapper .brochure-card-info-validity {
    min-height: 1.46154rem;
    font-weight: 200;
}


.brochure-card-wrapper .cover {
    text-align: center;
    overflow: hidden;
}

/**
 * Retailer brochure main
 */
#mainContent .content_blocks .retailer_brochure .columns {
    padding-top: 0;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.retailer_brochure .headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.76923rem;
}

.content_blocks .retailer_brochure.columns {
    border-top: 7px solid #FBFBFB;
}

.retailer_brochure .headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.76923rem;
}
.retailer_brochure .meta {
    padding: 0 1rem;
}
.retailer_brochure .brochure-card-wrapper {
    height: auto;
    padding: 0;
    border: 0;
}

/**
* overview pages
*/
.overview_page #header_titles h1 {
    width: 70%;
}
.overview_page h2 {
    margin-bottom: 0;
}



/**
* category blocks
*/
.category_block {
    border-top: 7px solid #FBFBFB;
}
.category_block.columns, .category_block .columns  {

}

.whiteWrap {
    border-radius: 2px;
    background-color: #fcfcfc;
    color: #fff;
    height: 110px;
    position: relative;
}
.whiteWrap:hover {
    background-color: #f9f9f9;
}

.vhelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.catInfo {
    margin-left: 130px;
    font-weight: 200;
    padding-right: 20px;
    position: absolute;
    bottom: 45px;
    padding-bottom: 5px;
    margin-right: 20px;
    line-height: 1;
    display: block;
    font-size: 1rem;
    color: #6f6f6f;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.catInfo span:hover {
    color: #6f6f6f;
}

.category_block .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.category_block .retailer_logo, .category_block .product_img, .related_thumb_image  {
    float: left;
    height: 110px;
    width: 110px;
    overflow: hidden;
}
.related_thumb_image img{
    margin: 0;
}
.category_block .retailer_logo img {
    vertical-align: middle;
    padding: 10px;
    width: auto;
    display: inline-block;

    text-align: center;
    max-width: 110px;
    max-height: 110px;
    margin: 0;
}

.category_block .product_img img {
    vertical-align: middle;
    padding: 0;
    width: auto;
    position: relative;
    height: 100%;
    top: 0;
    text-align: center;
    max-width: none;
    max-height: 110%;
    margin: 0;
}

/**
 * Retailer links
 */
.retailer_links {
    padding: 30px 0;
    color: #888888;
}

.retailer_links a {
    /*padding: 0 5px;*/
    font-size: 1em;
    color: #18C6DC;
}


/**
 * Shopping List Overview
 */
.list_link {
    display: block;
}
h2.listTitle {
    line-height: 1.6;
    margin-bottom: 20px;
}
h2.listTitle:before {
    display: block;
    content: ' ';
    background-image: url('../images/cart.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    float: left;
    margin-right: 10px;
}
/**
 * Landing Page Elements
 */

ul#header_links {
    float: right;
    list-style: none;
    margin: 0;
    line-height: 40px;
    font-size: 14px;
}
ul#header_links li {
    display: inline-block;
}
ul#header_links li a {
    color: #63CFE0;
    font-weight: 600;
    margin-right: 30px;
}
#source_links h4:after {
    content: "\25B6";
    color: #ccc;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.list_sources {
    margin-top: 10px;
}
#source_links {
    margin-bottom: 40px;
}
#source_links .list_sources {
    display: none;
}
#source_links.open .list_sources {
    display: block;
}
#source_links.open h4:after {
    content: "\25BC";
    top:0;
}

p.list_sources {
    font-size: 0.9rem;
    white-space: pre-line;
}
.quote {
    margin-bottom: 20px;
    text-align: center;
}
.quote p {
    font-family: "kepler-std",serif;
    line-height: 1;
    margin: 0;
    font-style: italic;
    font-size: 1.4rem;
    font-weight: 600;

}
p.caption, .quote small {
    font-family: "proxima_novalight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
}
img.retailer_logo {
    float: right;
}
.retailer_images, .product_images{
    overflow-x: scroll;
    white-space: nowrap;
}
.retailer_images img, .product_images img {
    max-height: 200px;
    margin-right: 5px;
}

/**
 * icons
 */

[class^="icon-"], [class*=" icon-"] {
    font-family: 'bonial';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-medium {
    font-size: 1.69231rem !important;
    line-height: 1.69231rem;
}
.round-bg-medium {
    border-radius: 50%;
}
.button.v-aligned i, button.v-aligned i {
    display: table-cell !important;
    vertical-align: middle;
}
.icon-plus:before {
    content: "\e604";
}
.button.v-aligned span, button.v-aligned span {
    position: relative !important;
    display: table-cell;
    vertical-align: middle;
}
.retailer_brochure .meta button &gt; span {
    font-weight: 600;
}

/**
 * Overlay navigation
 */
#overly-navigation {
    /* top: 47px !important; */
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.9);
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
#overly-navigation.show {
    display: block;
}
#overly-navigation &gt; div {
    margin-left: 0;
}
#overly-navigation ul {
    height: 90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 2em;
    padding: 0;
    margin-left: 0;
}
#overly-navigation.mega-menu ul.menu {
    text-align: center !important;
}
#overly-navigation .menu &gt; li {
    list-style: none;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -webkit-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
#overly-navigation .menu &gt; li a {
    color: #38d1e0;
    font-size: 2.2rem;
    line-height: 3rem;
    font-family: "proxima-nova",sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
}
#overly-navigation .menu &gt; li {
    border-bottom: 1px solid rgba(200,200,200,0.2);
}
#overly-navigation .menu &gt; li.seperate {
}
#overly-navigation .menu &gt; li a:hover, #overly-navigation .menu &gt; li:hover a {
    color: #fff;
}
#overly-navigation ul.menu&gt;li.menu-item a:hover {
    text-decoration: none !important;
}
#overly-navigation  ul.menu&gt;li.menu-item:hover {
    background-color: #38d1e0;
}
.aux-item a.menu-bars-link {

}
.header-right .aux-item {
    float: right;
}

/* Hamburger menu icon */

#nav-icon {
    width: 25px;
    height:25px;
    position: relative;
    z-index: 1000;
    top:12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon.open {

}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

#nav-icon span {
    display: inline-block;
    text-indent: -9999em;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #38d1e0;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 7px;
}

#nav-icon span:nth-child(3) {
    top: 14px;
}

#nav-icon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media only screen and (min-width: 1350px) {
    #header_image img {
        bottom: -20%;
    }
}

@media only screen and (max-width: 1024px) {
    #header_image  img {
        width: auto;
        max-width: none;
        max-height: 400px;
    }
    #mainContent .content_blocks ul.columns {
        padding-bottom: 0;
        padding-top: 0;
    }
    .retailer_brochure .meta {
        padding: 0;
    }
    h1 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.1;
    }
    h2 {
        font-size: 1.4rem;
        margin-top:10px;
    }
    h3 {
        font-size: 1.4rem;
        margin-top:20px;
    }
    .sectionWrap img {
        margin: 1rem auto;
    }
    .related_thumb_image img {
        margin: 0;
    }
    .listImg img {
        margin: 0;
    }


}

@media only screen and (min-width: 671px) {
    .show-for-small-only {
        display: none;
    }
}
@media only screen and (max-width: 670px) {
    .hide-for-small-only {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .sectionWrap .button.primary, button.primary {
        margin: 0 auto 30px;
        display: block;
    }
    .meta p {
        margin-bottom: 5px;
    }

}

@media only screen and (max-width: 480px) {

    #header_image  img {
        position: relative;
        left: -50%;
    }
    h1 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
    }
    h2 {
        font-size: 1.1rem;
        margin-top:10px;
    }
    h3 {
        font-size: 1.1rem;
        margin-top:10px;

    }
    #header_titles .subCrumb, #header_titles .subCrumb a {
        font-size: 1.2rem;
    }

    .column, .columns {

    }
    .brochure-card-wrapper {
        padding: 5px;
        height: 15rem;
    }
    .brochure-card-wrapper .brochure-card-info {
        margin-left: -5px;
    }


    #sidebar h2 {
        text-align: left;
        font-size: 1.1rem
    }
    #sidebar h2:after {
        border: none;
    }


    #mainContent, #sidebar {
        margin-top: 0;
        padding-right: .625rem;
        padding-left: .625rem;
    }
    #mainContent .content_blocks {
        padding: 0;
    }

    #mainContent .content_blocks .shopping_list.columns {
        background-color: #FBFBFB;
        padding: 15px;
    }

    .content_blocks .shopping_list .innerWrap {
        background-color: #FFF;
        padding: 30px;
        margin: 10px;
    }
    .retailer_page #header_titles .columns {
        padding-top: 0;
    }
    .retailer_page  #header_titles {
        padding-top: 30px;
    }


    .retailerLogo img {
        max-height: 100px;
        padding-bottom: 30px;
    }
    .brochure-card-wrapper {
        height: 16rem
    }

    .brochure-card-wrapper .brochure-card-info {
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 1rem;
    }

    .sectionWrap .button.primary, button.primary {
        margin: 0 auto 30px;
        display: block;
    }
    .meta p {
        margin-bottom: 5px;
    }

}

.burger-icon {
    position: absolute;
    right: 0;
}

.footer_app_buttons img{
    max-width: 140px;
    margin: 5px;
    margin-bottom: 10px;
}

img.logo {
  height: 30px;
  margin-top: 6px;
}

</pre></body></html>